Owning Palette: Numeric VIs and Functions
Requires: Base Development System
Adds 1 to the input value.
The connector pane displays the default data types for this polymorphic function.
Add to the block diagram | Find on the palette |
x specifies the input value. This input accepts the following data types:
|
|||
x+1 is the result of x+1. If the input is a time stamp value, this function increments the time by one second. If the input is an enumerated type value, this function increments the last enumerated value to the first.
|
Refer to the Numeric Functions VI in the labview\examples\Numerics directory for an example of using the Increment function.