Retrofitting a 1986 Maho MH400E
06 Nov 2017 11:44 #101412
by andypugh
Replied by andypugh on topic Retrofitting a 1986 Maho MH400E
Are the limit switches hard-wired to the e-stop?
If they are not hard-wired then you just need to set the "HOME_IGNORE_LIMITS" flag in the INI.
If they are hard-wired then it is rather more difficult.
linuxcnc.org/docs/2.7/html/config/ini-ho...#_home_ignore_limits
(this is an individual setting for each axis in the [AXIS_N] sections of the INI file.)
If they are not hard-wired then you just need to set the "HOME_IGNORE_LIMITS" flag in the INI.
If they are hard-wired then it is rather more difficult.
linuxcnc.org/docs/2.7/html/config/ini-ho...#_home_ignore_limits
(this is an individual setting for each axis in the [AXIS_N] sections of the INI file.)
Please Log in or Create an account to join the conversation.
06 Nov 2017 12:01 - 06 Nov 2017 16:52 #101413
by RotarySMP
Replied by RotarySMP on topic Retrofitting a 1986 Maho MH400E
The Heidenhain LS403 encoders have a single reference point, so the Index signal only triggers once on the whole length. I have have little idea where in the travel that Index signal occurs, but I am assuming it is within the the hardware end stops (which as you say, trigger the hardware E-Stop condition). I plan on homing off that index.
In your case, unless you reinstall glass scales, on X and Y it would be pretty easy to piggy back a prox sensor or microswitch off the end stop switch on a bracket,and trigger home off a stop block, before the end stop switch gets to it. Not sure where the Z end stop switch is located, but would guess it is similar.
Mark
In your case, unless you reinstall glass scales, on X and Y it would be pretty easy to piggy back a prox sensor or microswitch off the end stop switch on a bracket,and trigger home off a stop block, before the end stop switch gets to it. Not sure where the Z end stop switch is located, but would guess it is similar.
Mark
Last edit: 06 Nov 2017 16:52 by RotarySMP.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5007
- Thank you received: 1441
06 Nov 2017 14:07 #101425
by Todd Zuercher
Replied by Todd Zuercher on topic Retrofitting a 1986 Maho MH400E
Usually when hard limits are configured like this, there is a separate home switch used.
Please Log in or Create an account to join the conversation.
- drimaropoylos
- Offline
- Elite Member
Less
More
- Posts: 267
- Thank you received: 39
06 Nov 2017 14:34 #101427
by drimaropoylos
Replied by drimaropoylos on topic Retrofitting a 1986 Maho MH400E
Thanks, the proximity sensor in that place seems to be the best solution. And I will use the index on the encoders for more precise homing.
Please Log in or Create an account to join the conversation.
06 Nov 2017 16:09 #101433
by jmelson
You can hit the home button on the screen, or the home key on the keyboard above the arrows. Number keys can select the axes (0,1, 2 3) to select which axis is to be homes.
As for homing by the limit switches, you need to set HOME_IGNORE_LIMITS = YES
on each axis, in the [AXIS_n] stanza of the .ini file.
Jon
Replied by jmelson on topic Retrofitting a 1986 Maho MH400E
If you have the right home sequence set in the HAL file, there will be a "home all" button, and it can home multiple axes simultaneously. I always worry about a crash when some tooling has been left in the machine, so I do each axis one at a time.Every time we start the machine we have to home it, how is this done? The limit switches once triggered the machine goes off.
John
You can hit the home button on the screen, or the home key on the keyboard above the arrows. Number keys can select the axes (0,1, 2 3) to select which axis is to be homes.
As for homing by the limit switches, you need to set HOME_IGNORE_LIMITS = YES
on each axis, in the [AXIS_n] stanza of the .ini file.
Jon
Please Log in or Create an account to join the conversation.
- drimaropoylos
- Offline
- Elite Member
Less
More
- Posts: 267
- Thank you received: 39
06 Nov 2017 16:15 #101434
by drimaropoylos
Replied by drimaropoylos on topic Retrofitting a 1986 Maho MH400E
The problem is that the limit snitches are hard wired to the estop circuit, so when they activate, they power off everything.
John
John
Please Log in or Create an account to join the conversation.
06 Nov 2017 16:33 #101436
by RotarySMP
Replied by RotarySMP on topic Retrofitting a 1986 Maho MH400E
I installed the PC, the EXE and the 7i84, so now it is wiring wiring wiring...
,
Unfortunately I cant find my bag of heat shrink.
First up, I just wanted to wire up the 5V to the 7i77, and the field power to both 7i77 and 7i84. I found an error in my wiring revisions. I had planned to wire both those boards to the +24V rail at terminals 200 (+) and 201 (0V). Checking the wiring diagram, there are three 24VDC rails. The one I choose isn't powered until the E-Stop chain is closed.
Since not all MESA pins are reported through the HAL if field power not applied, I am picking that this configuration would cause a LinuxCNC loading error for missing pins.
The 7i77 and 7i84 field power needs to be moved to that other rail between terminals 204 (+24) and 201 (0V), to ensure that they are always powered. Also, I added a field power connection 7i84 TB1-3 to power the second bank of connectors, which I missed before.
Once I get the MESA boards powered, then next step will be to wiring up a temporary E-Stop and Machine on buttons, and configure those HAL functions.
Mark
,
Unfortunately I cant find my bag of heat shrink.
First up, I just wanted to wire up the 5V to the 7i77, and the field power to both 7i77 and 7i84. I found an error in my wiring revisions. I had planned to wire both those boards to the +24V rail at terminals 200 (+) and 201 (0V). Checking the wiring diagram, there are three 24VDC rails. The one I choose isn't powered until the E-Stop chain is closed.
Since not all MESA pins are reported through the HAL if field power not applied, I am picking that this configuration would cause a LinuxCNC loading error for missing pins.
The 7i77 and 7i84 field power needs to be moved to that other rail between terminals 204 (+24) and 201 (0V), to ensure that they are always powered. Also, I added a field power connection 7i84 TB1-3 to power the second bank of connectors, which I missed before.
Once I get the MESA boards powered, then next step will be to wiring up a temporary E-Stop and Machine on buttons, and configure those HAL functions.
Mark
Please Log in or Create an account to join the conversation.
06 Nov 2017 16:45 #101439
by jmelson
Jon
Replied by jmelson on topic Retrofitting a 1986 Maho MH400E
Well, then you need to add additional switches within the span of the limits for the homing.The problem is that the limit snitches are hard wired to the estop circuit, so when they activate, they power off everything.
John
Jon
Please Log in or Create an account to join the conversation.
- drimaropoylos
- Offline
- Elite Member
Less
More
- Posts: 267
- Thank you received: 39
06 Nov 2017 17:03 #101441
by drimaropoylos
Replied by drimaropoylos on topic Retrofitting a 1986 Maho MH400E
They came up really nice.
John
John
Please Log in or Create an account to join the conversation.
06 Nov 2017 17:53 #101444
by PCW
Replied by PCW on topic Retrofitting a 1986 Maho MH400E
We do have some experimental firmware for the 7I84 that allows startup and input to work without field power
(just VIN), so you could wire the 24V that's available only when out of EStop to the field power
It does require that the input thresholds be set via LinuxCNC hal pins
since it can't depend on field power being present.
If it works out we will add the option to the 7I76 and 7I77
(just VIN), so you could wire the 24V that's available only when out of EStop to the field power
It does require that the input thresholds be set via LinuxCNC hal pins
since it can't depend on field power being present.
If it works out we will add the option to the 7I76 and 7I77
Please Log in or Create an account to join the conversation.
Moderators: piasdom
Time to create page: 0.291 seconds