JA homing and teleop
all joints must be homed besfore going into coordinate mode
these is the complete sequence of command:
1- start remotely with halui.machine.on --- all ok
2- remotely send command halui.mode.manual + halui.mode.teleop --- all ok --- I can make some manual-cartesian space/teleop movement....
3- remotely send halui.mode.auto and go back to halui.mode.manual + halui.mode.teleop -- JA/axis gui switch to joint mode and show these error:
all joints must be homing before going into coordinated mode
there are some trik to make possible switch into teleop mode and ignore homing?? obviusly without disconnect homing switch signal because I would use it sometimes ...
regards
Giorgio
Please Log in or Create an account to join the conversation.
ja9/src/emc/motion/command.c
row567...
+ /*
if (emcmotConfig->kinType != KINEMATICS_IDENTITY) {
if (!checkAllHomed()) {
reportError
(_("all joints must be homed before going into teleop mode"));
emcmotDebug->teleoperating = 0;
break;
}
}
+ */
row 591
+ /*
if (emcmotConfig->kinType != KINEMATICS_IDENTITY) {
if (!checkAllHomed()) {
reportError(_("all joints must be homed before going into teleop mode"));
emcmotDebug->teleoperating = 0;
break;
}
}
+ */
I hope in good result .....
Please Log in or Create an account to join the conversation.
......ok is a non safe operation I Know these ... but I have I nice absolute encoder and I try to do these with a scarakins.....
The respons to my question is: Actually No because if I try to do these obtain a very nice "joint following error "..... because (I think) in some other parts of motion or command file there is a FILTER TO not permit these ... I search around the code ...
VOLATILE_HOME = 0 not work in non trivial kins ...as reported by the manual and write in command.c file ...
regards
Giorgio
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
ini config html
and into
integrator man
and into
JA-update note
Obviusly I search in the wrong doc ... or do I have to go right away from my eye doctor ... I have to go anyway ... so it would not be a problem
other question ... I do not remember at all well is possible update JA9 on ubuntu10.04 on actual release of Dewey of JA whithout update to debian 8??..
Regards
Giorgio
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
- Posts: 5007
- Thank you received: 1441
And the nice thing is that you can install master with precompiled binaries from buildbot.linuxcnc.org/ instead of having to compile it yourself like with the earlier experimental JA branches.
Please Log in or Create an account to join the conversation.
Sorry ... I not see the option on
ini config html
That's a link to 2.6 docs.
You need this one
linuxcnc.org/docs/devel/html/config/ini-...t__lt_num_gt_section
Please Log in or Create an account to join the conversation.
And the nice thing is that you can install master with precompiled binaries from buildbot.linuxcnc.org/ instead of having to compile it yourself like with the earlier experimental JA branches.
... i remeber that I read onto somewhere that JA13 and upper run well on debian 7.x and debian 8 ... but not in ubuntu 10.04 ... so I ask to someone to have really test these before switch into new JA16 .....
Actually I have compile, after an normal intall of preemt on ubuntu 10.04, JA8 - JA9 - JA11 ... witouth problem (exept libmodbus library version for mb2hal comp...)...
@Todd Zuercher You have test these upgrade?? (onto ubuntu10.04 linuxcnc 2.7 to JA16??) ...
regards
Giorgio
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
- Posts: 5007
- Thank you received: 1441
I believe the problems you have heard about are either compiling issues for installation (not a problem with the precompiled releases) or issues some have with latency when switching to the newer Linux kernels especially with older hardware. I have not seen any running difference in Linuxcnc when used on different Linux distros.
I am not currently running any machines with JA or Master as none of my current machine configs would benefit greatly from them, but I have done some testing with both on Ubuntu 10.04, Debian 7 & 8, and Linux Mint 17 & LMDE2. Compiling JA on Mint was a real pain. All of my machines are currently using either Ubuntu 10.04 or Wheezy, with Linuxcnc v2.7.
Please Log in or Create an account to join the conversation.
When will I feel safe with QT libraries of debian like ubuntu then I'll step ...
regards
Giorgio
Please Log in or Create an account to join the conversation.