07-02-2020 11:10 AM
Hi Everyone,
I am trying to read data from a NI PXI-5114 digitizer. I am using a producer and consumer loop for writing the data into a TDMS file.
Fetch is used to get the data in blocks from the module. Each block approximately consists of 1048571 samples.
Now the issue is while writing the TDMS, it is writing the same block again again although FETCH is set to "read pointer". Please see the Read_TDMS file.
Where you think it is going wrong??
Thanks
Kiran
07-02-2020 12:52 PM
Fetch fetches the latest ..... exactly like playing fetch with a dog. With a dog, you need to throw the ball AGAIN! or maybe throw a different ball.
What you have done is thrown 1 ball one time . (Trigger) and the dog (Scope) observed that single event. Then , of course FETCH! gets the same thing again and again and again....<good doggy!>
Now that you have had a "V8" moment <kudos to whomever links an "I could have had a V8!" Commercial from YouTube > fix the trigger problem and use a "READ" instead of a "FETCH"
07-06-2020 12:32 PM
Hi JpB,
Sorry for the delay in reply.
I am new to Labview. I found this program in one of the topic and modified and using it.
I cant find the trigger for ni scope acquisition in the program.
Can you help??
Thanks
Kiran