![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| G-Code Programing Discuss G-code programing and problems here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#2
| |||
| |||
| When programs are created as stand alone programs, they often have a particular character set at the beginning. Fanuc have the O character, plus a program number, Okuma can have MIN, and so on. If your control uses such characters, you need to remove these from the head of the two programs being appended to the first. Failing to doe this with a Fanuc control will result in the combined programs being split back into the original three by the control when the program is uploaded. Also, the M30 or M02, along with any control characters, such as "%", need to be deleted from the 1st and 2nd programs. Its also usual for a safety line to appear at the head of a stand alone program, such as: N1 G00 G17 G21 G40 G49 G80 When the two other programs are appended to the first, the above line appearing at the head of these two programs will be superfluous, but will not affect the running of the programs in any way. Accordingly, it is quite optional whether these extra blocks are deleted or not. Regards, Bill |
|
#3
| |||
| |||
| This is how you can insert a program into another program: An existing program (say, program number 2345) can be inserted at an arbitrary position in the current program (say, program number 1234). These are the steps: Select the EDIT mode on the MOP panel. Press the PROG key on the MDI panel. Type O1234 (or simply 1234) and press the O SRH soft key. Press the soft key OPRT. If OPRT does not appear, press the return-menu soft key (< ). Press the next-menu soft key ( >). Press the soft key EX-EDT, followed by MERGE. Move the cursor to the word, before which program number 2345 is to be inserted, and press the soft key ~CRSL or ~BTTM (in the latter case, the insertion is done at the end of the current program, regardless of the position of the cursor). Type 2345 and press INPUT on the MDI panel. Press the soft key EXEC. After this operation, program number 2345 is inserted at the desired location in program number 1234, creating a modified program number 1234. Program number 2345 remains unaffected. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Combining grounds logic and HV | simpson36 | General Electronics Discussion | 5 | 05-18-2010 10:42 AM |
| 2 or more CO2 Laser beams combining? | Konstantin | Laser Engraving & Cutting Machines | 9 | 02-21-2009 12:08 PM |
| Need Help!- Combining DXF in A9CAD | blue_steel | OpenSource Software | 6 | 01-29-2009 06:38 PM |
| CNC Posted Programs | corster | CNCzone Club House | 0 | 02-15-2007 08:20 AM |
| Combining woodworking with CNC | Patrick2by4 | WoodWorking | 47 | 10-29-2006 06:44 PM |