LabVIEW Control Design and Simulation Module

CD Total Delay VI

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

CD Total Delay VI

Owning Palette: Dynamic Characteristics VIs

Requires: Control Design and Simulation Module

Adds all the delays between each input and output pair and returns the total time delay. The total time delay includes the input, output, and transport delays. Wire data to the State-Space Model input to determine the polymorphic instance to use or manually select the instance.

Details  

CD Total Delay (State-Space)

State-Space Model contains a mathematical representation of and information about the system for which this VI determines total delay.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Total Delay returns all the delays of the system. The ijth element of this array corresponds to the total time delay between the jth input and the ith output of the system the model represents. For continuous-time systems, the delay is in seconds. For discrete time systems, the delay is an integer multiple of the sampling time.
error out contains error information. This output provides standard error out functionality.

CD Total Delay (Transfer Function)

Transfer Function Model contains a mathematical representation of and information about the system for which this VI determines total delay.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Total Delay returns all the delays of the system. The ijth element of this array corresponds to the total time delay between the jth input and the ith output of the system the model represents. For continuous-time systems, the delay is in seconds. For discrete time systems, the delay is an integer multiple of the sampling time.
error out contains error information. This output provides standard error out functionality.

CD Total Delay (Zero-Pole-Gain)

Zero-Pole-Gain Model contains a mathematical representation of and information about the system for which this VI determines total delay.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Total Delay returns all the delays of the system. The ijth element of this array corresponds to the total time delay between the jth input and the ith output of the system the model represents. For continuous-time systems, the delay is in seconds. For discrete time systems, the delay is an integer multiple of the sampling time.
error out contains error information. This output provides standard error out functionality.

CD Total Delay Details

Refer to the LabVIEW Control Design User Manual for information about delay in system models.

Log in to get a better experience