07-18-2016 01:09 PM
Where would be the best place to insert this VI in order to have it fulfill this function?
07-18-2016 01:09 PM
@Mmoon wrote:Where would be the best place to insert this VI in order to have it fulfill this function?
Before you start the task.
07-18-2016 01:17 PM
I am not receiving this error: Error -200077 occurred at Property Node DAQmx Timing (arg 1) in DAQmx Timing (Implicit).vi:6520001->newtDMS1.0.vi.
07-18-2016 02:02 PM
Change the instance of the DAQmx Timing to be Sample Clock. You can also specify a sample rate there if you want.
07-18-2016 03:12 PM
Unfortunately I am still having the same issue
07-21-2016 05:15 PM
I am still not able to have my DAQ timing clock run continuously and append that data to my TDMS file. The time is appending to file but only shows time values from 0 to 1 second. any idea what my issue is?
07-23-2016 07:57 PM
By default the Ramp Pattern VI is setting the "end" parameter as 1. When I set it as 2 as seen in the included image, the TDMS file's time column goes to 2 seconds. So, that is the part of your code that is causing the time column to only be written to 1 second.