Discussion:
Error -200077 when running a NI-DAQmx VI: DAQmx timing (sample clock).vi
(too old to reply)
USCORNLUW
2008-01-05 00:40:23 UTC
Permalink
I was running a program using NI-DAQmx to run a PCI-6251 card and get the following error:
 
Error -200077 occurred at Property Node DAQmx Timing (arg 1) in DAQmx Timing (Sample Clock).vi:1->Multi-power, Multi-relay DAQ_modified_Kui.vi
 
Possible reason(s):
Requested value is not a supported value for this property.
Property: SampTimingTypeYou Have Requested: Sample ClockYou Can Select: On Demand
Task Name: _unnamedTask<371>
 
However, when I checked the options, there is nothing that says "on demand".
 
I am a entry level LabVIEW user. Any comment is appreciated! Thanks! 
jcarbonell
2008-01-07 14:40:07 UTC
Permalink
To answer your immediate question, the On Demand is the default timing type.  It can be found under DAQmx Timing Property Node :: Timing Type.  But, what's happening is that your 6251 is a software timed device only.  It doesn't support a sample clock.JeffUSCORNLUW wrote:I was running a program using NI-DAQmx to run a PCI-6251 card and get the following error:
 
Error -200077 occurred at Property Node DAQmx Timing (arg 1) in DAQmx Timing (Sample Clock).vi:1->Multi-power, Multi-relay DAQ_modified_Kui.vi
 
Possible reason(s):
Requested value is not a supported value for this property.
Property: SampTimingTypeYou Have Requested: Sample ClockYou Can Select: On Demand
Task Name: _unnamedTask<371>
 
However, when I checked the options, there is nothing that says "on demand".
 
I am a entry level LabVIEW user. Any comment is appreciated! Thanks! 
USCORNLUW
2008-01-07 16:40:10 UTC
Permalink
Thanks, Jeff. When you say "software timed device", you mean the timing has to be programmed in the labVIEW? In that case, in the property node, the timing type needs to be set to the default "on demand", right?
I also have several hardware-related questions about 6251.
1. When creating channels using DAQmx create channel (AI-Voltage-Basic).vi, do I need to define the reference channel when I configure an anaolog input channel as "differential"? For example, in my application, the AI 0 is connected to the center pin of a BNC cable (signal) and AI 8 is connected to the outside casing of the BNC cable (ground). When I configure AI 0 as differential, do I need to specify AI 8 as the channel that it is "differential" against? Or will it automatically be defined by the way the hardware is connected? 
2. Are the following the same:
        A) to configure AI 0 as differential (against AI 8)
        B) to define both AI 0 and AI 8 as NRSE (non-referenced single-ended), referencing both to ground and subtract the input from AI 0 from the input from AI 8Message Edited by USCORNLUW on 01-07-2008 10:31 AM
jcarbonell
2008-01-08 15:10:11 UTC
Permalink
Hi USCRONLUW,Which example is this?  The 6251 ought to support a sample clock.  The example, "Cont Gen Voltage Wfm-Int Clk-Non Regeneration.vi" should work with this device.Jeffjcarbonell wrote:To answer your immediate question, the On Demand is the default timing type.  It can be found under DAQmx Timing Property Node :: Timing Type.  But, what's happening is that your 6251 is a software timed device only.  It doesn't support a sample clock.JeffUSCORNLUW wrote:I was running a program using NI-DAQmx to run a PCI-6251 card and get the following error:
 
Error -200077 occurred at Property Node DAQmx Timing (arg 1) in DAQmx Timing (Sample Clock).vi:1->Multi-power, Multi-relay DAQ_modified_Kui.vi
 
Possible reason(s):
Requested value is not a supported value for this property.
Property: SampTimingTypeYou Have Requested: Sample ClockYou Can Select: On Demand
Task Name: _unnamedTask<371>
 
However, when I checked the options, there is nothing that says "on demand".
 
I am a entry level LabVIEW user. Any comment is appreciated! Thanks! 
USCORNLUW
2008-01-08 16:10:09 UTC
Permalink
Jeff,
I am not using any of the examples, instead I am developing an application of my own. But I will take a look at the examples. By the way, any thoughts on the channel configuration (differential vs NRSE)? Thanks!
 

Loading...