Pulse function in ignition

Hi, I’m working on a Citect project and migrating its functionality to Ignition Perspective. I came across a button-click event in Citect called “Pulse”, which is a built-in function used to send a short pulse to adjust a motor.

Is there an equivalent feature in Ignition, or a recommended way to replicate this behavior? I couldn’t find any built-in delay or pulse function.

Thanks in advance.
Regards,

This is a typical momentary button. This is also a bad idea. This leaves the system open to the button getting latched on and never reset. This is also a problem with Citect. I recommend you modify the PLC logic slightly to make the PLC reset the bit after a latch from the SCADA, its much better and less error prone.

1 Like