VersaPro Temperature Controller
Page 54
Copyright © 2013, United Process Controls Inc.
All rights to copy, reproduce and transmit are reserved
Response from Instrument
Add
Prefix
Cmd
Table
#
Par
#
Data
Delim
D1
D2
D3
D4
Delim
LRC
ACK 1 U X 00
06 $ 0 0 0 0
NULL
18
EOT
0x06 0x31 0x55 0x58 0x30
0x30
0x30
0x36
0x24 0x30 0x30 0x30 0x30 0x00 0x18 0x04
The parameters for the Versapro are listed in the manual appendix. This listing includes the parameter name, number,
and a short description that includes bit and byte mapping information.
Block Commands
Block transfer commands are used to read and write data in a group of 24 words. The Versapro has only three blocks in
table zero. The block transfer command has to identify the table as well as the block.
A block read command format is shown below.
A U * tt bb D L E
(E)End of Transmission (EOT) HEX(04)
(L) LRC is the result of an XOR function performed
on all previous character in the messeage.
(D) Delimter marks the end of DATA and signals the
up coming EOT character.
NUL HEX(00) or Backspace HEX(08)*
*If LRC was going to be an EOT HEX(04) then D =
HEX(08).
(I) Instruement Prefix: U = Dualpro/10Pro-E/V3.5/
Versapro.
(A) Address of instrument.
(bb) Block number 0 - 2
(*) Block Read command character
(tt) Table number (HEX)
Figure 10 Block Read Command Format
The reply to a Block read request follows.