Defeat Limit switch?

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

Post Reply
Pardonmebuthelp
Posts: 13
Joined: Thu Feb 08, 2018 4:47 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 60640555D28-1109170220
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Defeat Limit switch?

Post by Pardonmebuthelp »

Why do I not have a "defeat limits" button under reset home as shown in Marty's virtual control panel video? I searched for about an hour and a few people mentioned the button on the VCP, and wiring I guess a momentary switch. I am working on the swiches and homing and zri feature but my machine is stuck on the switch.

Image
Last edited by Pardonmebuthelp on Sun Mar 18, 2018 3:22 pm, edited 1 time in total.
Pardonmebuthelp
Posts: 13
Joined: Thu Feb 08, 2018 4:47 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 60640555D28-1109170220
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Defeat Limit switch?

Post by Pardonmebuthelp »

Getting this message when trying to attach my report zip file

Image
Gary Campbell
Posts: 2190
Joined: Sat Nov 18, 2017 2:32 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: Acorn 238
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Bergland, MI, USA
Contact:

Re: Defeat Limit switch?

Post by Gary Campbell »

I have also noticed and reported that the defeat limits button is intermittent on the screen. That may be a result of being in a state where the limits would not be expected
GCnC Control
CNC Control & Retrofits
https://www.youtube.com/user/Islaww1/videos
Pardonmebuthelp
Posts: 13
Joined: Thu Feb 08, 2018 4:47 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 60640555D28-1109170220
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Defeat Limit switch?

Post by Pardonmebuthelp »

Ah ok It seemed like it wasn't an issue since I could barley find any information on it. Luckily I had a switch laying around I wired it into the same input as my Limit switches and to the acorns common so it would disable the limit switches, I quickly realized no one is on the forums on a Sunday waiting to solve problems so I just did it.
Pardonmebuthelp
Posts: 13
Joined: Thu Feb 08, 2018 4:47 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 60640555D28-1109170220
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Defeat Limit switch?

Post by Pardonmebuthelp »

Hmm now that i wrote the home file the button is there now go figure
Pardonmebuthelp
Posts: 13
Joined: Thu Feb 08, 2018 4:47 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 60640555D28-1109170220
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Defeat Limit switch?

Post by Pardonmebuthelp »

If anyone else has a mill with dyn2 controllers, 3 home switches in series, and is using ZRI here is the simple Home file which is called cncm and the type of file is "Hom type" in the cncm folder in your computers local disk. Thanks to Marty's video it was easy

I am using the dyn2 hook up schematic exactly having all three Zri's going to input 2 on acorn and all three alarms going to input 5.

My mill is has the Z home switch in the +direction
The X&Y home switch is in the -direction


M92 /Z L1 F30 ;Move Z to Z+ home switch(input1), back off until it clears.
M105 /Z P2 F3 ;Move Z *Minus* until input 2 closes
M26 /Z; Set Z machine home here

M91 /Y L1 F30 ; Move Y to Y- home switch(input1), back off until it clears
M106 /Y P2 F3 ; Move Y in the *Plus* direction until input 2 closes
M26 /Y ; Set Y machine home here

M91 /X L1 F30 ; Move X to X- home switch(input1), back off until it clears
M106 /X P2 F3 ; Move X in the *Plus* direction until input 2 closes
M26 /X ; Set X machine home here
martyscncgarage
Posts: 9914
Joined: Tue Mar 28, 2017 12:01 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Location: Mesa, AZ

Re: Defeat Limit switch?

Post by martyscncgarage »

Pardonmebuthelp wrote: Sun Mar 18, 2018 7:26 pm If anyone else has a mill with dyn2 controllers, 3 home switches in series, and is using ZRI here is the simple Home file which is called cncm and the type of file is "Hom type" in the cncm folder in your computers local disk. Thanks to Marty's video it was easy

I am using the dyn2 hook up schematic exactly having all three Zri's going to input 2 on acorn and all three alarms going to input 5.

My mill is has the Z home switch in the +direction
The X&Y home switch is in the -direction


M92 /Z L1 F30 ;Move Z to Z+ home switch(input1), back off until it clears.
M105 /Z P2 F3 ;Move Z *Minus* until input 2 closes
M26 /Z; Set Z machine home here

M91 /Y L1 F30 ; Move Y to Y- home switch(input1), back off until it clears
M106 /Y P2 F3 ; Move Y in the *Plus* direction until input 2 closes
M26 /Y ; Set Y machine home here

M91 /X L1 F30 ; Move X to X- home switch(input1), back off until it clears
M106 /X P2 F3 ; Move X in the *Plus* direction until input 2 closes
M26 /X ; Set X machine home here
Cool feature isn't it. You now have the homing precision of an industrial machine.
What kind of machine are you running?

Marty
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ
Pardonmebuthelp
Posts: 13
Joined: Thu Feb 08, 2018 4:47 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 60640555D28-1109170220
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Defeat Limit switch?

Post by Pardonmebuthelp »

20180319_133928.jpg
Yes all of this is great so far I'm learning and waiting on the mpg release. Its a little x2(lms3900) small that I scraped all of the ways and upgraded to ground screws on the X and Y with another on hand for the Z which that's on the list to do.
Post Reply