Pin 'ini.X.max_acceleration' does not exist
01 Mar 2024 12:23 #294834
by bkt
Pin 'ini.X.max_acceleration' does not exist was created by bkt
sorry never use these features ... but now I'm interested on .... on my hal file try to write these row:
Linuxcnc close with error on terminal : "/mihal.hal:1213: Pin 'ini.X.max_acceleration' does not exist "
And we not see how corret it ... i done some other INI custom parameter and it works ... but I understand "ini.x.max_acceleration" is connecter directly with AXIS section on INI file ....I'm in wrong or need to implement somethings?
i use Lcnc2.9.1
regrds
bkt
net max-acc <= motion.analog-out-04
net max-acc => ini.x.max_acceleration
Linuxcnc close with error on terminal : "/mihal.hal:1213: Pin 'ini.X.max_acceleration' does not exist "
And we not see how corret it ... i done some other INI custom parameter and it works ... but I understand "ini.x.max_acceleration" is connecter directly with AXIS section on INI file ....I'm in wrong or need to implement somethings?
i use Lcnc2.9.1
regrds
bkt
Please Log in or Create an account to join the conversation.
01 Mar 2024 13:38 #294844
by MaHa
Replied by MaHa on topic Pin 'ini.X.max_acceleration' does not exist
Did you try this way already?
net max-acc [JOINT_0] MAX_ACCELERATION
Please Log in or Create an account to join the conversation.
01 Mar 2024 13:48 #294845
by Aciera
Replied by Aciera on topic Pin 'ini.X.max_acceleration' does not exist
I think he wants to change the 'ini.x.max_acceleration' value after startup.
Note that ini hal pins only exist after the gui has loaded, so you need to put that hal line in the postgui.hal file.
Note that ini hal pins only exist after the gui has loaded, so you need to put that hal line in the postgui.hal file.
The following user(s) said Thank You: bkt
Please Log in or Create an account to join the conversation.
02 Mar 2024 10:47 #294895
by bkt
Replied by bkt on topic Pin 'ini.X.max_acceleration' does not exist
so is not realtime behaviour .... right?Note that ini hal pins only exist after the gui has loaded, so you need to put that hal line in the postgui.hal file.
Please Log in or Create an account to join the conversation.
02 Mar 2024 10:55 #294898
by bkt
Replied by bkt on topic Pin 'ini.X.max_acceleration' does not exist
there are a way to modify acceleration during motion? or need to integrate Limit on kinematics and use some float pint to archive these targhet?
regards
regards
Please Log in or Create an account to join the conversation.
02 Mar 2024 11:01 #294899
by Aciera
Replied by Aciera on topic Pin 'ini.X.max_acceleration' does not exist
I'm sorry, forgot to mention this:
The new ini values will only come into effect after a 'quebuster'. For example after 'M66 E0 L0'.
The new ini values will only come into effect after a 'quebuster'. For example after 'M66 E0 L0'.
The following user(s) said Thank You: bkt
Please Log in or Create an account to join the conversation.
Time to create page: 0.078 seconds