LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview waveform chart

Solved!
Go to solution

Hello dear Labview colleagues,

I'm using a microchip dspic30f4011 MCU to send an external signal to my computer, and then using LabVIEW to monitor the waveform. However, in my program, the values ​​in the read buffer are fluctuating, but I can't see anything on the waveform. I'd like to ask what could be causing this. Thank you.

 

 

0 Kudos
Message 1 of 7
(198 Views)

image.png
This is my program.

0 Kudos
Message 2 of 7
(194 Views)

Are you plotting on a Chart or a Graph? Charts have a built in buffer so you can send one sample at a time and it'll draw just fine, with a Graph you'll have to build an array in memory and plot it all.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 7
(191 Views)

Oh, you can't plot the VISA ref! You have to convert the pink string-wire!

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 7
(188 Views)

I use a signal generator to transmit signals to the computer via an MCU, and then use LabVIEW to monitor them.
I don't understand what you mean.

0 Kudos
Message 5 of 7
(172 Views)
Solution
Accepted by yaooo

Use the pink wire, the purple wire is the visa reference.

If this does not work, show the sender code from the MCU. 

snip_visa_read.png

0 Kudos
Message 6 of 7
(145 Views)

I tried your method and successfully saw the waveform in LabVIEW. Thank you very much.

0 Kudos
Message 7 of 7
(32 Views)