Series 6 – TV Advanced Manual
Data format UPP
∂
19
6 Data format Universal Pyrometer
Protocol (UPP): Extended for Video
Module
Software commands can be exchanged directly with the pyrometer through an interface using
suitable communication software or by using the
Test
function located in the
Pyrometer
Parameters
window of the InfraWin software package.
The data exchange occurs in ASCII format with the following transmission parameters:
•
The data format is: 8 data bits, 1 stop bit, even parity (8,1,e) no handshake;
•
The device responds to the entry of a command with output (such as the measuring
value) + CR (
C
arriage
R
eturn, ASCII 13), to pure entry commands with
ok
+
CR
, or
no
+
CR
.
•
Every command starts with the 2-digit device address AA (e. g. "00"). This is followed by
1 lower case command letter and 2 numbers finished with CR.
Example Read Command:
Entry: “00v08“ + <CR>
Selectable parameter that is additionally shown to the measuring temperature
Read selection: Answer: 2-digit, hex
e.g. "02" + <CR> The measured distance is displayed in addition to temperature.
o
The ASCII parameter “X” indicates a change to be made in a parameter. When used, the
command contains the new value.
Example Write Command:
Entry: “00v08XX “ + CR
The case temperature is additionally shown to the measuring temperature. A „?“
after the read command answers with the limits of the respective settings (only a
setting command, not a query command).
o
A “?” after the lower case command letters answers with the limits of the respective
settings (only at setting commands, not at query commands).
Example Read Limits Command:
Entry: “00v08?“ + CR!
The answer is "00FF" + <CR>