Machine Automation
Technics
Posts: 7
·I am automating a·machine in which I am trying to do·the following:
1 - Preheat the machine up to 600C.
2 - Open container door through a solenoid or similar device.
3 - Run the blower.
4 - keep monitoring the temperature and decrease/increase the blower speed
as needed to keep it at 500C.
5- steps 3-4 should be run for specific amount of time.
6- Shutdown the heating unit and increase the blower speed to cool down the
material.
7- Shutdown the blower.
8- discharge the material.
Will you please assist me on what sort of hardware/software will help me
achieving the above.
Thanks
1 - Preheat the machine up to 600C.
2 - Open container door through a solenoid or similar device.
3 - Run the blower.
4 - keep monitoring the temperature and decrease/increase the blower speed
as needed to keep it at 500C.
5- steps 3-4 should be run for specific amount of time.
6- Shutdown the heating unit and increase the blower speed to cool down the
material.
7- Shutdown the blower.
8- discharge the material.
Will you please assist me on what sort of hardware/software will help me
achieving the above.
Thanks
Comments
·· Pending some answers from fellow forum members who may have done some work like this, I would also recommend reading through our Industrial Control Text at the following link.· A PDF file is available free at the bottom of the page.· It deals with some of these concepts as they apply to the BASIC Stamps, however someone actually implementing this type of controller might be able to offer some real world examples.
http://www.parallax.com/detail.asp?product_id=28156
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Without knowing the specific voltage, current or mechanical forces these are just best guesses.
Also, 500C is pretty high for the sensor IC uses. You may need to use an RTD in either or op-amp configuration or as part of an RC network using RCTime.
Few things to get you started....
-Martin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Martin Hebel
Southern Illinois University Carbondale - Electronic Systems Technologies
Personal Links with plenty of BASIC Stamp info
StampPlot - Graphical Data Acquisition and Control
The Voltage rating is as follows:
- 2 heaters each is 3.5KW, 220v, 10amp.
- Blower is 220v, 2 amps
Initially I was thinking of buying a sample of each card and see which one works better. But since my budget and time are limited I thought of getting an advice from the experts.
Thanks
http://www.digikey.com/scripts/DkSearch/dksus.dll?Detail?Ref=3321&Row=693061&Site=US
I don't have a good suggestion for a sensor beyond using an RTD.
-Martin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Martin Hebel
Southern Illinois University Carbondale - Electronic Systems Technologies
Personal Links with plenty of BASIC Stamp info
StampPlot - Graphical Data Acquisition and Control
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Digital
- Door status (Open/Close).
- Door limits while closing and opening.
Analog
- Three readings from three diffirent locations. Temperarue (0C-600C) through a thermocouple.
- Material wieght (Load Cell)
Also·would it be better to use Stamp PLC or Basic Stamp? Finally, can I use LabView to do the proramming?
Thanks
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
As for Labview, you should be able to write a program that can communicate with a BS2. You cannot, however, directly program any stamp module with Labview. Basic Stamps are programmed using PBasic, Javelin Stamps using Java.
If you want to create a program in some language that sends data to the stamp via a serial connection, the stamp can be programmed to receive the data and respond accordingly. The stamp would then be an interface between the PC program & some other device. So you would have 2 programs running - the PC program written in language XYZ, and the stamp program, written in PBasic or Java (based on stamp used).
If you need more info on the BS2 side, check out the Industrial Control book mentioned, as well as the "What's a Microcontroller" manual, and the Basic Stamp Manual.
Post Edited (Kevin Wood) : 5/28/2006 2:17:13 AM GMT
Minus the opening door portion, I am working on similar projects with an SX. currently I'm making a coffee roaster. Temps·don't go anywhere near as high·as what you're talking though (max of about 475F).. after the coffee roaster comes the RIMS beer brewing setup
good luck
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com