Set/Reset Coil for Momentum PLC

S

Thread Starter

Shane Heath

Is there a set/reset coil available in the Momementum PLC? I am programming it with Proworx32 ver. 2.0.
 
Using 984LL in the Momentum limits you to the old Modsoft (Proworx Nxt, Proworx 32) instruction set. You can use the LATCH coil (similar to SET) or use the SBIT and RBIT (set and reset bit) functions. Configure the Duplicate Coil option if using ladder to double address a coil.
 
Top