0% found this document useful (1 vote)
619 views

BPP Tutorial

The document discusses a post-processor that converts CAD drawings in DXF format to WoodWOP programs. It can convert specific drawing elements like lines and arcs to WoodWOP macros for cutting, drilling, and pocketing. The post-processor requires DXF files with elements assigned to layers and uses conversion profiles to define the rules for how elements are converted. It outputs WoodWOP files that can be used for machining in the WoodWOP software.

Uploaded by

Balaj Gabriel
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
619 views

BPP Tutorial

The document discusses a post-processor that converts CAD drawings in DXF format to WoodWOP programs. It can convert specific drawing elements like lines and arcs to WoodWOP macros for cutting, drilling, and pocketing. The post-processor requires DXF files with elements assigned to layers and uses conversion profiles to define the rules for how elements are converted. It outputs WoodWOP files that can be used for machining in the WoodWOP software.

Uploaded by

Balaj Gabriel
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 38

Post-Processor 5.

0 Basic
4.7.4

The graphics-based post-processor converts CAD drawings to WoodWOP programs.

Features Values
Windows operating NT 4.0
system 2000
98
XP
Source files DXF files in text
format
Destination files MPR files from
WW4.0

T:\\9882\\474260\\E0001SO.TIF

Contents:
1 Functions and prerequisites 2
1.1 Requirements on the CAD system ............................................................................3
1.2 Requirements on the drawings..................................................................................4
2 Operation 6
2.1 Screen layout.............................................................................................................6
2.1.1 Graphic area ............................................................................................................... 7
2.1.2 Dynamic split bar ........................................................................................................ 7
2.1.3 DXF window................................................................................................................ 8
2.1.4 Status row ................................................................................................................. 10
2.2 Conversion context..................................................................................................11
2.2.1 Selecting a conversion context ................................................................................. 15
2.2.2 Generating a conversion context .............................................................................. 16
2.3 Opening a conversion profile...................................................................................17
2.4 Importing a conversion profile .................................................................................18
2.5 Naming the drawing layers (layers, slides...) ..........................................................19
2.6 Convertible WoodWOP macros ..............................................................................20
2.6.1 Workpiece ................................................................................................................. 21
2.6.2 Geometry transfer (contour lines) ............................................................................. 22
2.6.3 Vertical sawing, automatic groove width ................................................................... 22
2.6.4 Vertical sawing with information on the groove width ................................................ 23
2.6.5 Universal sawing ....................................................................................................... 24
2.6.6 Vertical routing .......................................................................................................... 25
2.6.7 Vertical drilling........................................................................................................... 26
2.6.8 Horizontal drilling ...................................................................................................... 27
2.6.9 Polygon lines............................................................................................................. 28
2.6.10 Vertical pocketing...................................................................................................... 29
2.6.11 Arbitrary format pockets ............................................................................................ 29
2.6.12 Horizontal pockets .................................................................................................... 30
2.6.13 Universal drilling........................................................................................................ 31
2.6.14 Drilling from the underside ........................................................................................ 32
2.6.15 Pockets from the underside ...................................................................................... 33
2.6.16 Suction unit ............................................................................................................... 34
3 Example files 35

4 Overview table 37

8.3 9-882-47-4260 ENU13.doc 1 / 38


Post-Processor 5.0 Basic
4.7.4

1 Functions and prerequisites

The program converts DXF files to the


WoodWOP format (mpr) using specific rules.
The rules are collected together in a CAD system
conversion profile. (e.g. AutoCAD)
In the Basic version of the DXF data
transfer, the conversion profile cannot be
changed. However, conversion profiles
supplied can be opened and used.
The result of the conversion is a WoodWOP
file with all the usual WoodWOP functions. DXF

Note:
The settings (names for drawing layers...)
from the previous version (4.0) of the post-
processor can be applied. CAD data transfer
Î See 2.4 Importing a conversion profile

