Cloud Commands Device Ext (nCloudDriver-CloudCommandsDeviceExt)

The cloud platform can send system commands down to the JACE/ Supervisor. The CloudCommandsDeviceExt contains registered command(s) for handling such incoming messages. The appropriate registered command is called to process the message.
Figure 49.   Cloud Commands Device Ext properties
Image

To access these properties, expand Config > Drivers > NiagaraCloudNetwork > CloudSentienceDevice, double-click Commands.

In addition to the standard property Enabled these properties support this component.

Property Value Description
Enabled true or false (default) Set to false by default, this property activates/deactivates use of system commands.
Command Executor additional properties A frozen slot on the CloudCommandsDeviceExt, this contains the Cloud Command Executor.
Command Timeout 00000h 01m 00s (default) Specifies how long the executor is willing to let a command run before responding to the cloud with a failure and attempting to cancel the command execution.
Default Command Queue additional properties A frozen slot on the Cloud Command Executor, this holds a Cloud Command Queue. Additional Cloud Command Queues can be dragged onto the executor from the nCloudDriver palette. Each Cloud Command Queue contains a Priority and Max Size sub-properties.
Priority 255 (default) Specifies a priority for the queue. The range is from 0 to 255, where like alarms 0 is highest priority.
Max Size 20 (default) Specifies the maximum size limit for the queue. The range is from 1 to 1024.
Cloud Commands additional properties Container for custom cloud commands that may be installed on the system. Generally used to view and modify any configuration, such as enable/disable, parameters, etc. For more details, see Custom commands