09-17-2021 09:22 PM
Hi NI community,
I am using NI cDAQ module for datalogging, the file format for datalogging is TDMS. samples is 1kS/s. I want to datalog 1 analog input and 1 analog output both at the same time and the data needs to have a time stamp. i chose TDMS files for datalogging but i am getting only one file saved not all the datas are saved as a multiple TDMS file. Help me solve this issue guys.
09-18-2021 04:15 AM
Hi Abraham,
@Abraham11 wrote:
I want to datalog 1 analog input and 1 analog output both at the same time and the data needs to have a time stamp. … but i am getting only one file saved not all the datas are saved as a multiple TDMS file.
Several "interesting" things in that little VI:
09-18-2021 06:42 AM
Hi GerdW
Thank you for reply.
I would like to answer for your questions accordingly.
1.In the for loop i will be giving inputs for analog output and adding each input element into a 1D array.
2.I can use:)
3.I'll rewire, thank you for our input
4.I don't know.
5.Sure
6.Ya you are right but my requirement is to log data for every 5minutes.
P.S. I some how modified the codes accordingly. PFA
09-19-2021 09:11 AM
Hi Abraham,
@Abraham11 wrote:
3.I'll rewire, thank you for our input
P.S. I some how modified the codes accordingly.
Until now there still is a DATAFLOW dependency between the producer and consumer loop, so you did not modify your code accordingly!