06-21-2022 07:35 AM
Hi I have a program which initates frequency generator. i want it to run 10 second and turn off for 20 second and to repeat it always. how to do it?
06-21-2022 07:58 AM
Hi asimanorujov,
@asimanorujov wrote:
i want it to run 10 second and turn off for 20 second and to repeat it always. how to do it?
Implement a simple statemachine with states "init", "turn on", "turn off" and "wait"…