Is Value Changed VI

Owning Palette: Comparison Functions

Requires: Base Development System

Returns TRUE if this is the first call of this VI or if the input value is different from the value when this VI was last called.

Example

 Add to the block diagram  Find on the palette
value specifies the value to check. This input accepts any data type.
changed or first call? returns TRUE if this is the first call of this VI or if the value changed since the last time this VI was called. Otherwise, this output returns FALSE.

Example

Refer to the Malleable VIs Basics.lvproj in the labview\examples\Malleable VIs\Basics directory for an example of using the Is Value Changed VI.

 Open example  Find related examples