Owning Palette: Other Functions PtByPt VIs
Requires: Full Development System
Detects changes of input data point between the current call and the previous call to the Value Has Changed PtByPt VI.
Note By default, reentrant execution is enabled in all Point By Point VIs. |
Add to the block diagram | Find on the palette |
You can use the Value Has Changed PtByPt VI to trigger events when a user changes an input parameter. The Boolean indicator has changed becomes TRUE when the change of input data point occurs.
The following programming sequence describes how to use the Value Has Changed PtByPt VI to build a point-by-point error checking mechanism for Point By Point VIs that have an error parameter.
For the first call that follows initialization of the target VI, LabVIEW checks for errors. Initialization of the target VI and error checking occurs every time the input parameter changes.