Note:
The WoodWOP programs generated should
be checked in WoodWOP.
WoodWOP format
(MPR)

WoodWOP

T:\\9882\\474260\\E0100so.tif

8.3 9-882-47-4260 ENU13.doc 2 / 38


Post-Processor 5.0 Basic
4.7.4

1.1 Requirements on the CAD system

Any CAD system can be the source for the


DXF conversion to the WoodWOP format.
The CAD system only needs to meet the
following requirements.

• It must be possible to create files in DXF


format from the CAD files.

• The CAD system must be able to work


with drawing layers.
- Layer
- Slide
- ...

• Alphanumeric values must be allowed for


the names for the drawing layers.

• For the full utilization of the CAD


interface, the CAD system must allow the
combination of drawing elements.
- Usage of blocks
- Formation of groups

8.3 9-882-47-4260 ENU13.doc 3 / 38


Post-Processor 5.0 Basic
4.7.4

1.2 Requirements on the drawings

• Use suitable drawing elements:


- Dimensions, cross-hatching, text, ....
cannot be transferred, or can only be
transferred in a limited manner.
- Valid elements:
Î See 2.6 Convertible WoodWOP macros
Î See 4 Overview table

• Specific allocation of the drawing


elements to drawing layers.
- This defines how the drawing elements
are implemented and the information
that is transferred.

• Usage of pre-defined blocks for the


generation of specific WoodWOP macros.
- Blocks are not allowed to be mirrored.
All necessary blocks are supplied as
DXF and DWG files.
-
• The DXF drawings must be drawn in the
scale 1:1.

Note:
In the Professional version the DXF
drawings can be in any scale.

8.3 9-882-47-4260 ENU13.doc 4 / 38


Post-Processor 5.0 Basic
4.7.4

• Undesirable conversion results and


discontinuities in contour lines are mostly
caused by messy drawings.

• If CAD geometries are to produce


uninterrupted WoodWOP contour lines,
then these must be drawn without gaps
and intersections. This is to be achieved
by using the snap function during
drawing.

• The overlapping of several drawing


elements in one drawing layer can results
in ambiguities and is to be avoided.

T:\\9882\\474260\\E0102so.tif

8.3 9-882-47-4260 ENU13.doc 5 / 38


Post-Processor 5.0 Basic
4.7.4

2 Operation

2.1 Screen layout


1.0 1.1

1.8 1.7 1.6 1.5 1.4 1.3 1.2


T:\\9882\\474260\\E0001SO.TIF

1.0 Menus
1.1 Graphic area
1.2 Change display in the working area
(Professional version only)
1.3 Start conversion
1.4 Working area: messages or
conversion profile (Professional
version only) are displayed here
1.5 Dynamic split bar
1.6 DXF window
1.7 Display options for the DXF window
1.8 Status row

8.3 9-882-47-4260 ENU13.doc 6 / 38


Post-Processor 5.0 Basic
4.7.4

2.1.1 Graphic area

Here the geometry of the DXF file loaded is


displayed.
Individual drawing elements in the graphic
can be marked using the mouse. The
marked elements are then displayed in the
DXF window under 1.6.
In the “Professional version“ the conversion
profile can be displayed in the working area.
When a wizard or a conversion rule is
selected, the related drawing elements are
shown in a light colour.

2.1.2 Dynamic split bar

The size of the DXF window, the graphic


and the working area can be changed as
required using the mouse.

8.3 9-882-47-4260 ENU13.doc 7 / 38


Post-Processor 5.0 Basic
4.7.4

2.1.3 DXF window 2.1 2.2 2.3 2.4 2.5

In the DXF window the following properties


of the open DXF file are displayed.
• Name and folder 2.2
• Drawing layers (layers, slides...) 2.3
• Blocks with details such as element type
and colour 2.4
• Selected entities 2.5

Note:
You can open an area by clicking the related
branch icon 2.1.

