Page 1 of 1

Step mode. Autoincrement

Posted: Thu Dec 21, 2017 5:30 pm
by cbtslavecom
Hi

Please add an option in Step mode. Automatic level increase with each cycle. For example, the initial level in the mode of Step 10, the next cycle at the level for 15, then 20 and so on.

Re: Step mode. Autoincrement

Posted: Sat Dec 30, 2017 2:55 pm
by cbtslavecom
I implemented this functionality on Arduino. Sketch is available in the developers section (viewtopic.php?f=19&t=7991&p=12670#p12670).

Re: Step mode. Autoincrement

Posted: Thu Jan 18, 2018 6:23 am
by neo80
cbtslavecom wrote: Sat Dec 30, 2017 2:55 pm I implemented this functionality on Arduino. Sketch is available in the developers section (viewtopic.php?f=19&t=7991&p=12670#p12670).
But here Arduino doesn't know when each cycle ends, you can only add a timer and increase the power each X seconds

Re: Step mode. Autoincrement

Posted: Fri Jan 19, 2018 11:28 am
by xxxpetrx
How i can go to developer rooms? :) I havent got access.

Re: Step mode. Autoincrement

Posted: Fri Jan 19, 2018 11:43 am
by admin

Re: Step mode. Autoincrement

Posted: Sat Jan 20, 2018 3:25 pm
by cbtslavecom
neo80 wrote: Thu Jan 18, 2018 6:23 am
cbtslavecom wrote: Sat Dec 30, 2017 2:55 pm I implemented this functionality on Arduino. Sketch is available in the developers section (viewtopic.php?f=19&t=7991&p=12670#p12670).
But here Arduino doesn't know when each cycle ends, you can only add a timer and increase the power each X seconds
Unfortunately, the device 2B does not provide information about the end of the cycle.

Re: Step mode. Autoincrement

Posted: Sat Jan 20, 2018 11:34 pm
by admin
run in continuous and allow the script to change the level over whatever period you wish. That way the script determines the cycle time.

Si