LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging of data acquisition code - Error on DAQmx control task

Hi guys, I am getting an error in DAQ when I perform debugging on the code. I am using 4330 and 6361 modules. I have attempted to synchronize the data by sharing the reference PXI clock and share a start trigger. The acquisition is finite. Any suggestions would be appreciated.

Error.png

 

 

 

 

 

0 Kudos
Message 1 of 9
(3,508 Views)
The numbers don't tell very much. What is the actual error messages you are getting?

Also you code will be more readable if you lose the sequence structure and use the error cluster to establish execution order through data dependencies.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 9
(3,467 Views)

Mike - Thanks for the immediate reply. 

 

I am trying to synchronise the signals from the two modules using the phase loop circuit (PLL) of the PXI_CKL10 reference clock. This will cause the time base of all boards to be synchronised. I changed the vi as shown below. The error is because the hardware does not support the route of NI PXIe 4330. Is there any way to route the signals thought the module if this is the problem? 

 

 

Error.png

0 Kudos
Message 3 of 9
(3,446 Views)

For the syncrhonisation, the modules support the following

 

4330 -- Onboard 100 MHz clock, Backplane PXIe_CLK100             ----   Internal frequency 100 MHz with accuracy of +- 50 ppm

 

6361 -- Reference clock locking frequency for Phase-Locked Loop (PLL) PXIe_CLK100

 

In the manual it states that external wiring is needed..Is it possible anyone to advise me on how to do this please?

0 Kudos
Message 4 of 9
(3,425 Views)

Anyone?

0 Kudos
Message 5 of 9
(3,391 Views)
0 Kudos
Message 6 of 9
(3,374 Views)

Already done that..so the one module will need to be routed throught the PXI trigger??

0 Kudos
Message 7 of 9
(3,368 Views)

Did you read that link ?

http://digital.ni.com/public.nsf/websearch/E539D226A643C1CE8625715E007C23C8?OpenDocument

It should show you which rout is available for your hardware. Up to you to choose the right one.

 

BR,

Vincent

0 Kudos
Message 8 of 9
(3,362 Views)

Thanks, 

 

I will reverse the tasks; master the task where the trigger is connected to as I had them in the opposite direction. 

0 Kudos
Message 9 of 9
(3,315 Views)