LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA error Hex 0xBFFF0015

I am trying to connect Sierra Instruments 620S flow meter to my labview computer via serial connection. I have NI MAX open and am trying to run the VISA test panel. When putting in command IDN?\n both the Query and Read commands shoot an error of: "Timeout expired before operation completed." I am only sending 50 bytes to read so I don't think this is a timing issue, as I have also increased my timeout settings, to no avail.

 

How can I fix this?

 

Thanks!  

0 Kudos
Message 1 of 7
(811 Views)

@parker300 wrote:

I am trying to connect Sierra Instruments 620S flow meter to my labview computer via serial connection. I have NI MAX open and am trying to run the VISA test panel. When putting in command IDN?\n both the Query and Read commands shoot an error of: "Timeout expired before operation completed." I am only sending 50 bytes to read so I don't think this is a timing issue, as I have also increased my timeout settings, to no avail.

 

How can I fix this?

 

Thanks!  


Do you even know if the instrument is SCPI compliant?  If it's not, it's not going to understand that command and will just sit there doing nothing - just like it's doing.

 

Edit:

This is serial, so additionally you need to make sure the comm settings are correct.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
Message 2 of 7
(795 Views)

Billko,

 

Thanks for the response. The instrument is RS232 so it should work through VISA, I think. I am not sure if there are any extra steps for communicating through the RS232. I checked and comm settings are correct.

 

Thanks again.

0 Kudos
Message 3 of 7
(760 Views)

@parker300 wrote:

Billko,

 

Thanks for the response. The instrument is RS232 so it should work through VISA, I think. I am not sure if there are any extra steps for communicating through the RS232. I checked and comm settings are correct.

 

Thanks again.


You can look in the manual to see how to communicate with it.  Also, please upload the manual here and we can help you search through it!

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 7
(710 Views)

620s_User Manual states that 

The programmable transmitter is easily configured via RS-232 and Sierra’s Smart Interface™ Windows™ based software or three push buttons in the device.

 

It does not support the SCPI command hence you cannot use IDN? to query the information. The device implements its own serial communication protocol and the manufacturer provides the free software for that. You still can use NI-VISA to do the serial communication but you would need to reach out to the manufacturer to understand what is the exact payload being sent or received.

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 5 of 7
(708 Views)

Here is the user manual as well as a serial commands document I got from Sierra. 

0 Kudos
Message 6 of 7
(704 Views)

ZYOng,

 

Thanks for the reply.

 

I reached out to the manufacturer, and I was given this manual. I want to integrate the data from their software into my own LabVIEW code to add some custom features.

 

Thanks again.

0 Kudos
Message 7 of 7
(701 Views)