05-06-2008 04:01 AM
ViString optionString = "Simulate=1,RangeCheck=1,QueryInstrStatus=1,Cache=1,DriverSetup=Model:40-535-021;";
05-06-2008 10:14 AM
05-06-2008 10:32 AM
Thanks Nathan
The problem is that i'm waiting for the switch and i´m doing trials before, that is the reason why i use simulate option
if i dont use simulation ---->"Simulate=0,RangeCheck=1,QueryInstrStatus=1,Cache=1" the error is:
Error Code: 0xBFFA0060
Error Message: Insufficient location information or resource not present in the
system.
if i use simulate=1-->"Simulate=1,RangeCheck=1,QueryInstrStatus=1,Cache=1"
i have the same error that i show in the first post
Error Code: 0xBFFA004A
Error Message: The option string parameter contains an entry without a value (no
thing after the '=').
:S
05-07-2008 11:53 AM
05-08-2008 02:32 AM
Thanks Nathan
I probed with other switchs (ivi_driver in simulation mode) ant they runs without problems, i will trie to search the cause of this problems and post it there
Thanks