Acorn CNC12 v4.80 has been released. (8-12-22)

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

Upnorth
Posts: 237
Joined: Wed Apr 01, 2020 8:23 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 1702
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Acorn CNC12 v4.80 has been released. (8-12-22)

Post by Upnorth »

Allin1Chris wrote: Fri Dec 09, 2022 3:13 pm
Upnorth wrote: Tue Nov 29, 2022 6:42 pm Thanks for the reply Chris. I found a plug in for Notepad++ that lets me compare the original PLC before and after the changes were made to make the turret work. It highlights the changes. Some are straight forward some are in blocks and a little confusing.

My question is a lot of the edits are in areas marked as do not modify. Is it ok to modify these areas since I will be using a custom PLC? I will be watching the tutorial videos shortly but knowing the answer to my PLC question would help me understand things. I'm thinking I can figure out what changed between the first 2 files and then make those changes to the version 4.80 to make things work.
The area's marked as "do not modify" are area's the Wizard modifies. You can copy/edit these area's, but the wizard will overwrite them if it compiles the changes. Also you may run into some issues with undefined variables depending on what was changed, If you remove an Input for example, the wizard makes that input a memory bit to keep the PLC compile-able. If you edit it, you must perform this operation your self, in addition some Inputs/outputs get SET when not used to allow functions to work without it, further complicating it a little.

If you want to give updating the changes your self, typically i would copy over the added changes for your custom plc over to the new .src file (only what is needed). Typically i always keep these outside of the "Do not modify" area's. Then i will use the wizard to setup the rest of the built in I/O as it was before and let it compile the "modified" PLC for me and let it do its thing as well. Just ensure the .src file is named acorn_lathe_plc.src for example in the main directory as it is stock. Otherwise, wizard will grab from the "template" and blow away all changes then.
Thanks Chris this clears up a lot for me. Especially the part about what the wizard does. I'm working my way through the manuals now. I think learning how it all works will be useful in the future.

Thanks for the information about the updated manual cnckeith. I'll download it immidiately.
suntravel
Posts: 1982
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Acorn CNC12 v4.80 has been released. (8-12-22)

Post by suntravel »

cnckeith wrote: Fri Dec 09, 2022 3:31 pm
Fyi... An updated PLC programming manual was posted yesterday.
https://www.centroidcnc.com/centroid_di ... manual.pdf
Hi Keith,

page 125:

9000-9399 Parameter values 0 – 399 See Chapter 14 R/W
9900-9999 Parameter values 900-999

With Acorn they are read only.

(still looking for a way to set P220 within a g-code)

Uwe
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 CNC12 v4.80 has been released. (8-12-22)

Post by cnckeith »

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
evosigns_production
Posts: 3
Joined: Sat Jul 01, 2023 8:29 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6C79B86570F3-0504237142
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Acorn CNC12 v4.80 has been released. (8-12-22)

Post by evosigns_production »

Hi, I'm trying to set a 3 second delay on SpindelOk delay option but seems to do nothing, don't know if I'm missing something.
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 CNC12 v4.80 has been released. (8-12-22)

Post by cnckeith »

evosigns_production wrote: Tue Aug 22, 2023 1:55 pm Hi, I'm trying to set a 3 second delay on SpindelOk delay option but seems to do nothing, don't know if I'm missing something.
install the latest version of CNC12, follow the install instructions (dont use restore report)
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
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 CNC12 v4.80 has been released. (8-12-22)

Post by cnckeith »

cnckeith wrote: Wed Aug 23, 2023 6:13 pm
evosigns_production wrote: Tue Aug 22, 2023 1:55 pm Hi, I'm trying to set a 3 second delay on SpindelOk delay option but seems to do nothing, don't know if I'm missing something.
install the latest version of CNC12, follow the install instructions (dont use restore report)

download for free here.

https://www.centroidcnc.com/centroid_di ... loads.html
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
Post Reply