![Thermo Scientific 43i Instruction Manual Download Page 259](http://html.mh-extra.com/html/thermo-scientific/43i/43i_instruction-manual_1105147259.webp)
C-Link Protocol Commands
Datalogging
Thermo Fisher Scientific
Model 43
i
Trace Level-Enhanced Instruction Manual
B-19
Send:
lrec
format
Receive: lrec
format
01
set
erec format
format
set lrec format
format
set srec format
format
These commands set the output format for long and short records, and
dynamic data, according to
Table B–4
. The example that follows sets the
long record output format to ASCII with text.
Send:
set
lrec
format
1
Receive:
set lrec format 1 ok
Table B–4.
Record Output Formats
Format
Output Format
0
ASCII no text
1
ASCII with text
2 binary
data
erec layout
lrec layout
srec layout
These commands reports the layout (string indicating the data formats) for
data that is sent out in response to the erec, lrec, srec, and related
commands The example that follows shows a typical response. For details
on how to interpret the strings, see “Record Layout Definition” later in this
appendix.
Send:
lrec
layout
Receive:
lrec layout %s %s %lx %f %f %f %f %f %f
t
D
L
ffffff
so2
pmtv
lmpv
ain4
ain5
lmpi
lrec mem size
srec mem size
These commands report the long and short records that can be stored with
the current settings and the number of blocks reserved for long and short
records. To calculate the number of short records per block, add 2 to the
number of records, and then divide by the number of blocks. The example
that follows shows that 7 blocks were reserved for long records, and the
maximum number of long records that can be stored in memory is 1426.
Send:
lrec
mem
size
Receive:
lrec mem size 1426 recs, 7 blocks