14
9.
HOW TO SEND CONTROL COMMANDS USING ECLERNET MANAGER
All the commands described above can be sent via 3
rd
party control systems or using the
User Control Panels (UCP) on Ecler Net Manager.
The different options of control that include touch screens and mobile device, allow
creating a very user friendly and cost effective control system.
Here below some examples about how to send control commands to VEO-XRI2L receiver
devices using Net Strings Buttons on Ecler Net Manager.
9.1 Ecler Net Manager Net String Syntax
When a Net String Button is used in ENM, the typical TCP command is structured like
follows:
|tcp|192.168.1.19|24|\d1root\re e_reconnect::0002\r\d1|
|tcp|
:
indicates the type of communication. The two available
options are
tcp
or
udp
: VEO devices only accept TCP
connection,
|
192.168.1.19|
:
indicates the IP address of the device to control (TCP
server).
|24|
:
indicates the port of the TCP socket or UDP port.
\d1
:
this string is used to introduce a time delay multiple of
100mS in sequences of commands. In this case it is
necessary to introduce a delay before the login in order to
wait that the “welcome message” is finished. It is also
needed before the connection is closed to ensure that all the
commands have been received.
\d
1=
\D
1=100mS
\d
9=
\D
9=900mS
\
d
9
\d
3=
\D
9
\D
3=1200mS
root:
login username. Specific username for VEO-XRI2L devices
(no password needed).
\r:
CR
Carriage Return
command; it is equal to
\x
0D in hex.