[r7]: / trunk / IoDrvMEGAIO_1 / IoDrvInput / svnobj  Maximize  Restore  History

Download this file

11 lines (10 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
//1000
TYPE IoDrvInput :
STRUCT
	dacVoltage : REAL := 0;
	relayState: ARRAY[0..7] OF BOOL;
	openDrainState: ARRAY[0..3] OF BOOL;
	gpioOut: ARRAY[0..5] OF BOOL;
	gpioDir: ARRAY[0..5] OF BOOL;
END_STRUCT
END_TYPE