Overriding the fast jog speed?

All things related to Centroid Oak, Allin1DC, MPU11 and Legacy products

Moderator: cnckeith

Post Reply
Surgo
Posts: 13
Joined: Tue Feb 25, 2020 11:45 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Overriding the fast jog speed?

Post by Surgo »

I want to be able to push one of my aux buttons to get a typein to set the fast jog speed, so I can use the controller as a simple power feed. Variables #20301-20308 control this, but it looks in my manual (CNC12 allin1dc 4.14 mill manual) to be read-only. Any way I can set these without having to go through the configuration menu?


centroid467
Posts: 609
Joined: Thu Apr 14, 2022 2:46 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: No
CNC11: No
CPU10 or CPU7: No

Re: Overriding the fast jog speed?

Post by centroid467 »

I would just use the built in power feed functionality. To access it from the main screen, press F1 Setup -> F4 Feed and then choose absolute or incremental. You'll be able to specify the distance (or position) and the feed rate.

You can find some information on that menu in chapter 6.6 of the 4.14 Mill manual: https://www.centroidcnc.com/centroid_di ... df#page=67


Surgo
Posts: 13
Joined: Tue Feb 25, 2020 11:45 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Overriding the fast jog speed?

Post by Surgo »

I am aware of this functionality, and I use it often, but there is plenty of time that I just find it cumbersome to use and I want to use the jog buttons.


cnckeith
Posts: 8486
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Overriding the fast jog speed?

Post by cnckeith »

make a macro to do what you want and assign it to an aux key or just load it like a g code program
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html


Surgo
Posts: 13
Joined: Tue Feb 25, 2020 11:45 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Overriding the fast jog speed?

Post by Surgo »

Hi cnckeith, thank you for the suggestion. I would like to do exactly that! However as far as I can tell, the jog speed is not a writable parameter from a macro body, but rather read-only. Could you suggest how I could override the jog speed from a macro body?


cncsnw
Posts: 4293
Joined: Wed Mar 24, 2010 5:48 pm

Re: Overriding the fast jog speed?

Post by cncsnw »

Have you considered just overriding the jog speed using the feedrate override controls? That is what they are for, after all.

If you use the jog panel pendant, it even comes with a knob you can quickly and easily turn up and down.

If you are limited to using the virtual control panel (VCP), you still have feedrate override control, optionally including quick 25%, 50%, 75% and 100% keys. With a little effort you could make one or more similar keys with whatever percentages you wanted; or -- with some PLC program involvement -- even make one that takes its percentage from a parameter setting.


Surgo
Posts: 13
Joined: Tue Feb 25, 2020 11:45 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Overriding the fast jog speed?

Post by Surgo »

I will experiment using the feedrate override controls. The reason I was asking the way I was was -- usually I end up calculating an exact speed I want though, so that's why I've been wanting to type it in.


suntravel
Posts: 3117
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Overriding the fast jog speed?

Post by suntravel »

Surgo wrote: Thu Jan 23, 2025 11:22 pm I will experiment using the feedrate override controls. The reason I was asking the way I was was -- usually I end up calculating an exact speed I want though, so that's why I've been wanting to type it in.
If SlowJog is set to 200mm/min, you can have any speed form 0-400mm/min in 2mm/min steps. That should be sufficient percise.

Uwe


Post Reply