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 > Okuma


Okuma Discuss Okuma machines here.


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 05-21-2009, 03:38 PM
 
Join Date: Mar 2008
Location: US
Posts: 13
H234 is on a distinguished road
Threading / Spindle Orient on (OSP700L)

I have an Okuma Lathe (OSP700L), and was wondering how it is possible to set up a threading cycle so I can thread a part, stop the machine, measure the threads (without removing it from the spindle), and then make adjustments to the minor diameter in the program in order to adjust the thread depth.

I have tried this with a standard thread cycle but it doesn't always seem to work correctly. It will usually just make a multiple threads across one another, instead of a single thread. Needless to say, this is not what I want to happen.

Is there a specific command so the machine will remember the spindle encoder position, and it will just continue the previous threads the next time you run the program? In other words, what is the correct procedure for doing this?
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 05-24-2009, 01:28 AM
Algirdas's Avatar  
Join Date: Mar 2009
Location: Lithuania
Posts: 819
Algirdas is on a distinguished road

there are two ways.
1. slide hold; mid-auto manual mode, measurements, insert change, tool offset change, return from mid-auto manual mode, green button.
read operator manual carefully.
2. setting to follow "foreign" thread. Okuma lathes provides possibility to set-up threaded workpiece and to follow this thread. There is even an option, but no needed to buy if You read the manual and understand instructions.
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 05-24-2009, 09:25 AM
broby's Avatar  
Join Date: Apr 2006
Location: Australia
Age: 48
Posts: 575
broby is on a distinguished road

I have only ever used sequence restart when recutting a thread and have not had the problem with recutting threads that you state.
Usually I have programmed the minor diameter according to the thread standard being cut and then adjust to get correct size on the pitch diameter (or Ring gauge) by adjusting the tool X axis offset.
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 05-24-2009, 02:33 PM
Algirdas's Avatar  
Join Date: Mar 2009
Location: Lithuania
Posts: 819
Algirdas is on a distinguished road

spindle works nearly as C axis while cutting the thread. hence, C axis zerro offset works. There is very simple procedure to set it on Okuma.
and yes, of course - there is the third way:
Sequence restart. the simplyest one, I believe.
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 05-24-2009, 08:59 PM
 
Join Date: Apr 2009
Location: USA
Posts: 389
OkumaWiz is on a distinguished road
Buy me a Beer?

If you use the standard G71 cycle you should be fine using the sequence restart - unless you change RPM or take the part out of the spindle. The machine triggers off of a spindle pulse so changing RPM changes the timing from when it sees the pulse to when it starts the thread. Other than that, all Okuma's remember the pulse even across power off. They also can slide hold in the middle of the thread without destroying it. It just pulls out at the programmed pitch and retracts to the start point. When you cycle start again, it will try to complete the previously started thread.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 05-24-2009, 09:04 PM
broby's Avatar  
Join Date: Apr 2006
Location: Australia
Age: 48
Posts: 575
broby is on a distinguished road

Can you supply an example threading cycle that you are using on your machine?
That way we might pickup any error... keyword=might!
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 05-26-2009, 07:31 AM
 
Join Date: Dec 2008
Location: Canada
Posts: 79
Goldorak is on a distinguished road

Sequence restart is the way to go



here an example of treading cycle

Code:
(TOOL - 9 OFFSET - 9)
(TREAD TOOL 12 TPI  INSERT - NONE)
( 7/8-14 )
N830 G0 X20. Z20.
NAT9
N840 T0909
N850 G97 S500 M03 M41
N860 G0 X1.075 Z.214 M09
N870 G71 X.7977 Z-.875 B29 D.0299 H.0773 M32 M73 F.0714
N880 G0 X20. Z20.
N890 T0900
N900 M01
if you still get problems , check if the pulse generator works correctly (but it usually set an alarm on the controller)
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 06-09-2009, 07:55 AM
 
Join Date: Mar 2008
Location: US
Posts: 13
H234 is on a distinguished road

