Spindle does not respond to MDI or program control SOLVED
Moderator: cnckeith
-
- Posts: 175
- Joined: Wed Jul 04, 2018 1:32 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: Yes
- CPU10 or CPU7: No
Re: Spindle does not respond to MDI or program control
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 9953
- 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: Spindle does not respond to MDI or program control
I asked you to post a screenshot of your IO page.
Please do so.
Which Centroid Schematic did you follow when wiring your VFD?
Please do so.
Which Centroid Schematic did you follow when wiring your VFD?
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)
-
- Posts: 544
- Joined: Wed Jan 23, 2019 4:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 80F5B5B92C3A-0213236854
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Spindle does not respond to MDI or program control
You have a LOT of corrupt files in your report. Not just M3
You should do a complete removal and install the latest version.
Note, you will still have a cncm folder with a backup copy of your corrupt files after you go through add/remove programs to remove it. Get rid of that also before you start fresh.
You should do a complete removal and install the latest version.
Note, you will still have a cncm folder with a backup copy of your corrupt files after you go through add/remove programs to remove it. Get rid of that also before you start fresh.
Ken
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 175
- Joined: Wed Jul 04, 2018 1:32 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: Yes
- CPU10 or CPU7: No
Re: Friday 6/07/19
Downloaded fresh copy of CNC12 to thumb drive on home computer
Made copy of report on thumb drive from CNC computer
Used Uninstall facility in Win 10 to remove CNC12 from disk
Manually went to C drive and deleted CNCM directory and everything in it
deleted everything CNC related from the desktop.
Made sure no directory on C disk had any CNC related material.
Copied CNC12 from thumb drive to desktop and took thumb drive out of USB port
Installed CNC 12 from the desktop
restored Wizard from the report I put on the thumb drive earlier
No change. Spindle still runs fine in manual mode, will not respond in MDI or from within program.
I am attaching to this message
A NEW report just generated from the freshly installed CNC12
Pix of each of the Wizard screens, even if they are not in use at this time
The computer I am using for Acorn was purchased new just for this use. It is a NUC 5 with a 500G solid state drive. Runs beautifully. I went through and followed the video to prep it for installation before the first installation of CNC12. Been on the internet just once to update it after I bought it. There is no internet at the shop so I don't think that is the issue.
This is about to drive me nuts!
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 175
- Joined: Wed Jul 04, 2018 1:32 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: Yes
- CPU10 or CPU7: No
continued from above
Here is the rest of the material that was over the limit from the previous post
- Attachments
-
- report_F045DA7F1D3D-1211181417_2019-06-07_10-46-15.zip
- (363.23 KiB) Downloaded 109 times
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 544
- Joined: Wed Jan 23, 2019 4:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 80F5B5B92C3A-0213236854
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Spindle does not respond to MDI or program control
You must have imported corrupt files with your report reload.
My M3 contents look like this. (Look at yours for comparison) My outputs are different from yours
;-------
;M3 macro
; Displays message to select auto spindle mode if it is not set
;-------
IF #4202 || #4201 THEN GOTO 200
M95 /2
M94 /1
IF #61058 THEN GOTO 200 ;skip the check if AutoSpindle is on
G4 P.1
#140 = 1.5
N100
IF !#61058 THEN M225 #140 "Please Select Auto Spindle To Continue!" ;61058 = JPO2/SpindleAutoManualLED
G4 P.5
IF !#61058 THEN GOTO 100
N200
My M3 contents look like this. (Look at yours for comparison) My outputs are different from yours
;-------
;M3 macro
; Displays message to select auto spindle mode if it is not set
;-------
IF #4202 || #4201 THEN GOTO 200
M95 /2
M94 /1
IF #61058 THEN GOTO 200 ;skip the check if AutoSpindle is on
G4 P.1
#140 = 1.5
N100
IF !#61058 THEN M225 #140 "Please Select Auto Spindle To Continue!" ;61058 = JPO2/SpindleAutoManualLED
G4 P.5
IF !#61058 THEN GOTO 100
N200
Ken
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 544
- Joined: Wed Jan 23, 2019 4:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 80F5B5B92C3A-0213236854
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Spindle does not respond to MDI or program control
for reference, yours looks like this
Ken
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 544
- Joined: Wed Jan 23, 2019 4:19 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 80F5B5B92C3A-0213236854
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Spindle does not respond to MDI or program control
Do not copy any of your old files into fresh new install. It does not take long to enter your info in the wizard. If you keep importing the corrupt files, you will not fix it. Uninstall, wipe it clean again, and start fresh with using the wizard settings. Do not import an old report.
If you still end up with corrupt files, maybe your flash drive you are taking out to your pc, or the pc itself has issues.
If you still end up with corrupt files, maybe your flash drive you are taking out to your pc, or the pc itself has issues.
Ken
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 836
- Joined: Fri Nov 30, 2018 1:04 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Thorp WI
Re: Spindle does not respond to MDI or program control
I noticed that in your first report. All the .mac files have NUL in them with Notepad++ and I tried Notetab Light and got this. Time for a clean install.
Scott
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 175
- Joined: Wed Jul 04, 2018 1:32 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: Yes
- CPU10 or CPU7: No
Re: Spindle does not respond to MDI or program control
I installed a fresh copy of CNC12 on a computer here at home and you are right. I have the same M3 macro on that. Will go out in the morning and scrub the Acorn computer clean and start fresh.
Will let you know what is happening.
Will let you know what is happening.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)