Re: VISA ERROR(hex 0xBFFF0011)

2004-03-08 Thread pana
Thank you for your reply. I will try it out.

Re: VISA ERROR(hex 0xBFFF0011)

2004-03-08 Thread pana
Thank you for your reply. I check that VISA drivers was installed on the computer. Because I can use MAX to see it, and communicate with my instrument by VISA interactive control. The USB resource name which shows in MAX is the same resource name in my .vi program. But the error is still there. Do

Re: VISA ERROR(hex 0xBFFF0011)

2004-03-06 Thread Noel
Definitely you will want configure an alias to your USBTMC instrument and copy your visaconf.ini to your target machine. Unlike other traditional GPIB instruments, it is unlikely that your USB device has the same address when connected to another computer. Therefore, use VISA aliases that allow yo

Re: VISA ERROR(hex 0xBFFF0011)

2004-03-05 Thread Randall T
Check your Automation Explorer , Devices and Interfaces, Ports (serial & Parallel). Check the Port you are trying to communicate with and see if the Alias name is the same as in your program. I have had problems using COM X on some machines but ASRLX::INSTR works just fine. I try to use an INI fi

Re: VISA ERROR(hex 0xBFFF0011)

2004-03-05 Thread tbob
Seems like your instrument is not being found on the second computer. Most likely, your instrument drivers have not been properly installed. If using VISA, you must have VISA drivers for that instrument installed on the computer you are using to connect to that instrument. You can use MAX (Measurem

VISA ERROR(hex 0xBFFF0011)

2004-03-05 Thread pana
Hi, there, I've programmed a VI that communicates via USB TMC with an instrument. Works fine on the Computer (Window 2000 with LV 7.0 Full Development), where I developed the VI. I built an application of this VI. Works fine on the Computer, where I developed. When I try to portate it on anothe