1. SET , RSET for PLC Omron :
SET - Set.
Purpose:
Turns ON B for an ON execution condition; does not affect B for an OFF execution condition.
Ranges:
B: --- Bit --- IO, AR, HR, LR.
RSET - Reset.
Purpose:
Turns OFF B for an ON execution condition; does not affect B for an OFF execution condition.
Ranges:
B: --- Bit --- IO, AR, HR, LR.
2. SET , RST for PLC Mitsubishi :
SET - Set
Purpose:
SET and RST instructions can be used for the same device as many times as necessary. However, the last instruction activated determines the current status.
RST - Reset
Purpose:
SET and RST instructions can be used for the same device as many times as necessary. However, the last instruction activated determines the current status.
3. SET , RES for PLC Keyence :
SET - Set
Purpose:
Turns the device ON and holds it in this state.
RES - Reset
Purpose:
Turns the device OFF.
See : Simulator SET PLC or RESET PLC