Marty,
THank you for the reply. The code above was my homing cycle. It still wouldnt work. So i went back into the wizard and let the machine make a new homing sequence. Then i went back in and added the line of code for the ZRI input to #2 and copied it for X Y and Z as shown below. For whatever reason, itworks now. See below:
N100 ;Check for open home switch
IF !#[50000 + #9822] THEN M225 #100 "HomeAll switch tripped!!!\nPlease clear before Homing.\n\nPress Cycle Cancel to end Homing"
IF !#[50000 + #9822] THEN GOTO 100
;Disable all limits
M94 /101 /102 /103 /104
;Perform Homing commands
M92/Z L1
M105 /Z P-2 F2 ;Move Z- at 2ipm until input 2 closes
M26/Z
M91/Y L1
M106 /Y P-2 F2 ;Move X- at 2ipm until input 2 closes
M26/Y
M92/X L1
M105 /X P-2 F2 ;Move Y- at 2ipm until input 2 closes
M26/X
;Enable all limits
M95 /101 /102 /103 /104
All my ZRIs are put into input two and it works only using one input.
On the software update.. Will i have to rerun the wizard setup and put everytihing I have done in the past back into the system? Is this why I need screenshots of every page?
Thanks again for your help on this forum. It is much appreciated.
New DMM Servo install
Moderator: cnckeith
-
- Posts: 137
- Joined: Tue Mar 03, 2020 8:48 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: New DMM Servo install
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 9932
- 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: New DMM Servo install
Always create a fresh report and a COPY of your CNCM directory as back up.
When starting from a new software install, having screenshots of all your wizard pages will help you hand key in the values in the wizard once you have done a fresh install. Rename the CNCM directory CNCMOLD and do a fresh install of 5.08
Happy to help. I know I am not on here much. I do what I can when I can.
Best of luck to you.
Marty
When starting from a new software install, having screenshots of all your wizard pages will help you hand key in the values in the wizard once you have done a fresh install. Rename the CNCM directory CNCMOLD and do a fresh install of 5.08
Happy to help. I know I am not on here much. I do what I can when I can.
Best of luck to you.
Marty
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ
We can't "SEE" what you see...
Mesa, AZ
(Note: Liking will "up vote" a post in the search results helping others find good information faster)