LabVIEW Control Design and Simulation Module

SI Create System Model VI

  • Updated2023-03-14
  • 2 minute(s) read

SI Create System Model VI

Owning Palette: Model Management VIs

Requires: Advanced Signal Processing Toolkit or Control Design and Simulation Module

Creates a model for an unknown system.

Examples

model type specifies the type of model to create.
Note:  If you set model type to Undefined, this VI creates a model with an empty type.


0Undefined
1AR
2ARX (SISO) (default)
3ARX (MISO)
4ARX (MIMO)
5ARMAX (SISO)
6ARMAX (MISO)
7Output-Error (SISO)
8Output-Error (MISO)
9Box-Jenkins (SISO)
10Box-Jenkins (MISO)
11General-Linear (SISO)
12General-Linear (MISO)
13State-Space (SISO)
14State-Space (MISO)
15State-Space (MIMO)
16Transfer Function (SISO)
17Transfer Function (MISO)
18Transfer Function (MIMO)
19Zero-Pole-Gain (SISO)
20Zero-Pole-Gain (MISO)
21Zero-Pole-Gain (MIMO)
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
system model out returns information about the model structure, nominal or estimated parameters, identification result, and so on.
error out contains error information. This output provides standard error out functionality.

Examples

Refer to the following VIs for examples of using the SI Create System Model VI:

  • Continuous Transfer Function Model of 1st order RC Circuit VI: labview\examples\System Identification\Getting Started\Continuous Model.llb
  • Continuous Transfer Function Model of 2nd order RC Circuit VI: labview\examples\System Identification\Getting Started\Continuous Model.llb

Log in to get a better experience