SI Merge Models VI
- Updated2023-02-21
- 5 minute(s) read
SI Merge Models VI
Owning Palette: Utilities VIs
Requires: Advanced Signal Processing Toolkit or Control Design and Simulation Module
Merges multiple models of the same representation and order to one model. This VI supports only polynomial models. Wire system models to the system model 1 and system model 2 inputs to determine the polymorphic instance to use or manually select the instance.
SI Merge Models (Single with Single)
![]() |
system model 1 contains information about the first model, including the model structure, nominal or estimated parameters, identification result, and so on. |
![]() |
system model 2 contains information about the second model, including the model structure, nominal or estimated parameters, identification result, and so on. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
merged system model returns information about the merged model, including the model structure, nominal or estimated parameters, identification result, and so on. Use the Model Management VIs to retrieve the information the merged system model contains. |
![]() |
error out contains error information. This output provides standard error out functionality. |
SI Merge Models (Single with Multiple)
![]() |
system model 1 contains information about the first model, including the model structure, nominal or estimated parameters, identification result, and so on. |
![]() |
system model 2 specifies an array of system models. Each system model contains information about the model structure, nominal or estimated parameters, identification result, and so on. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
merged system model returns information about the merged model, including the model structure, nominal or estimated parameters, identification result, and so on. Use the Model Management VIs to retrieve the information the merged system model contains. |
![]() |
error out contains error information. This output provides standard error out functionality. |
SI Merge Models (Multiple with Single)
![]() |
system model 1 is an array of system models. Each system model contains information about the model structure, nominal or estimated parameters, identification result, and so on. |
![]() |
system model 2 contains information about the second model, including the model structure, nominal or estimated parameters, identification result, and so on. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
merged system model returns information about the merged model, including the model structure, nominal or estimated parameters, identification result, and so on. Use the Model Management VIs to retrieve the information the merged system model contains. |
![]() |
error out contains error information. This output provides standard error out functionality. |
SI Merge Models (Multiple with Multiple)
![]() |
system model 1 is an array of system models. Each system model contains information about the model structure, nominal or estimated parameters, identification result, and so on. |
![]() |
system model 2 specifies an array of system models. Each system model contains information about the model structure, nominal or estimated parameters, identification result, and so on. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
merged system model returns information about the merged model, including the model structure, nominal or estimated parameters, identification result, and so on. Use the Model Management VIs to retrieve the information the merged system model contains. |
![]() |
error out contains error information. This output provides standard error out functionality. |
Example
Refer to the Merge Models VI in the labview\examples\System Identification\Getting Started\General.llb for an example of using the SI Merge Models VI.