LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB DAQ-6003

I am supplying a analogue square wave to a circuit through DAQ-6003 'A0' slot and getting a response signal from the circuit through 'AI' slot. How can i use trigger to take readings so that I get both the 'A0' and  'AI' simultaneoulsy without a time delay ?

 

Thank you in advance

0 Kudos
Message 1 of 5
(1,564 Views)

Hi Yum,

 


@Pukhtun_Yum wrote:

How can i use trigger to take readings so that I get both the 'A0' and  'AI' simultaneoulsy without a time delay ?


Please read the manual of your DAQ device, it tells you how to start both AI and AO task using a trigger!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(1,559 Views)

Hi GerdW,

 

I looked into the documents but did not understand the concept yet. That is why I wrote here for help.

 

I have attached a program which shows a graph having delay in the input and output from the DAQ. I have read in the document that I have to use PF ports for trigering but I am not using in external hardware for it and want to setup a trigger from DAQ itself.

 

Can you please see the program and give me some hints ?

0 Kudos
Message 3 of 5
(1,552 Views)

Hi Yum,

 


@Pukhtun_Yum wrote:

I have read in the document that I have to use PF ports for trigering but I am not using in external hardware for it and want to setup a trigger from DAQ itself.

Can you … give me some hints ?


You can use a DO pin to output a signal to both PFI pins: this way you can trigger both AI&AO task…

(I'm not sure the USB6003 allows internal routing so you don't need to use a real wire outside of your USB6003 box to connect DO+PFI0/1. Right now I have no device for testing available.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(1,537 Views)

Where do I have to put the triggering VI in my program and how can I improve the current program ?

0 Kudos
Message 5 of 5
(1,524 Views)