Control Design MathScript RT Module Functions
- Updated2023-03-14
- 2 minute(s) read
Requires: Control Design and Simulation Module and MathScript RT Module
Use LabVIEW MathScript and the Control Design MathScript RT Module functions to design, analyze, and simulate linear controller models using a text-based language. LabVIEW MathScript is a text-based environment you can use to write functions and scripts. The MathScript RT Module provides MathScript support for the Control Design and Simulation Module.
To determine whether the MathScript RT Module is installed, open the Tools menu and check whether the MathScript Window item is present.
The following table lists Control Design MathScript RT Module classes of functions and commands that MathScript supports. (Windows) If you purchase the LabVIEW Real-Time Module, you can use the MathScript Node and certain MathScript RT Module functions on RT targets.
![]() |
Caution (Real-Time Module) National Instruments does not guarantee and is not responsible for the jitter characteristics of code you run on an RT target. Depending on the functions and data types you use, non-deterministic function calls might be required at run time, which can increase jitter and lead to unbounded execution time in your real-time application. However, you can achieve time-bounded execution using MathScript RT Module functions on RT targets if you follow certain guidelines. To ensure that the application meets timing requirements, National Instruments recommends that you review your code and benchmark the jitter in your application before you deploy the application to the field. You are solely responsible for testing the jitter characteristics of your application. |
The LabVIEW Digital Filter Design Toolkit installs additional MathScript RT Module functions.
| Class | Description |
|---|---|
| cdops | Arithmetic operator functions |
| cdplots | XY plane functions |
| cdsolvers | Equation solver functions |
| connect | Model interconnection functions |
| construct | Model construction functions |
| convert | Model conversion functions |
| dynchar | Dynamic characteristics functions |
| frqrsp | Frequency response analysis functions |
| info | Model information functions |
| reduce | Model reduction functions |
| ssanals | State-space analysis functions |
| ssdesign | State-feedback design functions |
| timeresp | Time response analysis functions |
