Search found 48 matches
- Tue Jul 20, 2021 3:46 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC12 Spindle becomes unresponsive < resolved: user was running beta software, solution: update to release version>
- Replies: 8
- Views: 2548
Re: CNC12 Spindle becomes unresponsive
I attached the wrong file in the original post.
This post has been liked 0 time(s).
- Mon Jul 19, 2021 4:00 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC12 Spindle becomes unresponsive < resolved: user was running beta software, solution: update to release version>
- Replies: 8
- Views: 2548
Re: CNC12 Spindle becomes unresponsive
Yes this is a hydraulic chuck setup. I will to do some more investigating after I'm done with the current job I have on this machine.
This post has been liked 0 time(s).
- Sat Jul 17, 2021 4:34 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC12 Spindle becomes unresponsive < resolved: user was running beta software, solution: update to release version>
- Replies: 8
- Views: 2548
Re: CNC12 Spindle becomes unresponsive
I think I found the issue after monitoring the inputs/outputs page. Opening and closing the chuck output seems to fix the issue. There must be a problem with the chuck open close bit and vfd enable in the plc.
*Update*
There is an argument in the Standard spindle stage of the plc to check the ...
*Update*
There is an argument in the Standard spindle stage of the plc to check the ...
This post has been liked 0 time(s).
- Sat Jul 17, 2021 3:09 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC12 Spindle becomes unresponsive < resolved: user was running beta software, solution: update to release version>
- Replies: 8
- Views: 2548
CNC12 Spindle becomes unresponsive < resolved: user was running beta software, solution: update to release version>
I've had this recurring issue with CNC12 losing spindle control after running a program a few times. There are no drive faults or errors when this happens. I cannot manually turn the spindle on from the VCP or from MDI but I can enable the spindle If I go into the outputs page and manually force the ...
This post has been liked 0 time(s).
- Fri May 14, 2021 3:11 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Optimizing ATC code for direction
- Replies: 2
- Views: 1535
Re: Optimizing ATC code for direction
That's exactly what it needed thank you!
This post has been liked 0 time(s).
- Thu May 13, 2021 5:51 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Optimizing ATC code for direction
- Replies: 2
- Views: 1535
Optimizing ATC code for direction
I have been using my current atc setup with great success but needed to optimize my turret code to determine which direction to turn the axis based on the requested tool number so I can cut down the tool change time. Here's code that handles this.
IF (#100 < #4120) THEN M106 /A P-70015 F80 ELSE ...
IF (#100 < #4120) THEN M106 /A P-70015 F80 ELSE ...
This post has been liked 0 time(s).
- Sat Dec 05, 2020 9:05 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Mori Seiki SL1 Turret PLC
- Replies: 20
- Views: 8286
Re: Mori Seiki SL1 Turret PLC
Yah that's a bit of an excessive check in that code hah so that's fixed now. Adding that dwell time right after M107 was the key.
This post has been liked 0 time(s).
- Fri Dec 04, 2020 8:57 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Mori Seiki SL1 Turret PLC
- Replies: 20
- Views: 8286
Re: Mori Seiki SL1 Turret PLC
Sorry about that, I did make a minor change since the last compile.
This post has been liked 0 time(s).
- Fri Dec 04, 2020 8:06 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Mori Seiki SL1 Turret PLC
- Replies: 20
- Views: 8286
Re: Mori Seiki SL1 Turret PLC
So added another sensor to check if the turret is unlocked before trying to move to the next position. Now im on to optimizing the tool change time and looking to add some logic to have it change rotate direction based on how close the current tool is to the next requested tool. One issue I'm having ...
This post has been liked 0 time(s).
- Fri Nov 27, 2020 11:37 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Mori Seiki SL1 Turret PLC
- Replies: 20
- Views: 8286
Re: Mori Seiki SL1 Turret PLC
Using a servo motor to drive a turret with absolute-position switches gives you an odd hybrid, with several choices.
I think I would use the switches (decoded as discusses above) to figure out where you are starting from; but then calculate the distance (number of positions) required to get to ...
This post has been liked 0 time(s).