Pneumatic adhesive dispensing application

All things related to Centroid Oak, Allin1DC, MPU11 and Legacy products

Moderator: cnckeith

Post Reply
js4325
Posts: 3
Joined: Fri Apr 15, 2022 2:29 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Pneumatic adhesive dispensing application

Post by js4325 »

Hi,
I'm planning out a large adhesive dispensing machine and am wondering how I would go about it. The dispenser uses a solenoid to turn on/off the flow of adhesive. I'm planning on using the Oak controller with servos.

What CAM software would you recommend, starting from 2D CAD files? It looks like plasma cutting oriented software is a relatively close fit...
Am I able to set up a delay between the valve opening and the axis moving (to account for the viscosity of the adhesive)? Same for turning off the valve before stopping motion to avoid blobs?

Thanks
cnckeith
Posts: 7292
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: Pneumatic adhesive dispensing application

Post by cnckeith »

hello. sounds like a good application for Acorn. Is there a feature of Oak that you need for this application?

simple solenoid on/off is no problem, delay is no issue.

M3 ; turns valve on
G4 P.5 ;wait half a second
G1 X3.546 F300 ; move from current position to X 3.546 at 300 inches per minute
G1 Y4.5 ; move from current position to Y 4.5 at 300 inches per minute
G4 P.25 ;wait quarter of a second
M5 ; turn off valve
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
js4325
Posts: 3
Joined: Fri Apr 15, 2022 2:29 pm
Acorn CNC Controller: No
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: Pneumatic adhesive dispensing application

Post by js4325 »

It looks like Oak is better suited for driving AC servos, as opposed to step/direction control that the Acorn supports.
aamir
Posts: 98
Joined: Fri Jun 10, 2011 8:31 am
Allin1DC CNC Controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes

Re: Pneumatic adhesive dispensing application

Post by aamir »

Do u want to control flow of the adhesive?manually or automatically?
aamir
Posts: 98
Joined: Fri Jun 10, 2011 8:31 am
Allin1DC CNC Controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes

Re: Pneumatic adhesive dispensing application

Post by aamir »

For such application Oak is better
cnckeith
Posts: 7292
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: Pneumatic adhesive dispensing application

Post by cnckeith »

js4325 wrote: Mon Apr 18, 2022 5:21 pm It looks like Oak is better suited for driving AC servos, as opposed to step/direction control that the Acorn supports.
Acorn works very well with AC drives and is compatible with many more AC drives than Oak. Often setup and tuning of AC drives is easier with Acorn especially with drives that don't support Oak "precision mode/position mode". for this machine oak seem like overkill unless you have some other reason to use it.
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
js4325
Posts: 3
Joined: Fri Apr 15, 2022 2:29 pm
Acorn CNC Controller: No
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: Pneumatic adhesive dispensing application

Post by js4325 »

aamir wrote: Tue Apr 19, 2022 2:16 am Do u want to control flow of the adhesive?manually or automatically?
Ideally I'd like a workflow where I start with a .dxf and end up with a toolpath containing GCODE to open and close the valve. My mind springs to 3D printer slicers where there's a section for start/end GCODE or macros. Worst case I could copy/paste 'macros' manually.
cnckeith wrote: Tue Apr 19, 2022 3:27 pm
js4325 wrote: Mon Apr 18, 2022 5:21 pm It looks like Oak is better suited for driving AC servos, as opposed to step/direction control that the Acorn supports.
Acorn works very well with AC drives and is compatible with many more AC drives than Oak. Often setup and tuning of AC drives is easier with Acorn especially with drives that don't support Oak "precision mode/position mode". for this machine oak seem like overkill unless you have some other reason to use it.
Okay, thanks for the help!
tblough
Posts: 3094
Joined: Tue Mar 22, 2016 10:03 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 100505
100327
102696
103432
7804732B977B-0624192192
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Boston, MA
Contact:

Re: Pneumatic adhesive dispensing application

Post by tblough »

Here's a short video about how Centroid DXF import works:
Cheers,

Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.
Post Reply