I added a start/stop button for a pump on the SCADA screen. The button’s appearance and animation work fine, but when I click it, the pump’s status does not change. I checked the tag write settings linked to the button’s click event, and they seem correct. How can I resolve this issue?
Some Buttons on SCADA Screens Are Not Working, Why Are They Not Clickable?
Collapse
X
-
Tags: None
-
All components have two specialized parameters under Event Functions: "EventHandler" and "Events". These parameters must be properly configured to enable command transmission on the component.
If these parameters are not set, only the animation state will update based on the tag value, and command sending will not be possible.
Comment