Setting jog speed on start up in gmocappy
- john11668
- Offline
- Elite Member
Less
More
- Posts: 199
- Thank you received: 10
01 Jun 2021 15:08 #210898
by john11668
Setting jog speed on start up in gmocappy was created by john11668
Is there a way to set the max jog speed on startup ?
When I launch my fast jog rate will be set at 1500 mm/min. It is a small lathe so 750 mm is more manageable, and for touching off I would prefer to see a slow jog rate no more than 45 which I know I can then reduce to suit my job.
I have hunted around the files for a parameter or a scale factor which would give me the above.
Any ideas what settings i need and where ?
TIA
When I launch my fast jog rate will be set at 1500 mm/min. It is a small lathe so 750 mm is more manageable, and for touching off I would prefer to see a slow jog rate no more than 45 which I know I can then reduce to suit my job.
I have hunted around the files for a parameter or a scale factor which would give me the above.
Any ideas what settings i need and where ?
TIA
Please Log in or Create an account to join the conversation.
- tacklem60
- Offline
- Senior Member
Less
More
- Posts: 52
- Thank you received: 0
01 Jun 2021 15:31 #210899
by tacklem60
Replied by tacklem60 on topic Setting jog speed on start up in gmocappy
It is actually a really easy setting to change in your configuration. Just change the Default Jog Speed in your .ini file or even easier, the setting menu or Gmoccapy allows you to change it and that will be the speed at startup.
That, however, will not change in any way the "max" speed as you referenced. It will always allow you to move the speed slider to your max jog rate or if using a keyboard, holding shift and the direction will give you max jog speed.
You can also change the scale of your turtle jog inside the settings of Gmoccapy if you wanted to make that scale at a different rate.
That, however, will not change in any way the "max" speed as you referenced. It will always allow you to move the speed slider to your max jog rate or if using a keyboard, holding shift and the direction will give you max jog speed.
You can also change the scale of your turtle jog inside the settings of Gmoccapy if you wanted to make that scale at a different rate.
Please Log in or Create an account to join the conversation.
- john11668
- Offline
- Elite Member
Less
More
- Posts: 199
- Thank you received: 10
01 Jun 2021 17:58 #210901
by john11668
Replied by john11668 on topic Setting jog speed on start up in gmocappy
I dont see a default jog speed in my ini file . ( and I see no step in the step config wizard to generate a default jog speed
And the only related figure I see in the settings page is a scale jog velocity for mpg which does not seem to affect anything ( I dont have an MPG)
Can you point me to what i should see please
And the only related figure I see in the settings page is a scale jog velocity for mpg which does not seem to affect anything ( I dont have an MPG)
Can you point me to what i should see please
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2241
- Thank you received: 476
01 Jun 2021 21:25 #210915
by Clive S
Replied by Clive S on topic Setting jog speed on start up in gmocappy
Can you post your hal and ini filesI dont see a default jog speed in my ini file . ( and I see no step in the step config wizard to generate a default jog speed
And the only related figure I see in the settings page is a scale jog velocity for mpg which does not seem to affect anything ( I dont have an MPG)
Can you point me to what i should see please
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
02 Jun 2021 01:48 #210931
by phillc54
Replied by phillc54 on topic Setting jog speed on start up in gmocappy
see DEFAULT_LINEAR_VELOCITY @ linuxcnc.org/docs/2.8/html/config/ini-co...tml#_display_sectionI dont see a default jog speed in my ini file . ( and I see no step in the step config wizard to generate a default jog speed
And the only related figure I see in the settings page is a scale jog velocity for mpg which does not seem to affect anything ( I dont have an MPG)
Can you point me to what i should see please
The following user(s) said Thank You: john11668
Please Log in or Create an account to join the conversation.
- john11668
- Offline
- Elite Member
Less
More
- Posts: 199
- Thank you received: 10
04 Jun 2021 13:16 #211155
by john11668
Replied by john11668 on topic Setting jog speed on start up in gmocappy
So I am not seeing anything relevant in my Hal or Ini files maybe this is just part of my unfamiliarity wtih linux
Do you guys ?
Do you guys ?
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2241
- Thank you received: 476
04 Jun 2021 13:57 - 04 Jun 2021 13:57 #211157
by Clive S
In the display section of the ini
Try changing
DEFAULT_LINEAR_VELOCITY = 25.00 to 10.00
Replied by Clive S on topic Setting jog speed on start up in gmocappy
So I am not seeing anything relevant in my Hal or Ini files maybe this is just part of my unfamiliarity wtih linux
Do you guys ?
In the display section of the ini
Try changing
DEFAULT_LINEAR_VELOCITY = 25.00 to 10.00
Last edit: 04 Jun 2021 13:57 by Clive S.
The following user(s) said Thank You: john11668
Please Log in or Create an account to join the conversation.
- john11668
- Offline
- Elite Member
Less
More
- Posts: 199
- Thank you received: 10
04 Jun 2021 15:00 #211163
by john11668
Replied by john11668 on topic Setting jog speed on start up in gmocappy
Will give it a shot,
Please Log in or Create an account to join the conversation.
- john11668
- Offline
- Elite Member
Less
More
- Posts: 199
- Thank you received: 10
04 Jun 2021 15:21 #211164
by john11668
Replied by john11668 on topic Setting jog speed on start up in gmocappy
changed that but still opens up at 1500
Tried changing max linear velocity too but no difference
Tried changing max linear velocity too but no difference
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 3949
- Thank you received: 1705
04 Jun 2021 15:54 - 04 Jun 2021 15:58 #211165
by Aciera
I believe you need to do this in the [TRAJ] section, not in the display section.
[edit]
'turtle' jog can be adjusted in the 'settings page' -> 'Hardware tab' at the bottom 'Turtle Jog'
Replied by Aciera on topic Setting jog speed on start up in gmocappy
In the display section of the ini
Try changing
DEFAULT_LINEAR_VELOCITY = 25.00 to 10.00
I believe you need to do this in the [TRAJ] section, not in the display section.
[edit]
'turtle' jog can be adjusted in the 'settings page' -> 'Hardware tab' at the bottom 'Turtle Jog'
Last edit: 04 Jun 2021 15:58 by Aciera.
The following user(s) said Thank You: Clive S, john11668
Please Log in or Create an account to join the conversation.
Moderators: newbynobi, HansU
Time to create page: 0.221 seconds