LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make software that takes analog and digital inputs using a LabVIEW PCIe acquisition board?

Solved!
Go to solution

I need to make a program that takes analog and digital input data, all using a data acquisition board that is connected via PCIe on the computer, but only finds material that either has analog input or has digital input, I only know that the type of the board is Ni PXI-6255

0 Kudos
Message 1 of 5
(2,457 Views)

You said up two tasks, one for the analog, one for the digital!

0 Kudos
Message 2 of 5
(2,439 Views)

The question is, if it is possible I do in the same program an analog input and a digital input at the same time? 

0 Kudos
Message 3 of 5
(2,431 Views)
Solution
Accepted by vitorosouza

Yes!

If you have them in the same loop, make sure you set up your acquisition rate and number of samples per channel similarly so that the loops run at the same rate and you won't overflow the acquisition buffer in one of them.

0 Kudos
Message 4 of 5
(2,429 Views)

Your Post Title says "a LabVIEW PCIe acquisition board", but your post references a PXI-6255.  I believe the former goes in a PC, the latter in a PXI Chassis.  Both boards seem to have the same characteristics otherwise.

 

Bob Schor

0 Kudos
Message 5 of 5
(2,419 Views)