Hello!
I am trying to write a program to collect and log data from a NI myDAQ device using LabView. Ideally, it would collect data at a very high frequency. Using DAQ Assistant, I am trying to set the Acquisition mode to Continuous Samples and set the rate, but I keep receiving an error:
Error 200077 occurred at DAQ Assistant
Property: SampTimingType
Requested Value: Sample Clock
Possible Values: On Demand
The program does run if I set the acquisition mode to 1 Sample (On Demand) and I can run the program continuously, however this only collects data at a sample frequency of 2 Hz, which is too low for my use.
Does anybody have any experience dealing with this error? Or would be able to help me read and log data at high frequencies using another method?
Thank you!