As a beginner programmer to LabVIEW I have am currently having some trouble constructing the GUI for the application I am developing. The application I am trying to implement is the following:
A GUI that starts collecting data from 4 sources, that begins collecting and displaying the real-time data on screen.
Once the user clicks a Start button, a file will automatically be opened (Currently working with ActiveX and Excel)
Then the file would be written to every 5 seconds w/:
--The 4 sources of data
--A Counter of each iteration (or a time starting from 0s, when data first recorded)
Once the user clicks a Stop button, the file would be closed
And throughout this the data is being displayed real-time for the user to view. This real-time data display would only be stopped on the main program stop or exit.
I have been experimenting with quite a few different things, but as I am still fairly new at this, I was hoping for some input or example that someone could point me to for guidance. Any help would be greatly appreciated.
Thanks