homing problem with a 7i92
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2244
- Thank you received: 478
13 Oct 2018 15:28 - 13 Oct 2018 15:51 #118742
by Clive S
homing problem with a 7i92 was created by Clive S
I can not see the wood for the trees. Version 2.8
I am not seeing what is wrong with the homing hal and ini files attached. System is a mesa 7i92 with a cheap Chinese bob and a simple db25 connector breakout (no optos) to the drives. the home switch is NC
When I try to home one of the axis (say X) the switch does not stop the axis moving.
Looking with halmeter signals min-home-x changes state and gpio pin 030 changes state when the switch is pressed.
What am I missing?
Edit I have also tried net min-home-x <= hm2_7i92.0.gpio.030.in_not
I am not seeing what is wrong with the homing hal and ini files attached. System is a mesa 7i92 with a cheap Chinese bob and a simple db25 connector breakout (no optos) to the drives. the home switch is NC
When I try to home one of the axis (say X) the switch does not stop the axis moving.
Looking with halmeter signals min-home-x changes state and gpio pin 030 changes state when the switch is pressed.
What am I missing?
Edit I have also tried net min-home-x <= hm2_7i92.0.gpio.030.in_not
Last edit: 13 Oct 2018 15:51 by Clive S.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19536
- Thank you received: 6558
13 Oct 2018 15:48 #118743
by tommylight
Replied by tommylight on topic homing problem with a 7i92
That will have to do something with the naming of pins, had the same problem lately with enable, so have a look at the docs for the version you are using to check if the pin and signal names are the same, also upper case and lower case must be same.
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17999
- Thank you received: 4843
13 Oct 2018 16:32 #118744
by PCW
Replied by PCW on topic homing problem with a 7i92
# external input signals
# --- HOME-X --- on bob pin 10
net min-home-x <= hm2_7i92.0.gpio.030.in
^^^^^^^^^^^^^^^
...........................................
# ---setup home / limit switch signals---
net home-x => joint.0.home-sw-in
^^^^^^^^^^^
As Tom mentioned, Inconsistent signal names
# --- HOME-X --- on bob pin 10
net min-home-x <= hm2_7i92.0.gpio.030.in
^^^^^^^^^^^^^^^
...........................................
# ---setup home / limit switch signals---
net home-x => joint.0.home-sw-in
^^^^^^^^^^^
As Tom mentioned, Inconsistent signal names
The following user(s) said Thank You: tommylight, Clive S
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2244
- Thank you received: 478
14 Oct 2018 11:57 #118768
by Clive S
Replied by Clive S on topic homing problem with a 7i92
Big thanks to Tom and Peter for putting me on the correct track, all homing now is ok:blush:
Please Log in or Create an account to join the conversation.
Time to create page: 0.057 seconds