02-24-2020 06:46 AM
02-24-2020 07:07 AM
Hi Majk,
@MajklS wrote:
However, I don't get anything on the serial port. Graphics still run without having the simulation turned on.
Mind to share your current VI to help us to help you?
How does a "graphics still run" when you "don't get anything on the serial port"?
Don't you think it would help you to learn some LabVIEW basics?
02-24-2020 11:18 PM
Hello GerdW,
02-24-2020 11:26 PM - edited 02-24-2020 11:27 PM
Why are your chart terminals outside the while loop?
That means they don't get any data until the loop ends. Then it will only get the last value, and it will probably look like nothing since a single point doesn't show up by default on a waveform chart.
I would recommend you learn more about LabVIEW from here. How to Learn LV
02-24-2020 11:35 PM
02-25-2020 12:31 AM
Hi Majk,
@MajklS wrote:
I put 2 graphs in a loop, but how does it know I want to render RdData [0]?
Do you even read the answers you got for your questions?
To index an array element (like RdData[0]…) you should use the IndexArray function!