Primary / Secondary Network Connection lost status for Operator Status in Graphic Display.
Is it is possbile to get the Primary / Secondary Network Connection lost status for Operator Status in Graphic Display.
Actually i need this to Indicate the Operator Station Status, Now we are using the Basic PNSM, by which we getting the alarm only when the Node is Down.
Whenever Primary or Seconday Network Connection is removed the System Alarm is Generted Pri/Sec Network Connection lost , same bit i need for Displaying in the Graphics.
Voted best answer
It is possible to check this by adding an Alarm Condition aspect on the Node Object type and inherit it (to all nodes). Be sure to populate it with either the Add (manual) or Load (automatic) button. I believe Load require that alarm has been triggered in the past.
The Alarm Condition aspect exposes some OPC properties per alarm condition enabling you to create individual indications. Alarm severity can be used to select color (one vs all paths down)
See my comment in this thread:
Answers
In Basic Computer Monitoring there are Display Elements for every Basic Computer Asset. You can use these for a basic "Healthy / Faulty" display.
If you check the "Alarm Expression" aspect for a Basic Computer Asset you can see that the Node Up/Down message is generated by ...
$'.:Basic Computer Device-Value-ResourceAlert'==2
and Computer Problem is generated by
$'.:Basic Computer Device-Value-ResourceAlert'==1
Add new comment