LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

waveform

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 youSmiley Happy

0 Kudos
Message 1 of 5
(2,709 Views)

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.

0 Kudos
Message 2 of 5
(2,702 Views)

It does not graph the data received. It would receive an information every 30 mins. It must graph or plot the info 🙂

0 Kudos
Message 3 of 5
(2,697 Views)

It does not graph the data received. It would receive an information every 30 mins. It must graph or plot the info 🙂

0 Kudos
Message 4 of 5
(2,697 Views)

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?

0 Kudos
Message 5 of 5
(2,680 Views)