LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error code -200077 in DAQmx

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

0 Kudos
Message 1 of 2
(3,359 Views)

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?

Thanks for your time - Chris
0 Kudos
Message 2 of 2
(3,336 Views)