From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

digital input on daqPad-6020E

I'm trying to do a continuous read of digital inputs with the
DAQPad-6020E, running LabVIEW 6.0, but I keep getting an error number
-10403, "Digital Buffer Config". Any ideas how to fix this?

Cheers and thanks,
Tom
0 Kudos
Message 1 of 2
(2,080 Views)
Hello;

The digital buffer config.vi can only be used with boards that allow strobed digital I/O operations (such as the 653x family).

That board of yours can only perform Software timed digital operations. So, you will need to use the Easy Digital I/O VIs.

A good start point for you is the Labview shipping examples at Search Examples->I/O Interfaces->Data Acquisition->Digital Input and Output. Get the ones for E-series board.
Hope this helps.
Filipe
0 Kudos
Message 2 of 2
(2,080 Views)