LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Visa Issues

Did you modify your vi to make sure that it actually does include the termination characters?

And set the boolean to True  to enable termination character?

0 Kudos
Message 11 of 16
(1,301 Views)

-- Oops: didn't post image before going to a meeting --

 

 VISA Termination Config

Message Edited by Ray.R on 04-08-2009 12:37 PM
Message 12 of 16
(1,290 Views)
Yes I made those changes, but after what Dennin Kuntson said I went back to using the code I orignally posted. Still no luck. I tried using Hyperterminal and can establish a connecting, but how do I send comands.
0 Kudos
Message 13 of 16
(1,270 Views)

OKay..  It works with HyperTerminal... That's good.

 

Within Labview, click on the Help Menu and select Search Example.

Select the Search tab and type serial.  THere will only be one selection, so click on it.

 

Have a look at the top two examples on the list at the right.  

Advanced Serial Port Write and Read.vi

and

BasicSerial Write and Read.vi

 

You should be able to communicate with your device using those two.  Then have a look at how the code was implemented in those vi's.

 

 

Message Edited by Ray.R on 04-09-2009 08:32 AM
0 Kudos
Message 14 of 16
(1,264 Views)
When I run the example VI and write *IND? i get the following responce from read "LSCI,MODEL331S,336227,120407" LSCI correspounds to the company name, 311S is the model number and i am not sure about the other numbers. However, it still times out. I have it set to stop on terminal char and the model is set to return a terminal char.
0 Kudos
Message 15 of 16
(1,257 Views)
I fixed the problem, thanks ray.
0 Kudos
Message 16 of 16
(1,253 Views)