LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is error -200077 and why does it only apply to one of my devices?

Solved!
Go to solution

I have been using the following code as a test for outputting fast digital waveforms and it works nicely when I use my PCI6229.  However, when I run the vi on my PCI6723 I get the Error message -200077, which I believe is telling me that I cannot use a sample clock with the digital output.  Can anyone tell me why this is and if there is a way around it?

 

Cheers

 

G

Download All
0 Kudos
Message 1 of 4
(2,801 Views)
Solution
Accepted by topic author GDBruce

This device is probably not capable of hardware timed Digital IO so you can not use a sample clock.

If your device only supports software timing you can not send out HW timed DIO patterns.  I could be wrong about this device since I dont have one.

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 4
(2,784 Views)

Hi GDBruce,

 

falkpl is correct. The PCI-6229 supports hardware and software timing but the PCI-6723 only supports software timing. You will either need to change your code or go back to using the PCI-6229 or something similar.

 

Regards

Rico P
Smiley Very Happy
0 Kudos
Message 3 of 4
(2,761 Views)
Ok, thanks for the clarification guys
0 Kudos
Message 4 of 4
(2,750 Views)