08-15-2023 03:59 PM
Hello,
Big Noob here.
I am trying to write some data from a DAQmx task to a TDMS file. I am also trying to add a channel (Laser on) of 0 or 1 values to my TDMS when I have a front panel switch on. I tried creating an array of Waveforms. This results in an error for the TDMS write. Any advice will be appreciated. I have been trying for quite some time. Code examples would be great. Thank you.
Thank You!
08-15-2023 04:34 PM
You should attach the code so that we can reproduce and understand the issue better. Besides, you also didn't include the information on the error code.
08-16-2023 10:59 AM
Sorry I though I attached the code. There is not a specific error code. The tdms file just fails to generate.
08-16-2023 01:57 PM
08-16-2023 02:21 PM
There are a lot of "quirks" in your provided code. It looks like you modified an example, which is good, but introduced some oddities.