Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

9205 trigger

why my signal moves happens over time when it is a trigger (hardware use ni9172 ni9205)
0 Kudos
Message 1 of 9
(4,732 Views)

Hi,

Can you give us more details about your problem (soft version, what are you doing, ...)?

    Benjamin R.


Senior LabVIEW Developer @Neosoft


Message 2 of 9
(4,704 Views)
I use the version 8.5de LV
my problem is that the declenchement does only once at the launch of the stain. in fact I wish he starts at each loop (while)
I find a solution (VI attachment), but I find it too slow
0 Kudos
Message 3 of 9
(4,693 Views)
Hi julien03,

When you commit a task that uses analog triggers on the NI 9205, NI-DAQmx delays to allow the NI 9205's trigger circuitry to settle. To speed up your second VI by moving this delay outside the loop, you can use DAQmx Control Task.vi to commit the task outside the loop. One of the examples that ships with NI-DAQmx demonstrates this: Acq&Graph Voltage-Int Clk-HW Trig Restarts.vi.

Brad
---
Brad Keryan
NI R&D
Message 4 of 9
(4,687 Views)

Hi,

You also have an example here to know how to use Control Task VI.

    Benjamin R.


Senior LabVIEW Developer @Neosoft


0 Kudos
Message 5 of 9
(4,678 Views)
Hi.
my problem is not the frequency of sampling but time loop while, too slow. I lost precision.

0 Kudos
Message 6 of 9
(4,669 Views)

Hi,

To increase your time loop put out of your While Loop the Start and Stop Task VIs. Then your time loop will your Sample Clock Rate dependent.

    Benjamin R.


Senior LabVIEW Developer @Neosoft


0 Kudos
Message 7 of 9
(4,658 Views)
it would be possible to have an example
0 Kudos
Message 8 of 9
(4,653 Views)

Here you have a picture about what I described above.



Message Edité par BenjaminR le 05-20-2008 10:56 AM

    Benjamin R.


Senior LabVIEW Developer @Neosoft


0 Kudos
Message 9 of 9
(4,644 Views)