Positive Transition Contact

A Positive Transition Contact gives a single one shot pulse when its address reference rises from OFF (logic 0) to ON (logic 1). A Positive Transition Contact is registering the change in status from OFF to ON. The length of the ON status is not relevant.

This is a function on PLC of unitronics, the PLC is written in ladder diagram.

How does I do it on arduino?

How does I do it on arduino?

digitalWrite() the pin HIGH. Wait some time (how long apparently doesn't matter). Write the pin LOW.