04-11-2006 09:32 AM
Hello everybody,
I am using Property Nodes to clear my Charts right at the beginning of the program. The Property Nodes (History) are outside a While-loop.
When I connect a Chart with the counter-variable "i" inside a While-loop, the first point I see in the Chart is (0,1) instead of (0,0). It looks like the Chart misses the first point !
If the Chart is outside the While-loop the Chart displays all points.
Can anyone please explain this behaviour ? How can I solve this problem ?
Thanks,
Cesar
04-11-2006 09:36 AM
04-11-2006 09:50 AM - edited 04-11-2006 09:50 AM

Message Edited by Ed Dickens on 04-11-2006 09:50 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.04-11-2006 11:16 AM
Hello Elsa, hello Ed,
I did not realise that the While-loop and the Property Node were operating in parallel.
Thanks for the example, Ed.
Bye.