Instruction manual

C-Link Protocol Commands
I/O Configuration
B-62 Model 5030i SHARP Instruction Manual Thermo Fisher Scientific
Send: analog vout range 2
Receive: analog vout range 2 3
set analog vout range channel range
This command sets analog voltage output channel to the range, where
channel is between 1 and 6 inclusive, and range is set according to Table B–
12. The following example sets channel 2 to the 0-10 V range.
Send: set analog vout range 2 3
Receive: set analog vout range 2 3 ok
Table B–12. Analog Voltage Output Range Values
Range Output Range
1 0-1 V
2 0-100 mV
3 0-10 V
4 0-5 V
0 [cannot be set to this, but may report] Undefined
dig in
This command reports the status of the digital inputs as a 4-digit
hexadecimal string with the most significant bit (MSB) being input 16.
Send: dig in
Receive: dig in 0xffff
din channel
This command reports the action assigned to the digital input channel and
the index number of the corresponding active state. The following example
reports input 1 to be assigned an index number 3 corresponding to action
of “PM mode” with the active state being high.
Send: din 1
Receive: din 1 3 PM MODE high
set din channel index state
This command assigns digital input channel (1-16) to activate the action
indicated by index (1-12), when the input transitions to the designated state
(high or low). Use the “list var din” command to obtain the list of
supported index values and corresponding actions. The following example
sets the digital input channel 1 to 3 on a low-to-high transition.
Send: set din 1 3 high
Receive: set din 1 3 high ok