LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronization of two signals

Solved!
Go to solution

If I am reading two channels from the same device and I am using the same DAQ assistant to read it, the two signals are automatically synchronized or not? ,  Iam using a NI-USB 6009.

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

Good morning, Dafemagu,

The following are examples with synchronization. Any questions please contact us.

 

DAQ Virtual Demos

http://www.ni.com/dataacquisition/videos

 

Faça o download dos códigos para utilizar com USB-6009

http://zone.ni.com/devzone/cda/epd/p/id/6258


Sincerely,

Mauro Vera
Applications Engineer
National Instruments
0 Kudos
Message 2 of 5
(2,147 Views)

Thanks Marco,

 

I am acquiring signal like in the example 6009analoginput.vi, but for two channels and I want to know if the two signals are automatically synchronized or Do I have to do something extra?

0 Kudos
Message 3 of 5
(2,141 Views)
Solution
Accepted by topic author dafemagu

I'm not sure what you mean by synchronized but if you mean simultaneous you should realize that the 6009 multiplexes its inputs into its ONE DAC chip so the two channels may be collected in quick sucession but will never be truly simultaneous.  If you want better control over the timing you'll have to graduate from the DAQ Assistant wizard and write real LabVIEW code which allows more control over the hardware.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019 - Unfortunately now moving back to C#, .NET, Python due to forced change to subscription model by NI. 8^{
0 Kudos
Message 4 of 5
(2,137 Views)

thanks,

 

that is what I wanted to know.

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