Files
GenericTeProgramLibrary/Source/Program/ConfigFiles/Sim/MTS/Instruments/DIO_MODULES.ini
2025-10-24 15:18:11 -07:00

72 lines
2.2 KiB
INI

; ===============================================================================================================
; This name must match the name specified in the Instrument.xml for an instrument of type DIO
[PICKERING_DIO_1]
LXI_IP_ADDRESS = 192.160.1.15
DEVICE_NUMBER = 14
BUS_NUMBER = 3
SHALL_WE_DRIVE_OUTPUT_UPON_INITIALIZATION = false
; number channels per port
NUM_CHANNELS_PER_PORT=8
; either 0 or 1 as the starting channel index
CHANNEL_START_INDEX=0
NUM_OUTPUT_CHANNELS = 32
NUM_INPUT_CHANNELS = 32
;format is <signal_name> = <Channel Number>|<Initial State>
;<Initial State> is either 0 or 1 or 2(Logic Z)
[PICKERING_DIO_1.OUTPUT_SIGNALS]
SIGNAL_1 = 0|1
SIGNAL_2 = 1|0
;format is <signal_name> = <Channel Number>
[PICKERING_DIO_1.INPUT_SIGNALS]
SIGNAL_3 = 0
SIGNAL_4 = 0
; ===============================================================================================================
; This name must match the name specified in the Instrument.xml for an instrument of type DIO
[ADVANTECH_DIO_1]
DEVICE_NUMBER = 0
SHALL_WE_DRIVE_OUTPUT_UPON_INITIALIZATION = false
; number channels per port
NUM_CHANNELS_PER_PORT=8
; either 0 or 1 as the starting channel index
CHANNEL_START_INDEX=0
NUM_OUTPUT_CHANNELS = 32
NUM_INPUT_CHANNELS = 32
;format is <signal_name> = <Channel Number>|<Initial State>
;<Initial State> is either 0 or 1 or 2(Logic Z)
[ADVANTECH_DIO_1.OUTPUT_SIGNALS]
SIGNAL_5 = 0|1
SIGNAL_6 = 1|0
;format is <signal_name> = <Channel Number>
[ADVANTECH_DIO_1.INPUT_SIGNALS]
SIGNAL_7 = 0
SIGNAL_8 = 0
; ===============================================================================================================
; This name must match the name specified in the Instrument.xml for an instrument of type DIO
[ICS8003_DIO_1]
DIO_ADDRESS = localhost
DIO_PORT = 23
SHALL_WE_DRIVE_OUTPUT_UPON_INITIALIZATION = false
; number channels per port
NUM_CHANNELS_PER_PORT=8
; either 0 or 1 as the starting channel index
CHANNEL_START_INDEX=0
NUM_OUTPUT_CHANNELS = 32
NUM_INPUT_CHANNELS = 32
;format is <signal_name> = <Channel Number>|<Initial State>
;<Initial State> is either 0 or 1 or 2(Logic Z)
[ICS8003_DIO_1.OUTPUT_SIGNALS]
SIGNAL_9 = 0|1
SIGNAL_10 = 1|0
;format is <signal_name> = <Channel Number>
[ICS8003_DIO_1.INPUT_SIGNALS]
SIGNAL_11 = 0
SIGNAL_12 = 0