03-09-2009 02:20 PM
Hi all,
I have a test system in VB that I would like to convert into LabVIEW. The system has a GPIB connection and a couple of serial communcaiton port. The system doesn't have labview on it, and eventually, I just want to put an executable on it. It would be nice if I can use my labtop for development, but my labtop doesn't have serial nor GPIB. What would be the best way to approach this problem? Can I somehow connect to the current system through my laptop, so that I use the labview on my labtop while using all the communcation ports on the system? Thanks!
Yik
03-09-2009 02:35 PM
03-09-2009 02:41 PM
03-09-2009 10:36 PM
03-09-2009 11:05 PM
If you use IVI drivers, then you can run them in simulation mode. This will allow you to debug much of the program but since you are limited to the types of signals you can simulate and of course there is no real output from any instrument, you still would need to install LabVIEW on the target pc for final debug.
There is an option in MAX to make local VISA resources available on a network. You would have to install MAX and NI-VISA on the pc with the instruments. Then in the VISA Options, you change the security to allow specific ip's or all systems to have access. On the development pc, use MAX to add a remote system. I believe that you would then have full access to the remote instruments and ports just like as if they available locally. When you deploy it, the only thing that would need to change is the VISA Resource Names. Of course, when you use the remote instruments, you have to make sure that the existing program is not running.
03-11-2009 05:08 PM