Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Provides a logical NOT function of two data points.

Description

This logic implements a logical NOT function of two input data points. The input data points and the output data point must be of type bool.

Inputs

  • Input1 (ItemID): 1st operand. Must be of type bool.
  • Input2 (ItemID): 2nd operand. Must be of type bool.

Outputs

  • Output (ItemID): Output item. Must be of type bool.

Parameters

  • Write to bus (bool, optional): 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, optional): if set to "true" (default value), the value is not forwarded when the input's quality is not "GOOD".

Possible trigger types

  • All


Applies to

  • NETx BMS Platform, XLogic Library 1.0.12+
  • NETx Multi Protocol Server, XLogic Library 1.0.12+
  • No labels