08-02-2017 10:34 AM
My program is fully functioning, but I am currently generating 4 separate spreadsheets for my data to include the time stamp on each reading. I'd like to be able to have one spreadsheet where I have all my data each to their own columns and one column for the time stamp data. The readings should all be taken at the same instance so I don't see any issues with that. Any ideas on how I could do this? Listed is my code and an example of the type of data I currently generate. Any help would be appreciated.
08-02-2017 11:01 AM - edited 08-02-2017 11:01 AM
The "Export Waveforms to Spreadsheet File" takes an array input. I've never used it, but I would build them into an array and see what happens.
08-02-2017 12:00 PM
1. Use a Chart instead of a Graph. The chart keeps a history for you, so no need to append the waveforms.
2. Use 1 chart for all of the signals. This will make things a lot easier on everybody.
3. Write the data as you read it. This will save a lot of memory.
4. Learn to use the Data Queue PtByPt VI.
5. You should have the From DDT output an array of waveforms.