Search found 119 matches
- Sun Jul 13, 2025 5:48 pm
- Forum: Centroid Hickory EtherCAT CNC Controller
- Topic: PLC Update - New Features
- Replies: 10
- Views: 139
Re: PLC Update - New Features
Thanks I understand I probably just need some to do some testing, but at 500ms it seems pretty jerky and you are actually going 0 - 100 even faster at 150ms and 300ms, does that actually have the effect of slowing down or smoothing it some since it’s doubtful it and accelerate and decelerate that ...
This post has been liked 0 time(s).
- Sat Jul 12, 2025 8:35 pm
- Forum: Centroid Hickory EtherCAT CNC Controller
- Topic: PLC Update - New Features
- Replies: 10
- Views: 139
Re: PLC Update - New Features
Well I am happy to say that tested the function of both SSV and FRV after moving it over from the factory 5.30 PLC into mine. and they both worked like they were supposed to. I haven't tackled the Diagonal Jogging yet because it is a little more complicated and and it probably isn't worth it for no ...
This post has been liked 0 time(s).
- Wed Jul 09, 2025 11:05 pm
- Forum: Centroid Hickory EtherCAT CNC Controller
- Topic: PLC Update - New Features
- Replies: 10
- Views: 139
Re: PLC Update - New Features
Thanks Marc, I was definitely thinking the same way. With all that extra stuff in the factory PLC it is difficult to even compare them on notepad++, I believe I was able to isolate and move everything for SSV & FRV, so I will probably go ahead and try it on the machine and see if it works.
For the ...
For the ...
This post has been liked 0 time(s).
- Wed Jul 09, 2025 9:25 pm
- Forum: Centroid Hickory EtherCAT CNC Controller
- Topic: PLC Update - New Features
- Replies: 10
- Views: 139
PLC Update - New Features
Hello, I have a novice question about updating/merging PLCs to get some new features. I have a custom PLC that is very specific to my machine it does not have any fluff in it to allow it to function for multiple machines. It all works very well, and I when I upgraded to version 5.30 I was content to ...
This post has been liked 0 time(s).
- Fri Jul 04, 2025 1:34 pm
- Forum: Centroid Hickory EtherCAT CNC Controller
- Topic: PLC Programming Question - Not Using the Wizard - (Problem Solved)
- Replies: 8
- Views: 471
Re: PLC Programming Question - Not Using the Wizard - (Problem Solved)
Thanks for the lessons, I do appreciate it and I see now that I see now that I went the extremely long way around making it even more difficult, because I was thinking I needed to look at the state of the tool arm instead of simply looking at the state of the buttons. From the PLC for dummies stand ...
This post has been liked 0 time(s).
- Wed Jul 02, 2025 10:29 pm
- Forum: Centroid Hickory EtherCAT CNC Controller
- Topic: PLC Programming Question - Not Using the Wizard - (Problem Solved)
- Replies: 8
- Views: 471
Re: PLC Programming Question - Not Using the Wizard - (Problem Solved)
A couple of style and convention comments:
; Check if Tool Setter Machine Ready (INP14) is active
; This sets ToolSetterReady_M if INP14 is active, otherwise, it will be RST by default below
IF TRUE THEN RST ToolSetterReady_M ; Default to OFF
IF INP14 THEN SET ToolSetterReady_M
Supposing that ...
This post has been liked 0 time(s).
- Tue Jul 01, 2025 11:29 pm
- Forum: Centroid Hickory EtherCAT CNC Controller
- Topic: PLC Programming Question - Not Using the Wizard - (Problem Solved)
- Replies: 8
- Views: 471
Re: PLC Programming Question - Not Using the Wizard - (Problem Solved)
Thanks Marc, it took me a long time to get all that to work. I will have to study your comments some more to understand the error vs fault message. I am trying to get a little better understanding of what is going on in the PLC, it is slow going. Gary
This post has been liked 0 time(s).
- Mon Jun 30, 2025 11:58 am
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Updating to 5.30 another disaster
- Replies: 21
- Views: 688
Re: Updating to 5.30 another disaster
Yes, I removed the vertical cutoff slide so the probe arm could swing up over the headstock. It worked fine but I had never used it, I just had a parting tool on the turret.
The arm I used is motorized and I assigned aux buttons to raise and lower it. Gary
The arm I used is motorized and I assigned aux buttons to raise and lower it. Gary
This post has been liked 0 time(s).
- Sun Jun 29, 2025 9:51 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Updating to 5.30 another disaster
- Replies: 21
- Views: 688
Re: Updating to 5.30 another disaster
Well I did two different things. Before I ever did the upgrade I ran the installer on another computer and as soon as all the files extracted I aborted the install. Then I took a good look at the .src file in comparison to my own and saw that I probably wasn't going to be combining them anytime soon ...
This post has been liked 0 time(s).
- Sun Jun 29, 2025 4:01 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Updating to 5.30 another disaster
- Replies: 21
- Views: 688
Re: Updating to 5.30 another disaster
Yeah, I know how to edit and compile it and all that, I am just saying if you have a customized PLC and you want to put those customization in the latest version of the PLC to get all of the new features there is quite a bit more to know than copying a few lines. At least when I compare mine there ...
This post has been liked 0 time(s).