Denford Triac Carousel ATC
Moderator: cnckeith
-
- Posts: 705
- Joined: Thu Feb 08, 2018 7:57 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: No
- CPU10 or CPU7: No
Denford Triac Carousel ATC
Hi,
Doing a retrofit on a friend's Denford. Its got the 6 changer ATC. My previous Triac was 8 changer but ran Mach 3 (spit) so familiar with how that was done.
I've taken a quick look at the outputs and inputs on the Ethernet 1616. I can see some Carousel outputs such as ATCIn, ATCOut. On the Triac there are 4 locations however only 2 need Air Triggers, so that should be fine.
ATCCarouselForward I assume is used to power the motor that turns the Geneva Wheel?
Unclamptool is Drawbar?
Once I get the wiring sorted and input switches monitored, it will be time to code this. Not sure if anyone has working code for a Triac or similar Carousel? It has one proximity sensor that only triggers off tool 1 from memory and then each second of motor power is one movement, Ill need to check again to be sure, its been a while since I did one of these macines.
Thanks.
Doing a retrofit on a friend's Denford. Its got the 6 changer ATC. My previous Triac was 8 changer but ran Mach 3 (spit) so familiar with how that was done.
I've taken a quick look at the outputs and inputs on the Ethernet 1616. I can see some Carousel outputs such as ATCIn, ATCOut. On the Triac there are 4 locations however only 2 need Air Triggers, so that should be fine.
ATCCarouselForward I assume is used to power the motor that turns the Geneva Wheel?
Unclamptool is Drawbar?
Once I get the wiring sorted and input switches monitored, it will be time to code this. Not sure if anyone has working code for a Triac or similar Carousel? It has one proximity sensor that only triggers off tool 1 from memory and then each second of motor power is one movement, Ill need to check again to be sure, its been a while since I did one of these macines.
Thanks.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 705
- Joined: Thu Feb 08, 2018 7:57 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: No
- CPU10 or CPU7: No
Re: Denford Triac Carousel ATC
I've tried to use the Wizard but am lost.
Is it possible to define 2 custom inputs? I have 4 'state' locations that the carousel arm can be. In / Out / Up / Down.
The operation is fairly simple.
The geneva wheel has a prox that counts each turn which is 1/2 a step on the wheel. So 2 turns is one tool.
Ive got ATCToolCounter as Input 33 on the Ether1616 (5V). Ive then got ATCCarousellsIn on 37 and ATCCarousellsOut on 38.
Outputs are 33, ATCCarouselIn, 34, ATCCarouselOut, 35, ATCCarouselFWD, 36, ATCCarouselReverse and 37, Unclamptool which I assume is Drawbar?
The logic is as follows (im ignoring spindle stop etc).
Z moves to correct height for tool change.
Carousel moves in, Grabs tool, Drawbar releases, Carousel Lowers, Rotates to correct tool, moves back up, inserts tool, and then moves back out.
Is it possible to define 2 custom inputs? I have 4 'state' locations that the carousel arm can be. In / Out / Up / Down.
The operation is fairly simple.
The geneva wheel has a prox that counts each turn which is 1/2 a step on the wheel. So 2 turns is one tool.
Ive got ATCToolCounter as Input 33 on the Ether1616 (5V). Ive then got ATCCarousellsIn on 37 and ATCCarousellsOut on 38.
Outputs are 33, ATCCarouselIn, 34, ATCCarouselOut, 35, ATCCarouselFWD, 36, ATCCarouselReverse and 37, Unclamptool which I assume is Drawbar?
The logic is as follows (im ignoring spindle stop etc).
Z moves to correct height for tool change.
Carousel moves in, Grabs tool, Drawbar releases, Carousel Lowers, Rotates to correct tool, moves back up, inserts tool, and then moves back out.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 705
- Joined: Thu Feb 08, 2018 7:57 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: No
- CPU10 or CPU7: No
Re: Denford Triac Carousel ATC
The logic can be seen on someone else's pre modded setup.
and
and
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Site Admin
- Posts: 8893
- 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: Denford Triac Carousel ATC
post a fresh report.zip
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
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
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 705
- Joined: Thu Feb 08, 2018 7:57 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: No
- CPU10 or CPU7: No
Re: Denford Triac Carousel ATC
Thanks. 3 Reports as Ive tried a few things. I can get it to run the macro but then its gets stuck on AtPutbackLocation_M (Mem 93) event. Ive been trawling through the PLC guide, various plc.map and .src to see where / how that is somehow mapped but cant find it, so not a lack of trying.
I wrote the same Macro in Mach 3, so understand how this should work however struggle to fully grasp the Centroid eco system as there are overlapping bits that I dont understand how each change can influence another.
Thanks for the help.
I wrote the same Macro in Mach 3, so understand how this should work however struggle to fully grasp the Centroid eco system as there are overlapping bits that I dont understand how each change can influence another.
Thanks for the help.
- Attachments
-
- report_3484E41E0F16-0322248123_2024-06-17_18-30-49.zip
- (918.75 KiB) Downloaded 4 times
-
- report_3484E41E0F16-0322248123_2024-06-18_17-43-08.zip
- (913.96 KiB) Downloaded 2 times
-
- report_3484E41E0F16-0322248123_2024-06-19_19-52-53.zip
- (956.54 KiB) Downloaded 3 times
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Site Admin
- Posts: 8893
- 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: Denford Triac Carousel ATC
which report is the one your are using now.
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
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
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Site Admin
- Posts: 8893
- 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: Denford Triac Carousel ATC
do you have a copy of the macro programming guide?
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
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
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 705
- Joined: Thu Feb 08, 2018 7:57 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: No
- CPU10 or CPU7: No
Re: Denford Triac Carousel ATC
The most recent one but can easily restore / change.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 705
- Joined: Thu Feb 08, 2018 7:57 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: No
- CPU10 or CPU7: No
Re: Denford Triac Carousel ATC
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 705
- Joined: Thu Feb 08, 2018 7:57 am
- Acorn CNC Controller: No
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: No
- CPU10 or CPU7: No
Re: Denford Triac Carousel ATC
Page 32 shows how to do custom PLC output, is that what I need to do to allow the 2 extra inputs? That said, they are important but not mandatory as they are other side of the in / out / up / down, so if its not the one state, its the other (but the 2 extras are good checksums) to be sure the location is right.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)