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 2 Current »

Provides a logical OR function of two or more data points.

Description

This logic implements a logical OR function of two or more input data points. The input data points and the output data point must be of type boolean.

Inputs

  • Input1 (ItemID): 1st operand. Must be of type boolean.
  • Input2 (ItemID): 2nd operand. Must be of type boolean.
  • Input3 (ItemID, optional): 3rd operand. Must be of type boolean.
  • ...
  • Input10 (ItemID, optional): 10th operand. Must be of type boolean.

Outputs

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

Possible trigger types

  • All

Available since:

NETx BMS Server 2.0

 

  • No labels