The display of the DXF window can be 2.0


changed using three buttons 2.0: T:\\9882\\474260\\E0103so.tif

• Enable and disable automatic update of


the selected drawing elements.
The “Off“ state is indicated by a hidden
icon.

8.3 9-882-47-4260 ENU13.doc 8 / 38


Post-Processor 5.0 Basic
4.7.4

• Hide selected drawing elements in the


DXF window.

• Make other settings for the DXF window.

• Activated functions are displayed in the


DXF window.

T:\\9882\\474260\\E0107so.tif

8.3 9-882-47-4260 ENU13.doc 9 / 38


Post-Processor 5.0 Basic
4.7.4

2.1.4 Status row

Useful information is displayed in the status


row.
3.0 3.1 3.2
T:\\9882\\474260\\E0108so.tif

3.0 State or tips on the menus


3.1 Current conversion context
3.2 Current conversion profile

Note:
The status row can be hidden or displayed
using the menu.

T:\\9882\\474260\\E0109so.tif

8.3 9-882-47-4260 ENU13.doc 10 / 38


Post-Processor 5.0 Basic
4.7.4

2.2 Conversion context

Various pre-settings can be made in the


conversion context. For example, you can
define where the converted WoodWOP
program is saved. T:\\9882\\474260\\E0101so.tif

The conversion context 4.1 comprises


several settings. These settings can be
changed by double-clicking the related icon
4.0.

• Path to the DXF- source files


Ö When you open the CAD source files, the
selection starts in the folder given.

• Path to the macro programs


Ö The converted WoodWOP programs are T:\\9882\\474260\\E0002so.ti

4.0 4.1 4.2


saved in this folder. When check box 4.2
is selected, a folder can be selected for
each conversion.

8.3 9-882-47-4260 ENU13.doc 11 / 38


Post-Processor 5.0 Basic
4.7.4

• Path to the macro program elements


Ö Macro program elements such as polygon
lines and components are saved in this
folder. When the check box is selected, a
folder can be selected for each
conversion.

• Prompt for conversion profile, starting


with/in folder
Ö The conversion profile given is used.
When the check box is selected, a profile
can be selected for each conversion.

• Hide status dialog box during the


conversion?
Ö The setting given is used. When the
check box is selected, you can choose
whether the dialog box is displayed or
hidden for each conversion.

8.3 9-882-47-4260 ENU13.doc 12 / 38


Post-Processor 5.0 Basic
4.7.4

• Start WoodWOP after successful


conversion?
Ö The setting given is used. When the
check box is selected, one of the
following settings can be selected for
each conversion. 5.0 5.1 5.2

- No 5.0:
An MPR program with the same name as
the DXF drawing is generated.
- Open 5.1: T:\\9882\\474260\\e0003so.tif

An MPR program with the same name as


the DXF drawing is generated and
opened in WoodWOP.
- Add 5.2:
The MPR program generated is added to
the MPR program currently loaded in
WoodWOP. This corresponds to the
WoodWOP function “Add file“.

8.3 9-882-47-4260 ENU13.doc 13 / 38


Post-Processor 5.0 Basic
4.7.4

• Change long file names in folders to max.


8 characters.
Ö The setting given is used. When the
check box is selected, the settings can be
selected for each conversion.
Example:
No selected:
Ö C:\WW4\A1\Mp4\Long_Program_Name.
mpr
Yes selected:
Ö C:\WW4\A1\Mp4\Lon\g_Prog\ram_name.
mpr

Note:
Several conversion contexts can be
generated.
It can be defined which context is to be used
initially following program start.

8.3 9-882-47-4260 ENU13.doc 14 / 38


Post-Processor 5.0 Basic
4.7.4

2.2.1 Selecting a conversion context

¾ Open a conversion context

T:\\9882\\474260\\E0101so.tif

¾ Click arrow button 6.1 and select the


required context.

