D-I-Y WASP Shell Pasting Machine?
#46
Posted 13 July 2012 - 03:56 AM
http://www.pc-contro...perbee_info.htm
Now to find something similar that will.
#47
Posted 13 July 2012 - 06:46 AM
gareth
what made you opt for pic as a micro controller for your work as opposed to other mcu's?
No real reason other than there is a bewildering number of variants with all sorts of built in interfaces. They have been around for ages so they are not likely to disappear anytime soon. The assembler instruction set is pretty simple, I learned assembler programming over 25 years ago when I was a kid, so though I should be able to pick it up again. There are a number of great development kits out there with well developed high level programming and testing interfaces (these are what I use, and only look at the assembler when I need to optimise code).
Yes there are other chips available which have on board high level languages such as basic. However I wanted to go for something I can optimise myself without relying on interpreted operating code.
But that is just my choice. There is no reason why any of the others aren't perfectly adequate for this sort of job, such as BASIC Stamp chips (A very good choice for a beginner).
#48
Posted 13 July 2012 - 07:15 AM
Interesting device, though it won't handle the large motors we need to use.
http://www.pc-contro...perbee_info.htm
Now to find something similar that will.
Interesting device that should make it easy to program for (could do it in excel!)
I have not looked at the design too closely, is there any way to have a slave high current output stage?
P.S. when I have unpacked all of my stuff after moving house I will dig out my notes (this may take a few weeks at least).
Edited by digger, 13 July 2012 - 07:16 AM.
#49
Posted 13 July 2012 - 04:02 PM
I'm not well versed in stepper/servo motors and I've been trying to learn a bit but my work schedule is horrendous right now (rotating shifts and lots of hours) so it seems I'm always tired when I'm trying to read up and that doesn't bode well for retention or understanding.
I may be way off here but it's appearing to me there are a couple ways to control stepper motors.
The first is to control the motor directly. This can be kind of tricky as the methods used to control the motor tend to vary with the design of the motors - things like the inductance of the coils, how much power it takes to get the motor moving from a dead stop, etc. come into play so the controller you build may not work with all the different brands of motors out there.
The second is to purchase a controller with the motors. My understanding is that those controllers receive a more or less standardized set of input signals and then convert those into something the motors can use. The standardized input signals are sent via specilized control software such as Mach3, LinuxCNC, etc.. That software is programmed via a programming convention called "G Code". The G code can be programmed directly or, more often, it's ouputted from a piece CAM (Computer Aided Manufacturing) software.
Am I understanding the whole process correctly? If so, then I would think we would want to create something along the lines of option 2 - by supplying G code output one wouldn't be locked to a certain motor - just get a motor and matching controller than can be instructed by G code and your good to go.
This doesn't negate PICs and stand alone control solutions at all, in fact I would think it may make things easier as the messy motor controlling is the job of the motor controller and the PIC would just need to send G code output based on the variables selected or entered by the user.
Thoughts, suggestions, corrections?
#50
Posted 13 July 2012 - 09:55 PM
http://www.pc-contro...e_plus_info.htm
#51
Posted 14 July 2012 - 02:14 AM
#52
Posted 14 July 2012 - 06:48 AM
#53
Posted 14 July 2012 - 12:33 PM
#54
Posted 14 July 2012 - 07:06 PM
Flow chart is pretty easy to do and I suggest a set of variables that can alter the program that is written to then run per shell, pretty much as they do already. that way everyone can tweak their program to suit their needs and shell sizes?
If youd be hapy to let me join in the discussions youve had by PM Id really like to be involved?
Ive always liked the idea of a gluing station rather than wetting, you could use MUCH cheaper paper rolls and apply glue to them rather than glued tape
Click here for Cooperman435, THE online shop for chemicals, materials and tooling
Click here to email me Personally,
Click here to email Optimum Fireworks, West Yorkshire's premium Display Company
#55
Posted 14 July 2012 - 07:52 PM
What do you want to sense? The end of the tape? The amount of tape laid down? Or??? The original machine doesn't have any external sensors, though we could add some if we wish. The laying down of the tape is simply done by algorithm with no feedback.
I agree a flow chart would be nice and I think ultimately the taping algorithm will be distilled down to a formula with variables plugged in - users could then easily modify the variables much like they do on the original.
I would be happy to involve you - I'm not trying to hide anything from anyone, it's just that I was contacted privately and since it was obviously intended to be a private conversation I've honored their intent.
I've wondered about a gluing station also as it seems that it depends on the humidity in one's climate as to whether you can wet the tape near the machine or you need to pull the wetting station back. Also, it seems wheat paste makes a bit more brittle casing to me. I thought that would be a subject for later tweaking though - let's just get one built and working and then work on improvements. In this area though, I'm thinking one could apply glue and then use a serrated screat like you do when you lay down glue for floor tile to get the proper amount of glue down without complicated metering equipment? Something to think about.
I'm actually getting kind of excited here - I wish the Stepper Bee Plus would do bipolar motors, but I can step up to a NEMA 34 and make do.
#56
Posted 14 July 2012 - 08:07 PM
Theres LOTS of glue to choose from, if neceserry use dextrin as they do now its cheap and strong, PVA is a good one but I by choice moved the station a LONG way back every time, doing this allowed the glue to get very sticky and as the paper had absorbed plenty of water it had relaxed, when it dried out the shells were much tighter and smother. Experimenting is the joy :-)
Click here for Cooperman435, THE online shop for chemicals, materials and tooling
Click here to email me Personally,
Click here to email Optimum Fireworks, West Yorkshire's premium Display Company
#57
Posted 15 July 2012 - 05:09 PM
I've ordered a copy of Visual Basic and a basic learning book for it as I've never used Visual Basic, just QBasic and PowerBasic (yeah, I'm old! LOL!).
http://store.qkits.c...fo.cfm/KT-5197A
Not really related (yet), but I ran across some stuff on a new tiny little computer called a Raspberry Pi that looks really spiffy for use in experimenter projects. It's not a mature product yet, but I'm sure it will be soon so it may be worth keeping on eye on.
- Jerronimo likes this
#58
Posted 16 July 2012 - 06:00 AM
Forget about G codes, they are not whats needed. G codes are canned cycles used in CNC milling machines or lathes ect.. They are there to aid part programing to shorten the length of program.
Again PIC chip and the relevant program is all you need
#59
Posted 16 July 2012 - 06:32 AM
I agree a PIC would be a much more elegant solution, I just don't have the time to learn it.
I'm thinking the KT-5197A controller looks like the most expedient path. You just write ACII to the serial port to control the motors - I'm sure I can whoop a Visual Basic program up to do that in a pretty package without too much trouble.
Doesn't mean that's the final word on it - it just appears to be the fastest path for now, if myself or someone else takes the time to learn PIC programming and gets a controller up and running it'd be a simple retrofit.
I'm slowly working on the CADs now so I can hash out a design I want to build. While that's going on I've ordered a copy of Visual Basic and will start brushing up on my basic programming skills. I'm holding off on ordering motors and stuff until I have a design more firmed up.
Stay tuned, more to come!
#60
Posted 16 July 2012 - 07:53 AM
If you need help with any cad, when I get back from turkey I can whip out the solid works.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users