User manual
33
Where :
• port_dll – The DLL file name to load CHAPI ADC port from. If omitted
CHAPI_INDIO.DLL will be used by default;
• trace_level – Debug trace level (0 - 10), 0 for NO traces or 10 for MAX traces. If omitted
zero will be used by default;
• port_cfg – The name of the port to load. Can be:
• 2600 – a SENSORAY 2601/2608 Ethernet ADC/DAC board port
If the port_cfg parameter is omitted, the port name “2600” will be used.
• port_param[x]
– IP address of SENSORAY 2601 board (where desired SENSORAY 2608 is
connected) where group <x> of 16 ADC channels (situated on the IAV1S-AA / IAV1S-C / IAV1S-CA
devices) is to be mapped to, this parameter must not be omitted:
- x = 0 for group of 16 ADC channels situated on the IAV1S-AA board;
-
x > 0 for group of 16 ADC channels situated on the IAV1S-C/IAV1S-CA MUX boards;
• port_offset[x]
– offset for group of 16 ADC (situated on the IAV1S-AA / IAV1S-C / IAV1S-CA devices)
on the SENSORAY 2601 board (selected by port_param[x]) to select desired SENSORAY 2608 board, this
parameter must not be omitted
:
- x = 0 for group of 16 ADC channels situated on the IAV1S-AA board;
-
x > 0 for group of 16 ADC channels situated on the IAV1S-C/IAV1S-CA MUX boards;
• bipolar
–
set to TRUE for bipolar ADC
. If omitted unipolar ADC will be used by default
For information about any technical information about SENSORAY 2601/2608
Ethernet boards please refer to its manual (www.sensoray.com).
Examples:
#load IAV1S-AA with one MUX boards
#two SENSORAY 2608 is connected to 2601 with IP 10.10.10.2
load chapi ADC1 dll=chapi_iav1s_aa.dll address=017761040 vector=0300
set ADC1 port_param[0]="10.10.10.2" port_offset[0]=0
#connect IAV1S-C/IAV1S-CA MUX
set ADC1 port_param[3]="10.10.10.2" port_offset[3]=16
#load IAV1S-AA without any MUX boards
#four SENSORAY 2608 is connected to 2601 with IP 10.10.10.2
#we will use the third 2608 board
load chapi ADC2 dll=chapi_iav1s_aa.dll address=017761050 vector=0320
set ADC2 bipolar=true
set ADC2 port_param[0]="10.10.10.2" port_offset[0]=32










