V i t a l W e l l E l e c t r o n i c s P t e L t d
w w w . v i t a l - w e l l . c o m
- 19 -
B.5. A typical Server-Client configuration using Addressed Mode
<Server>
ATS100=60
ATS101=1
// you can turn off Xon/Xoff by ATS101=0
ATS102=5
ATS110=3
ATS111=0
ATS112=3
ATS120=192.168
ATS121=10
// device ID, server ID=10
ATS122=200
// default destination id, dummy for server
ATS123=127
ATS124=2
// Addressed Mode
ATS125=3
ATS126=3
//client address at the header, for server
ATS127=0
<Client 1>
ATS100=60
ATS101=1
// you can turn off Xon/Xoff by ATS101=0
…
ATS120=192.168
ATS121=1
// device ID, client id=1
ATS122=10
// default destination id, the server ID
…
ATS124=2
// Addressed Mode
…
ATS126=0
//no address at the header, default to/from server; for client
ATS127=0
<Client 2>
ATS100=60
ATS101=1
// you can turn off Xon/Xoff by ATS101=0
…
ATS120=192.168
ATS121=2
// device ID, client id=2
ATS122=10
// default destination id, the server ID
…
ATS124=2
// Addressed Mode
…
ATS126=0
//no address at the header, default to/from server; for client
ATS127=0
On server, "1=Hello" sends the data frame "Hello" to Client 1. "2=Hello" sends
the data frame "Hello" to Client 2. On each client,
“
Hello
”
sends the data frame
“
Hello
”
to server (ID=10).