Probing in Mazak Posts

Probing in Mazak Posts

Anonymous
Not applicable
704 Views
6 Replies
Message 1 of 7

Probing in Mazak Posts

Anonymous
Not applicable

Hi,

 

If I use a Renishaw probe, could I then copy the macros from haas post into the mazak post and then it works?

 

The Mazak are with smooth control.

 

Thanks,

Jacob

0 Likes
705 Views
6 Replies
Replies (6)
Message 2 of 7

bob.schultz
Alumni
Alumni

Hello Jacob,

 

Yes, if the control uses the Renishaw probing Macros you should be able to copy these from another post and they should work, though the registers for angled probing support will have to be changed to match your control (see setProbingAngle).

 

We are currently updating the Mazak posts with Renishaw probing support, which should be made available shortly after the New Year, if you want to wait.



Bob Schultz
Sr. Post Processor Developer

Message 3 of 7

pmuser1
Participant
Participant

I was wondering if the probing has been added to the mazak Interegix post yet?

0 Likes
Message 4 of 7

componentscience
Advocate
Advocate

Which Haas post will you be copying from?

If you feel your question was answered, please accept it as a solution. Thanks!
0 Likes
Message 5 of 7

bob.schultz
Alumni
Alumni

No, the Integrex posts do not support probing operations at this time.



Bob Schultz
Sr. Post Processor Developer

0 Likes
Message 6 of 7

componentscience
Advocate
Advocate

@bob.schultzthe OP mentioned copying the Renishaw macros into the post. Are we really copying the macros into the post, or rather adding some logic that initiates the macros in the machine controller?

If you feel your question was answered, please accept it as a solution. Thanks!
0 Likes
Message 7 of 7

bob.schultz
Alumni
Alumni

Hello @componentscience

 

You would be adding logic that calls the Renishaw probing macros.  The macros themselves do not reside in the post processor.

 

If you are going to add this logic to a post, then you would "borrow" the logic from another post, such as the Fanuc post processor.  The core logic to output the macro calls is located in onCyclePoint, but there is a lot of support logic and functions that need to be included in the post.  Searching for "prob" in the post will show most if not all of the logic that needs to be copied.

 

The Post Processor Training Guide has a chapter on adding probing logic to a post processor, but it is not up to date to the latest logic.  We are currently working on updating this document and hopefully it will be available in a week or two.



Bob Schultz
Sr. Post Processor Developer