12-19-2005 03:55 AM
Thank you Dev,
I tried to use the VI you sent me and it is writing the output to a text file but the output its showing is all zeros even though I am getting a strain around 7e-6 (i.e 7 micro strain). Is there something wrong with my VI.. or may be I am doing some thing in the process? would you be knowing anything about it?
Thank you
12-19-2005 04:23 AM
Hi Hari,
That's simple
just choose suitable format to write to spread sheet file (%.8 f should do)
look in attached VI( modified to write continous data, column wise, at %0.8 f )
Regards
Dev
12-19-2005 04:31 AM
Hi,
You can as well convert the numeric data into exponential string (in case of acq and save.llb)... that will give you the exact values including the precesion (you can define).
12-19-2005 04:41 AM
Thank you very much Dev, your modified VI worked out very good. I really appreciate your promptly help.
And if you dont mind there is one more thing I need here. How do I choose more than one physical channel, (in channel parameters) and to write the all those strain readings w.r.t time to an external file. Current VI only allows me to choose one physical channel at a time.
Hope you can help me in this issue too..
Thank you
12-19-2005 04:42 AM
Guess I could do that too..
Thank you Sreedhar
12-19-2005 04:50 AM
Don't worry, I have modified the VI wrt to exponential storage... go ahead and enjoy coding. As per increasing the number of channel from more than one, it has been incorporated as well.
Find the vi attached.
Sreedhar.
12-19-2005 04:57 AM
Sreedhar,
I dont know how to use your .llb file as I told you earlier I am very new to LabVIEW. Could you please explain me how to use your .llb attachment.
Thank you
12-19-2005 04:59 AM
12-19-2005 05:03 AM
12-19-2005 05:24 AM