ini file and limits problem
- mjones@welfab.ca
- Offline
- Premium Member
Less
More
- Posts: 95
- Thank you received: 6
05 Aug 2021 19:08 - 05 Aug 2021 19:57 #217004
by mjones@welfab.ca
ini file and limits problem was created by mjones@welfab.ca
Hi Guys
i made some changes to min and max limits and now having a problem with linuxcnc booting, it doesn't give a debug file info. it says unspecified [AXIS-A]MIN_LIMIT default used: -1E99 it says this for 'a' min and max and aslo 'y' min and max this is under a warning message then it gives an errow message
'JOINT_3]MIN LIMIT> [AXIS_A]MIN_LIMIT (-16.25> -1E99)
I don't know what default 1E99 is, I have specified a distance, does anyone have any idea what i screwed up now?
i made some changes to min and max limits and now having a problem with linuxcnc booting, it doesn't give a debug file info. it says unspecified [AXIS-A]MIN_LIMIT default used: -1E99 it says this for 'a' min and max and aslo 'y' min and max this is under a warning message then it gives an errow message
'JOINT_3]MIN LIMIT> [AXIS_A]MIN_LIMIT (-16.25> -1E99)
I don't know what default 1E99 is, I have specified a distance, does anyone have any idea what i screwed up now?
Last edit: 05 Aug 2021 19:57 by mjones@welfab.ca.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
05 Aug 2021 23:33 #217015
by andypugh
Replied by andypugh on topic ini file and limits problem
Can you attach the INI file?
Please Log in or Create an account to join the conversation.
- mjones@welfab.ca
- Offline
- Premium Member
Less
More
- Posts: 95
- Thank you received: 6
06 Aug 2021 13:30 #217059
by mjones@welfab.ca
Replied by mjones@welfab.ca on topic ini file and limits problem
absolutely. here are the ini and hal files
Attachments:
Please Log in or Create an account to join the conversation.
- PCW
- Online
- Moderator
Less
More
- Posts: 17974
- Thank you received: 4831
06 Aug 2021 18:59 #217069
by PCW
Replied by PCW on topic ini file and limits problem
I suspect its because you have a lower case A in the Axis name:
#********************
# Axis A
#********************
[AXIS_a] <<<<<<<<<<<<<<<<<<<<<<<<<<<<<
MIN_LIMIT = -16.25
MAX_LIMIT = 0.00
MAX_VELOCITY = 8.3333
MAX_ACCELERATION = 80.0
#********************
# Axis A
#********************
[AXIS_a] <<<<<<<<<<<<<<<<<<<<<<<<<<<<<
MIN_LIMIT = -16.25
MAX_LIMIT = 0.00
MAX_VELOCITY = 8.3333
MAX_ACCELERATION = 80.0
Please Log in or Create an account to join the conversation.
- mjones@welfab.ca
- Offline
- Premium Member
Less
More
- Posts: 95
- Thank you received: 6
06 Aug 2021 19:18 #217072
by mjones@welfab.ca
Replied by mjones@welfab.ca on topic ini file and limits problem
Your are as always correct, I changed that and it got past that problem and it moved forward. I still have problems with no route to host, but hopefully I can figure that part out. Its the little things that catch you. These computer things are very picky devices.
Thanks once again, your the best.
Thanks once again, your the best.
Please Log in or Create an account to join the conversation.
Time to create page: 0.052 seconds