Search found 286 matches

by Centroid_Tech
Thu Apr 19, 2018 2:13 pm
Forum: Centroid Acorn CNC Controller
Topic: Maxsine EP-1 Servo Driver Hookup
Replies: 8
Views: 2691

Re: Maxsine EP-1 Servo Driver Hookup

I am confused on what you are asking. Are you asking about plugging directly into the DB25 connector on the ACORN? If so, then you could have used the DB25 connector. You would have had to map the pins for the DB25 connector in the wizard to match your particular DB25 pin layout. You may also have t...
by Centroid_Tech
Wed Apr 18, 2018 10:04 am
Forum: Centroid Acorn CNC Controller
Topic: Work Light Aux 11 Toggle Code Help
Replies: 6
Views: 3441

Re: Work Light Aux 11 Toggle Code Help

It appears that the default logic for the worklight was accidentally overlooked in the PLC program. That will be corrected and resolved in the next release. In the mean time, please add the following logic to the .src file, save it, and recompile it. ;--Worklight IF Aux7Key THEN (Aux7PD) IF (Aux7PD ...
by Centroid_Tech
Wed Apr 11, 2018 2:31 pm
Forum: Centroid Acorn CNC Controller
Topic: PLC Program For Emco PC Turn 55 (using original turret board and motor) <Success>
Replies: 71
Views: 29347

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

Also the reason why M101/5006 didn't work is because you are missing a 0. It should be M101/50006.
by Centroid_Tech
Wed Apr 11, 2018 2:30 pm
Forum: Centroid Acorn CNC Controller
Topic: PLC Program For Emco PC Turn 55 (using original turret board and motor) <Success>
Replies: 71
Views: 29347

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

The reason it's not working is that it appears that you ran the wizard after copying the files I sent which overwrote the PLC program so that it doesn't have any logic associated with the turret I/O. Please copy the files into the c:\cnct directory. As that PLC program stands, the following I/O is u...
by Centroid_Tech
Wed Apr 11, 2018 1:00 pm
Forum: Centroid Acorn CNC Controller
Topic: Questions about connecting VFD...
Replies: 19
Views: 5489

Re: Questions about connecting VFD...

The fault signal should be connected because if the VFD ever has a fault, the control needs to know this so that it can stop motion. If not, then the control will continue to move the table while the spindle isn't spinning. You will damage your tool, part, and possibly the spindle. If you got the VF...
by Centroid_Tech
Wed Apr 11, 2018 12:42 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Aux Key +10% or -10% Spindle RPM <answered>
Replies: 5
Views: 2485

Re: Aux Key +10% or -10% Spindle RPM

You should be able to accomplish that with something like the following in your PLC program.

TenPercentSpeed = SpinSpeedCommand_FW * 0.1

IF Aux11 THEN SpinSpeedCommand_FW = SpinSpeedCommand_FW - TenPercentSpeed
IF Aux12 THEN SpinSpeedCommand_FW = SpinSpeedCommand_FW + TenPercentSpeed
by Centroid_Tech
Wed Apr 11, 2018 12:27 pm
Forum: Centroid Acorn CNC Controller
Topic: Maxsine EP-1 Servo Driver Hookup
Replies: 8
Views: 2691

Re: Maxsine EP-1 Servo Driver Hookup

Looking at the manual, your connections are incorrect. The PULS+ and DIR+ signals should be tied to +VDC while the PULS- and DIR- should be tied to the outputs from the ACORN with the appropriate resistor installed. You don't need to worry about the AS signals as we do not supply that for axis drive...
by Centroid_Tech
Wed Apr 11, 2018 11:58 am
Forum: Centroid Acorn CNC Controller
Topic: Auto Tool setting in CNC12 Lathe Pro not working <answered >
Replies: 15
Views: 6251

Re: Auto Tool setting in CNC12 Lathe Pro not working

Looking at the report, parameter 244 isn't set to the input that your tool touch off device is installed on. Please set that accordingly. From the main screen press F1(Setup)->F3(Config)->F3(Params)
by Centroid_Tech
Tue Apr 10, 2018 5:55 pm
Forum: Centroid Acorn CNC Controller
Topic: PLC Program For Emco PC Turn 55 (using original turret board and motor) <Success>
Replies: 71
Views: 29347

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

Those are in the PLC source file, which has a .src file extension. All of the I/O definitions and all of the logic are in the PLC source file. We are working on getting the wizard setup in such a way that the user just has to set a few parameters that tells the control what I/O their turret/tool cha...
by Centroid_Tech
Thu Apr 05, 2018 2:31 pm
Forum: Centroid Acorn CNC Controller
Topic: Rigid tapping - Mill Intercon
Replies: 10
Views: 3697

Re: Rigid tapping - Mill Intercon

The next release of the CNC12 software will resolve the 509 Option Not Available message with Rigid Tapping.