Search found 5 matches
- Sun Dec 13, 2020 6:28 am
- Forum: Controller Communication
- Topic: Two identical Panels connected to OPC AE
- Replies: 0
- Views: 13763
Two identical Panels connected to OPC AE
Hi, I have tried to connect 2 identical Panels (of course whit different IP:s) to a AC800M Controller. I have increased the number of A/E subscription in the controller. But I only get one panel to work at the same time, with OPC AE. If only one is connected it works fine (both panels work if the ot...
- Sun Dec 13, 2020 6:28 am
- Forum: Controller Communication
- Topic: Two identical Panels connected to OPC AE
- Replies: 0
- Views: 13183
Two identical Panels connected to OPC AE
Hi, I have tried to connect 2 identical Panels (of course whit different IP:s) to a AC800M Controller. I have increased the number of A/E subscription in the controller. But I only get one panel to work at the same time, with OPC AE. If only one is connected it works fine (both panels work if the ot...
- Wed Aug 05, 2020 4:27 am
- Forum: Application Development
- Topic: Ackowledge last alarm when using AE instead of DA
- Replies: 1
- Views: 8040
Re: Ackowledge last alarm when using AE instead of DA
I resolved it myself:
It's possible to do like this:
string newString = ListView.Items[IndexString].SubItems[6].Text;
Guid newGuid = new Guid(newString);
IAlarmServer TestServ = Globals.AlarmServer;
TestServ.Acknowledge(newGuid);
It's possible to do like this:
string newString = ListView.Items[IndexString].SubItems[6].Text;
Guid newGuid = new Guid(newString);
IAlarmServer TestServ = Globals.AlarmServer;
TestServ.Acknowledge(newGuid);
- Tue Aug 04, 2020 6:49 am
- Forum: Application Development
- Topic: Ackowledge last alarm when using AE instead of DA
- Replies: 1
- Views: 8040
Ackowledge last alarm when using AE instead of DA
I have found answere here in the forum for acknowledge last alarm when using DA. But how can I acknowledge only the last alarm when using AE? The function to acknowledge selected alarms from AlarmViewer exists so there have to be a script command which can acknowledge a specific alarm even when usin...
- Mon Mar 09, 2020 8:52 am
- Forum: Application Development
- Topic: How to add Tags to third party user control
- Replies: 1
- Views: 5538
How to add Tags to third party user control
When I try to "Add control" and choose e.g. Windows "ProgressBar" and try to connect a Tag to Control.Value the Tag will disapear after changing screen or object. When I go back to the object "ProgressBar" the Control.Value is once again empty (Search Tag...). Is this a bug in newer iX Developer? I ...