LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple acquisition

Hello,

My system is composed by
- a PXI 1000B with 2 6025E
- on the first 6025E, I connect a BNC 2090
- on the second, I connect a chassis 1000DC with a SCXI1112 module and a SCXI 1530 module.
So I want to acquire signal from different devices at the same time and save the data.For example, I want to acquire 8 channel of thermocouple from device 7 and 5 channel from device 3 at the same time.
What is the best solution and which block of acquisition I have to use.

Thanks
0 Kudos
Message 1 of 2
(2,513 Views)
Mous,
Here are a few suggestions for you to get started based on how you define "at the same time."
1. Operations happening at the same time, non-synchronized: This is easy. You just need to program 2 different VIs - one to handle each device. There are many example programs online and that ship with LabVIEW to accomplish these tasks separately.
2. Synchronized operations: a little more difficult, but doable. Just go to: NI Developer Zone >> Development Library >> Measurement Hardware >> Advanced Programming Techniques >> Multi-Board Synchronization for examples on how to synchronize the operations of two E Series boards.
Good luck with your application.
0 Kudos
Message 2 of 2
(2,513 Views)