5 Axis ParPort Stepper Setup with RTCP
From the directory where 5axiskins.c is, try
sudo comp --install 5axiskins.c
If you get something like "comp: file not found" then instead use
sudo halcompile --install 5axiskins.c
In either case, pasted the terminal output here so I can see if it worked.
Please Log in or Create an account to join the conversation.
- marq_torque
- Topic Author
- Offline
- Elite Member
- Posts: 162
- Thank you received: 2
its in vismach.max5kins, trying both configurations screen-shot attached. but still i need some modification. but is 5axiskin gantry is modified then i am happy kid. no need to dig anything else
Please Log in or Create an account to join the conversation.
- marq_torque
- Topic Author
- Offline
- Elite Member
- Posts: 162
- Thank you received: 2
sudo comp --install 5axiskins.c
Please Log in or Create an account to join the conversation.
- marq_torque
- Topic Author
- Offline
- Elite Member
- Posts: 162
- Thank you received: 2
sudo halcompile --install 5axiskins.c
Please Log in or Create an account to join the conversation.
sudo halcompile --install 5axiskins.c
You can copy and paste from the terminal window, which is a bit easier than attaching screen shots.
As you have noticed, max5kins might actually work perfectly for you. I think that it is approximately identical but with a different pivot length.
try "maxkins" in your HAL file and see if that works.
As for 5axiskins:
It looks like you just deleted the references to C and joint 5. You can't do that, you needed to replace them with 0 so that the s2r function has the right number of arguments.
First, go back to the original 5axiskins and see if that works. If it does, then you can change things. But try maxkins first.
Please Log in or Create an account to join the conversation.
- marq_torque
- Topic Author
- Offline
- Elite Member
- Posts: 162
- Thank you received: 2
any clues ?
Please Log in or Create an account to join the conversation.
Ah, yes, I forgot it has a Y axis that you don't have.i tried maxkins. it has connection with C axis and Tool tip
found one weird error when was MDi B axis = "linear move on line0 would exceed joint 2's positive limit"
Line 0 just means MDI. It probably means that there is something wrong with the kinematics calculations to that it returns a very large number for the Z correction.
Please Log in or Create an account to join the conversation.
- marq_torque
- Topic Author
- Offline
- Elite Member
- Posts: 162
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- marq_torque
- Topic Author
- Offline
- Elite Member
- Posts: 162
- Thank you received: 2
Ah, yes, I forgot it has a Y axis that you don't have.
and also its syncing tool tip with Y axis and C axis not in XZ axis !
Please Log in or Create an account to join the conversation.
- marq_torque
- Topic Author
- Offline
- Elite Member
- Posts: 162
- Thank you received: 2
Ah, yes, I forgot it has a Y axis that you don't have.i tried maxkins. it has connection with C axis and Tool tip
found one weird error when was MDi B axis = "linear move on line0 would exceed joint 2's positive limit"
Line 0 just means MDI. It probably means that there is something wrong with the kinematics calculations to that it returns a very large number for the Z correction.
Sir any guidance where to dig now ??
Please Log in or Create an account to join the conversation.