02-22-2018 01:12 AM
Hi Jawad,
Actually code do not give an error, it simply do not save a tdms.
When you want to discuss your actual state of the code you NEED to attach it!
May be placing all the DAQ VIs inside loop was correct.
Surely not!
02-22-2018 02:31 AM
The code is attached with this post.
02-22-2018 02:46 AM
Hi Jawad,
the logging mode of the DAQmxConfigureLogging function is set to "off", so there is no TDMS file to expect.
When your own TMDS writing does not write any data you should debug your VI: do you actually get any data at all? What happens when you run your code with highlight debugging enabled?
02-22-2018 03:50 AM
For both"log" and "log and read" modes of this function no TDMS is saved
02-22-2018 03:55 AM
How to highlight debugging enabled?
The data can be seen from thr eaveform but i am not sure that is it correct or not.
02-22-2018 04:04 AM
Hi Jawad,
did you take any of those training resources mentioned on top of the LabVIEW board?
They surely explain basic debugging techniques…
Do you see the lightbulb in the tools menu of your block diagram window? Switch it on and see the DATAFLOW working…