07-26-2018 06:38 AM
Hi Bob,
--> The bluescreen problem does not occur on an other PC.
--> I need the write/read combination, because the Arduino should just do a reading process if it gets the serial command "read".
--> I deleted the event structure and now I´m working just in the while loop with a 10ms wait, and it works perfectly
--> I´m not really familiar with LabVIEW so I need a while to figure out how to work with the paralel loop and the Producer/Costomer Design and hopefully it will help.
One more question:
I added "Get Date/Time in Seconds" to the "bundel" because I need the system time shown on the Graph and related to the data.
But it works not like shown in a tutorial, it still shows a different absolute time.
Thanks so far for your help,
Cheers Flo
07-26-2018 07:27 AM
charts, graphs and xy-graph differ
charts have internal buffer. you only feed them the latest Y values.
graphs have no internal buffer, you feed them all the Y values every time.
xy-graphs want the X values too.
Help -> Find Examples -> search for "xy graph data types"