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! > Machine Controllers Software and Solutions > Fanuc


Fanuc Discuss Fanuc controllers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 09-23-2011, 07:54 AM
 
Join Date: Jul 2008
Location: Finland
Posts: 22
polarbeer is on a distinguished road
Copy-Paste functionality in 6M model B?

Hi everyone!

Question 1
I'm editing a program and would like to be able to "copy-paste" a part of this program A) elsewhere in the same program or B) somewhere in another program. Can this be done in Fanuc 6M Model B control? Or do I always have to retype everything?

[FROM], [TILL], [TO] and [EXEC] soft keys are displayd on CRT during program editing, but I don't know how these should work!

Question 2
Can I copy a program (for example O3500) into a new program with a new "name" (for example O4500)?

Any help is highly appreciated!

-pb
Reply With Quote

  #2   Ban this user!
Old 09-23-2011, 08:18 AM
fordav11's Avatar  
Join Date: Aug 2011
Location: Fordaville
Posts: 939
fordav11 is on a distinguished road

6MB is very very basic as far as editing is concerned. I don't ever remember even seeing EXEC on a 6M. You must have an 0M or 16M or similar.

You can do some simple editing using those keys.

Move the cursor to your start position and press FROM, then move the cursor to the end and press TILL. Then type O and program number (i.e. O1234) and press TO. Then press EXEC
It should copy your marked section FROM-TILL to a new program number O1234

You can't copy a section and paste it into the same program. The 15-series had a 2 or 3 line key-buffer and allowed copying several lines and you could move the cursor then paste it in. Later controls (especially from Mori Seiki) allow select with the cursor to highlight several lines like in a Windows text editor or word processor then cut/copy/paste, but there is nothing so nice with the cheaper controls.

Later Fanuc controls usually use "cursor~" and "~cursor" or "~bottom" then you type a program number and press input which sets the O-number, then you press EXEC to make it happen. But it will still only copy the marked section to a new program.

Its still a helluvalot easier to just punch it out and fix it with a simple text editor in Windows then read it back into the machine.
A **LOT* easier!
Reply With Quote

  #3   Ban this user!
Old 09-23-2011, 09:15 AM
 
Join Date: May 2004
Location: United States
Age: 48
Posts: 2,217
txcncman is on a distinguished road

AND...

If you punch the program out to a remote pc, you have the ability to save a back up copy with a date and time stamp with a new file name. Then if you make any mistakes in your editing, you can go back to the original and correct the mistakes or start over.
__________________
http://www.kirkcon.com/
Reply With Quote

  #4   Ban this user!
Old 09-23-2011, 10:37 AM
 
Join Date: Jul 2008
Location: Finland
Posts: 22
polarbeer is on a distinguished road

Hi

Okay, thank you guys for your fast response and info. I have to test the procedure (copying into a new program) next week. Sadly there isn't a PC connected into this machine, so I have to use plain Fanuc control at the moment.

I had hopes that one could do copy-paste inside program but you can't win every time...
Reply With Quote

  #5   Ban this user!
Old 09-23-2011, 08:34 PM
 
Join Date: Mar 2005
Location: United States
Age: 34
Posts: 657
gbowne1 is on a distinguished road

"You can't copy a section and paste it into the same program. The 15-series had a 2 or 3 line key-buffer and allowed copying several lines and you could move the cursor then paste it in. Later controls (especially from Mori Seiki) allow select with the cursor to highlight several lines like in a Windows text editor or word processor then cut/copy/paste, but there is nothing so nice with the cheaper controls"
Yeah, I like the 15's buffer. I've ended up using it a bit.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 09-23-2011, 09:07 PM
fordav11's Avatar  
Join Date: Aug 2011
Location: Fordaville
Posts: 939
fordav11 is on a distinguished road

if there's a section you need to repeat, copy it to another program then call it using M98

For example...

G00 X Z
do something here
etc
M98 P1234
G00 X Z
do something else here
etc
M98 P1234


and the sub program would be....

O1234
G00 X Z
do something here
etc
M99


you can also buy a pocket PC like an iPAQ and using a serial cable you can punch and read to/from it. I have one, a HP iPAQ HX2490 and it's pretty nice
It looks like this one.....


Be careful to buy one that has a serial port, some don't.

I got a (non-standard) iPAQ serial cable on ebay for a few bucks then made a CNC serial transfer cable which plugs into it.

The advantage is if you have several CNC machines and only 1 PC then you don't need to carry around the PC to each machine.

I don't need no steenkin' PC
Reply With Quote

  #7   Ban this user!
Old 09-24-2011, 01:52 AM
 
Join Date: Jul 2008
Location: Finland
Posts: 22
polarbeer is on a distinguished road

Hi,

This "pocket PC" idea was nice! Although I might prefer small laptop with full qwerty-keyboard.

-pb
Reply With Quote

  #8   Ban this user!
Old 09-24-2011, 08:06 AM
beege's Avatar  
Join Date: Feb 2008
Location: USA
Posts: 518
beege is on a distinguished road

COPY as above FROM, TO and save as a new program.
If you have COPY, you have MERGE, which will merge your new program to your current one. Kinda like Copy/Paste, but with extra steps. And you can do it multiple times, which makes roughing, finishing a bit easier.
Reply With Quote

  #9   Ban this user!
Old 09-24-2011, 10:35 PM
 
Join Date: Mar 2005
Location: United States
Age: 34
Posts: 657
gbowne1 is on a distinguished road

I have generally not needed to copy & paste. I've done a few sub programs and macros where I've needed.
Reply With Quote

  #10   Ban this user!
Old 09-26-2011, 02:35 AM
 
Join Date: Jul 2008
Location: Finland
Posts: 22
polarbeer is on a distinguished road

Originally Posted by fordav11 View Post
6MB is very very basic as far as editing is concerned. I don't ever remember even seeing EXEC on a 6M. You must have an 0M or 16M or similar.

You can do some simple editing using those keys.

Move the cursor to your start position and press FROM, then move the cursor to the end and press TILL. Then type O and program number (i.e. O1234) and press TO. Then press EXEC
It should copy your marked section FROM-TILL to a new program number O1234.
I tested above mentioned procedure today. It doesn't work as described. For some reason our 6M Model B control copies the WHOLE program into a NEW program. I didn't figure out how I could copy only a section. Also pressing [TO] softkey didn't seem to be necessary at all. I could also press it before typing new program number (O1234).

But at least I can make copies of a program!

-pb
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 09-26-2011, 03:25 AM
fordav11's Avatar  
Join Date: Aug 2011
Location: Fordaville
Posts: 939
fordav11 is on a distinguished road

It must be some non-standard bolt-on function added by the machine manufacturer. Like I said a standard 6M doesn't have any editing functions other than the usual manual INSERT, ALTER and DELETE.
So you'll have to punch it out, edit in a PC then read it back in.
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 Help!- copy and paste in hass control atlantic23 Haas Mills 2 08-18-2011 01:10 PM
18I-TB control doesn't have copy/paste.... bgrdtruk Fanuc 1 05-05-2011 04:27 PM
Problem- copy and paste Claude Boudreau BobCad-Cam 0 11-25-2009 03:55 PM
copy and paste entities and sodids in 3d in Mastercam lovecnc2003 Mastercam 4 11-09-2007 01:46 PM
Ver 22 Functionality tmarkoski BobCad-Cam 80 10-23-2006 07:34 AM




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