New ethercat / probe basic control for minimonster
- Hakan
- Offline
- Platinum Member
-
- Posts: 995
- Thank you received: 333
The cia402 component says
For using the servo drives internal homing procedure configure your
joint homing to Home on Index Pulse only and connect the components
home Input to the index-enable Pin:
I don't see you have connected that pin.
To debug, use halscope and record controlword and statusword to and from the drive.
Attachments:
Please Log in or Create an account to join the conversation.
- ihavenofish
- Away
- Platinum Member
-
- Posts: 921
- Thank you received: 218
If I set homing sequence to -1 it flickers the drive.
I do not want any internal homing on the drive. I want no motion whatsoever.
What "normally" works is not here.
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
-
- Posts: 995
- Thank you received: 333
[JOINT_0]
TYPE = LINEAR
HOME = 0.0
FERROR = 0.5
MIN_FERROR = 1
MAX_VELOCITY = 20.0
MAX_ACCELERATION = 500.0
MAX_OUTPUT = 0.0
MIN_LIMIT = -106
MAX_LIMIT = 106
HOME_SEARCH_VEL = 0
HOME_LATCH_VEL = 0
HOME_SEQUENCE = 0Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
-
- Posts: 995
- Thank you received: 333
That means is set's zero exactly where it is and immediately after moves to HOME_OFFSET.
Please Log in or Create an account to join the conversation.
- ihavenofish
- Away
- Platinum Member
-
- Posts: 921
- Thank you received: 218
this is what i had before with the pulse drives. everything was fine. And i could have sworn in my first ethercat program *before* all this modbus nonsense it was fine as well.
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
-
- Posts: 995
- Thank you received: 333
Please Log in or Create an account to join the conversation.
- ihavenofish
- Away
- Platinum Member
-
- Posts: 921
- Thank you received: 218
ive removed that now, now, no change. also that offset is + direction and it is slamming the thing full speed into the table.I don't think it is a good idea to combine homing on current position with HOME_OFFSET.
That means is set's zero exactly where it is and immediately after moves to HOME_OFFSET.
Please Log in or Create an account to join the conversation.
- ihavenofish
- Away
- Platinum Member
-
- Posts: 921
- Thank you received: 218
bah!Yes it does have ethercat drives. And modbus nonsense as well.
haha. clearly i've botched something somewhere. i just cant see it.
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
-
- Posts: 995
- Thank you received: 333
Comment out everything except one single axis and try until you find it.
Please Log in or Create an account to join the conversation.
- ihavenofish
- Away
- Platinum Member
-
- Posts: 921
- Thank you received: 218
that has to be a clue. something ELSE is making it home. maybe it IS doing internal drive homing?
Please Log in or Create an account to join the conversation.