mpu11 machine

All things related to Centroid Oak, Allin1DC, MPU11 and Legacy products

Moderator: cnckeith

Post Reply
Bulld101
Posts: 6
Joined: Thu Apr 04, 2024 8:47 am
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: Yes
Hickory CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 102095
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

mpu11 machine

Post by Bulld101 »

hi guys
we lost the hard drive and have rebuilt it with a lot of help from mr Laurent,
we have 2 final problems remaining:
1) when running dry run to check the program the spindle turns on , the dry run led is on (AUX 1).
2) rapid speed is quite slow in relation to what it was
any help greatly appreciated




report is attached
Attachments
report_0819151259_2024-05-01_12-45-46.zip
(205.48 KiB) Downloaded 5 times
Bulld101
Posts: 6
Joined: Thu Apr 04, 2024 8:47 am
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: Yes
Hickory CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 102095
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: mpu11 machine

Post by Bulld101 »

This is the program created by the cnc after inputting dialogue
m94 /17
;Probed position lathe digitizing
;Initial probing angle = 180.00
;Probe along 90.00
;Probing resolution = 5.0000
;Lead-in point X-111.1403 Z-621.1846
;Start Point X-116.8694 Z-621.1846
;End Point X-138.1166
;Lead-out Position X -146.2591 Z-621.1846
;Retract position X-146.2591 Z -616.6510
;First contact point was X-116.8694 Z-625.5134
#121 = -116.8694
#122 = -625.5134
M224 #110 "Would you like to Re-Cut this Wheel?\nEnter 1 and then Cycle Start \nEnter 0 and then Cycle Start to cut wheel first time"
IF !#110 THEN M200 "During probing, the first contact point for this rim was detected at X-116.8694 Z-625.5134 \nJog your tool tip to that location and press Cycle Start to set your position"
IF !#110 then G50 X-116.8694 Z-625.5134
G97
G98
G28
M5
if #50001
IF #70072 THEN #113 = .050
IF !#70072 THEN #113 = 0
IF !#70072 THEN M94 /12 ;Disable Dry Run if job has already begun
if #50001
G0 Z[-621.1846+[#113]] T0202 ;Rapid to Z Lead-in position
G1 X-111.1403 F[#20201] ;Feed into X Lead-in position
G50 S600
IF #70072 THEN G98 F[#20201]
IF #70072 THEN M5
IF !#70072 THEN G99 F0.5000
IF !#70072 THEN M94 /13 ;Enable Door interlock before cutting begins
IF !#70072 THEN M3 S600.0000
G4 P3 ;Door has to be closed if not in Dry Run beyond this point
;First contact point
X-116.8694 Z[-625.5134+[#113]]
m94 /17
X-121.8694 Z[-625.2304+[#113]]
m94 /17
X-126.8694 Z[-624.9375+[#113]]
m94 /17
X-131.8694 Z[-624.7187+[#113]]
m94 /17
X-136.8694 Z[-624.4157+[#113]]
;Perform lead-out move
X-146.2591

;Move to retract position
G98 Z-616.6510 F[#20301]

M5
M9
G0 G28 T200
cncsnw
Posts: 3877
Joined: Wed Mar 24, 2010 5:48 pm

Re: mpu11 machine

Post by cncsnw »

Short answers:
(1) The CNC program you posted, written out by the "mpu11wheeldig.txt" file currently on your control, assumes that PLC bit MEM72 (CNC variable #70072) will indicate when dry run mode is active. However, your PLC program sets MEM58 (CNC variable #70058) to indicate dry run mode. It is likely that your PLC program is newer, and your mpu11wheeldig.txt file is out of date. However, it is going to take a little more expert attention to ensure you have a set of files that are compatible with each other.

(2) Your rapid rates are set to 6000 mm/min. While not blazingly fast, that does not seem unreasonable. If at times you see supposed rapid moves going much slower, that may be because of the door switch (see Parameter 85 and INP15). If your rapid rates were previously higher than 6000 mm/min, you can probably increase them again. If you start getting "410 ... position error" stalls during rapid moves, then you increased them too much.
Bulld101
Posts: 6
Joined: Thu Apr 04, 2024 8:47 am
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: Yes
Hickory CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 102095
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: mpu11 machine

Post by Bulld101 »

Thanks so much . I did see the mem58 reference in the files but don't have the programming knowledge to change it.
In the g28 movement it travels at about 1000mm per minute.
Can I get some expert assistance to check over the files please.
Bulld101
Posts: 6
Joined: Thu Apr 04, 2024 8:47 am
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: Yes
Hickory CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 102095
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: mpu11 machine

Post by Bulld101 »

Update
1) modified mpu11wheeldig.txt to look at mem58 and not mem72 and now dry run works.
2) yes it was the door switch slowing rapid moves.

Still left with 2 problems
1)When setting up probing if you touch the probe off the part it cancels the job . We used to touch the part and back off to get an exact position.
2) in dry run it used to have an offset , x and z backed away about 1 mm to visually check the job before cutting, this offset is not active anymore. Any suggestions

Would it be possible to modify the mpu11wheeldig.txt to make multiple passes ? Like 2 rough passes and a final cut
Post Reply