Please help, I need some addvise
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
Maybe it's just objectivity, I'm too close to it.
An overview:
I have ascending positive numbers when X and Y move away from home.
I have ascending negative numbers when Z moves (down) away from home.
The attached hal and ini will home X and Y correctly, Z gets the following errors.
“Exceeded positive soft limit on joint2”
“Exceeded negative soft limit on joint2”
In this order.
I have tried so many combinations I can't list or recall them all, or the results.
(I just know they don't work).
It's almost ridiculous to think someone can set me straight from a far and distant land but I am completely spun out and need some kind of direction.
If someone would be kind enough to have a look at the hal and ini to see if they can help me.
(Pathetic isn't it)!
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 23315
- Thank you received: 4944
“Exceeded positive soft limit on joint2”
“Exceeded negative soft limit on joint2”
In this order.
The problem is that your MIN_LIMIT is larger than your MAX_LIMIT.
Swap them.
Please Log in or Create an account to join the conversation.
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
Just ran the axis.ngc start to finish. Wuppee.
I have some dropped step problems.
I'll check my machine (PC) for proper settings, (via manual and testing) as the hal and ini were a gift from Arceye, the settings were at best general in nature I'm sure.
We/I expected they would need twicking.
The saga continues.
Thanks to all.
Please Log in or Create an account to join the conversation.
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
Please Log in or Create an account to join the conversation.
- Todd Zuercher
-
- Offline
- Platinum Member
-
- Posts: 4987
- Thank you received: 1455
Please Log in or Create an account to join the conversation.
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
Please share as much as you can about your experience, I would enjoy hearing about how this goes.
You clearly have a better understanding about the inter workings of all this than I do.
I would appreciate any enlightenment.
A thirty minute spread turns into real money!
Please Log in or Create an account to join the conversation.
- Todd Zuercher
-
- Offline
- Platinum Member
-
- Posts: 4987
- Thank you received: 1455
I may or may not work on the config some before it gets here. Depends on my free time.
Our machine is a 4 axis, X,Y,Z,W (basically it has 2 Z axis with 2 spindles). So it is a 3-axis with a twist, that is actually more complicated than you might think. At least with the ways I want to deal with it. Fortunatly since this is a stepper machine, that will simplify my problems imensly. Alot of my desires for how the ZW are implimented were nearly insurmaountable on the servo conversion of a simular machine I recently finished.
Please Log in or Create an account to join the conversation.
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
If on the Z axis the top of the table is 0.000 and you travel up the axis with negative numbers, is the limit for
"min-home-z" at 0.000 or is it at the top of travel, (in my case -6.000)?
That is to say, is -6.000 the minumum position?
logicaly, the larger negative number would be the minumal value.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 23315
- Thank you received: 4944
Let me ask another question.If on the Z axis the top of the table is 0.000 and you travel up the axis with negative numbers,
That's wrong, and will cause problems. (there is an implicit assumption that the coordinate system follows the left-hand rule.)
Set the top of travel to 0, the bottom of travel as negative whatever.
You never use the machine coordinate system anyway, so it doesn't matter.
Please Log in or Create an account to join the conversation.
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
That's interesting, when they are reversed I had the problem below.
allenwg2005 wrote:
“Exceeded positive soft limit on joint2”
“Exceeded negative soft limit on joint2”
In this order.
The problem is that your MIN_LIMIT is larger than your MAX_LIMIT.
Swap them.
I have a theory, please let me know what you think.
My Z axis was travelling down when I would “page up” and up when I would “page down”.
I inverted the Z step direction pin to compensate for this issue.
I wounder if my driver settings for cw ccw are wrong and confusing the entire Z configuration?
If I'm forcing a direction change, and then need to compensating for that by reverse values on limits, I could be chasing my tail here?
The reason I ask all this is, I have homing working with min-home down ( the lowest point on Z).
That as you point out is wrong.
If it is the driver jumper settings, I have another problem.
Anaheim Automation says they have no documentation for this drive. (Apparently it's that old).
Without docs. I have no idea how to change the direction on the drivers.
Your thought?
Please Log in or Create an account to join the conversation.