12-20-2018 02:08 AM
Hello,
I'd like to plot temperature and humidity on the same graph, every 500ms.
What is wrong with my code?
Please, help!
Kind Regards,
Balázs
Solved! Go to Solution.
12-20-2018 02:39 AM - edited 12-20-2018 02:40 AM
Hi Balázs,
What is wrong with my code?
Basic LabVIEW knowledge:
1. Open the context help (using Ctrl-H)
2. Move the mouse over the broken wire and read the context help. Now you know what's wrong.
3. Move the mouse over the XYGraph terminal and read the help. Now you know which datatype that graph expects instead…
Simple solution: replace the XYGraph by a waveform chart.
(Think about why that solution works!)
12-20-2018 11:04 AM
12-24-2018 07:29 AM - edited 12-24-2018 07:30 AM
Personally, I would go with a waveform chart.
01-03-2019 06:47 AM - edited 01-03-2019 06:48 AM
Hi there,
Well, is it possible to plot multiple waveform real time on the same waveform graph and see the data of all time measured?
(Time of acquisition is unknown)
Kind regards,
Balázs
01-03-2019 07:42 AM
Hi Balász,
is it possible to plot multiple waveform real time on the same waveform graph
Yes.
and see the data of all time measured? (Time of acquisition is unknown)
Yes and no.
Yes: you can collect all data in arrays and plot them.
No: somewhen you need too much memory to hold "all data" and the graph will be very slow when handling large arrays…