Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Pulsefolge erzeugen

Is there any possibility to generate a pulse train with FPGA Module, that has 3 pulse and 3 pause within a periode. And the time of each pulse and pause should be separately defined. That means there is 7 numeric controls on the front panal, the operator have to give the periode time, 3 "pulse" and 3 times for "pause". I want to realize this function with a CompactRio digital output module "9474".
0 Kudos
Message 1 of 2
(2,999 Views)
Generating arbitrary pulse trains with the FPGA module is simple and very straight forward. All you have to do is to create a sequence in a loop that turns on and off digital signals and that waits for a user definde time between the output operations. That's it.
Please have a look at this tutorial for more information.

I hope that helps,

Jochen Klier
National Instruments Germany
0 Kudos
Message 2 of 2
(2,991 Views)