Technical information
NetLinx Modules
51
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 in the
'ADD NPARAM' definition for a description
of all remaining arguments.
'ADD IPARAM-
[DPS],[Name],[Threshold],
[Status],[Reset],
[Initial Value],[Enum List]'
Add an Index parameter. Enum List is a list
of possible values separated by the '|' char-
acter. See above in the 'ADD NPARAM'
definition for a description of all remaining
arguments.
'ADD EPARAM-
[DPS],[Name],[Threshold],
[Status],[Reset],
[Initial Value],
[Enum List]'
Add an Enum parameter. Enum List is a
list of possible values separated by the '|'
character. See above in the 'ADD
NPARAM' definition for a description of all
remaining arguments.