Owning Palette: Real-Time VIs
Installed With: RT Module. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Real-Time Utilities VIs to output debug strings, control LEDs, return information, read switches, reboot, and set the date or time of RT targets.
The VIs on this palette can return general LabVIEW error codes.
| Palette Object | Description |
|---|---|
| RT Debug String | Outputs a string to the standard output device. By default, this VI outputs the debug string to the video port. If you have a device capable of serial redirection, this VI outputs the debug string to the serial port. |
| RT Get CPU Loads | Monitors the distribution of load on the CPUs in the system. For each CPU in the system, this VI returns the total load as a percentage of capacity. This VI also returns the percentage of CPU time devoted to each priority level, the percentage of idle CPU time, and the percentage of CPU time devoted to Timed Structures and interrupt service routines (ISRs). |
| RT Get Memory Usage | Monitors memory usage on the RT target. |
| RT Get Timestamp | Inserts a 64-bit timestamp value from a high-precision timing source into a preallocated array at an index value specified by iteration. The timestamp value indicates the time when the RT Get Timestamp VI executes on the RT target. |
| RT LEDs | Controls the LEDs on all RT Series devices. |
| RT Ping Controllers | Returns information about networked RT Series devices on the local subnet or a remote subnet. By default, this VI searches for all devices on the local subnet and returns information about each device, including MAC address, IP address, status, model, and host name. |
| RT Read Switch | Reads the switch state of DIP switches on a networked RT Series device. |
| RT Reboot Controller | Reboots a networked RT Series device on the local subnet or remote subnet. You must provide the MAC address of the networked device. Use the RT Ping Controllers VI to obtain the MAC address of a networked RT Series device. |
| RT Set Date and Time | Sets the date or time of a networked RT Series device. |
| RT Timestamp Analysis | Analyzes the array of timestamps returned by the RT Get Timestamp VI. |