Post-process

All topics related to RhinoCAM
Post Reply
juliao
Posts: 98
Joined: Wed Dec 31, 2008 3:01 pm
Location: Marinha Grande Portugal

Post-process

Post by juliao »

hello.

In post processor i put to come on the first line the coment,cause when i send it to machine if the coment is there i wont need to write it again.In the machine screen will show the number and the name of the operation.What happens is that coment will only apear in the 6th line so in the machine i wont see the description..only the number.

for example post processes like this:
%,
G70 G80 G90
G40 G44
G53
G4
;6mm drill ,

when in start should be like this:

%6mm drill,
G70 G80 G90
G40 G44
G53
G4

my machine is FAGOR

I tried everything but the coment comes always in the lines below.

Appreciated if you could help me.

Regards
MecSoft Support
Posts: 2405
Joined: Wed Aug 01, 2007 4:15 pm
Location: Irvine, CA, USA
Contact:

Post by MecSoft Support »

Edit your post processor.(Setup tab Utilities->Post Processor Generator, select your post and click edit)

Move the following macro's from program start up code under Start/End tab to First Load Tool Macro under the Tool change tab.

[SEQ_PRECHAR][SEQNUM]G70 G80 [OUTPUT_MODE_CODE]
[SEQ_PRECHAR][SEQNUM]G40 G44
[SEQ_PRECHAR][SEQNUM]G53
[SEQ_PRECHAR][SEQNUM]G4
juliao
Posts: 98
Joined: Wed Dec 31, 2008 3:01 pm
Location: Marinha Grande Portugal

Post by juliao »

Worked just fine but in general options i had to uncheck output comment.For who might be interested then in Tool Change macro
put Output comment again for other operations that could came next.

Thanks
Post Reply