LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

a counter that after 3 pulses wait for time specified in front panel then repeat the process

I am working with cRIO9073,  I would like to implement in labview FPGA a counter that after 3 pulses wait for 30s (the wait time should be set from front panel), then restart the process. (Note: everything should be implemented in labview FPGA)

Kodjo

.NET application developer

 

0 Kudos
Message 1 of 2
(2,565 Views)

What specifically is your question? Have you already tried writing any code to do this?

 

You will probably find it helpful to start by running the FPGA VI in simulation. In the project, right-click the FPGA target, and choose Select Execution Mode -> Simulation (the name may be slightly different depending on your version of LabVIEW). While you won't be able to check precise timing this way, you can at least put a chart on the front panel so you can see if your code properly generates the three pulses, then waits.

 

Try writing some code. If you cannot get it working, post the code that you've tried, along with a specific question and a detailed explanation of how it isn't working.

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