Skip to content Skip to navigation

Connexions

You are here: Home » Content » Model Interconnection

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • National Instruments

    This module is included in aLens by: National InstrumentsAs a part of collection:"Introduction to Control Design and Simulation using LabVIEW "

    Comments:

    "This course provides a brief introduction to the Control Design Toolkit and Simulation Module within LabVIEW. It introduces basic usage and configuration of the tools."

    Click the "National Instruments" link to see all content affiliated with them.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Model Interconnection

Module by: Erik Luther

Model Interconnection Palette:

The VIs in this sub-palette can be used to connect different models in various configurations (i.e. Series, Parallel or Feedback mode).

Figure 1
Figure 1 (Graphic1.png)

The State Space and Transfer Function Model created previously are now connected in Series.

Figure 2
Figure 2 (Graphic2.png)

The above LabVIEW diagram creates the following system in block representation. Above, Model 1 is the state space model and Model 2 is the transfer function model.

Figure 3
Figure 3 (Graphic3.png)

This example also indicates the polymorphic nature of the functions. Note that the Polymorphic VI Selector at the bottom of the CD Series VI has changed to indicate SS and TF meaning that one of the inputs is a State Space Model and the other is a Transfer Function Model. LabVIEW performs this change automatically.

In the same manner, if you want to connect the Transfer Function Model in the feedback path of the State Space model, the function CD Feedback would be used.

Figure 4
Figure 4 (Graphic4.png)

The above LabVIEW diagram creates the following system in block representation. Above, Model 1 is the state space model and Model 2 is the transfer function model.

Figure 5
Figure 5 (Graphic5.png)

Note:

In this case, the order in which the models are connected is important. The model that is in the feedback path is connected to the second terminal (Model 2).

Thus, if we had to connect the State Space model in the feedback path of the Transfer Function Model, the input connections would need to be reversed.

Comments, questions, feedback, criticisms?

Send feedback