LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

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

Hello.

 

I buy new machine, which is "SPECTROMETER BIM-6001" made by brolight. Of cause, I receive the USB driver, but it's not working in Labview if I use it.

I solved this problem to use this document. -> http://www.ni.com/tutorial/4478/en/#

And I open the NI MAX, VISA test Panel. Of cause, Device is connected.

 

Now, it is problem.

First, I can't change the "Control Pipe" from Default (0).

Second, I enter basic I/O in Input/Output. I type command " *IND?\n ", push "Query" button. and I get return Data as following this.

------Return Data---------------

Read Operation

Error

 

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

--------------------------------------

"bytes to Read" is 1024.

 

 

I guess its problem is associated configuration.

I checked View Attributes, in Configuration panel, found strange thing.

 

Attribute                            |       Currnet Value

Bulk Out Pipe                   |       0x3

Bulk In Pipe                      |       0x81

Interrupt In Pipe                |       -1 (No Interrupt In Pipes Present

Interrupt In Pipe State       |      UNKNOWN

 

 

OS is windows 10. 

 

 

Happy new year,  greeting

Mattew

 

 

0 Kudos
Message 1 of 4
(2,825 Views)

I have not looked at the manual yet, but I would guess the instrument does not take the SCPI commands.  It likely has a proprietary protocol.  If there is a driver, you will likely have to interface through that.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(2,776 Views)

Thanks for your response.

I agree to your opinion and I have USB driver for my machine. 

 

Do you know how to interface using my USB driver?

 

Is it some document in this web site?

0 Kudos
Message 3 of 4
(2,768 Views)

Assuming you have a DLL, you will need to use the Call Library Function Node.  Dig around the user manual to see if there are example using the driver.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 4
(2,763 Views)