Closed MarioVerbelen closed 3 years ago
Thanks, It is a design issue, because "-0" is actually 0 as a number, and the code use negative numbers for jump values. I'm trying to find a solution.
I've solved it. I shifted the negative side by one. So -1 will be a jump 0 value, -2 jump 1 and so on. I hope that solves your problem.
great,
I just tested this with the solenoid and it behaves correctly now the voltage drops/raises as a jump as expected
Hi,
I want to add a solenoid to the tc420 controller and this supports only 0 or 100% (12v)
I used this command (in a script below) with negative value on channel 5 (first 4 are for rgbw leds)
But the controller is fading vs jump (tested between 09:29 and 09:30) and the solenoid is buzzing like hell for a minute If I measure the voltage I can see it is fading in that minute
with debug I see that the jump_flag is int 16, but I do not have windows and the tc420 soft to compare do I use it wrong? or is this an issue