LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

no reading from visa read

dear all,

 

I'm having some problem with visa. I need to read a data from spectrophotometer into Labview.I've tried two design for block diagram.

 

 

1.png

 

for the first diagram, the problem is the time out period at visa read.

 

2.png

for this diagram, all of the connection is ok while running but there is no reading at the read buffer.what should I do??

 

please help me!!!!!!!im still new with Labview....

0 Kudos
Message 1 of 3
(2,640 Views)

Most VISA Instruments require you to send them a query command before they send data back - if the instrument uses SCPI (probably the most commonly used protocol) then this will be of the format of something like GETDATA? (question mark indicating a query)

 

Do you have a make and model number of the Spectrophotometer?

David Clark
CLA | CTA
Genesee Technologies Ltd
Hampshire, England
0 Kudos
Message 2 of 3
(2,628 Views)

To add to David's post, I see you've configured some, but not all, VISA serial params.  I suppose you're sure that the VISA serial defaults for the params you haven't set are appropriate?

 

But definitely go check the equipment programmer's guide to see how you should be addressing the equipment...

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 3 of 3
(2,607 Views)