07-18-2007 03:08 AM
07-20-2007 03:37 PM
07-22-2007 09:01 AM
Here's the screen capture of the error. I think the error code is 0x0005.
Is this an error with visa32.dll version? or could it be something from my code that I didn't set something right?
Thanks
07-24-2007 08:04 PM
08-10-2007 04:11 PM
m_viDefaultSession = NULL;
status = viOpenDefaultRM (&m_viDefaultSession);
Thanks
08-17-2007 04:40 PM
08-17-2007 05:56 PM
Hi
Please see my answer in italics below
by the way, is GPIB more reliable than Ethernet? (basically I just want the instrument to perform according to the command I send to it without any errors)
thanks
In order to help, we're going to have to get more information. Are you running an executable?
yes. I am running executable. Single-threaded.
Do you have access to the source code?
Yes, please see the attachment.
What drivers are you using?
NI Visa 4.10 for windows. I have WindowsXP. Do I need any special patch from Microsoft to run NI Visa properly?
What versions?
What is your code doing?
My code controls Anritsu MG3700A Signal generator (eg sending commands to it to output signal, change frequency,...)