Adding Custom Commands

Command Tag Format

Custom commands are only required if there isn't a code previously defined in the default dictionary. The XML tag format must be used to define new custom command code:
<command code="<code>"
short-name="<shortName>"
name="<commandName>"/>
where
  • code is the command code
  • short-name is the text that appears in the ladder diagram events
  • name is the text that appears in the full decoding of a message
Example:
<command code="316"
short-name="UL"
name="Update-Location"/>