CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Mechanical Engineering > Mechanical Calculations/Engineering Design


Mechanical Calculations/Engineering Design Discuss general mechanical design and mechanical calculations.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 06-17-2005, 02:12 PM
 
Join Date: Jun 2003
Location: United States
Posts: 195
teilhardo is on a distinguished road
The brains of the operation

Hi All,
Its been a while since I have posted here but I have been without a garage for the last 10 months (while in school) and am trying to conclude a relatively simple project that I began a few years ago. Anyways, to finish this project, I need to control 4 pumps, 2 solenoids, 1 SSR , a level sensor, and 3 thermocouples (LM34's). Anyways, my original plan was to use a microcontroller and a large quantity of MOSFETS along with A/D conversion circuits to accomplish this task. But then the design became more and more complex (adding more I/O) while I also decided to make the contraption more user friendly by adding a GUI. I was wondering, for any of the really technically inclined on here how one with my lack of advanced technical skills could somehow control this contraption with a computer. Would JAVA be the best? Maybe use the parallel port? Or could I maybe use a hybrid system that uses a GUI AND a microcontroller? THe microcontrollers i have access to are the basic STAMP2 and the PIC 16FXX (if I remember correctly)
If anyone has any opinions, etc please feel free to contact me. I am in need of some advice at this point.
Thanks a lot for listening,
Tei
__________________
-Please check out my webiste-
http://www.teilhardo.com
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 06-17-2005, 03:48 PM
 
Join Date: Aug 2004
Location: US
Posts: 2,782
ViperTX is on a distinguished road
All depends on how you want to do it....you could use your pc & basic to validate the design...then either graduate to C or Forth....how's that for a combo. You could use the basic stamp to control everything and use the PC as your gui terminal and download to the stamp.
Tweet this Post!Share on Facebook
Reply With Quote

  #3  
Old 06-17-2005, 03:57 PM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 15,705
Al_The_Man is on a distinguished road
Buy me a Beer?
I guess it would depend somewhat on wether you want to achieve this with minimum cost or minimum engineering or both?
I would think the cheapest way would be with a PIC and work in one of the GUI LCD serial panels that are out there, maximum engineering, another way if you want to use a PC is VB and PC based Analogue/IO cards which come up on ebay at times.
The way that may involve more cost but minimum engineering is by PLC, most have their own type of GUI and third party ones like Maple OIT, if again, you can get a deal on eBay, you can achieve both min. cost- min. engineering.
The PLC also has built in various type of outputs SSR relay etc.
Al.
__________________
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 07-04-2005, 01:18 AM
 
Join Date: May 2005
Location: USA
Posts: 572
wizard is on a distinguished road
Originally Posted by teilhardo
Hi All,
Its been a while since I have posted here but I have been without a garage for the last 10 months (while in school) and am trying to conclude a relatively simple project that I began a few years ago. Anyways, to finish this project, I need to control 4 pumps, 2 solenoids, 1 SSR , a level sensor, and 3 thermocouples (LM34's). Anyways, my original plan was to use a microcontroller and a large quantity of MOSFETS along with A/D conversion circuits to accomplish this task. But then the design became more and more complex (adding more I/O) while I also decided to make the contraption more user friendly by adding a GUI. I was wondering, for any of the really technically inclined on here how one with my lack of advanced technical skills could somehow control this contraption with a computer. Would JAVA be the best? Maybe use the parallel port? Or could I maybe use a hybrid system that uses a GUI AND a microcontroller? THe microcontrollers i have access to are the basic STAMP2 and the PIC 16FXX (if I remember correctly)
If anyone has any opinions, etc please feel free to contact me. I am in need of some advice at this point.
Thanks a lot for listening,
Tei
Here is my point of view:

Java is not the way to go unless you are supplied with libraries for hardware interfacing. The exception would be a microcontoller with a built in java that allows direct access to hardware. Java is a virtual machine environment and needs special techniques to access hardware, it is doable but I get the impression you aren't ready for that.

Another issue similar to Java's problem is that modern OS do not allow direct hardware access either. So you will need drivers or the ability to write them. So consider hardware with supported drivers if you wise to build GUI on modern PC OS'es.

Micro controllers are always a possibility but if you haven't spent some time with them there is a learning curve!

For one off things like this it would probably be best to stick with a PC and I/O hardware supported with good drivers. This can be either an I/O card in an expansion slot or a USD device. Shop around a bit!

Dave
Tweet this Post!Share on Facebook
Reply With Quote

  #5  
Old 07-04-2005, 01:05 PM
*Registered*
 
Join Date: Mar 2003
Posts: 45
pmurray is on a distinguished road
teilhardo,

The approach I would take is the hybrid approach and this is why:

- If real-time control of you’re A/D’s, solenoids, switches, etc. is an issue, doing it on a PC running a modern windows type OS could be difficult. IMO, real-time control of external devices from this type of PC is difficult and non-deterministic. Today’s modern PC’s are geared more for running Power Point, not real-time control of external devices.

- And, as already mentioned, direct low-level control of required existing ports (or new ports contained on a plug-in board that contains your specialized hardware) can be difficult to do. Programming instructions required to do this are now prohibited from use at the application level and must be used from the kernel. Unless you are running something like Linux, where dealing with the kernel is somewhat relatively easy, as compared to doing it on say, a Windows OS, is a real pain.

- However, modern PC’s with a windows type OS are great for implementing GUI’s. Or, you could use it as just terminal interface to your board with it’s own microcontroller using an RS-232 connection.

Given the above and, since you are going to have to be building specialized hardware anyway, why not add a microcontroller for the required real-time control with something as simple as an RS-232 (or USB, etc.) link to the PC. This link would send various commands and receive status and data from your board.

As an example, to initially get going and to help you debug your custom hardware, you could use a terminal program (like Hyper Terminal that comes free with MS OS’s) for the initial software on the PC side. On your application board, using an RS-232 interface, you could write a command-line or menu driven program for testing and running your hardware.

At a later time, you can spice things up by writing a GUI application for your PC for controlling your board. It would still use the same physical link, in this example, RS-232 but, with a different logical interface – a protocol that used codes that are sent to your board (from your GUI) to do various functions and a receive mode for completion status and to retrieve any necessary data from your board.

I have worked with embedded controllers for 25+ years, and, regardless of the application, I would always embed a debug monitor (poor man’s debug tool) with the application and connect a terminal to the board to get feed back.

I have just started working with the PIC microcontrollers and have departed from programming in assembly and am using C exclusively – this has made things a lot easier in that I have not had to learn a new assembly language. When compared with something like the venerable HC11, I am amazed at the amount of onboard resources and prices that the PIC’s, Atmel’s, etc. offer.

As an example of the above type of hybrid system – using a GUI interfaced to a microcontroller – look at Microchip App Note AN893 – read the firmware/software section of this paper. Here’s the link: http://www.microchip.com/stellent/id...signDocSelect=

Just my 2 cents. . . Hope this helps

plm

P.S. Looking at your profile, I see electronics and engineering are among your interests. I don’t know what your career goals are but if they are leaning towards technology, knowing how to work with embedded controllers, writing real-time code and, although probably not necessary for your current project, knowing how to use FPGA’s and an HDL for programming them are very tangible skills to have. Master these disciplines, along with some motion control theory, and you can do things like seek and track following algorithms for the actuator on a disk drive or the motion routines on a professional CNC controller.

Last edited by pmurray; 07-04-2005 at 01:27 PM.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 07-04-2005, 01:17 PM
 
Join Date: Nov 2004
Location: USA
Age: 50
Posts: 446
murphy625 is on a distinguished road
Originally Posted by teilhardo
Hi All,
Its been a while since I have posted here but I have been without a garage for the last 10 months (while in school) and am trying to conclude a relatively simple project that I began a few years ago. Anyways, to finish this project, I need to control 4 pumps, 2 solenoids, 1 SSR , a level sensor, and 3 thermocouples (LM34's). Anyways, my original plan was to use a microcontroller and a large quantity of MOSFETS along with A/D conversion circuits to accomplish this task. But then the design became more and more complex (adding more I/O) while I also decided to make the contraption more user friendly by adding a GUI. I was wondering, for any of the really technically inclined on here how one with my lack of advanced technical skills could somehow control this contraption with a computer. Would JAVA be the best? Maybe use the parallel port? Or could I maybe use a hybrid system that uses a GUI AND a microcontroller? THe microcontrollers i have access to are the basic STAMP2 and the PIC 16FXX (if I remember correctly)
If anyone has any opinions, etc please feel free to contact me. I am in need of some advice at this point.
Thanks a lot for listening,
Tei
My system controls several pumps, solinoids, lights and sirens, a servo motor, several limit switches, etc etc.

I use Camsoft and a Galil card.. This enabled me to control, monitor, and regulate my process and provided lots of room for expansion.

I guess it all depends on how much money you want to spend. My system was very cheap compared to some others.. I actually have what Camsoft considers to be a "low-end" system..

Murph
Tweet this Post!Share on Facebook
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fanuc 3M DNC operation max_c General Metal Working Machines 3 07-04-2010 08:11 PM
Normal stepper operation? LeeWay Stepper Motors and Drives 5 03-11-2005 08:33 PM
Operation Data - At Op End wjbzone GibbsCAM 5 09-24-2004 08:30 AM
advice on a particular cutting operation corpse G-Code Programing 1 09-02-2004 12:25 PM
Cost and feasibility of a new operation. Laff Riot Casting Metals 2 08-23-2004 02:15 PM




All times are GMT -5. The time now is 06:39 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353