Note:
When check box 6.0 is selected, the context
selected is used on each program start.

6.0 6.1
T:\\9882\\474260\\E0101so.tif

8.3 9-882-47-4260 ENU13.doc 15 / 38


Post-Processor 5.0 Basic
4.7.4

2.2.2 Generating a conversion context

¾ Click current context 7.1.


¾ Enter names for the new context and
accept using y.
¾ Accept the subsequent confirmation
prompt.
Ö The context is generated using the name
given and the required settings can be
made.
¾ Double-click the required setting 7.0 and
make changes. When you close the 7.0 7.1
window you can decide whether the T:\\9882\\474260\\E0101so.tif

changes are to be saved.

8.3 9-882-47-4260 ENU13.doc 16 / 38


Post-Processor 5.0 Basic
4.7.4

2.3 Opening a conversion profile

Before the post-processor can be used, a


conversion profile must be loaded.
¾ Open a conversion profile

T:\\9882\\474260\\E0111so.tif

¾ In the following dialog window one of the


profiles supplied can be selected.
Î See 3 Example files

T:\\9882\\474260\\E0112so.tif

Ö The selected profile is loaded. The name


T:\\9882\\474260\\E0113so.tif
of the conversion profile 8.0 is displayed
8.0
in the status row.

Note:
In the Professional version you can generate
new profiles and customize profiles.

8.3 9-882-47-4260 ENU13.doc 17 / 38


Post-Processor 5.0 Basic
4.7.4

2.4 Importing a conversion profile

The settings (names for drawing layers...)


from the previous version (4.0) of the post-
processor can be applied.

¾ Open Bpp.ini for version 4.0

:\\9882\\474260\\E0114so.tif \

¾ In the adjacent window make the required


settings and confirm with OK.

T:\\9882\\474260\\E0115so.tif

¾ Save profile

Note:
• The saved profile must now be opened so
that it is displayed in the status row.
• The names for your drawing layers now
correspond to the settings in the imported
bpp.ini file.

T:\\9882\\474260\\E0111so.tif

8.3 9-882-47-4260 ENU13.doc 18 / 38


Post-Processor 5.0 Basic
4.7.4

2.5 Naming the drawing layers (layers,


slides...)

The names for the drawing layers comprise


keywords, code letters, numbers and
underscores.
Numbers that come after the keyword for the
drawing layer without an underscore in
general define a machining mode.
Numbers that come after the code letters
without an underscore define its value.
To state decimal numbers, an underscore (
_ ) must be used instead of a comma ( , ).

Example: UNI_Saeg0_19_2W44_5

- Keyword: UNI_Saeg0
Signifies universal saws in mode 0.

- Numerical entry: 19_2


Signifies: 19.2 (mm / inch) deep.

- Code letter: W
Stands for the swivel angle.

- Numerical entry 44_5


Defines the swivel angle at 44.5°.

Note:
An overview diagram on the naming of the
drawing layers (layer codes) is included in
this documentation.
Î See 4 Overview table

8.3 9-882-47-4260 ENU13.doc 19 / 38


Post-Processor 5.0 Basic
4.7.4

2.6 Convertible WoodWOP macros

In the following tables the convertible


WoodWOP macros are listed.
German and English terms are allowed for
the drawing layer names (layer, slide...). The
German name is listed first and then the
English name. Mixed usage is allowed.

Note:
The tables are arranged in WoodWOP in
accordance with the machining sequence
produced.

8.3 9-882-47-4260 ENU13.doc 20 / 38


Post-Processor 5.0 Basic
4.7.4

For the general declaration of the drawing


layers, WoodWOP terms are given in
pointed brackets instead of numerical
values.
The <WoodWOP terms> including the
pointed brackets can be replaced with
numerical values.

Example, general:
UNI_Saeg<mode>_<depth>W<swivel
angle>

Example with numerical values:


UNI_Saeg0_19_2W44_5

2.6.1 Workpiece

