Windows XP and Acorn

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

Post Reply
gttool
Posts: 30
Joined: Wed Oct 28, 2020 6:17 am
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: Yes
CNC Control System Serial Number: A900966
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Sydney Australia

Windows XP and Acorn

Post by gttool »

Have a customers machine that i am in the process of converting - laser cutter for cutting blinds
It was using some proprietary software that works quite well but it is written in VB6 which wont work on later windows versions
Is there a version of the Centroid software that would work with XP ?
Geoff
ShawnM
Posts: 2234
Joined: Fri May 24, 2019 8:34 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 7804734C6498-0401191832
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Clearwater, FL

Re: Windows XP and Acorn

Post by ShawnM »

Nope, Windows 10 or 11 only.
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: Windows XP and Acorn

Post by cnckeith »

gttool wrote: Thu Sep 21, 2023 4:53 pm Have a customers machine that i am in the process of converting - laser cutter for cutting blinds
It was using some proprietary software that works quite well but it is written in VB6 which wont work on later windows versions
Is there a version of the Centroid software that would work with XP ?
Geoff
why?
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
gttool
Posts: 30
Joined: Wed Oct 28, 2020 6:17 am
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: Yes
CNC Control System Serial Number: A900966
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Sydney Australia

Re: Windows XP and Acorn

Post by gttool »

The complementary program was designed to cut fabric for blinds it is actually quite good but programmed in visual basic 6 which only works in XP or 98 ( this was written about 2000 )
have done a basic program that allow the operator to put a width, drop and 0 offset but they want to enter all sizes into a spreadsheet and then be able to place them on the table together ( drag drop to screen )
machine has 3000 x 4800 table
absolutely no option to get them to draw in a cad program and export to the machine .... tried it.. they don't want to know
Sword
Posts: 667
Joined: Fri Nov 30, 2018 1:04 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: No
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Thorp WI

Re: Windows XP and Acorn

Post by Sword »

Does this program output/save a G-code file that can then be run on the machine? If that's the case, there's no need to have this program on the control PC, just save the file and transfer to the control PC.

You can always use VirtualBox in Win 10/11 to run an instance of Win XP for running old programs.
Scott
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: Windows XP and Acorn

Post by cnckeith »

Sword wrote: Fri Sep 22, 2023 10:56 am Does this program output/save a G-code file that can then be run on the machine? If that's the case, there's no need to have this program on the control PC, just save the file and transfer to the control PC.

You can always use VirtualBox in Win 10/11 to run an instance of Win XP for running old programs.
yep!
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
gttool
Posts: 30
Joined: Wed Oct 28, 2020 6:17 am
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: Yes
CNC Control System Serial Number: A900966
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Sydney Australia

Re: Windows XP and Acorn

Post by gttool »

currently running it on a virtual machine
operators are not that smart unfortunately
program worked with a Galil card so the output needs to be modified
Not that simple at 30,000 lines of code
May just get a completely new program written to make it all work on W11
Thanks for the input
Geoff
Sword
Posts: 667
Joined: Fri Nov 30, 2018 1:04 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: No
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Thorp WI

Re: Windows XP and Acorn

Post by Sword »

Post a sample of the code. You might be able to create a NotePad++ macro that could be quickly run on the file to auto edit, add/remove, and save. I do that for laser output from LightBurn.

If you or someone you know are adept at VisualBasic, you might be able to change the output.
Scott
gttool
Posts: 30
Joined: Wed Oct 28, 2020 6:17 am
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: Yes
CNC Control System Serial Number: A900966
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Sydney Australia

Re: Windows XP and Acorn

Post by gttool »

Have a guy on it probably just make a new program ,
the codes easy it's the GUI that the fun bit
have a basic program that the operator can enter width drop but they want to be able to enter XXX sizes and then populate it to the cutting area automatically
Post Reply