Some courses and learning paths on NI Learning Center may not appear on learner dashboards. Our team is actively investigating.

If you encounter access issues, please contact services@ni.com and include the learner’s name, email, service ID or EA number, and the list of required courses.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sampling rate

Spoiler
Hi,
I have got it thanks a lot but why did you changed using write to text file.vi instead of using write to spreadsheet file.vi? is that necessary to use only write to text file.vi? or any method will do the same work? but when i was using write to spreadsheet file.vi for same purpose, it didn't go well it writes the data about almost 200 samples for 10 second, can you tell me the difference?

Thanks again,

Regards,

Dinesh

0 Kudos
Message 11 of 12
(511 Views)

The Write To Spreadsheet File opens and closes the file.  But since we are wanting to constantly write data, it it a lot more efficient to open the file at the beginning and close the file at the end.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 12 of 12
(507 Views)