Integral x(t) PtByPt VI
- Updated2025-07-30
- 3 minute(s) read
Performs the discrete integration on x. You must sample x at regular intervals of dt.
This VI is similar to the Integral x(t) VI.

Inputs/Outputs
initialize
—
initialize, when TRUE, initializes the internal state of the VI.
x
—
x is an input data point.
initial condition
—
initial condition is the value used to calculate the integral for the first and second time.
dt
—
dt is the sampling interval and must be greater than 0. The default is 1.0. If dt is less than or equal to 0, the VI sets integral x(t) to 0 and returns an error.
integral x(t)
—
integral x(t) is the discrete integration of x.
error
—
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
The Integral x(t) PtByPt VI calculates a definite integral. The value of integral x(t) is the area under the curve of the set of input data points between 0 and (n – 1)(dt).
initialize
—
x
—
integral x(t)
—
error
—