04-01-2010 10:38 PM
I want to generate continuous digital output with NI PCI 6713. However, it gives Error 200077.
"Error -200077 occurred at DAQ Assistant
Possible
Reason(s):
Measurements: Requested value is not a supported value for
this property.
Property: SampTimingType
You Have Requested:
Sample Clock
You Can Select: On Demand"
Could you please tell me about what should I do to generate?
Thank you very much
Regards,
04-02-2010
11:49 AM
- last edited on
02-24-2025
08:13 PM
by
Content Cleaner
Hi giangnguyen,
The Error -200077 refers to when the user attempts to use something for a device that is not supported. In this case, it is that we are trying to use hardware timing for hardware that only supports software timing
Please reference the Digital I/O section from the specifications tab for the PCI-6713 product page at: https://www.ni.com/en-us/support/model.pci-6713.html
We can then reference the Timing is software timed. This means that we have to use software to tell the card to output. With that said, we will not be able to use the DAQmx Timing node before starting the task. The Timing Node is used to configure hardware timed settings for the DAQmx supported hardware.
A good starting point would be to use a shipping example for Write Digital Channel. This can be found with LabVIEW open by navigating to Help»Find Examples... and then choosing Hardware Input and Output»DAQmx»Digital Generation»Write Dig Chan.vi
This will allow you to write to your desired line using software timing.
Best of luck,
Adam F