Search found 224 matches

by Threedj16
Mon May 14, 2018 6:48 pm
Forum: Centroid Acorn CNC Controller
Topic: Emco PC Turn 55
Replies: 102
Views: 32020

Re: Emco PC Turn 55

Bit of a delay on a video due to a few bugs in the turret program. Eh, it happens, but support is working them out and hopefully soon I'll get that pawn video made!! I'm waiting on some new tooling anyway, since my turret didn't work before I started this project, never got to test out my existing t...
by Threedj16
Mon May 14, 2018 6:41 pm
Forum: Centroid Acorn CNC Controller
Topic: PLC Program For Emco PC Turn 55 (using original turret board and motor) <Success>
Replies: 71
Views: 29359

Re: PLC Program For Emco PC Turn 55 (using original turret board and motor) <Success>

Just an FYI, removed the report file as it won't work with the new version of CNC12 plus we ended up finding a few bugs. Working through them now and will post a new report with working copy compatible with the latest version of CNC12 and the bugs worked out.
by Threedj16
Fri May 11, 2018 7:54 pm
Forum: Centroid Acorn CNC Controller
Topic: Emco PC Turn 55
Replies: 102
Views: 32020

Re: Emco PC Turn 55

Very nice work. Looking forward to watching the video of it running and changing tools. Congrats on the progress. Marty Thank Marty....you and me both!! :D Here's a close up of the encoder mount. I was going to mill one out, but ended up being more complex that I really wanted it to be. The 3D prin...
by Threedj16
Fri May 11, 2018 7:30 pm
Forum: Centroid Acorn CNC Controller
Topic: Emco PC Turn 55
Replies: 102
Views: 32020

Re: Emco PC Turn 55

Been slacking a bit lately (actually other stuff came up), but finally finished up my drive pulley conversion today to timing belts and pulleys along with the encoder mount. Working great now, just need to go back and calibrate the signal converter again to the new pulleys. Getting really close to l...
by Threedj16
Sat May 05, 2018 12:39 am
Forum: Centroid Acorn CNC Controller
Topic: Tips and Tricks for PLC / CNC12 (please add if you like)
Replies: 5
Views: 2308

Re: Tips and Tricks for PLC / CNC12 (please add if you like)

Use a side-by-side file comparison utility to quickly identify differences between different versions of the PLC program source. I use WinMerge: http://www.winmerge.org . There are others that work as well. Wow, that program is awesome! Didn't realize it would allow a side by side comparison to pic...
by Threedj16
Sat May 05, 2018 12:23 am
Forum: Centroid Acorn CNC Controller
Topic: Tips and Tricks for PLC / CNC12 (please add if you like)
Replies: 5
Views: 2308

Re: Tips and Tricks for PLC / CNC12 (please add if you like)

Use a side-by-side file comparison utility to quickly identify differences between different versions of the PLC program source. I use WinMerge: http://www.winmerge.org . There are others that work as well. That is cool too. I'll have to try it. But if you are upgrading to a newer version of softwa...
by Threedj16
Fri May 04, 2018 11:02 pm
Forum: Centroid Acorn CNC Controller
Topic: Tips and Tricks for PLC / CNC12 (please add if you like)
Replies: 5
Views: 2308

Re: Tips and Tricks for PLC / CNC12 (please add if you like)

When you start adding your own code to the PLC program, typically it will be spread out over many sections. So if you need to find just your code again and to track changes you made, add a special comment to the end of all the lines of code you added or change. Then it's as simple as using NotePad++...
by Threedj16
Fri May 04, 2018 9:17 pm
Forum: Centroid Acorn CNC Controller
Topic: Tips and Tricks for PLC / CNC12 (please add if you like)
Replies: 5
Views: 2308

Re: Tips and Tricks for PLC / CNC12 (please add if you like)

Forgot to add the part about moving the square box around on the I/O panel using the arrow keys before forcing or inverting an out or in.
by Threedj16
Fri May 04, 2018 2:38 pm
Forum: Centroid Acorn CNC Controller
Topic: PLC Program For Emco PC Turn 55 (using original turret board and motor) <Success>
Replies: 71
Views: 29359

Re: PLC Program For Emco PC Turn 55 (using original turret board and motor)

Video suggestion. Just write a little bit of code that all it does in a series of tool changes. You can put in a one second dwell in between. Press cycle start and then just pan back and forth from the lathe to the control screen. Thanks, I'll GIT R DUN sometime today hopefully. Trying to work on t...