03-11-2017 01:04 PM
Thanks a lot it works very well now !
I just don't understand the utility of the history chart ?
03-11-2017 03:56 PM
This will clear the chart when you start the program. If you don't you might initially see the previous data from the same session.
03-12-2017 05:41 AM
Thanks a lot for your help!
03-13-2017 07:17 AM
Yes, you are using an Event Structure but your packing your code all in one area on a Event Structure. In the Simple State Machine, you can write code that does the same thing in multiple areas that run sequentially. It won't run any faster, but it makes the code more readable. Think about it like this: Do This, Then This, And This, etc.
Take a look at it. I believe it comes with LabView under the Examples area. I think it would work really well with what you are trying to accomplish here and what others have suggested can tie into this.