Model Conversion VIs

Control Design VI and Function

Model Conversion VIs

Owning Palette: Control Design VIs and Functions

Installed With: Control Design and Simulation Module. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Model Conversion VIs to convert a system model from one representation to another, from a continuous-time to a discrete-time model, or from a discrete-time to a continuous-time model. You also can use the Model Conversion VIs to convert a control design model into a simulation model or a simulation model into a control design model.

The VIs on this palette can return general LabVIEW error codes or specific control design error codes.

Palette ObjectDescription
CD Convert Continuous to DiscreteConverts a continuous-time model to a discrete-time model using the Sampling Time (s) and the Method you specify. The Zero-Order-Hold conversion method supports input and output delays that are not an integer multiple of the Sampling Time (s). The data type you wire to the Continuous State-Space Model input determines the polymorphic instance to use.
CD Convert Control Design to SimulationConverts a control design model into a model you can use for simulation. The data type you wire to the State-Space Model input determines the polymorphic instance to use.
CD Convert Delay to Poles at OriginIncorporates delays into discrete system models by adding poles at the origin to account for the specified delay. The data type you wire to the State-Space Model input determines the polymorphic instance to use.
CD Convert Delay with Pade ApproximationIncorporates time delays in a continuous-time system model using Pade approximation, which converts all residuals. The data type you wire to the State-Space Model input determines the polymorphic instance to use.
CD Convert Discrete to ContinuousConverts a discrete-time model to a continuous-time model by using the specified Method. The data type you wire to the Discrete State-Space Model input determines the polymorphic instance to use.
CD Convert Discrete to DiscreteChanges the sampling time of a discrete-time system model. The data type you wire to the Discrete State-Space Model input determines the polymorphic instance to use.
CD Convert Simulation to Control DesignConverts a simulation model into a model you can use for control design. You must manually select the polymorphic instance to use.
CD Convert to State-Space ModelConverts a system model to state-space form. This VI produces a full or minimum realization by specifying the Realization Type. The data type you wire to the Transfer Function Model input determines the polymorphic instance to use.
CD Convert to Transfer Function ModelConverts a system model to transfer function form. The data type you wire to the State-Space Model input determines the polymorphic instance to use.
CD Convert to Zero-Pole-Gain ModelConverts a system model to zero-pole-gain form. The data type you wire to the State-Space Model input determines the polymorphic instance to use.