05-11-2006 12:05 AM
05-11-2006
03:04 PM
- last edited on
06-18-2025
12:34 PM
by
Content Cleaner
Hi There,
You can certainly create an executable and run it on the RT target and then have it send information over to the host vi running on your remoter host machine.
Here are a couple of useful links:
How to create an exe in LabVIEW 8.0: <http://zone.ni.com/reference/en-XX/help/371361A-01/lvhowto/building_a_stand_alone_app/ >
Links to RT tutorials and example programs: <http://zone.ni.com/devzone/devzone.nsf/webcategories/C25F8C664230613A862567DF006ABB06 >
Regards,
Prashanth
05-15-2006 12:08 AM
05-16-2006 06:03 PM
Hi There,
If I understand you correctly, you are looking to start the RT executable from the host computer and have it download it to the RT target. No, this is not possible with the RT executable in LV-RT 8.0 and you must use vi server technology to launch it on the RT target. Have great day!
Regards,
Prashanth
05-22-2006 06:19 AM
05-23-2006 06:15 PM
Sharonoff,
Could you explain what exactly you are able to do in LabVIEW project? (A step by step instruction to replicate it will help) Also what exactly you want to do with out LabVIEW project as well as VI server technology.
Regards,
Prashanth
05-30-2006 03:37 AM
05-31-2006 11:54 AM
Hi Sharonoff,
Unfortunatly, you cannot run a RT vi on the target with out a project. Project window is where one would setup the target options as well as shared variables.
Also, its not possible to create a windows exe whose front panel is on windows and block diagram runs on the rt target. There is no viable usecase as one would not be running a Real-Time system in this setup. Once the programming and bebugging is done, users create an RT executable and then FTP it into the target and run it there. Any user input / output data is transfered between the target vi and the host vi using shared variables/TCP. This provides better determinism than front panel communication which is meant more for programming and bebugging.
Regards,
Prashanth
06-01-2006 02:58 AM