Item.Write
Writes or sets a data point value based on an input or a constant value.
Description
This logic writes or sets a data point value. As source an input item or a constant value can be used. If both are specified, the input item is used.
Inputs
Name | Type | M/O | Description |
---|---|---|---|
Input | ItemID | O | Value that shall be written to the output. It has a higher priority that the fixed value. |
Outputs
Name | Type | M/O | Description |
---|---|---|---|
Output | ItemID | M | Data point that shall be changed. |
Parameters
Name | Type | M/O | Description |
---|---|---|---|
Value | any | O | Fixed value that shall be written or set when the logic is invoked. It has a lower priority than the input item. |
Write to bus | bool | O | If set to FALSE, the value is only updated within the NETx BMS Server. If set to TRUE (default value), the value is also forwarded to the field network. |
Verify quality | bool | O | If set to TRUE (default value), the value is not forwarded when the input's quality is not GOOD. |
Possible trigger types
All
Available since:
NETx BMS Server 2.0