Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

viOpenDefaultRM fails - why?

viOpenDefaultRM is failing for me and returning a rather large value. What are possible reasons for this and what kind of things should I look at

0 Kudos
Message 1 of 5
(8,170 Views)
I should mention that this is my first time attempting to communicat over a GPIB/Ethernet converter box....I suspect that this *may* have something to do with it.
0 Kudos
Message 2 of 5
(8,155 Views)
I get this error VI_WARN_CONFIG_NLOADED
0 Kudos
Message 3 of 5
(8,153 Views)
Hi mikieB,

I need to get some more information from you.  What is the exact error you are getting?  What is the error code?  What versions of LabVIEW and VISA are you using?  Any more information about when you see this error or what's going on in your code would be helpful. 

Thanks! 

Meghan
Applications Engineer

Message Edited by Meghan R on 07-18-2007 04:54 PM

0 Kudos
Message 4 of 5
(8,139 Views)
Found the problem.
 
I was getting a configuration not loaded warning for the viOpenDefaultRM call.
 
Also a error(RSRC NOT FOUND) on the viopen call.
 
The problem was that the app was loading the 3.xx version of visa when I needed the 4.xx version.
 
Thanks for the help though.
0 Kudos
Message 5 of 5
(8,132 Views)