C-Link Protocol Commands
Record Layout Definition
B-38
Partisol 2000
i
and Partisol 2000
i
-D Instruction Manual
Thermo Fisher Scientific
I—Indicates a button which pops up a selection list with input
translation. That is, the values read are translated before they are
compared to the selection list options.
L—Indicates a button which pops up a selection list without any
translation. The output value is number of the selected option.
T—Indicates a button which pops up a selection list with output
translation. The number of the option selected is used as an index into
the translation table to generate an output string.
N—Indicates a button which only sends the subsequent command to
the instrument. No user-prompting happens.
Some examples ('\n' is the C syntax for an end-of-line character):
'
Temperatures\n
'
This is a single text-only line.
'
\n
'
This is a single blank line.
'
FLOW:3s\n
'
This is a line which appears slightly indented. The text field is 'FLOW', the
value is taken from the third element of the data response, and interpreted
as a string.
'
FLOW:18sBd.ddd;set no coef %s\n
'
This is a line which also appears slightly indented. The next field is also
'NO', but the value is taken from the eighteenth element of the data
response, again interpreted as a string. A button appears on this line which,
when pressed, pops up an input dialog which will state "Please enter a new
value for NO using a d.ddd format." The string entered by the user is used
to construct the output command. If the user enters, for example, '1.234',
the constructed command will be 'set no coef 1.234'.
'
NO:21f{Code_0 Code_1 Code_2 Code_3 Code_4 Code_5 Code_6 Code_7
Code_8 Code_9 Code_10 Code_11}Lset range no %d\n
'
Examples