DGM01
– SERVER GATEWAY – FW 3.0
Gateway ETHERNET-MODBUS-DMX512A-DALI
Function manual
Made in Italy
Rev. 2016-09-19
pag. 9/22
TCP Telnet
(ETHERNET)
DGM01 provides a Telnet server which is able to receive and/or transmit a RDM universe from/to other devices by TCP
protocol.
The communication takes place establishing a connection on TCP 23 port (Telnet).
It is possible to send the state of the 512 brightness levels (or even a lower number) on a single ASCII string.
The request is enclosed by the tags <data> and </data>:
<data addr='0000' size='0200'> .... </data>
- The field
addr
indicates, with hexadecimal notation, the first slot to be transmitted.
- The field
size
indicates, with hexadecimal notation, the number of slots to be transmitted.
Within the tags have to be inserted, with hexadecimal notation, the slots that has to be transmitted, from 00 to FF range.
The number of characters pairs between the tags
<data>
and
</data>
must be equal to the number of slots to transmit.
For example, to set :
send:
the first lamp to max level and the others off
<data addr='0000' size='0200'>FF000000...00</data>
the second lamp to max level and the others off
<data addr='0000' size='0200'>00FF0000...00</data>
the second lamp to 50% level and the others off
<data addr='0000' size='0200'>00800000...00</data>
the first lamp to max level and the others untouched
<data addr='0000' size='0001'>FF<data>
the second lamp to max level and the others untouched
<data addr='0001' size='0001'>FF</data>
the second and the third to 50% and the others untouched
<data addr='0001' size='0002'>8080</data>
to request the status without modifying any value
<data addr='0000' size='0000'><data>
NEW: (power-on default levels)
It is possible to save the current brightness levels as default power-on state. The request is enclosed by the tags <wdef> and
</wdef>.
Save actual levels as power-on levels:
<wdef></wdef>
Server Gateway
CONTROLLERS
DALCNET S.r.l.
Registered office: via Meucci, 35 - 36040 Brendola (VI) - Italy
Headquarters: via Meucci, 35 - 36040 Brendola (VI) - Italy
Tel. + 39 0444 1836680/1867452 Fax. + 39 0444 1867453
VAT: IT-04023100235
info@dalcnet.com www.dalcnet.com