07-12-2011 10:18 PM
Hello,
I'm trying to received a string using VISA. I have problems with Labview...
I tried to check if I see the correct values through telenet, and there isn't any problem, the issue comes up when I do it with Labview.
The signal that I received is a string and I would like to read properly but I can't. It seems like, my device samplig at rate of 100Hz and the transmision is very fast, the labview dind't have time to read it or something like this... Because, I read de values in diferent order or with strange figures (ex:·$%&).
I will be so thankful if someone can help me!
Thanks very much!
Regards
07-13-2011 05:29 AM
Can you please attached the code VI.
07-13-2011 06:40 AM - edited 07-13-2011 06:45 AM
Hi,
thanks for your answer! The main problem is thata my device send 30 samples per second (30 Hz), so Labview shows what it can in this moments..
Can I find anywhere an example of sistem (graph system) mesuring in real time through VISA?
Thanks for all!
07-13-2011 08:54 AM
So you're trying to loop your VISA code so that it continues to read the device? If you're having trouble with that you probably need to take a look at some LabVIEW tutorials: http://zone.ni.com/devzone/cda/tut/p/id/12302
If I misunderstood your problem, post a more specific question and attach your current code.