What's new
What's new

Blum Probe setting work offsets in cycle

lakey0

Aluminum
Joined
Jul 20, 2015
Machine: Hyundai Wia KF5600 Fanuc Oi control
Blum TC 62 probe

I am new to probing still. Feel free critique anything.

This is my code, I am sometimes getting an unexpected obstacle error when running the probe cycle. It will work fine for a couple parts. Then it will either error before the protected move or after protected move, before tramming X. Sometimes it will error, just once, or 3 4 times. And then work. I just hit reset, restart program and try again and it will work.

Anyone have any suggestions?

Thanks


%
<0001>G0G90G54
T30M6
T23
G54
G0X.2Y.5
G4X1
H30
M194
G65P9703A1.X0.Y.25Z.5 (protected move)
M194
G65P9700S3.5X1.Z-2.W54R1. (tram x)
M194
G65P9700Z-.5W54 (touch z on feature)
#5223=[#5223-2.22]
G91G28Z0.0
M98P7210
G91G28Z0
#5223=[#5223+2.22]
G54.1P1G0G90X-17.6969Y0A0.
M30

%
 
Whats that M194? Is that a code for turning the probe on? Ive also used M1 M2 and M3 with my blum to turn on, to stay on and to turn off. Just a thought.
 
Whats that M194? Is that a code for turning the probe on? Ive also used M1 M2 and M3 with my blum to turn on, to stay on and to turn off. Just a thought.

M194 Spindle stop/G01 interlock disable (not sure if I need it before every probe routine, just trying everything)


I'll try to figure out how to turn it on before and turn off after complete, see if that does something.
 
M194 Spindle stop/G01 interlock disable (not sure if I need it before every probe routine, just trying everything)


I'll try to figure out how to turn it on before and turn off after complete, see if that does something.

No experience with the Blum probes, but I have a feeling putting M194 before every move might be part of the problem. I would try just one at the beginning after the probe comes out. I've had a similar issue with Renishaw RMP probes if the dwell time after the probe on command is too short. The probe took about 2 seconds to fully turn on, so if you tried to move it before it had finished turning on it would alarm out. Adding a 2 second dwell fixed it.
 
Machine: Hyundai Wia KF5600 Fanuc Oi control
Blum TC 62 probe

I am new to probing still. Feel free critique anything.

This is my code, I am sometimes getting an unexpected obstacle error when running the probe cycle. It will work fine for a couple parts. Then it will either error before the protected move or after protected move, before tramming X. Sometimes it will error, just once, or 3 4 times. And then work. I just hit reset, restart program and try again and it will work.

Anyone have any suggestions?

Thanks


%
<0001>G0G90G54
T30M6
T23
G54
G0X.2Y.5
G4X1
H30
M194
G65P9703A1.X0.Y.25Z.5 (protected move)
M194
G65P9700S3.5X1.Z-2.W54R1. (tram x)
M194
G65P9700Z-.5W54 (touch z on feature)
#5223=[#5223-2.22]
G91G28Z0.0
M98P7210
G91G28Z0
#5223=[#5223+2.22]
G54.1P1G0G90X-17.6969Y0A0.
M30

%

The protected move generated alarms are:
32(ERROR SWITCHING ON)
27(UNEXPECTED OBSTACLE)
In order to define, if your problem is caused during switch on process, or by "false trigger" during the protected move, advise the type of message you are getting while error is raised.
 








 
Back
Top