Owning Palette: Simulation VIs and Functions
Use the Continuous Linear Systems functions to represent continuous linear systems of differential equations on the simulation diagram.
The functions on this palette can return general LabVIEW error codes or specific Simulation Module error codes. LabVIEW sends any error that the functions on this palette return to the Error output on the Output Node of the Simulation Loop.
| Palette Object | Description |
|---|---|
| Derivative | Calculates the derivative of a continuous signal. |
| Integrator | Integrates a continuous input signal using the ordinary differential equation (ODE) solver you specify for the simulation. |
| State-Space | Implements a system model in state-space form. You define the system model by specifying the input, output, state, and direct transmission matrices. |
| Transfer Function | Implements a system model in transfer function form. You define the system model by specifying the Numerator and Denominator of the transfer function equation. |
| Transport Delay | Delays the input signal by the amount of time you specify. |
| Zero-Pole-Gain | Implements a system model in zero-pole-gain form. You define the system model by specifying the Zeros, Poles, and Gain of the zero-pole-gain equation. |