Search found 3850 matches

by cncsnw
Sat Apr 20, 2024 6:35 pm
Forum: Machining Strategies. Work Holding, Tool Path, Cutters, Feeds/Speeds etc.
Topic: dxf import
Replies: 7
Views: 140

Re: dxf import

I don't see anything wrong with the file.

I was able to read it in CNC12 offline/demo v5.00.

What CNC11 or CNC12 software version are you using?
by cncsnw
Sat Apr 20, 2024 6:25 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: With the Atc option, Can we run without the ATC
Replies: 6
Views: 115

Re: With the Atc option, Can we run without the ATC

Yes. A good starting point is to set P6 = 0 and P160 = 0. Beyond that, it mostly depends on your M6 macro and your PLC program. If your M6 macro does not recognize P6==0 and fall back on manual tool changes, then you will need to temporarily delete or rename it so that CNC12 just uses the default ma...
by cncsnw
Sat Apr 20, 2024 2:37 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: +\- 10vDc PLC spindle code for ALLINONEDC
Replies: 5
Views: 120

Re: +\- 10vDc PLC spindle code for ALLINONEDC

My complete Allin1DC basic mill PLC program is attached, for reference. I use Parameter 178 bit 2 (+4) to select bipolar analog.
by cncsnw
Sat Apr 20, 2024 2:36 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: +\- 10vDc PLC spindle code for ALLINONEDC
Replies: 5
Views: 120

Re: +\- 10vDc PLC spindle code for ALLINONEDC

Rigid tapping is not a factor one way or the other. To do tapping, you need to be able to make the spindle rotate forward and rotate reverse, at more or less the requested speed. It does not matter whether reverse rotation is accomplished with a bipolar analog signal, or with an alternate "run&...
by cncsnw
Fri Apr 19, 2024 6:27 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Hardinge CHNC4 Retrofit
Replies: 177
Views: 74271

Re: Hardinge CHNC4 Retrofit

Do you mean INP3, on the Alt-i display on the computer screen, is flickering between green and red? Or do you mean that a physical LED on the Allin1DC board, which happens to be near the limit defeater DIP switches, is blinking? If the latter, that has nothing to do with the limit switch defeaters. ...
by cncsnw
Fri Apr 19, 2024 5:19 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: +\- 10vDc PLC spindle code for ALLINONEDC
Replies: 5
Views: 120

Re: +\- 10vDc PLC spindle code for ALLINONEDC

Assuming you only want to use it for speed control, then that should work (output a value from 2048 to 4095 for 0V to +10V). My standard code is like this (having previously set "SpindleAnalogBipolar_M" per a parameter selection). ;Convert RPM to 12 bit value IF True THEN TwelveBitSpeed_FW...
by cncsnw
Fri Apr 19, 2024 12:16 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: 6 VDC Coolant pump
Replies: 2
Views: 64

Re: 6 VDC Coolant pump

No, but you don't get power for the coolant pump "out of the Allin1DC" in any circumstance. You need to find and install a suitable DC power supply, and a relay to switch it with. Then you use the Allin1DC output relay to switch the coil of the relay that in turn switches power to the pump...
by cncsnw
Fri Apr 19, 2024 1:22 am
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 446

Re: Multi Spindle CNC Router control options

Wiring the analog signal to two or three VFDs in parallel is generally not a problem.

The maximum load on the analog output for most Centroid boards is 10mA.

Typical VFD analog input impedance is 10K or higher, so the draw at 10V would usually be ca. 1mA per VFD.
by cncsnw
Thu Apr 18, 2024 1:01 am
Forum: Centroid Acorn CNC Controller
Topic: VFD control voltage
Replies: 10
Views: 278

Re: VFD control voltage

If you disconnect the Acorn's analog signal from the VFD, and give a full-speed command, do you again get +10V? If not, then the Acorn's analog output section has probably been damaged in some way. If you do get +10V when disconnected from the VFD, then something about the VFD analog input is puttin...
by cncsnw
Wed Apr 17, 2024 11:46 am
Forum: Centroid Acorn CNC Controller
Topic: VFD control voltage
Replies: 10
Views: 278

Re: VFD control voltage

Does your VFD really call the analog input terminal "AO1"?

That is a more common naming pattern for an analog output (e.g. speed or load monitor signal).