I am using PXI 7833R card , now I am trying to generate a signal using this card. I use labview FPGA module to write a FPGA VI.
i try to generate a 2M Hz signal so i used a while loop with loop timer at 20 ticks. But I need the signal to start at the middle point of each loop. So i put a "wait" inside the loop. It is not working , anybody knows why? Or any other way to do this?
Can you post a screenshot of the FPGA VI you are creating? I'd
think that having a while loop with the 20 ticks loop timer, and a
sequence structure with a wait for ~10 ticks in its first frame and
driving the signal in the second frame should work. BTW, I'm assuming
your signal will come out of one of the DIO lines of the board, correct?