03-14-2002 04:13 PM
03-18-2002
09:12 AM
- last edited on
07-18-2025
12:16 PM
by
Content Cleaner
Dave,
Follow the instructions in Chapter 2 of the RT Series PXI/CompactPCI Controller User Manual.
You do not need to use "Run When Opened."
Also, make sure that your front panel values are saved as default before building the applications so that the device numbers are correct.
Finally, make sure that you are doing error checking (to break out of a loop when there are errors), and that any continuous loops in time critical priority VIs sleep long enough for other operations (such as the user interface updates) to occur.
Regards,
Chad H.
Applications Engineering
National Instruments
03-18-2002 01:47 PM
03-18-2002
04:26 PM
- last edited on
07-18-2025
12:17 PM
by
Content Cleaner
Dave,
Which controller are you running with? If you are using the PXI-8140 RT Series, you have user defined LEDs you can toggle to show it is running. If you have a controller with a floppy drive, you stick a loop in parallel with everything that accesses the floppy drive every 10 seconds (a cheesy way of seeing if your program is running, but it works because the drive light will come on every 10 seconds).
When using Internet Explorer for FTP, clear the cache between each operation. That may or may not explain what you are seeing.
I have
built an application out of the LabVIEW<->GPIB.vi successfully.
If you would like to attach your VI, go ahead. Please trim it down and document it well.
Regards,
Chad H.
Applications Engineering
National Instruments
03-18-2002 05:23 PM
03-19-2002 11:42 AM
03-19-2002 01:14 PM
03-21-2002
12:57 PM
- last edited on
07-18-2025
12:17 PM
by
Content Cleaner
Dave,
Good job on the troubleshooting! Which version of LabVIEW Real-Time are you using?
The problem you are apparently seeing has not yet been reported by anyone else.
Are you positive that each time you built the executable that you were targeted to the controller, and not to the Host PC? When I was trying to reproduce the problem, I built an application twice, making minor changes each time, and saw startup.exe updated. I tried a third time, and it appeared not to have changed, until I realized I had not targeted the RT Engine by mistake. Always double check the destination directory to make sure it is on your RT Engine.
I have not been able to reproduce the problem. Would you please carefully t
est it on your end, and make a detailed list of the steps you take. Send the list of steps and the initial VI that you use to make the exe. I will then do the same on my end.
Regards,
Chad H.
Applications Engineering
National Instruments
03-21-2002 01:29 PM
03-21-2002 03:38 PM