LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA: (Hex 0xBFFF0015) Timeout expired before operation completed.

Does any guy knows how to solve this Error VISA: (Hex 0xBFFF0015) Timeout expired before operation completed below?

 

error.png

0 Kudos
Message 1 of 7
(310 Views)

@Jiaa wrote:

Does any guy knows how to solve this Error VISA: (Hex 0xBFFF0015) Timeout expired before operation completed below?


Yes.

 

Spoiler
Send a command to your device using the correct command syntax…
It might help to tell us which device(s) you are using!
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(299 Views)

I'm using a TELEDYNE leCroy HDO6104a Oscilloscope, communicating with LV2023 by USBTMC. 

0 Kudos
Message 3 of 7
(288 Views)

Hi Jiaa,

 

did you try the driver from IDNet?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 7
(254 Views)

Yes, I download the correct driver, and run an example vi, a same error appeared in VISA CLR.

error in VISA CLR.png

0 Kudos
Message 5 of 7
(244 Views)

Hi Jiaa,

 

I never worked with those scopes but usually device drivers from IDNet can talk with their devices.

 

Do you need to configure your scope to allow remote control?

(With only low expectations: Can you use another USB cable/port?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 7
(237 Views)

Not sure about Teledyne but some instrument manufacturers implement different command syntax parsers that you can select in its configuration.

 

The *IDN? Command is part of the SCPI or IEEE-488.2 command set but other names like VXI11, HiSLIP or LXI, depending on the manufacturer are possible too. Some manufacturers find that not complicated enough and also implement their own command set format, usually to support legacy applications. As it can be hard to support two command parsers in parallel, you often have to select in the device configuration which one the device will use.

Rolf Kalbermatter
My Blog
0 Kudos
Message 7 of 7
(234 Views)