02-18-2008 04:35 PM
02-19-2008
01:58 PM
- last edited on
03-18-2025
07:12 PM
by
Content Cleaner
No, a Real-Time (RT) executable losses all of its Front Panel items when it is deployed to a target. You can instead use a Remote Front Panel or network published shared variables to communicate with a VI on your host machine.
1) Can you have a GUI on a Labview RT Target Machine?
Yes, you can you NI Touch Panel Module to control a RT executable or VI.
2) Can you use a touchscreen to interact with a Labview Target Machine, and if so have there been specific models tested?
3) What chipsets from standard desktops have been tested with the Labview RTOS?
You can use any standard FTP client to FTP files to a RT Target. You may also use the FTP VIs in LabVIEW to programmatically FTP files from the RT target to another machine.
4) Are there any limitations on connecting to a remote computer over the Internet to upload files to an FTP server from a Labview RT target machine?
You cannot have any OPC or SQL type database client or server run on a RT system because these require Windows to function. You could use shared variables to communicate data to another machine that can run database tools.
5) Are there any limitations on connecting to a database on a remote computer over the Internet from a Labview RT target machine?