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! > MetalWorking Machines > CNC Swiss Screw Machines


CNC Swiss Screw Machines Discuss CNC Swiss Screw Machines here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 10-31-2011, 06:52 AM
 
Join Date: Sep 2011
Location: USA
Posts: 2
Bob Szczypinski is on a distinguished road
Question Citizen L720 G660 machine mode

I’m trying to prove out my program but I keep getting hung-up on the G660 portion. It makes it thru T11, starts T51 but I keep getting a "P32 illegal address alarm". I tried a number of different program changes but I still get hung-up. Also, the book calls T5100 Tool position then calls T? for the Tool Offset I assume it is T51.
Reply With Quote

  #2   Ban this user!
Old 10-31-2011, 09:11 AM
 
Join Date: Feb 2008
Location: The Edge of Obscurity
Posts: 229
ProProcess is on a distinguished road

nobody is going to be able to assist with this type of problem without seeing the code in question.
__________________
Control the process, not the product!
Machining is more science than art, master the science and the artistry will be evident.
Reply With Quote

  #3   Ban this user!
Old 10-31-2011, 07:58 PM
 
Join Date: Oct 2011
Location: Canada
Posts: 95
SirDenisNayland is on a distinguished road

Sounds likely that you must index to an intermediary tool to prevent collision, thus throwing the alarm. Also I have no idea what t50xx would be on a 720 and that I've never used g660 and couldn't tell you what it is off the top of my head.
Reply With Quote

  #4   Ban this user!
Old 10-31-2011, 08:43 PM
 
Join Date: Sep 2011
Location: USA
Posts: 2
Bob Szczypinski is on a distinguished road
Lightbulb Update to G660 problem

The problem was I choose the wrong machining mode to get me to the the results I wanted. I reconfigured the $2 process using !'s to achieve the results I wanted.
Reply With Quote

  #5   Ban this user!
Old 11-01-2011, 08:32 AM
 
Join Date: Feb 2008
Location: The Edge of Obscurity
Posts: 229
ProProcess is on a distinguished road

Originally Posted by SirDenisNayland View Post
Sounds likely that you must index to an intermediary tool to prevent collision, thus throwing the alarm....
The OP said that the alarm is ...
Originally Posted by Bob Szczypinski View Post
..."P32 illegal address alarm"...
which is a program error, not a collision error, this is why I suggested posting the relevent code.


Originally Posted by SirDenisNayland View Post
... Also I have no idea what t50xx would be on a 720 and that I've never used g660 and couldn't tell you what it is off the top of my head.
G660 is a mode that allows the user to use a drilling or milling block that has tools facing both the main and sub spindle and allows you to perform simultaneous operations on front and back.
The tool calls are done in sync between systems...



Code:
$1                            $2
G660                         G660
T1100                       T5100
(code here)                (code here)
T1200                       T5200
(code here)                (code here)
T1300                        T5300
(code here)                (code here)
G630                         G630
__________________
Control the process, not the product!
Machining is more science than art, master the science and the artistry will be evident.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 11-01-2011, 10:51 AM
 
Join Date: Oct 2011
Location: Canada
Posts: 95
SirDenisNayland is on a distinguished road

ProProcess,

It was a shot in the dark. Having worked with L20s yet never having used a t5500 or g660, I thought perhaps he had some odd attachment that would make calling such a tool number an illegal address depending what tool you're on currently. Brainfart, I've used the front working attachment T11-13, just never the double end one with T50s for the back.. doh.

I guess I've been involved with the stars too much lately where this is an occurence. When switching from crosswork live tools to gang/front id tooling you can get an alarm if you don't index to an intermediary tool before making your index. Citizens are much smarter machines and now that I remember the star throws a p/s alarm, not an illegal address alarm, but the two are much the same.

Cheers
Reply With Quote

  #7   Ban this user!
Old 11-01-2011, 11:13 AM
 
Join Date: Feb 2008
Location: The Edge of Obscurity
Posts: 229
ProProcess is on a distinguished road

Originally Posted by SirDenisNayland View Post
ProProcess,

It was a shot in the dark. Having worked with L20s yet never having used a t5500 or g660, I thought perhaps he had some odd attachment that would make calling such a tool number an illegal address...
Now that you say that, the OP may be getting the alarm if the Tool Pattern is not set correctly.
Certainly something to look at.
__________________
Control the process, not the product!
Machining is more science than art, master the science and the artistry will be evident.
Reply With Quote

  #8   Ban this user!
Old 11-01-2011, 11:15 AM
 
Join Date: Oct 2011
Location: Canada
Posts: 95
SirDenisNayland is on a distinguished road

Originally Posted by ProProcess View Post
Now that you say that, the OP may be getting the alarm if the Tool Pattern is not set correctly.
Certainly something to look at.
Certainly sounds like that could be the case if he couldn't get g660 to work and had to use wait codes..

