Technical information

RMS NetLinx Virtual Device API
150
RMS Enterprise - NetLinx Programmer’s Guide
RMS Asset Parameters Registration & Update Commands (Cont.)
Command Description
ASSET.PARAM- (Cont.) If the parameter contains any defined thresholds, then a series of threshold commands will
be additionally sent:
ASSET.PARAM.THRESHOLD-<asset-client-key>,
<parameter-key>,
<threshold-record-index>,
<threshold-record-count>,
<threshold-name>,
<enabled>,
<status-type-key>,
<comparison-operator>,
<threshold-value>,
<notify-on-trip>,
<notify-on-restore>,
<delayed>,
<delay-interval>
ASSET.PARAM.THRESHOLD-
<asset-client-key>,
<parameter-key>,
<threshold-name>,
<enabled>,<status-type-key>,
<comparison-operator>,
<threshold-value>,
<notify-on-trip>,
<notify-on-restore>,
<delayed>,<delay-interval>
This command will add a named asset parameter threshold for an asset parameter currently
in the pending queued asset parameter records.
Asset parameter records are en-queued and staged using the "ASSET.PARAM" command.
ASSET.PARAM.SUBMIT-
<asset-client-key>
This command will submit all pending queued asset parameter records for the specified
asset that are currently staged for registration.
Asset parameter records are en-queued and staged using the "ASSET.PARAM" command.
ASSET.PARAM.CLEAR-
<asset-client-key>
This command will remove all pending queued asset parameter records for the specified
asset that are currently staged for registration.
ASSET.PARAM.REMOVE-
<asset-client-key>,
<parameter-key>
This command will remove a single pending queued asset parameter record for the specified
asset that is currently staged for registration.
ASSET.PARAM.DELETE-
<asset-client-key>,
<parameter-key>
This command will delete an asset parameter from the RMS server.
The following response command will be returned based on the success of the delete
operation:
ASSET.PARAMETER.DELETE-<asset-client-key>,
<parameter-key>,
<success>
<success>: This argument will be a true|false value indicating the success of the delete
operation.