Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

BK Mikro 9 Tool Break Detection


Recommended Posts

27 minutes ago, mayday said:

anyone ever use this? if so can you post code how you use it

I found this:

Link

Then of course their website.

https://www.bkmikro.de/en/

I have to assume this was put on a new piece of equipment. If so then need to know the ladder logic commands and what are the protocols for the different functions of the unit to be used do and what is the I/O code for on/off and then the different pressure and measurement settings it has.

Quote

5 Configuration programs for BKMikro9

It is possible to set parameters of the BKM98 Light control unit and to run functions manually with the "System Setup BK Mikro9" configuration program via USB interface of a PC.

After starting the configuration program, the start page will appear where various functions can be selected in the menu.

Up to 64functional attributes like specified object position, tolerance and backstop power can be defined in the programming operation.

The present monitoring cycle status is displayed in detail when in manual mode.

The wand can be operated or set manually (=>Manual Mode).

A trace function for long-term monitoring is available (=>Trace)

Seeing this means there are 64 different possible things to check and evaluate it should have a good cross reference manual for what your trying to accomplish.

Link to comment
Share on other sites

We use it to check for broken tools only. We have two m-codes only but you can use any M code number you want.

            Enshu GE480H

       stool_detect_test = "M270"

        stool_detect_teach = "M271"

N2 G91 G30 X0 Y0 Z0
G00 G17 G20 G40 G49 G64 G69 G80 G90 G94
#153=1
IF[#1000NE1]GOTO99003
IF[#910NE1]GOTO99004
M06 T01 (3" DIA FACE MILL FOR ALUM .031 RADIUS)
M270 <<<<<<<<<<<<<<<<<<<<<<<<<<<<< checks the previous tool after tool change
T06
#170=4020
#172=5002
#173=98
#174=0
#199=0
M50
M54
M98P5013
M55
M05
G91 G30 X0 Y0 Z0
#153=#0
M01
 

            Kitamura HX800ILTGA

        stool_detect_test = "M178"
        stool_detect_teach = "M177"

N4 G91 G30 X0 Y0 Z0
G00 G17 G20 G40 G49 G64 G69 G80 G90 G94 M28
#153=1
IF[#1001NE1]GOTO99003
IF[#910NE1]GOTO99004
M06 T13 (17/32" SCREW MACHINE DRILL)
M178 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< checks the previous tool after tool change
T12
#154=1
#155=1
#156=0.
#157=0.
#170=4040
#172=5202
#173=98
#174=0
#199=0
M08
M07
M50
M34
M98P5037
M09
M05
G91 G30 X0 Y0 Z0
#153=#0
M01

 

%
O5510 (TOOL SETTER)
(HX800ILTGA 834-101-604)
G91 G30 X0 Y0 Z0
M501
M06 T01
 
M06 T06 (1" FOUR FLUTE CARBIDE END MILL WITH 2.250 FLUTE)
M177 T06  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< setting previous tool length (possibly dead hit)
T14
M100 T06 R.5 S2865
 
M06 T14 (3/8" FOUR FLUTE EXTRA LENGTH CARBIDE END MILL 3" FLUTE)
M177 T14<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< setting previous tool length
T07
M100 T14 R.1875 S1528
 
M06 T07 (6.75MM 5D COOLANT THROUGH CARBIDE DRILL)
M177 T07<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< setting previous tool length
T10
M100 T07

 

  • Like 1
Link to comment
Share on other sites
42 minutes ago, mayday said:

It's working M193 and M195

appears to be using TLO page

it alarmed out in teach but measured fine in check

This is mounted at tool stage in the magazine.

That how all of ours are mounted. The teaching and checking is done at the tool change position of the magazine.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...