radius compensation "G40" - "G42"

Post Reply
CHARLES
Posts: 3
Joined: 28.11.2019, 08:01

radius compensation "G40" - "G42"

Post by CHARLES » 18.11.2020, 18:04

Hello condacam team, we wanna have the commands for the radius compensation "G40" - "G42" separately in a line, is this somehow adjustable in the post processor? (work with Hurco-machine)

sample:
N1 G1 x60 y 20
N2 G41
N3 G1 x2 y0
...
...
N20 G40
N21 G1 x10 y10
and so on...

User avatar
SUPPORT
Site Admin
Posts: 21
Joined: 07.05.2006, 14:20
Contact:

Re: radius compensation "G40" - "G42"

Post by SUPPORT » 20.11.2020, 18:27

Hello,

This is very simple.
Open the post processor in the post processor assistant (Menu=>"Postprocessor"=>"Create postprocessor").

In the post processor assistant on the tab "Linear" you need
to replace the macros G40, G41, G42 with following macros (s. image)

G40(\n)(Count_Block)
G41(\n)(Count_Block)
G42(\n)(Count_Block)
PP1.jpg
The macro (\n) creates a new line behind the call "G40". In order that the new line
contains a block number you still need the macro (Count_Block).

control then on the tab "Block format => tab "Linear motion block format" whether the macros will be visible(behind "NCount"), if not drag the macros to the begin of the line behind the
position "NCount" (as seen in the image).
PP3.jpg
Best regards, your Condacam team
Attachments
PP2.jpg
3D-M-SOFT GmbH
Herrengrabenweg 31 | D-19061 Schwerin
Telefon: (0385) 61737343 | Fax: (0385) 61737355
www.condacam.eu | E-Mail: Info@condacam.eu

Post Reply