all joints must be homed before going into teleop

More
13 Aug 2013 17:18 #37612 by eslavko
Hello...

I was trying to setup my machine but even in simulator I got strange error about homing/ when I want to go in world mode.

Here is procedure what I do and what I get.

- Start 5axis simulator
- press F1 (unlatch estop)
- press F2 (start machine)
- click joint 4
- press + to jog joint 4
- press key $ (go to world mode)
*** got error 'all joints must be homed before going into teleop mode'
but this is expected as joints arent homed..
now
- click on home (and all axes are homed)
- press key $ (go to world mode)
*** got error 'all joints must be homed before going into teleop mode'
but all joints are homed?

now to be more strange....
Restart 5axis simulator

- press F1 (unlatch estop)
- press F2 (start machine)
- press key $ (go to world mode)
*** no error. But axes aren't homed at all!


I assume there is an error/bug or I do something wrong!

Please Log in or Create an account to join the conversation.

More
14 Aug 2013 22:04 #37670 by eslavko
Can someone test this behaviour to check if it's only in my machine. (well on my 2 machines works same)

Please Log in or Create an account to join the conversation.

More
15 Aug 2013 13:23 #37684 by eslavko
Hello...

Seems taht noone was bothered with that. :sick:
I do little more investigationa and seems that we have bug in code. :evil:

so there is my procedure:

- Start 5 axis sim
- start machine (F1/F2)
- press right arrow (jog joint 0)
- press "home all" button (all joints got target as home signal)
- press $ key (go to world mode)
*** got error "all joints must be homed...."

now start hall meter and check:
axis.0.homed (true)
axis.1.homed (true)
axis.2.homed (true)
axis.3.homed (FALSE!!!!)
axis.4.homed (true)
axis.5.homed (true)
axis.6.homed (FALSE!!!!)
axis.7.homed (FALSE!!!!)
axis.8.homed (true)


in ini file data is:
[DISPLAY]
GEOMETRY = XYZBCW

[TRAJ]
AXES = 9
COORDINATES = X Y Z B C W

and axis sections included is:
[AXIS_0]
[AXIS_1]
[AXIS_2]
[AXIS_4]
[AXIS_5]
[AXIS_8]

As I see the problem is that we have GAP as axis A,U and V are not defined.
So the solution seems to be to define all the axis (and got in display all unneded letters) or to change (correct) the home test to check just the axis defined.

any sugesstion?

Please Log in or Create an account to join the conversation.

More
15 Aug 2013 18:24 #37700 by andypugh

Seems taht noone was bothered with that.

Sorry, I have been busy.

I do little more investigationa and seems that we have bug in code.
...
As I see the problem is that we have GAP as axis A,U and V are not defined.
So the solution seems to be to define all the axis (and got in display all unneded letters) or to change (correct) the home test to check just the axis defined.
any sugesstion?


Ah, this is sounding familiar.

I think you need an INI file section for every axis up to NUM_AXES, even the ones that are not used.
Just put sections in the INI for [AXIS_3], [AXIS_6] and [AXIS_7]
You _might_ need to give them a home sequence number and zero for search and latch velocity, but try them completely blank first.

Please Log in or Create an account to join the conversation.

More
15 Aug 2013 19:04 #37708 by eslavko

I think you need an INI file section for every axis up to NUM_AXES, even the ones that are not used.
Just put sections in the INI for [AXIS_3], [AXIS_6] and [AXIS_7]
You _might_ need to give them a home sequence number and zero for search and latch velocity, but try them completely blank first.


I already do that.
It must have sequence number (0).

Please Log in or Create an account to join the conversation.

More
15 Aug 2013 19:14 #37710 by andypugh

I already do that.
It must have sequence number (0).


Does it work? (Just to be clear)

Please Log in or Create an account to join the conversation.

More
15 Aug 2013 19:32 #37712 by eslavko
Yes homming works.

Please Log in or Create an account to join the conversation.

Time to create page: 0.188 seconds
Powered by Kunena Forum