Proficy Machine Edition Programming Guide Jun 2026
IF (Tank_Level > High_Setpoint AND Pump_Running = FALSE) THEN Alarm_Horn := TRUE; Fault_Code := 101; END_IF;
Use the (Right-click rung > Properties > Comment). Bad: // Turn on motor Good: // Start conveyor to move pallet from station 4 to 5. Requires estop reset (E-Stop_Bypass = false). Proficy Machine Edition Programming Guide
Displays the properties of any selected object, such as a hardware module or a logic block. IF (Tank_Level > High_Setpoint AND Pump_Running = FALSE)