Appendix: Sending ASCII to ADAM-6060

<< Click to Display Table of Contents >>

Navigation:  DeltaShowControlInterface >

Appendix: Sending ASCII to ADAM-6060

It is also possible to send an ASCII UDP command to an Advantech ADAM-6060 to address a relay output.

This is not part of DeltaShowControlInterface.

A typical string would be:

SENDASCIIUDP [IP_Address] [Port] [ASCII_Command]\x0D

Example:

SENDASCIIUDP 10.100.101.179 1025 #011001\x0D

#01 identifies that we are addressing an ADAM-6000 series device.

10 is which of the 6 channels (relay outputs) to address: the first digit should always be 1, the second digit is the channel 0-5 (base 0), so ‘channel 4’ is 13.

01 is the on/off trigger: 00 = Off; 01 = On

\x0D is the carriage return to send the command

Page edited [d/m/y]: 30/11/2018