1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - Tony
2
Project logs / Re: Really universal soldering controller
You put a lot of work. Thank you for the pictures. You can always learn something.
Tony
3
Project logs / Re: Really universal soldering controller
Can somebody please compile it or make a short tutorial on how to compile?[/quote]
Have fun ;-)
Tony
4
Project logs / Re: Really universal soldering controller
Tony
5
Project logs / Re: Really universal soldering controller
Hey
Great UniS, I'm impressed! Unbelievable that you have built such a great machine! Please, the links to the buttons are very neat. How does UniS look like inside?
Tony
6
Project logs / Re: Really universal soldering controller
When I changed line 206, time difference worked only in main menu. Changing
different parameters, like temperature, caused menu timeout to be the same.
To solve this I had to edit line 222.
Why did I change? Good question. Many times I struggled to switch
parameters in 5 seconds windows, therefore I modified this value to 7
seconds. Last Hex had 20 seconds window, which I find way too long - this
was only for testing purposes.
Obviously when working with UniS, there is no need to mess with menus.
Summing up UniS is an excellent device which has very intuitive menu. Also
there is always the possibility to modify the code and at least but not
last - if anything gets broken, we can always fix it.
In my case lines 206 and 222 looks like following
Code: [Select]
ModeTicks = 450; // It was 250, it is 450. It changes the MENU time.
Code: [Select]
if(BTicks[0].n | BTicks[1].n | BTicks[2].n) ModeTicks = 450; // It was 250, it is 450. It changes the MENU time.
7
Project logs / Re: Really universal soldering controller
Menu long time, plus patches + and -
I changed lines 206 and 207. Now it's OK
Tony
8
Project logs / Re: Really universal soldering controller
See line 206, for me it changes the menu time.
Tony
9
Project logs / Re: Really universal soldering controller
It works, beautifully. I do not see any errors. Thank you on behalf of the UniS group. How would you find a line where you can change the MENU opening time. It would be great.
Tony
[quote author="roor"]
I have edited previous solution, now should be all fine, thnx for testing, was quite stupid error[/quote]
10
Project logs / Re: Really universal soldering controller
Unfortunately, there are some errors on the T1 to BRIGHTNESS menu. It's best if you see it yourself. Write what OLED you have SH1106 or SSD1306.
Tony
[quote author="roor"]
...Tony, can you make another build :D, and test it first, because i'm not 100% sure that it'll work but should. Would love to see this build as well, since i didn't tested previous build in menu for values.[/quote]
11
Project logs / Re: Really universal soldering controller
it requires more knowledge in coding than I have - sorry. As far as I can tell, your suggestion needs many lines to be rewritten.
Tony
[quote author="Doomedahab"]
Hi Tony,
Thanks for the change, but still it's not perfect. if you go 1 level deeper in the menu the "up" button still is programmed to decrease the value and vice versa. For instance if you want to change t1 value. Can you maybe change that behaviour as well so it is consistent?[/quote]
12
Project logs / Re: Really universal soldering controller
it requires more knowledge in coding than I have - sorry. As far as I can
tell, your suggestion needs many lines to be rewritten.
Tony
[quote author="Doomedahab"]
Hi Tony,
Thanks for the change, but still it's not perfect. if you go 1 level deeper in the menu the "up" button still is programmed to decrease the value and vice versa. For instance if you want to change t1 value. Can you maybe change that behaviour as well so it is consistent?[/quote]
13
Project logs / Re: Really universal soldering controller
Now I did as you wrote, it should be OK. I tested, it works properly.
Tony
[quote author="roor"]Thnx, but it is not the same, now all menu is switched. If you can compile from source, then apply my changes please and make a build, or anyone else[/quote]
14
Project logs / Re: Really universal soldering controller
[quote author="roor"]can someone make a build (hex) file for "standalone", switch buttons for + -, put plus on right button, and minus on left, but only for temp, in menu it seems to be more intuitive then for temp control [/quote]
15
Project logs / Re: Really universal soldering controller
The housing is beautiful, I congratulate you.
HNY 2019
Tony