3.2.4 EQU General Output Point: gdo
PLC.H defines a 16 bank for general purpose output points. All 16 groups, that is, 256 output points (16 output points in each group) can be used in the INCON-M84/M86/M86R CNC controller.
The 256 output points correspond to the output terminals on the physical EQU (I/O unit). These output terminals can take one output point at a time or take one group at a time (16 output points) in the PLC.CPP access mode.
N can be 0~15 in INCON-M84/M86/M86R.
Signal |
Function |
Explain |
plc.gdo[n].iPort |
Fetch group n outputs from 00 to 0f by one time |
Unsigned short integer data |
plc.gdo[n].bit.bit00 |
Fetch group n outputs 00 |
Bit data |
plc.gdo[n].bit.bit01 |
Fetch group n outputs 01 |
Bit data |
plc.gdo[n].bit.bit02 |
Fetch group n outputs 02 |
Bit data |
plc.gdo[n].bit.bit03 |
Fetch group n outputs 03 |
Bit data |
plc.gdo[n].bit.bit04 |
Fetch group n outputs 04 |
Bit data |
plc.gdo[n].bit.bit05 |
Fetch group n outputs 05 |
Bit data |
plc.gdo[n].bit.bit06 |
Fetch group n outputs 06 |
Bit data |
plc.gdo[n].bit.bit07 |
Fetch group n outputs 07 |
Bit data |
plc.gdo[n].bit.bit08 |
Fetch group n outputs 08 |
Bit data |
plc.gdo[n].bit.bit09 |
Fetch group n outputs 09 |
Bit data |
plc.gdo[n].bit.bit0a |
Fetch group n outputs 0a |
Bit data |
plc.gdo[n].bit.bit0b |
Fetch group n outputs 0b |
Bit data |
plc.gdo[n].bit.bit0c |
Fetch group n outputs 0c |
Bit data |
plc.gdo[n].bit.bit0d |
Fetch group n outputs 0d |
Bit data |
plc.gdo[n].bit.bit0e |
Fetch group n outputs 0e |
Bit data |
plc.gdo[n].bit.bit0f |
Fetch group n outputs 0f |
Bit data |
Note: ★M86/M86R only.