01-14-2015 02:12 PM
What value do I wire into the Active edge to indicate a "rising edge" to trigger on?
i.e. a bolean 1?
or
i.e. a 1?
What value do I wire into the Active edge to indicate a "FALLING edge" to trigger on?
i.e. a bolean 1?
or
i.e. a 1?
This is what a switch or a value on the front panel?
Don
01-15-2015 09:49 AM
Hello drsimm1776,
The input for DAQmx Timing Active Edge input is a 32-bit integer, however if you right click on the terminal and create a constant or control, it will give you an enum on your block diagram or front panel respectively.
This will allow you to choose rising or falling.
If for some reason you wanted to use the numeric values they are as follows,
Rising: 10280
Falling: 10171
01-15-2015 10:04 AM
Thanks for the response.
I am a bit new at LV.
So an enum on the front panel would appear as ?
a Switch or a question block?
Don
01-15-2015 10:47 AM