Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Transport Delay (Simulation Module)

LabVIEW 8.2 Simulation Module Help
September 2006

NI Part Number:
371894A-01

»View Product Info

Delays the input signal by the amount of time you specify. Details  Example

Dialog Box Options
Block Diagram Inputs
Block Diagram Outputs

Dialog Box Options

ParameterDescription
Polymorphic instanceSpecifies whether this function is Scalar or Vector. The default value is Scalar.
ParametersLists all the parameters associated with this function. Select a parameter from this list to configure the parameter. When you select a parameter, the parameter and its associated Parameter source control appear in the Parameter Information section of the configuration dialog box.
PreviewDisplays a graphical preview, if available, of the function output or configuration.
Parameter InformationContains the parameters you can configure for this function. You must select a parameter from the Parameters list to make that parameter and its associated Parameter source control visible in the Parameter Information section of the configuration dialog box.
Parameter sourceSpecifies whether you configure this parameter using the Configuration Dialog Box or a Terminal on the simulation diagram. The default value is Configuration Dialog Box. If you select Terminal, LabVIEW displays an input for that parameter on the simulation diagram, and you can wire values to that input to configure this function programmatically. If you select Configuration Dialog Box, LabVIEW removes that input from the simulation diagram. You then must set the value for this parameter inside the configuration dialog box.
delaySpecifies the length of time to delay the input signal. The default value is 1.
initial conditionSpecifies the output when the simulation time is less than the delay. The default value is 0.
max delay for fixed step size solversSpecifies the maximum possible delay when using a fixed step-size ordinary differential equation (ODE) solver. The default value is 1.

Block Diagram Inputs

ParameterDescription
delaySpecifies the length of time to delay the input signal. The default value is 1.
initial conditionSpecifies the output when the simulation time is less than the delay. The default value is 0.
inputSpecifies the input to the system.
max delay for fixed step size solversSpecifies the maximum possible delay when using a fixed step-size ordinary differential equation (ODE) solver. The default value is 1.

Block Diagram Outputs

ParameterDescription
outputReturns the output of the function.

Transport Delay Details

This function uses the following equation to calculate the output:

y(t) = u(tτ)

whereu is the input
y is the output
t is the current simulation time
τ is the delay

When the simulation time is less than the delay, the function outputs the initial condition. If the delay is greater than the simulation time step size, the function linearly interpolates to produce an output. If the delay is less than the simulation time step size, the function extrapolates to produce an output.

Feedthrough Behavior

The following input/output pairs have indirect feedthrough behavior.

  • inputoutput

All other input/output pairs have direct feedthrough behavior.

Example

Refer to the transport delay VI in the labview\examples\simulation\Getting Started\Continuous Linear directory for an example of using the Transport Delay VI.

 


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit