I am using the NI7932R FlexRIO controller with the NI5753 I/O adapter module. I want to trigger the sampling of data from the NI5753 based on the rising edge of a signal connected to the TRIG port on the NI7932R.
I see that there is a method to wait for rising edge of the TRIG signal, but this method is not able to be placed in a single cycle timed loop. I am wondering how to use the wait for rising edge method if all of my sampling logic is in a single cycle timed loop.
