M901 Direct Controlling over Output Port
Format
PLC [PLCADDRESS] LEVEL_
Description
This command is used to directly control output port.
- PLC[PLCADDRESS]: PLC address of port
- LEVEL_: port value (0/1)
- 0: output port has no signal.
- 1: output port has signal.
Programming Example
M901 PLC [04] LEVEL1; 'assign 1 to the port 04 (PLC address)