LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why does Start Digital Edge in Start Trigger.vi do a kind of timeout?

Solved!
Go to solution

Hi I am doing a manual trigger on my hardwareboard by inserting a 5 volt source into the selected triggerchannel a couple of seconds after I push the start button.

 

The generation never starts. But if I put the trigger signalchannel  equal to the external sampling clock the appended vi work.

 

Example I use PFI7 as trigger source which is also the source of the sampling clock.

 

Could somebody explain?

 

Kindest regards,

 

Lasse

 

0 Kudos
Message 1 of 2
(2,869 Views)
Solution
Accepted by topic author laskar01

One cannot just insert a wire with a 5 V potential to PFI6 for instance if PFI6 is used as a trigger for "Start Digital Edge" daqmx -vi. The pin is floating and just inserting 5V does not guarantee a low to high edge.

 

If I use a potentiometer to pull the channel low first, and then increse the voltage, the trigging happens.

0 Kudos
Message 2 of 2
(2,844 Views)