01-16-2024 02:20 AM
Hi...
I need to log sample number, date and time, voltage, current and power to a excel file and need to export that data to a specified location on the system. Can anyone help me with this?
Thankyou.
Solved! Go to Solution.
01-16-2024 02:44 AM
Hi stark,
@stark8 wrote:
I need to log sample number, date and time, voltage, current and power to a excel file and need to export that data to a specified location on the system. Can anyone help me with this?
Sure we can help…
01-16-2024 03:55 AM
Excel file means .xlsx file and save location would be the current VI folder.
01-16-2024 04:53 AM - edited 01-16-2024 04:54 AM
Hi stark,
@stark8 wrote:
Excel file means .xlsx file
Use the ReportGeneration functions to create/handle XLSX files.
There are example VIs in the example finder…
@stark8 wrote:
save location would be the current VI folder.
Which is a bad decision, you better use "public" folders like Desktop or UserAppData…
There is a File constants palette with lots of predefined path constants (including CurrentVIPath), including a function to select several pre-defined folders in typical Windows environments!
01-18-2024 09:56 PM
Hi....
Can you send me an example program for this. I can't find examples for the above.
Thankyou
01-18-2024 11:39 PM
Hi stark,
@stark8 wrote:
Can you send me an example program for this. I can't find examples for the above.
What is "this" and what is "the above"?
Please ask specific questions. It also helps to quote other messages (like I do) to provide context for your questions!
Maybe you are talking about the Report Generation functions: