05-26-2019 01:10 PM
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
Solved! Go to Solution.
05-26-2019 02:19 PM
You said up two tasks, one for the analog, one for the digital!
05-26-2019 02:58 PM
The question is, if it is possible I do in the same program an analog input and a digital input at the same time?
05-26-2019 03:00 PM
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.
05-26-2019 04:07 PM
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