| Author |
Message |
EMebane
Joined: Apr 15, 2019 Posts: 108
|
Posted: Jul 27, 2019 7:27 AM Post subject: Session broken into segments with active and rest cycle |
|
I would like to create a session composed of 2 minute active segments and 10 second inactive when feedback is prevented. It seems that using the Pause feature is not going to work because all processing, including timers, do not run when the system is paused. One approach I'm considering is disabling all the elements during the pause period. Is there a better way? I'm able to create an infinite loop of two timers that run for their specified time then stop and trigger the other one. I can use the TimerComplete events from these to Enable/Disable the feedback elements. |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1073
|
Posted: Jul 27, 2019 2:19 PM Post subject: |
|
| I think the easiest would be to separate all feedback elements in a design, and use Valve (one or more) which cuts off feedback elements during the inactive time. |
|
 |
EMebane
Joined: Apr 15, 2019 Posts: 108
|
Posted: Jul 27, 2019 5:08 PM Post subject: |
|
[Edit, posted reply in wrong thread] OK, creating some kind of funnel with a Nested Design could work. |
|