Owning Palette: Time Response VIs
Installed With: Control Design and Simulation Module
Calculates the natural or zero-input response of the system. This VI returns the output of the system due to the initial states only. You can use polymorphic VI to calculate the initial response of state-space, transfer function, and zero-pole-gain models. The data type you wire to the State-Space Model input determines the polymorphic instance to use.
Note In the state-space version of the CD Initial Response VI, the State Trajectory Graph is not available when the model contains transport delays. You can reduce the nonzero delay entries in the transport delay matrix with the CD Distribute Delay VI. However, distributing the transport delay does not accurately reflect the effect of the delay in the states. Therefore, when transport delays are present in state-space models, the CD Initial Response VI eliminates the state trajectories. |
Use the pull-down menu to select an instance of this VI.
Place on the block diagram | Find on the Functions palette |
Initial Response (State-Space)
States Graph Ref is a reference to the State Trajectories graph. States Graph Ref configures the x-scale, y-scale, and legend properties. If you want to use the default settings or customize the settings for these properties, do not wire a value to this input. | |||||||
Response Graph Ref is a reference to the Initial Response graph. Response Graph Ref customizes the x-scale, y-scale, and legend properties. If you want to use the default settings for these properties, do not wire a value to this input. | |||||||
State-Space Model contains a mathematical representation of and information about the system for which this VI calculates initial response. | |||||||
Time Range contains information about the initial time, final time, and time step.
| |||||||
Initial Conditions specifies the initial values of the states or outputs. The default is 0. | |||||||
error in describes error conditions that occur before this VI or function runs.
The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code.
Use exception control to treat what is normally an error as no error or to treat a warning as an error.
Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
| |||||||
Response Plots Index specifies the index number of the inputs and outputs of the system.
| |||||||
State Plots Index specifies the index number of the inputs and outputs of the system.
| |||||||
Initial Response Graph returns an XY graph that shows the unforced response of the system when the initial conditions are X0. | |||||||
State Trajectory Graph is an XY graph that shows the value of each state as a function of time. This VI computes the magnitude by solving the first order difference equation of the system. | |||||||
Initial Response Data returns information about the initial response.
To access the Initial Response Data, use the CD Get Time Response Data VI. When you use the CD Get Time Response Data VI to access the Initial Response Data, you do not need to specify an input value.
| |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
|
Initial Response (Transfer Function)
This VI calculates the unforced response of a transfer function system given by Transfer Function Model and Initial Condition.
Response Graph Ref is a reference to the Initial Response graph. Response Graph Ref customizes the x-scale, y-scale, and legend properties. If you want to use the default settings for these properties, do not wire a value to this input. | |||||||
Transfer Function Model contains a mathematical representation of and information about the system for which this VI calculates initial response. | |||||||
Time Range contains information about the initial time, final time, and time step.
| |||||||
Initial Conditions specifies the initial values of the states or outputs. The default is 0. | |||||||
error in describes error conditions that occur before this VI or function runs.
The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code.
Use exception control to treat what is normally an error as no error or to treat a warning as an error.
Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
| |||||||
Response Plots Index specifies the index number of the inputs and outputs of the system.
| |||||||
Initial Response Graph returns an XY graph that shows the unforced response of the system when the initial conditions are X0. | |||||||
Initial Response Data returns information about the initial response.
To access the Initial Response Data, use the CD Get Time Response Data VI. When you use the CD Get Time Response Data VI to access the Initial Response Data, you do not need to specify an input value.
| |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
|
Initial Response (Zero-Pole-Gain)
This VI calculates the unforced response of a zero-pole-gain system given by Zero-Pole-Gain Model and Initial Condition.
Response Graph Ref is a reference to the Initial Response graph. Response Graph Ref customizes the x-scale, y-scale, and legend properties. If you want to use the default settings for these properties, do not wire a value to this input. | |||||||
Zero-Pole-Gain Model contains a mathematical representation of and information about the system for which this VI calculates initial response. | |||||||
Time Range contains information about the initial time, final time, and time step.
| |||||||
Initial Conditions specifies the initial values of the states or outputs. The default is 0. | |||||||
error in describes error conditions that occur before this VI or function runs.
The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code.
Use exception control to treat what is normally an error as no error or to treat a warning as an error.
Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
| |||||||
Response Plots Index specifies the index number of the inputs and outputs of the system.
| |||||||
Initial Response Graph returns an XY graph that shows the unforced response of the system when the initial conditions are X0. | |||||||
Initial Response Data returns information about the initial response.
To access the Initial Response Data, use the CD Get Time Response Data VI. When you use the CD Get Time Response Data VI to access the Initial Response Data, you do not need to specify an input value.
| |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
|
CD Initial Response Details
This VI supports input and output delays. This VI ignores transport delay information. Refer to the LabVIEW Control Design User Manual for more information about delays.