Sorry for the late reply...this is the sort of program that I've been running:

Code:
G90
G50 S 1000
G00 X10.0
Z5.0
T 0606
G97 S500 M3
M8
G00 X1.25 Z0.2
G71 X1.1342 Z-1.250 B60.0 F0.0833 H0.1158 D0.001 U.001 M74 M33
M5
G0 X10.0
Z5.0
M9
M30
I think that the problem I was having was coming from the machine operator adjusting spindle speed in addition to minor diameter. This would certainly explain the multiple threads.

Is it still possible to run the program in auto mode, let it finish, go to manual mode and then return to auto mode and re-run the program?

What is the correct procedure for using sequence restart?
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 06-09-2009, 09:43 AM
 
Join Date: Apr 2009
Location: USA
Posts: 389
OkumaWiz is on a distinguished road
Buy me a Beer?
Smile

Yes, it's perfectly possible. Even across power off as long as the part is not removed from the spindle.
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 06-09-2009, 06:47 PM
broby's Avatar  
Join Date: Apr 2006
Location: Australia
Age: 48
Posts: 575
broby is on a distinguished road

Originally Posted by H234 View Post
Sorry for the late reply...this is the sort of program that I've been running:

Code:
G90
G50 S 1000
G00 X10.0
Z5.0
T 0606
G97 S500 M3
M8
G00 X1.25 Z0.2
G71 X1.1342 Z-1.250 B60.0 F0.0833 H0.1158 D0.001 U.001 M74 M33
M5
G0 X10.0
Z5.0
M9
M30
I think that the problem I was having was coming from the machine operator adjusting spindle speed in addition to minor diameter. This would certainly explain the multiple threads.

Is it still possible to run the program in auto mode, let it finish, go to manual mode and then return to auto mode and re-run the program?

What is the correct procedure for using sequence restart?
Not only is it possible to change modes it is usually the case when cutting threads. i.e. Cut the thread in AUTO, program stops, go to manual to maybe debur the front of the thread or something else, check the size of the thread, and then return to AUTO mode to recut the thread to size.

I don't know if you are familiar with the Block Count method of restarting or not, but this is a quick way of restarting mid cycle (of a thread cutting cycle or some like that). If you look in the upper RH corner of the screen you should see a ever increasing number that represents the number of "Blocks" executed since cycle start (resets to zero at program start).
For example, if your BC is at 156 at the start of the threading cycle and it takes 10 passes to cut your thread, you will end up with a BC value of 166 at the end of the thread cutting cycle.
If all you want to do is take another 0.02mm off the thread, restart on 165 and the machine will only do the last pass of the cycle.
To restart, using the BC number, press the Restart Key and enter the number at which you want to restart at. i.e. on screen you should see "RS 165" (without the quotes).
If you want to restart the complete threading cycle, select your line number prior to the start of the threading cycle and key in the line number, after pressing the restart key, eg: "RS N1002"
It has been quite some time since I have actually Run a lathe now, but I am certain this is correct.
The BC number is a very fast way of only taking the last pass in a threading cycle.

IT IS VERY IMPORTANT THAT THE SPINDLE SPEED IS UNCHANGED FROM WHEN THE THREAD WAS FIRST CUT!

Like Okumawiz states, it is possible to recut a thread even if the power is cut, just do not remove the part from the chuck!

Hope this helps.
Brian.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
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 Help!- spindle orient problem kokai Milltronics 0 05-12-2009 09:46 AM
Help with spindle orient SIERRAMACHINE Fadal 6 03-10-2009 04:36 PM
Need Help!- M19 Spindle Orient ragman Fanuc 2 04-01-2008 06:16 AM
94 VF1 spindle orient problems again GITRDUN Haas Mills 6 01-18-2008 01:32 PM
spindle orient nitemare Daewoo/Doosan 11 06-06-2007 09:38 AM




All times are GMT -5. The time now is 07:15 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