05-19-2015 05:46 AM
I made this program to test your method , I don't know where is the problem but it doesn't work 😕
05-19-2015 09:36 AM
Here is a revised Snippet of my code, along with some comments about your code. This is a Snippet -- if you save it as a .PNG, open LabVIEW 2014 and drag the PNG to the Block Diagram, it will magically become code -- you can run it, save it, modify it, etc. And it works!
There are numerous problems with your code (not the least of which is that you failed to follow my example). The problem with your attempts to save to a file is that you were forming an illegal file name by appending goodness-knows-what to the end of a fully-formed .xlsx filename. See this example which shows how to insert a date-time string (formatted as 19-05-15 10-23-38 to avoid "bad" punctuation marks like slashes and colons).
Comments:
If you have questions about my code or why I did something a certain way, feel free to ask, and I (or someone else) will be happy to answer.
Bob Schor