Drawing layer Werkstk_<finished thickness>


ProcPart_<finished thickness>
CAD elements Rectangle comprising four lines or a polyline (straight lines)
• The dimensions of the workpiece are defined by the size of the
Result rectangle.
• The thickness of the workpiece is defined by numerical entry in the
name for the drawing layer.

8.3 9-882-47-4260 ENU13.doc 21 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.2 Geometry transfer (contour lines)

Drawing layer Geometrie_<Z position>


Geometry_<Z position>
CAD elements Line, polyline, arc, circle, ellipse, spline
• A contour line without machining macro is generated.
Result • The Z coordinate of the contour line is defined by numerical entry in the
name for the drawing layer.
Ellipses and splines are approximated during the conversion using arc
Note and line segments. The variations from the nominal geometry remain
within tight limits.

2.6.3 Vertical sawing, automatic groove


width

Drawing layer V_Saeg<mode>_<depth>


V_Saw<mode>_<depth>
CAD elements Line or polylinie (straight lines)
• A sawing macro is generated per line or polyline.
• The middle of the saw blade follows the lines or polylines drawn.
• The listing of the modes corresponds to the sequence in WoodWOP.

Result Mode 0: Saw cut with required depth at start and end point
Mode 1: Saw cut with required length
Mode 2: Saw cut with required length + length addition

• The depth of the saw cut is defined by the numerical entry in the name
for the drawing layer.

8.3 9-882-47-4260 ENU13.doc 22 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.4 Vertical sawing with information


on the groove width

Drawing layer V_Saeg<mode>D_<depth>


V_Saw<mode>D_<depth>
CAD elements Two parallel lines per saw cut
• A saw macro is generated per pair of lines. The spacing between the
parallel lines gives the width of the saw cut.
• The listing of the modes corresponds to the sequence in WoodWOP.

Result Mode 0: Saw cut with required depth at start and end point
Mode 1: Saw cut with required length
Mode 2: Saw cut with required length + length addition

• The depth of the saw cut is defined by the numerical entry in the name
for the drawing layer.
Note Other elements such as lines (for example polylines or multilines) cannot
be evaluated!

8.3 9-882-47-4260 ENU13.doc 23 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.5 Universal sawing

Drawing layer Uni_Saeg<mode>_<depth>W<swivel angle>


Uni_Saw<mode>_<depth>A<swivel angle>
CAD elements Line or polylinie (straight lines)
• A sawing macro is generated per line or polyline.
• The middle of the saw blade follows the lines or polylines drawn.
• The listing of the modes corresponds to the sequence in WoodWOP.

Mode 0: Saw cut with required depth at start and end point
Result Mode 1: Saw cut with required length
Mode 2: Saw cut with required length + length addition

• Depth and swivel angle of the saw cut are defined by the numerical
entry in the name for the drawing layer.
• Z-start is automatically at the finished thickness (_BSZ).

8.3 9-882-47-4260 ENU13.doc 24 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.6 Vertical routing

Drawing layer V_Fraes_<Z dimension>T<tool number>


V_Trim_<Z dimension>T<tool number>
CAD elements Line, polyline, arc, circle, ellipse, spline
• The contour lines are transferred with the Z coordinate = 0.
• For each contour line a macro “Contour routing“ with vertical approach
Result and withdrawal with tool radius correction is generated.
• The Z dimension and the tool number are defined by the numerical
entry in the name for the drawing layer.
Ellipses and splines are approximated during the conversion using arc
Note and line segments. The variations from the nominal geometry remain
within tight limits.

8.3 9-882-47-4260 ENU13.doc 25 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.7 Vertical drilling

Drawing layer V_Bohr<mode>, V_Bohr<mode>_<depth>


V_Drill<mode>, V_Drill<mode>_<depth>
CAD elements Circle
• The centre of the circle defines the drilling position.
• The circle diameter defines the drill diameter.
• The listing of the modes corresponds to the sequence in WoodWOP.

