Red solid triangle on top left of the facplate - 800xA
hi all,
what is the solid red triangle on the faceplate ... i have it for some of the faceplates in the site.
I think it is related to some Parameter error ro something.
Give some more information on which particular conditions this error can occur ?
Answers
Hi,
The solid red triangle on the faceplate means the object has an active unacknowledged alarm.
Check the alarm list of the object or try, if it has, with extended faceplate of the object.
Best regards
Have you looked in the user's guides? Hint: search for "AlarmControl".
If the object type is custom made, the alarmcontrol can likewise be customized and other rules apply. Contact the library owner for a description of rules, etc. that he/she has programmed into the alarmcontrol.
You must ask the person or organization behind the object type.
The faceplate framework will search the local object for graphical aspects named "AlarmControl" and "LockControl" and put them in the upper left and right corners of the faceplate.
The factory default LockControl uses the following expression to deliver image:
if $'pr::.:Global Properties Definition:ControlLockStatus'#Bit(0) && $'pr::.:Global Properties Definition:ControlLockStatus'#Bit(1) then
$'im::ResourceLibraries/Standard Symbols:Standard Symbol Resources:LockedByMe'
else if $'pr::.:Global Properties Definition:ControlLockStatus'#Bit(0) then
$'im::ResourceLibraries/Standard Symbols:Standard Symbol Resources:LockedByOther'
else if $'pr::.:Global Properties Definition:ControlLockStatus'#Bit(2) then
$'im::ResourceLibraries/Standard Symbols:Standard Symbol Resources:LockedByMe'
else if $'pr::.:Global Properties Definition:ControlLockStatus'#Bit(3) then
$'im::ResourceLibraries/Standard Symbols:Standard Symbol Resources:LockingEnabled'
else if $'pr::.:Global Properties Definition:ControlLockStatus'#Bit(4) then
$'im::ResourceLibraries/Standard Symbols:Standard Symbol Resources:LockPending'
else
$'im::ResourceLibraries/Standard Symbols:Standard Symbol Resources:LockedByMe'
I don't think any of them depicts a triangle.
Right click Main Faceplate again, Go to Config View -> "Indicators" tab
See what is present for Position 1 (Position 1 is left side of the Faceplate)
In SDInreal, Yellow "Force" symbol appears in Icons/Labels.
If you click over the yellow symbol, you can find "Red Triangle" probably in 5th Position.
Now try to read the expression by clicking the corresponding Expression window to have a quick check on what condition the red triangle (Icon 5) or any other icon appears.
Hope it will help!
Hello,
Looks like AEclass not defined or hysteris is bigger (>exceeded the range)
by SG Rank: 50 on 10/16/2017 3:11:26 AM | Like (0) | Report
To which object does the Faceplate belong?
Do you use any library?
Please provide screenshot
by kinnu369 Rank: 973 on 10/16/2017 3:15:11 AM | Like (0) | Report
its SDInReal module of SupervisionBasicLib.
by kinnu369 Rank: 973 on 10/16/2017 3:17:11 AM | Like (0) | Report
How can I attach an image ?
Add new comment