[r67]: / trunk / IoDrvMEGAIO / IoDrvOutput / svnobj  Maximize  Restore  History

Download this file

11 lines (10 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
//2000 Physical outputs
TYPE IoDrvOutput :
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