Timer callback problem

Hi all, I am using a parallel timer with a segments DAT.

I found when I click Start button, all the segments start themselves. I wanna ask if there is a way that I can start one of the segments instead of start all of them in the callbacks?

For example, I want to restart the first segment timer when it goes to Done but not change the status of the second segment.

Anyone knows if it is possible to do?

Hi @akihiko,

it sounds like you are running your Timer CHOP in “Parallel Timers” mode. Changing the Segment Method parameter to Serial Timers means it now plays the segments in sequence and you gain control over what should happen if you enter and exit each of them.

Does that help?
Cheers
Markus

Hi Markus,

Thank you for your help! Actually I want to have several time_fraction outputs at the same time like this and want to have controls on each of them in callbacks:

But Serial Timers only outputs one. Do you have any suggestions on how to control each of them in parallel mode?

Thank you! :stuck_out_tongue: