LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i have to average data of 1min and then log into text file

For my application i have to average data of 1min and then log into text file. please guide me on this . To transfer the data i am using notifier.

 

Prashant Soni
LabVIEW Engineer
0 Kudos
Message 1 of 4
(2,761 Views)

hi prashant....

  First you need to place a elapsed time express vi and configure for 60 seconds and wire the time elapsed ?output of that function to the cinditional terminal of the while loop. place the read notifier in the while loop  and start reading the value..the value will be put to the while loop and enable the indexing ...now at the end of 60 seconds you will get an array of values...now place the file/io functions and log the data...

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 2 of 4
(2,757 Views)

thanks srikrishna

but can u send me some example so it would be much helpfule for me.

Prashant Soni
LabVIEW Engineer
0 Kudos
Message 3 of 4
(2,753 Views)

hi prashant,

  Check this attachment..I just implemented my idea    in this one.

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 4 of 4
(2,747 Views)