Process Command Item

Sends process information in control direction (client->server) when it is updated with new values.

The item type has the following properties:

NameDescriptionIDFlags
CACommon address18700Persisted
IOAInformation object address18701Persisted
COTCause of transmission18702Persisted
CommandType of command to send18704Persisted
QualifierSpecifies the behavior of the server when processing the command18705Persisted

Sends a value, with the given attributes, to the server. It sends the value the item is set to.

To trigger a process command:

  1. Configure the process command with the properties listed above;
  2. Set a new value on the item - this value is sent as part of the command to the server;
  3. On success; the value on the item is set and the values of the information items with the same CA should be updated;
  4. On failure; the value on the item is not set - check log for more information.

See also

Basic Item Properties