Centroid CNC12 v5.07 rev8 BETA is now available.

Moderator: cnckeith

suntravel
Posts: 1977
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Centroid CNC12 v5.07 rev6 BETA is now available.

Post by suntravel »

Acorn Mill 5.07 R6 done, nothing to complain about so far.

I am really happy with the new Rapid Override :D

Uwe
Attachments
507.jpg
cnckeith
Posts: 7334
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Centroid CNC12 v5.07 rev6 BETA is now available.

Post by cnckeith »

right on, thanks for the feedback.

we figured out why you had to modify the feedrate_override.svg to solve an overlap issue.
looks like you used the old feedrate_override.svg with the new VCP?

The new v5.07 feedrate_override.svg included with the installer has a 'invisible area' in it that has the effect of adding a buffer/padding to the image which makes it easier to read and prevents overlap.
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
suntravel
Posts: 1977
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Centroid CNC12 v5.07 rev6 BETA is now available.

Post by suntravel »

No, I have had the overlap on both right after installing with no modification, so I changed the feedrate_override.svg in the image folder.

Rapid Over button is now kind of obsolete with the new rapid skin....

Would be cool if the VCP changes to Rapid if =0 with Feed selected on the WMPG and back to Feed if released ;)

Uwe
cnckeith
Posts: 7334
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Centroid CNC12 v5.07 rev6 BETA is now available.

Post by cnckeith »

suntravel wrote: Fri Sep 29, 2023 3:32 pm No, I have had the overlap on both right after installing with no modification, so I changed the feedrate_override.svg in the image folder. < hmmm, got to look at it again, i couldn't get that to happen
lathe feed.png
what res are you running at? report shows 1920x1080 is that true?> [/color]

Rapid Over button is now kind of obsolete with the new rapid skin....< yep inadvertently left there, rapid over button should not be on the default 'rapid' skin. and for anyone reading that button will still work so functionality is still there etc if you want the VCP to be like the old way of doing things. so to be clear we are not eliminating any existing functionality >

Would be cool if the VCP changes to Rapid if =0 with Feed selected on the WMPG and back to Feed if released ;) < yeah we can do that>

Uwe
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
suntravel
Posts: 1977
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Centroid CNC12 v5.07 rev6 BETA is now available.

Post by suntravel »

Jep 1920x1080

I defined a new output in the PLC, it is working ( I can see it in the PLC detective ), I can also switch an image in the VCP with it, but making the button Rapid-Feed work like pressed on the VCP fail :D

Code: Select all

<vcp_button>
<plc_output>
		<number>1146</number>
		
    <switch>
        <switch_on>
            <remove>feed_group</remove>
            <remove>feed_button_group</remove>
            <add>rapid_group</add>
            <image_on>rapid_feed_lit.svg</image_on>
        </switch_on>
        <switch_off>
            <remove>rapid_group</remove>
            <add>feed_group</add>
            <add>feed_button_group</add>
            <image_off>rapid_feed.svg</image_off>
        </switch_off>
        <remove>linked_group</remove>
        <add>unlinked_group</add>
    </switch>
        
</plc_output>	

	
</vcp_button>
Uwe
suntravel
Posts: 1977
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Centroid CNC12 v5.07 rev6 BETA is now available.

Post by suntravel »

New issue:

I have only Probe Detect and Probe Tripped as inputs, using them for Tool Touch Off too.

With 5.07 on Acorn Mill this will not work, stops with message TT0 Input not set in PLC.

I have had to set the Input to ToolTouchOffTriggered.....

The Probe will work this way, pls. change this back so TTO and Probe could use the same input.

Uwe
Attachments
report_6433DB0446C1-0811215047_2023-10-01_06-51-53.zip
(1.34 MiB) Downloaded 45 times
suntravel
Posts: 1977
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Centroid CNC12 v5.07 rev6 BETA is now available.

Post by suntravel »

small issues or not, no problem to produce parts with 5.07, as usual for Centroids beta versions, I am sure I have made more parts with beta versions than with regular ones :D



Uwe
cnckeith
Posts: 7334
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Centroid CNC12 v5.07 rev6 BETA is now available.

Post by cnckeith »

suntravel wrote: Sun Oct 01, 2023 12:13 pm small issues or not, no problem to produce parts with 5.07, as usual for Centroids beta versions, I am sure I have made more parts with beta versions than with regular ones :D



Uwe
right on! nice knife! the wood looks a lot like the Juniper growing in my back yard.
great video, thanks for posting the video and your efforts on testing beta software.
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
cnckeith
Posts: 7334
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Centroid CNC12 v5.07 rev6 BETA is now available.

Post by cnckeith »

fyi... the CNC12 installation instructions have been updated to include all Centroid Hardware that is capable of running CNC12 and a introduction/discussion section has been added as well.
(Acorn users will be glad to have the Wizard if they read the Oak/Allin1DC/MPU11 sections)

https://www.centroidcnc.com/centroid_di ... ctions.pdf
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
suntravel
Posts: 1977
Joined: Thu Sep 23, 2021 3:49 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 6433DB0446C1-08115074
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Germany

Re: Centroid CNC12 v5.07 rev6 BETA is now available.

Post by suntravel »

suntravel wrote: Sat Sep 30, 2023 9:34 am New issue:

I have only Probe Detect and Probe Tripped as inputs, using them for Tool Touch Off too.

With 5.07 on Acorn Mill this will not work, stops with message TT0 Input not set in PLC.

I have had to set the Input to ToolTouchOffTriggered.....

The Probe will work this way, pls. change this back so TTO and Probe could use the same input.

Uwe
Same on the lathe, I you use Probe as inputs, the input is also set for TTO in the wizard, with TTO only for the TTO.

But setting up tools with Probe input is not possible.

Not an issue on my lathe, since I have only TTO an free inputs, but on my mill no free inputs and sharing Probe with TTO worked perfectly up to 5.04

Why was this changed, and could we go back pls ?

Schematic S15122 shows also it should be possible to share Probe input with TTO.

Uwe
Locked