Logic.XOR
Provides a logical XOR function of two or more data points.
Description
This logic implements a logical XOR function of two or more input data points. The input data points and the output data point must be of type bool.
Inputs
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
Input1 | ItemID | M | 1st operand. Must be of type bool. |
Input2 | ItemID | M | 2nd operand. Must be of type bool. |
Input3 | ItemID | O | 3rd operand. Must be of type bool. |
... | |||
Input10 | ItemID | O | 10th operand. Must be of type bool. |
Outputs
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
Output | ItemID | M | Output item. Must be of type bool. |
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
Write to bus | bool | O | if set to "false", the value is only updated within the Core 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
Article applies to the following products:
- NETx BMS Platform, XLogic Library 1.0.12+
- NETx Multi Protocol Server, XLogic Library 1.0.12+
- NETx BMS Server 2.0