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! > Electronics > Rutex Products > Servo Drives


Servo Drives Discuss all Rutex servo drives and get direct support!


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 02-22-2008, 10:57 PM
 
Join Date: Jun 2005
Location: USA
Posts: 37
jimc is on a distinguished road
building xy table and servo tapping

I have been collecting stuff from ebay, and am now deciding on how to proceed. I have all the ball screws and servos with encoders, a Galil DMC 2040 4 axis controller with an ICM 2900 pinout or whatever you call it, servo amps, power supply, a 4 foot air slide, but am lacking a few support rails. I also have a spare Fanuc 90-30 PLC and the Versa Pro software to program it.

I muddled through the PLC programming to get another tapping machine (with a 90-30) running, so am familiar with ladder logic.

I have been reading the Galil users manual, and it's even more confusing than the Fanuc manual was. But I need real control on this x-y table - hence the Galil.

This machine, and x-y table, I hope to expand to include screw insertion under another head - hence the 4 foot long air slide.

The more I think about it, the more it seems to make sense to use BOTH the PLC and the Galil, since the screw insertion operation is likely to be using a lot of sensors and a lot of inputs and outputs.

Does anyone have any thoughts on this? And has anyone combined the two in the past with good results?

I made adaptors for two of the ball screws last week, and have mounted the servos. One is hooked to the Galil and I can make it move in sequential moves now. By sheer cooincidence, one encoder count equals .001" of linear travel. I still don't know how to actually write a whole program and get it into the controller, then push a button and have the thing do what it's supposed to. But I will hopefully get to that part within a couple weeks or so.

But those kinds of questions are for later.

Thanks.
Cheers,
jimc
Reply With Quote

  #2  
Old 02-22-2008, 11:20 PM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 16,544
Al_The_Man is on a distinguished road
Buy me a Beer?

This is an ethernet card is it not?
How were you thinking of communicating with the PLC?
And what type HMI did you plan on using for the Galil?
An I/O expansion module would be an option.
Al.
__________________
CNC, Mechatronics Integration and Machine Design.
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
Reply With Quote

  #3   Ban this user!
Old 02-22-2008, 11:56 PM
 
Join Date: Jun 2005
Location: USA
Posts: 37
jimc is on a distinguished road

Al,

The Galil is a stand alone 4 axix controller. I'm using my regular computer to send it info - but once I have the motion downloaded to the controller, I'll just push a button to start the tapping cycle. I start the other machine with two opto switches that have to be engaged simultaneously.

I checked the Galil website for an extended IO, but they show it as obsolete and do not list it for sale. The do mention that both opto-22 and Greyhill made one that will work. I will call Opto-22 on Monday to see if they still have them and how much they are.

One thing about the Galil that scares me is having to figure out all the "intuitive" control programming, as opposed to using ladder logic, whcih is nothing but a bunch of pictures.

Anyhow, once the machine is built and running, hopefully I won't need much interface except when changing out broken taps, unless I change the part designs or have to add more safety programming.

I couldn't believe how many sensors and switches I wound up with on the other machine by the time I was done. What a mess of wires!

I really don't know what the best plan is. Oh, I use a windows computer to program the PLC too.

Cheers,
jimc
Reply With Quote

  #4  
Old 02-23-2008, 12:07 AM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 16,544
Al_The_Man is on a distinguished road
Buy me a Beer?

If you are thinking of persuing the expanded I/O, I would contact Galil, I recently got a I/O for one of the older DMC1000.
If you are looking at stand alone in the future, the 1500 is a viable option, in fact there are a few that come up on ebay with expanded I/O.
The thing I like about the 1000/1500 line, is you do not need the expensive break out, it can be done with 3rd party IDC ribbon to terminal connectors.
I have implemented some 1500's using the Maple Systems Operator 2 line keypad interface units via the RS232 hook up.
The Galil is very easy once you get the hang of it with the two letter commands.
The main issue with using a PLC is that you only have the the 16 I/O to communicate everything between PLC & Galil, unless you intend using a port.
Al.
__________________
CNC, Mechatronics Integration and Machine Design.
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
Reply With Quote

  #5   Ban this user!
Old 02-23-2008, 12:36 AM
 
Join Date: Jun 2005
Location: USA
Posts: 37
jimc is on a distinguished road

Well, you are probably right that I'll need one in any event. In the meantime, I'll mess with the Galil some more and see if I can figure out all the if and else stuff, and how to turn a bit from low to high. I also want to gear one of the motors to another. I suppose for tapping, I should have the tapping spindle as the master and the feed motor as the slave.

Are you familiar with the Galil "Smart terminal" that is the free download way to program their controllers?

Thanks, Al.

Cheers,
Jimc
Reply With Quote

Sponsored Links
  #6  
Old 02-23-2008, 09:56 AM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 16,544
Al_The_Man is on a distinguished road
Buy me a Beer?

Yes I have used SmartTerminal but I program mainly with the 1000/1500 so I use DOS extensively, so I use the DMCTerm which is the DOS equivalent.
You can run the card a command at a time or interogate, or use the editor to write a program to download to the card and run it.
You can run a separate 'Thread' as say a PLC style program for I/O.
I have found the Galil a little restrictive for PLC use as it is a bit cumbersome to write Bit-wise Boolean logic that you may be used to on a separate PLC.
BTW one of the reasons I still use the 1000 apart from the direct ribbon output to Opto cards, is I still use the OPINT DOS s/w that Galil dropped sometime ago due to the popularity with Windows and the demise of the ISA buss.
But it is too bad, as if it is an amazing way to write HMI screens and run programs, had ISA/DOS stayed popular I think the development would have carried it even further.
For the majority of applications, not only do you not really need Win, but it can be an hindrance IMO.
Al.
__________________
CNC, Mechatronics Integration and Machine Design.
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
Reply With Quote

  #7   Ban this user!
Old 02-24-2008, 09:58 PM
 
Join Date: Jun 2005
Location: USA
Posts: 37
jimc is on a distinguished road

I just realized I put this post in the wrong catagory. There are so many catagories, when I finally came across servo drives, I jumped the gun, not noticing it was in the Rutex section.

My apologies to all.

jim
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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need advise on building my own table or just buy one. HMD Plasma, EDM and other similar machine Project Log 1 09-18-2007 04:25 PM
help in building a vacuum table barth11496 DIY-CNC Router Table Machines 2 09-21-2006 09:22 AM
Building Router Table PROBUILDER DIY-CNC Router Table Machines 17 04-11-2004 01:58 PM
Starting out building a cnc table for plasma Apples DIY-CNC Router Table Machines 2 03-01-2004 10:36 AM
Help? First attempt at building CNC table chuckknigh DIY-CNC Router Table Machines 7 04-22-2003 01:16 PM




All times are GMT -5. The time now is 09:12 AM.





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 354 355 356 357 358 359 360 361