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