07-08-2016 12:43 PM
Good Morning,
I am receiving the error code -200077 in my code with the source being :
Property Node DAQmx Timing (arg 5) in DAQmx Timing (Sample Clock).vi:4730001->Init2.vi->GPScan2.vi <append>
<B>Property: </B>SampClk.Rate
<B>Requested Value: </B>Inf
<B>Valid Values Begin with: </B> 22.250739e-309
<B>Valid Values End with: </B> 10.0e6
<B>Task Name: </B>_unnamedTask<1F>
the code is built from a research paper I had read through and other resources. It seems that the issue is arising with the DAQmx Trigger Property Node in the first portion of the code. The equipment I am currently using is BNC-2120 and a NI PCI-6036E, attached is a zip folder with the code I am using. Any help is appreciated.
-Dan
07-08-2016 03:07 PM
The error is described pretty well in message you've included, a value of Infinity is being written for the Property: SampClk.Rate.
Likely cause of Infinity is a divide by zero, so are the values of all controls used to calculate the sample clock rate using reasonable values?