Owning Palette: Real-Time Shared Memory VIs
Use the Advanced Shared Memory VIs to read and write data from the shared memory of the RT target running on the RTX subsystem.
The VIs on this palette can return general LabVIEW error codes.
Wire 0 to the device input for VIs running on the RT target to access shared memory.
| Palette Object | Description |
|---|---|
| RT Peek | Peeks data from the shared memory of an RT Series plug-in device. You must wire RTRTX::0 to the device input of the RT Peek VI to specify the RT target running on the RTX subsystem. |
| RT Poke | Pokes data to the shared memory of an RT Series plug-in device. You must wire RTRTX::0 to the device input of the RT Poke VI to specify the RT target running on the RTX subsystem. |
| RT Read | Reads data from the shared memory of an RT Series plug-in device. You must wire RTRTX::0 to the device input of the RT Read VI to specify the RT target running on the RTX subsystem. |
| RT Write | Writes data to the shared memory of the RT target running on the RTX subsystem. You must wire RTRTX::0 to the device input of the RT Write VI to specify the RT target running on the RTX subsystem. |