LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview- datalog/output file

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

 

0 Kudos
Message 11 of 24
(1,978 Views)

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

 

Message 12 of 24
(1,970 Views)

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).

0 Kudos
Message 13 of 24
(1,912 Views)

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

 

0 Kudos
Message 14 of 24
(1,965 Views)

Guess I could do that too..

Thank you Sreedhar

0 Kudos
Message 15 of 24
(1,908 Views)

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.

0 Kudos
Message 16 of 24
(1,905 Views)

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

0 Kudos
Message 17 of 24
(1,900 Views)
You can indeed acquire from more than one physical channel using this VI.
 
This vi can read data from more than one physical channel.
The same Vi also saves data from multiple channels column wise into the file.
 
just write the configured Physical channel ID's in the Physical channels list with a comma seperator as shown in attached VI
 
Well, if you want to enter different Bridge configuration parameters for each channel, it also can be done.
 
If you need this, let me know and i will explain how to do it.
 
 
Regards
 
Dev
 
Message 18 of 24
(1,898 Views)
llb means library....so its the library of VI that are used to write the program. So, just say open from your labview panel and browse the path of the .llb. Once you get it, select the vi on the top... it must be stored in the same name that you have sent.
0 Kudos
Message 19 of 24
(1,894 Views)
Both you guys have been very useful to me.
Right now those VIs are working very good. I'll try to work with them and if have any more questions then I shall get back to you guys.
 
Once again I thank you guys
Hari
0 Kudos
Message 20 of 24
(1,892 Views)