Page 1 of 1

line with spindle load percentage

PostPosted: Mon Jan 17, 2022 12:38 pm
by fixebr
Greetings!
I connected my VFD via modbus, and get the spindle consumption in amps from it. This value is now simply displayed as a number on the screen.
How can you make the load output as a line with a percentage of maximum as on HAAS machines (for example, here - https://www.haascnc.com/content/dam/haa ... 20Mode.gif on the bottom left corner)

Re: line with spindle load percentage

PostPosted: Wed Feb 02, 2022 9:10 pm
by Battwell
divide reading by max amps then multiply by 100

eg max amps 20. reading from vfd 10

10/20= 0.5
*100 = 50%

Re: line with spindle load percentage

PostPosted: Thu Feb 03, 2022 12:26 am
by fixebr
Battwell wrote:divide reading by max amps then multiply by 100

eg max amps 20. reading from vfd 10

10/20= 0.5
*100 = 50%


The persent I have long displaced on my screenset, it just does not constitute any problems. And how to make a pointer on the line? Look at the picture on the link in the first post of the topic.

Re: line with spindle load percentage

PostPosted: Thu Feb 03, 2022 5:52 pm
by Battwell
i dont make fancy graphics. :-)
instantaneous load and maximum load is all i display.

Re: line with spindle load percentage

PostPosted: Sun Apr 10, 2022 7:56 pm
by Luc
Did you get anywhere with this? Oddly something ive been looking into but completely new to UCCNC. Seems like a really useful feature

Re: line with spindle load percentage

PostPosted: Wed Apr 27, 2022 3:33 pm
by Authority924
Sounds interesting for me! Do you have some update?