Drawing layer: V_Bohr


LS: blind hole, Langsam (slow) - Schnell (fast), with depth information
SS: blind hole, Schnell (fast) - Schnell (fast), with depth information
LSL: through hole, Langsam (slow) - Schnell (fast) - Langsam (slow)
Result SSS: Through hole, Schnell (fast) - Schnell (fast) – Schnell (fast)

Drawing layer: V_Drill


SF: blind hole, Slow - Fast, with depth information
FF: blind hole, Fast - Fast , with depth information
SFS: through hole, Slow - Fast - Slow
FFF: Through hole, Fast - Fast – Fast

• The depth of the blind holes is defined by the numerical entry in the
name for the drawing layer.

8.3 9-882-47-4260 ENU13.doc 26 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.8 Horizontal drilling

Drawing layer H_Bohr_<Z position>


H_Drill_<Z position>
CAD elements Block: H_Bohr
Block: H_Drill
• The insertion point for the block defines the drilling position in X/Y.
• The drilling position in Z is defined by the numerical entry in the name
for the drawing layer.
Result • The scaling in the X direction defines the drilling depth.
• The scaling in the Y direction defines the drilling diameter.
• The orientation of the block in the X/Y plane of the drawing defines the
direction of drilling.
Note The blocks H_Bohr and H_Drill are supplied in DXF and DWG format as
example files. They are marked in relation to the X and Y scaling.

8.3 9-882-47-4260 ENU13.doc 27 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.9 Polygon lines

Drawing layer Poly_<depth>NM<name>


CAD elements Line, polyline, arc, circle, ellipse, spline
• The polygon lines generated are saved in the folder for macro program
elements. The path to the macro program elements is given in the
conversion context.
Î See 2.2 Conversion context
Result • A polygon line file can only be saved and added in WoodWOP if a
<Name> (only numbers are possible) has been assigned.
• Different polygon lines in a CAD drawing must be on different drawing
layers, as otherwise it is not possible to differentiate and save these.
• The depth of the routing is defined by the numerical entry in the name
for the drawing layer.
Note Only numbers are allowed for the names of polygon lines for technical
reasons.

8.3 9-882-47-4260 ENU13.doc 28 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.10 Vertical pocketing

Drawing layer V_Tasche_<depth>


V_Pocket_<depth>
CAD elements Block: V_Tasche
Block: V_Pocket
• Vertical pockets are represented by blocks with a rectangular base in
the CAD drawing.
• The insertion point for the blocks defines the position of the middle of
Result the pocket in the X/Y plane.
• The X scaling of the block defines the pocket length. The Y scaling
defines the pocket width.
• The insertion angle of the block defines the angle of rotation of the
pocket.
The blocks V_Tasche and V_Pocket are supplied in DXF and DWG
Note format as example files. They are marked in the middle with a V for
vertical pocket.
Corner radii cannot be defined in the CAD drawing

2.6.11 Arbitrary format pockets

Drawing layer F_Tasche_<depth>


F_Pocket_<depth>
CAD elements Line, polyline, arc, circle, ellipse, spline
• The geometries drawn are entered on WoodWOP contour line lists at
the Z coordinate 0.
Result • The “Arbitrary pocket“ macro is allocated to the contour line generated.
• The depth of the pocket is defined by numerical entry in the name for
the drawing layer.
Ellipses and splines are approximated during the conversion using arc
Note and line segments. The variations from the nominal geometry remain
within tight limits.

8.3 9-882-47-4260 ENU13.doc 29 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.12 Horizontal pockets

Drawing layer H_Tasche_<Z position>H<height>


