05-12-2019 07:23 AM
I feel I'm disturbing you a lot. As of now , if I go back to my old vi , I'm getting all the data I need. Just want to save the data from "express VI table", Is there any way to do this ?
05-12-2019 10:52 AM
You have made the problem so much more difficult for yourself that the only way I could say something to be helpful is to give the following bits of advice:
Since you haven't done this, I'm doing to examine the code you posted in Untitled 13 (incidentally, that is a really stupid name for a LabVIEW program, as it conflicts with the "temporary" name style that LabVIEW adopts until you create a name that has some meaning).
Have you examined the output of either the Array of Dbls or the Array of DDWs? Have you examined the output of Build Matrix? Can you see data in there that you need to (painfully, I'm sure) extract and build into a simple 2D Array of Dbl that is an appropriate input to the Write Delimited Spreadsheet function?
You really do need to get rid of the DDW. I, for one, don't have a clue what your data look like inside this structure -- possibly you could connect it to an Indicator, run the Program, stop it, go to the Front Panel, and set it to "Make Current Values Default" (to preserve the output so we can see it). Now save the VI (with a sensible name), and post it. This will definitely clarify the appearance and format of your data, possibly allowing us to save you from the awfulness of the DDW.
Bob Schor
05-12-2019 12:10 PM
Yea , I can see the values in the matrix buh I'm not sure if it's in the dbl format as the inputs are from different formats.
Heres another VI which has a good output but still I can't save the data.
05-12-2019 12:55 PM
You don't read very carefully, do you? You posted a VI showing that the output data from your DAQ loop was an Empty Array! Maybe I wasn't clear:
I'm willing to try "one more time", but I feel like I'm putting far more effort into your problem than you are.
Bob Schor
05-12-2019 01:00 PM
Bob schor , trust me I read it very carefully. Unfortunately , I'm not in the place where I work on labview , so I'm trying to find out the errors so that I can fix it tomorrow. I ll send the VI of the same as uve told tomorrow as soon as I reach there.As of now , I'm having few VIs of the work , so that I can find out my mistakes. I'm really sorry.
05-12-2019 04:26 PM
After this ridiculously long message thread where the OP has failed to make any progress, he created a new thread here. https://forums.ni.com/t5/LabVIEW/Export-to-excel-from-express-VI-table-is-not-working/m-p/3925506
Continue the conversation there.
05-13-2019 04:45 AM
Supposed to have two values coz of two channels. And it's not saving the data.
I've been trying the Daqmx as well, buh should I create two daqmx create channel functions for 2 channels. ?
05-13-2019 05:42 AM
Not able to copy the data , and I'm not able to get two sets of values. Tried using Daqmx
05-13-2019 07:01 AM
We're not going to answer in this thread anymore. Continue in your new thread.
Splitting messages between two threads causes a lot of redundant questions and answers and a lot of aggravation.