Sending data to an addressed display
Let us assume the display has address 45 and you want to send the value 123.4 to it at
19200 baud. Your data will be sent as <STX>45123.4<CR>
Set
Addr.45
S.Chr.02
,
t.reP.05
t.chr.00
,
ddddd.d
dP.A
,
Extracting data from a complex string (data editing)
Let us assume the data is sent as a complex string at 1200 baud such as ...
<Start Char><Address Characters><Data: ligo6ho987hmw1234.56kg abcd><End Char.>
and you want to display only the numeric weight value...
Start Character Address Characters
STX
You would set....
Addr.78
S.Chr.02
,
t.reP.05
t.chr.00
,
dddd.dd
dP.A
,
Serial Data setting examples
E.Chr.0d
,
,
to. 03
,
,
ligo6ho987hmw1234.56kg abcd end character
78
s.Pos.xx
0 to 99
E.Chr.03
,
,
to. 03
,
,
baud 19200
,
S.Pos.00
,
Value to
display
d.Len.xx
s.Pos.xx
baud 1200
,
S.Pos.15
d.LEn.06
,
dF. 8n1
,
d.LEn.06
,
ETX
-1 to -19
dF. 8n1
,
,
17
Need help?
Do you have a question about the INTUITIVE INT4-S and is the answer not in the manual?