H_Pocket_<Z position>H<height>
CAD elements Block: H_Tasche
Block: H_Pocket
• The insertion point for the blocks defines the X/Y position of the middle
of the pocket in the X/Y plane.
• The Z position of the middle of the pocket is defined by the first
numerical entry in the name for the drawing layer.
Result • The numerical information after the “H“ in the name of the drawing layer
defines the height of the pocket in the Z direction.
• The X scaling of the block defines the depth of the pocket.
• The Y scaling of the block defines the length of the pocket.
• The arrow in the block defines the direction of the routing tool during
the machining.
The blocks H_Tasche and H_Pocket are supplied in DXF and DWG
Note format as example files.
They are marked in the middle with an H for horizontal pocket.

8.3 9-882-47-4260 ENU13.doc 30 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.13 Universal drilling

Drawing layer Uni_Bohr_W<swivel angle>


Uni_Drill_A<swivel angle>
CAD elements Block: Uni_Bohr
Block: Uni_Drill
• The insertion point for the block defines the X/Y position of the hole in
the X/Y plane.
• In the Z direction the hole is automatically placed at the workpiece
Result surface (_BSZ).
• The numerical information in the name of the drawing layers defines the
swivel angle of the drill.
• The X scaling of the block defines the drilling depth.
• The Y scaling of the block defines the hole diameter.
The blocks Uni_Bohr and Uni_Drill are supplied in DXF and DWG format
Note as example files.
They are marked in the middle with the word “Uni“ for universal hole.

8.3 9-882-47-4260 ENU13.doc 31 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.14 Drilling from the underside

Drawing layer U_Bohr_<drilling depth>


U_Drill_<drilling depth>
CAD elements Block: U_Bohr
Block: U_Drill
• The insertion point for the block defines the X/Y position of the hole in
the X/Y plane.
• The numerical information in the name for the drawing layers defines
Result the drilled depth.
• An arrow in the block defines the direction of the gear arm tool during
the machining.
• The X scaling of the block defines the hole diameter.
The blocks U_Bohr and U_Drill are supplied in DXF and DWG format as
Note example files.
They are marked in the middle with a U for drilling from the underside.

8.3 9-882-47-4260 ENU13.doc 32 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.15 Pockets from the underside

Drawing layer U_Tasche_<routing depth>


U_Pocket_<routing depth>
CAD elements Block: U_Tasche
Block: U_Pocket
• The insertion point for the block defines the X/Y position of the middle
of the pocket in the X/Y plane.
• The numerical information in the name for the drawing layers defines
the routing depth (viewed from below).
Result • An arrow in the block defines the direction of the gear arm tool during
the machining.
• The X scaling of the block defines the pocket length.
• The Y scaling of the block defines the pocket width.
• The insertion angle of the block defines the angle of the pocket.
Corner radii cannot be defined in the CAD drawing.
Note The blocks U_Tasche and U_Pocket are supplied in DXF and DWG
format as example files.
They are marked in the middle with a U for pockets from the underside.

8.3 9-882-47-4260 ENU13.doc 33 / 38


Post-Processor 5.0 Basic
4.7.4

2.6.16 Suction unit

Drawing level Sauger_G<Saugerkennung>


Cup_S<Suction identifier>
• Block: Sauger_G_117x117, Sauger_G_120x50,
CAD elements Sauger_G_125x75, Sauger_G_150x30
• Block: Cup_S_117x117, Cup_S_120x50, Cup_S_125x75,
Cup_S_150x30
Suction units are represented by blocks in the CAD drawing. The
definition of suction units in the CAD drawing is limited for data-related
technical reasons:
Î Only suction units for smooth tables can be converted (no positioning of
suction units on brackets)
Î Only the suction unit identifiers from the name of the drawing level can
be evaluated and transferred to WoodWOP
Result Î Suction unit dimensions cannot be transferred from the CAD drawing

