Performs an AND or NAND operation on two images or on an image and a constant.
Reference to the first source image.
Reference to the destination image.
If image dst is connected, it must be the same size as image src a.
Reference to the second source image.
Value used for image constant operations.
constant must be a RGB color value when image src a is a color image.
Default: 0
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Reference to the destination image that receives the processing results of the node.
If image dst is connected, image dst out is the same as image dst. Otherwise, image dst out refers to the image referenced by image src a.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
All connected images must be the same image type. An operation between an image and a constant occurs when image src b is not connected.
This node is performed for each pixel (x, y) in the following manner:
If two images are connected on input, then Dst(x, y) = SrcA(x, y) AND SrcB(x, y).
If image src b is not connected, then Dst(x, y) = SrcA(x, y) AND Constant.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application