LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Bluescreen after a few seconds-minutes while using following VI

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

0 Kudos
Message 11 of 12
(297 Views)

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"

 

 


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
Message 12 of 12
(290 Views)