Since only the suction unit identifiers can be transferred together with the
insertion positions and the rotating angles of the blocks, the CAD suction
units in WoodWOP must also be supplied with corresponding suction unit
definitions.
Î The actual dimensions of the suction units including collision
separations are defined exclusively in WoodWOP under the
corresponding suction unit identifiers
The CAD blocks of the suction units have been created as examples with
the dimensions indicated in the block name.
Special notes The collision separation is 35 mm. They are supplied in DXF and DWG
formats as example files and their centers are marked with their
dimensions.

8.3 9-882-47-4260 ENU13.doc 34 / 38


Post-Processor 5.0 Basic
4.7.4

3 Example files

Various example files are copied to the


installation folder during the installation of
the software.

Folder Bpp5
In this folder there are example files that can
be used as a conversion profile (*.ini).

- Weeke_milimeter.ini
- Weeke_inch.ini
- CadCamPro_E.ini

• The file “CadCamPro_E“ must be loaded


if EEDs are used.
• Otherwise the file „Weeke_milimeter.ini“ /
„Weeke_inch.ini“ should be loaded as a
conversion profile.

Î See 2.3 Opening a conversion profile T:\\9882\\474260\\E0110so.tif

8.3 9-882-47-4260 ENU13.doc 35 / 38


Post-Processor 5.0 Basic
4.7.4

Blocks folder
In the “Blocks“ folder all blocks necessary
for CAD drawings are saved. These blocks
are available in the formats DXF and DWG
and must be used for the generation of the
certain WoodWOP macros.
Î See 4 Overview table

8.3 9-882-47-4260 ENU13.doc 36 / 38


Post-Processor 5.0 Basic
4.7.4

4 Overview table

This overview diagram applies to the “Weeke.ini“ conversion profile supplied.

Note:
The table is arranged in WoodWOP in accordance with the machining sequence produced.

WoodWOP Drawing layers (layers, slide...) Valid CAD


macro German English elements
Workpiece Werkstk_<finished thickness> ProcPart_<finished thickness> Line, polyline

Geometry Geometrie_<Z position> Geometry_<Z position> Line, polyline, arc,


contour line circle, ellipse, spline

Vertical sawing V_Saeg<mode>_<depth> V_Saw<mode>_<depth> Line or polylinie


Automatic groove width (straight lines)

Vertical sawing with V_Saeg<mode>_<depth> V_Saw<mode>D_<depth> Two parallel lines per


information on the macro
groove width

Universal sawing Uni_Saeg<mode>_<depth>W<swivel Uni_Saw<mode>_<depth>A<swivel Line or polylinie


angle> angle> (straight lines)

Vertical routing V_Fraes_<Z dimension>T<tool V_Trim_<Z dimension>T<tool Line, polyline, arc,


number> number> circle, ellipse, spline

Vertical drilling V_Bohr<mode> V_Drill<mode> Circle


V_Bohr<mode>_<depth> V_Drill<mode>_<depth>

Horizontal drilling H_Bohr_<Z position> H_Drill_<Z-Position> Blocks: H_Bohr,


H_Drill

Polygon lines Poly_<depth>NM<name only numbers> Poly_<depth>NM<name only numbers> Line, polyline, arc,
circle, ellipse, spline

Vertical pocketing V_Tasche_<depth> V_Pocket_<depth> Blocks: V_Tasche,


V_Pocket

Horizontal pockets H_Tasche_<Z position>H<height> H_Pocket_<Z position>H<height> Blocks: H_Tasche,


H_Pocket

Universal drilling Uni_Bohr_W<swivel angle> Uni_Drill_A<swivel angle> Blocks: Uni_Bohr,


Uni_Drill

Drilling from the U_Bohr_<drilling depth> U_Drill_<drilling depth> Blocks: U_Bohr,


underside U_Drill

Pockets from the U_Tasche_<routing depth> U_Pocket_<routing depth> Blocks: U_Tasche,


underside U_Pocket

8.3 9-882-47-4260 ENU13.doc 37 / 38


Post-Processor 5.0 Basic
4.7.4

8.3 9-882-47-4260 ENU13.doc 38 / 38

You might also like