Acorn Wizard Not Loading -- Now with Windows 10 -- <resolved-- Fixed w/ 4.20.1 old CPU support added>

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

cnckeith
Posts: 7334
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Acorn Wizard Not Loading -- Now with Windows 10 -- Same problem

Post by cnckeith »

connect a wireless internet connection to the cncpc and install Teamviewer. PM me the details.
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
briuz
Posts: 127
Joined: Wed Jul 10, 2019 9:24 am
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: Acorn Wizard Not Loading -- Now with Windows 10 -- Same problem

Post by briuz »

I am about to PM cnckeith the teamviewer info. I did find out a little more, though. I just noticed that everything worked ok until I installed my custom scripts. After a little experimentation I narrowed it down to the custom homing script. If I use the default homing script everything is ok. Once I install the custom homing script I can no longer get into the wizard. The custom homing script is as follows:


---------------------------------------------------------------------------------------------------------------------------------------------------------------------

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
M26/Z
M92/X L1
M26/X
;M92/B L1
M26/B ; temp
;M91/A L1

; Home Turret
M40 ; Set custom tuning variables for lathe

G98 ; Set feedrate to inches/minute
M65 ; Turn on solenoid to raise paw
G01 A[#5044 - #157] F360 ; Rotate turret #157 degrees to disengage paw. #5044 is current position of A axis.
M105 /A P-5 F720 ; Rotate turret at 720 degrees per minute until sensor detects magnet.
G00 A[#5044 + #158] ; Rotate turret to zero offset.
M26/A ; Set A axis (turret) to zero degrees.
G01 A[#5044 - #157] F360 ; Rotate turret #157 degrees to engage paw. #5044 is current position of A axis.
M85 ; Turn off solenoid to lower paw.
G01 A0 F360 ; Lock paw in position.

------------------------------------------------------------------------------------------------------------------------------------

The M40 script is in place and it is not causing a failure unless the custom homing script is in place and it doesn't
find the script. The M40 script is mainly to tune the scripts. The turret has a magnet on it and there is a hall
effect sensor involved. Since the position of the magnet and sensor could vary a little if either were to be moved
or the position changed or a new turret installed I decided to add a script to "tune" the location.

For reference, here's the M40 script:

-----------------------------------------------------------------------------------------------------------------------------------

;------------------------------------------------------------------------------
; Filename: mfunc40.mac
; Set Tuning Variables
; Description:
; Notes:
; Requires:
; Please see TB300 for tips on writing custom macros.
;------------------------------------------------------------------------------

IF #50010 ;Prevent lookahead from parsing past here
IF #4201 || #4202 THEN GOTO 1000 ;Skip macro if graphing or searching

N100 ;Insert your code between N100 and N1000

#157 = 15 ; Offset to raise/lower turret paw
#158 = 7.3 ; Turret Offset To Home Zero Position
;#158 = 4.6 ; Turret Offset To Home Zero Position

N1000 ;End of Macro





-----------------------------------------------------------------------------------------------------------------------------------------------------


Thanks!





;Enable all limits
M95 /101 /102 ;/103 /104
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: Acorn Wizard Not Loading -- Now with Windows 10 -- Same problem

Post by martyscncgarage »

Keith asked you:
"do you have internet connection to the PC with the issue?"
Do you have Teamviewer 14 downloaded and installed?
PM Keith your contact info so he can reach out to you.....
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ
briuz
Posts: 127
Joined: Wed Jul 10, 2019 9:24 am
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: Acorn Wizard Not Loading -- Now with Windows 10 -- Same problem

Post by briuz »

It's installed and Keith has been PM'd. He responded and asked for my phone number....I it to him.

I figured I'd post what I found out as it may help some more to troubleshoot the problem.
martyscncgarage wrote: Thu Jan 16, 2020 11:52 am Keith asked you:
"do you have internet connection to the PC with the issue?"
Do you have Teamviewer 14 downloaded and installed?
PM Keith your contact info so he can reach out to you.....
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: Acorn Wizard Not Loading -- Now with Windows 10 -- Same problem

Post by martyscncgarage »

briuz wrote: Thu Jan 16, 2020 12:05 pm It's installed and Keith has been PM'd. He responded and asked for my phone number....I it to him.

I figured I'd post what I found out as it may help some more to troubleshoot the problem.
martyscncgarage wrote: Thu Jan 16, 2020 11:52 am Keith asked you:
"do you have internet connection to the PC with the issue?"
Do you have Teamviewer 14 downloaded and installed?
PM Keith your contact info so he can reach out to you.....
Absolutely! This is the place to ask for help and most certainly you have discovered an interesting problem. We would all like to know what comes of it so the next person that runs into this problem can hopefully search the forum and figure out what to try.

Sorry you are having trouble. Look forward to seeing you on your way!
Marty
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ
briuz
Posts: 127
Joined: Wed Jul 10, 2019 9:24 am
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: Acorn Wizard Not Loading -- Now with Windows 10 -- Same problem

Post by briuz »

Problem is fixed with 4.20.1! Thanks to cnckeith and centroid for the great support!
Post Reply