User Guide

NetLinx Modules
58
RMS NetLinx Programmer’s Guide
Commands and Descriptions (Cont.)
'ADD SPARAM-[DPS],[Name],
[Units],[Threshold],[Status]
,[Reset],[Initial Value]'
Add a String parameter. See above for
description of all arguments. Units is a text
string of the units to append to the
parameter value when displayed.
'ADD IPARAM-[DPS],[Name],
[Units],[Threshold],[Status]
,[Reset],
[Initial Value],[Enum List]'
Add an Index parameter. See above for
description of all arguments. Units is a text
string of the units to append to the
parameter value when displayed.
'ADD EPARAM-
[DPS],[Name],[Units],
[Threshold],[Status],[Reset]
,[Initial Value],
[Enum List]'
Add an Enum parameter. See above for
description of all arguments. Units is a text
string of the units to append to the
parameter value when displayed.
'SET PARAM-
[DPS],[Name],[Value]'
Set a parameter value. DPS must be in
string form (ex: '5001:1:0').
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.
'HELP-[Help Message]'
Send a help request.
'MAINT-
[Maintenance Message]'
Send a maintenance request.
'EXTEND-[Minutes]'
Extend the current appointment by Minutes.
'GET APPTS-[Date]'
Get the appointment list for Date.
'GET APPT COUNT-
[Month],[Year]'
Get the appointment count for Month and
Year.
'DFORMAT-DAY/MONTH'
Set Date format European format:
Day/Month/Year
'DFORMAT-MONTH/DAY'
Set Date format US format:
Month/Day/Year
'TFORMAT-12 HOUR'
Set Time format to 12 hour format:
[01-12]:[00-59] [AM,PM]
'TFORMAT-24 HOUR'
Set Time format to 24-hour (military)
format: [00-23]:[00-59]