© EPRAD Incorporated
Enter binary data using hex numbers (e.g. 0D0A). Only characters that represent hex numbers are
allowed (0-9, A-F, a-f). It is okay to put spaces between data bytes for clarity. Except for spaces, if
you submit the form with anything entered except for these characters, the web editor will prevent it
from being saved to the eCNA. The “Error: Invalid character” message is displayed.
ASCII characters must be inside the curly braces “{ }”. All 95 of the printable ASCII characters,
numbered 32 through 126 (decimal) are supported. However there are some limitations to using the
curly braces inside the curly braces.
The maximum length of a command code is 40 characters.
Examples of valid command code formats:
User Text Data bytes actually sent Comment
AB 12 {Hello} 0D 0A AB 12 48 65 6C 6C 6F 0D 0A
Data bytes sent to
device are the same.
AB 12 {Hello} D A AB 12 48 65 6C 6C 6F 0D 0A
ab12{Hello}0d0a AB 12 48 65 6C 6C 6F 0D 0A
22 {Hello} 2D {World} 22 22 48 65 6C 6C 6F 2D 57 6F 72 6C 64 22
Data bytes sent to
device are the same.
22{Hello}2D{World}22 22 48 65 6C 6C 6F 2D 57 6F 72 6C 64 22
{“Hello-World”} 22 48 65 6C 6C 6F 2D 57 6F 72 6C 64 22
{abc{abc}abc} 61 62 63 7B 61 62 63 7D 61 62 63
Data bytes sent to
device are the same.
6162637B6162637D616263 61 62 63 7B 61 62 63 7D 61 62 63
Examples of invalid command code formats:
User Text Comment
AB 12 {Hello} \0D \0A
Web editor prevents this message from being saved. The “\” character is not allowed
outside of the curly braces. Only 0-9, A-F, a-f characters are allowed in hex (binary)
mode.
AB 12 {Hello} \r \n
Web editor prevents this message from being saved. The “\”, “r” and “n” characters are
not allowed outside of the curly braces. Only 0-9, A-F, a-f characters are allowed in hex
(binary) mode.
{Hello World}}
Web editor prevents this message from being saved. The first right curly brace “}”
following the first left curly brace “{“ terminates text mode. If you really wanted to send
the message “Hello Word}”, you would enter: {Hello World}7D
For unsupport devices, you must use the Raw device selection and the enter the entire command
including a checksum (if required) as described the manufacturer’s documentation.
For supported devices, select the appropriate device. For convenience, it is only necessary to enter
the command itself. Any start byte, Id, checksum, etc. are automatically inserted into the message
before it is sent to the device. See Appendix A for details about configuration and messages for
supported devices .
41
eCNA-10 Operation and Installation Manual Version 1.270-00