07-31-2008 02:06 PM
Hello All:
I have a rather simple problem. I have two loops; one is a timed loop and the
other is a counter source picking up random signals. The algorithm is:
- I have a stream of signal coming in thru the source.
- I have a times loop that is used for a trigger.
- The setup is such that after 5 sec (determined by the
timed loop) I want to wait for the next immediate random signal (high state) and
when they are both true to I want to generate a pulse train for 20 sec.
What I have done so far is attached. The problem is when they are both true and while I am generating the pulse train, there will still be state when they both are true but we wont do anything during the pulse train generation.
So far I have created global variables to transport the signals outside the loop but now what?
This is that simple but my simple mind cannot solve this
problem. I am stuck! Any help?
Thanks in advance.
08-03-2008 12:14 PM
Hi sha33,
What hardware are you using? You've given some good information on your software issue but if you can explain the hardware (pci cards etc.) it will be easier to solve this. Depending your hardware you may not even need to use a timed loop. Thanks.
08-05-2008 09:26 AM
08-05-2008 10:00 AM
08-06-2008 10:41 AM
08-07-2008 08:55 AM