Initial configuration & Setup motor speed
24 Feb 2022 14:53 #235700
by Dj Junior
Initial configuration & Setup motor speed was created by Dj Junior
Hello everybody
Excuse my ignorance but I have a couple of doubts in the initial configuration
What values should I change for jog speed and max velocity? In hakan's video I saw that it is 720 instead of 300.
the pos-scale value in the hal file 4000 how is it defined?
setp cia402.0.pos-scale 4000
Thanks
Excuse my ignorance but I have a couple of doubts in the initial configuration
What values should I change for jog speed and max velocity? In hakan's video I saw that it is 720 instead of 300.
the pos-scale value in the hal file 4000 how is it defined?
setp cia402.0.pos-scale 4000
Thanks
Attachments:
Please Log in or Create an account to join the conversation.
24 Feb 2022 14:58 #235701
by db1981
Replied by db1981 on topic Initial configuration & Setup motor speed
the cia pos-scale is defined as increments per 1 Machine Unit.
that means: if your feedback gives 4000 increments per 1 Unit (mm or inch) this setting has to be 4000.
for the rest: read the ini section of the linuxcnc docs.
that means: if your feedback gives 4000 increments per 1 Unit (mm or inch) this setting has to be 4000.
for the rest: read the ini section of the linuxcnc docs.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5007
- Thank you received: 1441
25 Feb 2022 01:16 #235759
by Todd Zuercher
Replied by Todd Zuercher on topic Initial configuration & Setup motor speed
The Max Velocity slider's settings aren't completely clear in the docs.
It and the default jog speed are set in the TRAJ section of the ini file with.
MAX_VELOCITY =
and
DEFAULT_VELOCITY =
The MAX_VELOCITY sets the limit for both sliders, and the DEFAULT_VELOCITY sets the initial setting for the Jog Velocity at startup.
Beware, all of these settings are in machine units per second not mm/min. So you will need to remember to divide a mm/min setting by 60 to get the value you want.
It and the default jog speed are set in the TRAJ section of the ini file with.
MAX_VELOCITY =
and
DEFAULT_VELOCITY =
The MAX_VELOCITY sets the limit for both sliders, and the DEFAULT_VELOCITY sets the initial setting for the Jog Velocity at startup.
Beware, all of these settings are in machine units per second not mm/min. So you will need to remember to divide a mm/min setting by 60 to get the value you want.
Please Log in or Create an account to join the conversation.
Time to create page: 0.147 seconds