User Guide
NetLinx Modules
57
RMS NetLinx Programmer’s Guide
Commands and Descriptions (Cont.)
Status can be any of the following:
• NONE or 1 - Not assigned
• HELP or 2 - Help Request
• ROOM or 3 - Room Communication Error
• CONT or 4 - Control System Error
• MAIN or 5 - Maintenance Error
• USAG or 6 - Equipment Usage
• NETW or 7 - Network Error
• SECU or 8 - Security Error
Reset can be any reset value or 'NO RESET'
for no reset.
Initial Value can be one of the following:
• Value - Set Value
• +=Value - Increment by Value
• -=Value - Decrement by Value
• *=Value - Multiply by Value
• \=Value - Divide by Value
• /=Value - Divide by Value
• RESET - reset the value
• NOCHANGE - do not change the value.
slMin and slMax can be any number from -2147483647 to 2147483647. slMax must be
greater than slMin. Set slMax and slMin to zero or omit the values to not impose a range.
'ADD SPARAM-
[DPS],[Name],[Threshold],
[Status],[Reset],
[Initial Value]'
Add a String parameter. See above for
description of all arguments.
'ADD IPARAM-
[DPS],[Name],[Threshold],
[Status],[Reset],
[Initial Value],[Enum List]'
Add an Index parameter. See above for
description of all arguments. Enum List is a
list of possible values separated by the '|'
character.
'ADD EPARAM-
[DPS],[Name],[Threshold],
[Status],[Reset],
[Initial Value],
[Enum List]'
Add an Enum parameter. See above for
description of all arguments. Enum List is a
list of possible values separated by the '|'
character.
'ADD PARAM2-
[DPS],[Name],[Units],
[Threshold],[Status],
[Reset],[Initial Value],
[Min],[Max]'
Add a Number parameter. See above for
description of all arguments. Units is a text
string of the units to append to the
parameter value when displayed.