04-26-2006 09:27 AM
04-26-2006 09:45 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
04-26-2006 09:53 AM
Did you also install VISA on the target machine? DAQmx should have no relationship to GPIB instruments. When MAX detects an instrument, it does not use VISA to communicate but obviously, a VISA Resource Name control does. Check your software listing in MAX to see if it's there and wheat version.
04-26-2006 09:53 AM
The GPIB code is actually an IVI driver made for a Rhode and Schwarz TRMS meter. Its the standard VISA Read/Write, nothing out of the ordinary. I'm using a USB-GPIB-HS adapter to communicate with it. Like I mentioned, the VISA instrument control drop down list on the front panel of the Exe does not list any GPIB instruments, all that is listed is ASRL...1, ASRL...4, and ASRL...10. In the EXE that used to work, there were no ASRL... references listed. What was listed was the GPIB0...INSTR...20, COM1, and the parallel port. So something weird is going on now, somehow effected with the load of DAQMx 8.0.
Pete.
04-26-2006 09:58 AM
When creation of the standalone exe, in the Installer options, I made sure and selected Serial Port support and also Port I/O Support. I'm assuming this then installs VISA on the target machine.
04-26-2006 10:05 AM