Search found 3 matches
- Sat Jan 09, 2016 1:38 am
- Forum: Scripting
- Topic: Alarm Info
- Replies: 2
- Views: 10332
Re: Alarm Info
This is good script. I am trying to get selected alarm text as well by some additions to this script. But cannot succeed. From my understanding it should look smth like this. Messagebox.Show(ctrl.Cells.Item[x,y] ); But I cannot build the project because property 'Item' is not recognized. Can anyone ...
- Fri Jan 08, 2016 9:40 am
- Forum: Application Development
- Topic: Alarm Banner
- Replies: 11
- Views: 24789
Re: Alarm Banner
Is there a way to do the same with alarms coming via OPC AE server? They are not specified in Alarm Server, therefor I cannot access their properties.
- Thu Jan 07, 2016 2:58 am
- Forum: Scripting
- Topic: Script to replace text in AlarmView
- Replies: 2
- Views: 13948
Script to replace text in AlarmView
I am using AE server to retreive alarms from PLC. I want to provide additional information for operator when he selects an alarm in the list and press a button. So the first thing I should do is to get Text of the selected alarm to a MessageBox. After that I will create an Array and depending of the...