![Thermo Scientific 43i Instruction Manual Download Page 266](http://html.mh-extra.com/html/thermo-scientific/43i/43i_instruction-manual_1105147266.webp)
C-Link Protocol Commands
Keys/Display
B-26
Model 43
i
Trace Level-Enhanced Instruction Manual
Thermo Fisher Scientific
set cal pres
This command automatically sets the current pressure as the calibration
pressure. The example that follows successfully sets the calibration pressure.
Send:
set
cal
pres
Receive:
set cal pres ok
push
button
button
= | do | down | en | enter | he | help | le | left | me | menu | ri | right |
ru | run | up | 1 | 2 | 3 | 4 |
These commands simulates pressing the front panel pushbuttons. The
numbers represent the front-panel soft keys, from left to right.
Send:
push
enter
Receive:
push enter ok
isc
iscreen
This command retrieves the framebuffer data used for the display on the
iSeries instrument. It is 19200 bytes in size, 2-bits per pixel, 4 pixels per
byte arranged as 320 by 240 characters. The data is sent in RLE encoded
form to save time in transmission. It is sent as a type '5' binary c_link
response with no checksum.
The RLE encoding consists of a 0 followed by an 8-bit count of
consecutive 0xFF bytes. The following 'c' code will expand the incoming
data.
Keys/Display