Indeed i do wonder if g660 has any relevance over using wait codes? I know the 600 series codes claim to be faster, but I've yet to really see it myself.
Reply With Quote

  #9   Ban this user!
Old 11-01-2011, 11:32 AM
 
Join Date: Feb 2008
Location: The Edge of Obscurity
Posts: 229
ProProcess is on a distinguished road

Originally Posted by SirDenisNayland View Post
Certainly sounds like that could be the case if he couldn't get g660 to work and had to use wait codes..
...
I agree!



Originally Posted by SirDenisNayland View Post
...Indeed i do wonder if g660 has any relevance over using wait codes? I know the 600 series codes claim to be faster, but I've yet to really see it myself.
That's a good question, one I've not tested.
G660 would be "cleaner" and easier to maintain plus it give you the option to Superimpose X2 onto Y1.
With that, you could perform different boring operations on both the front and back at the same time
__________________
Control the process, not the product!
Machining is more science than art, master the science and the artistry will be evident.
Reply With Quote

  #10   Ban this user!
Old 11-01-2011, 12:18 PM
 
Join Date: Oct 2011
Location: Canada
Posts: 95
SirDenisNayland is on a distinguished road

Originally Posted by ProProcess View Post
With that, you could perform different boring operations on both the front and back at the same time
I've wondererd about doing that in the star before.. at least now I know thats how to do it on the citizen (with the right attachment of course)
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 11-12-2011, 04:07 PM
 
Join Date: Oct 2011
Location: Canada
Posts: 95
SirDenisNayland is on a distinguished road

This thread got me thinking of G660 and how I could use it on the A20 that is new to me (actually the star had me thinking about it, but the A20 is quite a similar configuration given the drilling/boring tool post off the gang). What I have come across is a difference in the way G660 works (or so the book says) between the L20 and the A20.

Although it is not a live head, but instead a drilling/boring tool post, I figured I would be able to still superimpose Y1 onto X2 (X2 $2 argument when commanding G660 on the L20). Figured I could perform operations like front boring/back drilling or front and back boring as long as the proper conditions were met such that X2 doesnt over travel, which is a consideration anyway.

It turns out - according to the book for the A20 - that G660 is only designed for front/back simultaneous drilling on this machine. I quote:
G660 is a machining pattern to perform center hole drilling with the front and back drilling tools simultaneously. Front/back superimposed drilling is disabled in which center drilling by T51s is performed together with an X or Y command by T11s (eg. boring machining).
However, X and Y commands are enabled on programs. Accordingly, specifying the above command by mistake may cause interference to occur. Take extra care of it.
Under the macro specification under the "superimpose" category the A20 book simply states "cancel z1-z2 superimposition" while the L20 states "The X2 axis is superimposed on the Y1 axis"

The reason why I guess this is not possible is that you can only bring Y1 to +.196~ before you run into over travel, accordingly you cannot bring Y1 under 0 as the X2 overtravels at that point (which is not entirely true if you are boring in the back as well and the X2 shift makes up for the -Y1 movement).

Still though, under the right circumstances I feel that is more than enough room to perform some smaller boring and/or ones with a small variation in bore diameter required (eg. use a boring bar that is almost entirely at size while the post is centered). Its a shame this isnt something you can toy with on this machine. I realize this is somewhat of a "budget" machine in comparison to the L20, although they both have their pros and cons due to their different configurations, yet I feel like they take some functionality out that the control can easily handle. One sitting spent flipping through the 2000 page 32i control manual will leave you feeling left out to dry.. I truly wish for a control that allows my mind to go wild and allows me to do all sorts of "unconventional" things with the machines.

Food for thought

Cheers
Reply With Quote

  #12   Ban this user!
Old 11-13-2011, 04:41 AM
 
Join Date: Apr 2009
Location: United States
Posts: 70
danrudolph is on a distinguished road

I, too, ran for the A20 programming manual after I read ProProcess' reply.

If you were performing the same boring op on the front and back of the part, perhaps you could use G660? Seems like the control won't prohibit it from the manual, just sort of proceed at your own risk kinda thing.

A female to female luer fitting is one that pops into my head.
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
Citizen Start Position L520....L720 chet470 CNC Swiss Screw Machines 5 06-27-2011 01:25 PM
Citizen L720 Part Dump chet470 CNC Swiss Screw Machines 3 05-31-2011 09:02 PM
Need Help!- Citizen L720 parts main spindle jack moore Want To Buy...Need help! 0 02-11-2011 10:39 AM
Problem- Citizen won't run in continuous mode gizmo_454 CNC Swiss Screw Machines 3 11-22-2010 10:07 AM
What is - Torque Mode? Position Mode? Speed/Velocity Mode? sunmix Servo Motors and Drives 25 10-26-2008 03:53 AM




All times are GMT -5. The time now is 02:52 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 354 355 356 357 358 359 360 361