Applies To:
  • CitectSCADA 3.00

Summary:
Question: I have setup an event to be triggered of a bit but it does not work when I toggle the bit. The event is set as follows:

Name: GLOBAL
Time:
Period:
Trigger: TestBit
Action: WinNewAt("MyPage", 0, 0, 16);
Comment: Popup window when bit is triggered

 

Solution:
The event seems to be configured correctly. You should make sure that you have the event server enabled on your Citect. Check the following in your CITECT.INI file:

[EVENT]
Server=1

 

Keywords:
 

Attachments