a. PREFIX P: The P prefix is added before starting a control indicated in the
above mentioned list, in order to obtain a 2 byte control on the CRC code.
Example: control DI+ (CR). The d evic e r ep l ies w ith a value of
+1234567E+m3(CR)(LF), the converted hexadec im al line is 2BH, 31H, 32H, 33H,
34H, 35H, 36H, 37H, 45H, 2BH, 30H, 6DH, 33H, 20H, ODH, 0AH.
The same control with prefix P will be PDI+(CR), the device will repl y giving a value
of +1234567E+m3!F7(CR)(LF). “!” acts as a control start for summing the line
values, 2BH, 31H, 32H, 33H, 34H, 35H, 36H, 37H, 45H, 2BH, 30H, 6DH, 33H, 20H.
Before “!” there will be som free spaces (20H).
PREFIX W: it is used to control a net of devices for addressing the control’s
receiver device. Synthax composed of: IDN + base control.
It is possibile to use various ID between 0 and 65534, but 13 (0DH), 10
(0AH), 42 (2AH,*),38 (26H,&).
Example: if IDN is 12345 and you want to calcolate the speed value of the
addressed device, the control to be used will be W12345DV(CR).
b. PREFIX N: it not used anymore in t he new versions of TTFM100B.
c. CONNECTION CONTROL &: the & control permits to establish a
connection up to 6 simple controls in order to speed up a devices
questionnaire.
Example: we are asking to a device connected to a net with IDN=1234, the
following information: Flow rate, Speed and POs Totalizer.
The control will be: W1234DQD&DV&DI+(CR), the reply will be
+1.234567E+12m3/d(CR)
+3.123456E+00m/s(CR)
+1234567E+0m3(CR)