06-30-2012 07:12 AM
Hello there!
I am currently working on our VI. What I want is to plot the data in a waveform from the scan from string. However, it doesn't plot the data properly. I am currently working on 2 ways on how to do this. Any suggestions? thank you
06-30-2012 08:27 AM
Define "not working properly". Are you expecting a graph over time? If so, you want a waveform chart, not a waveform graph.
In terms of you code, is the device supposed to continuosly send information, or only when you send the "A"? If it's continuous, then I can see why you'd have the VISA Read where you have it. However, if it's only when you send the "A", then it should be inside the case structure.
06-30-2012 10:18 AM
It does not graph the data received. It would receive an information every 30 mins. It must graph or plot the info 🙂
06-30-2012 10:19 AM
It does not graph the data received. It would receive an information every 30 mins. It must graph or plot the info 🙂
06-30-2012 04:01 PM
What kind of debugging have you done? Have you put a probe on the output of VISA Read to verify you are actually receiving the string you expect? Have you put a probe on the output of the Scan From String? Have you put a probe on the wire going to the graph?