Search found 3835 matches

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: 2
Views: 55

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: 32

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: 330

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: 6
Views: 130

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: 6
Views: 130

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).
by cncsnw
Wed Apr 17, 2024 11:42 am
Forum: Centroid Acorn CNC Controller
Topic: Multi Spindle CNC Router control options
Replies: 18
Views: 330

Re: Multi Spindle CNC Router control options

Helical arcs in G17, using W instead of Z, should work just fine.

Arcs in G18 or G19 will not work with the W axis. You would have to get your CAM software to post them as a series of short G1 moves instead.
by cncsnw
Tue Apr 16, 2024 12:31 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Help with tool change macro
Replies: 5
Views: 198

Re: Help with tool change macro

You might also want to configure the machine to home using the monitoring switch as a home switch, so that machine zero on the Z axis is just below the carousel. In your tool-change macro you can set the Z+ software travel limit to a non-zero value (e.g. +2.10") to allow movement above machine ...
by cncsnw
Tue Apr 16, 2024 12:28 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Help with tool change macro
Replies: 5
Views: 198

Re: Help with tool change macro

In that case you probably want your PLC program to trigger an immediate Fault if the monitoring switch is tripped and the spindle zero-speed signal is not closed.
by cncsnw
Tue Apr 16, 2024 12:25 pm
Forum: Centroid Acorn CNC Controller
Topic: Trouble creating Air Blast Macro
Replies: 14
Views: 323

Re: Trouble creating Air Blast Macro

You will have to look at what value you have in Machine Parameter 18.
by cncsnw
Tue Apr 16, 2024 1:58 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Hardinge CHNC4 Retrofit
Replies: 166
Views: 73775

Re: Hardinge CHNC4 Retrofit

Is there a way to see an index pulse? On the PID Configuration screen, and on the F3/Encoder screen below it, you will see an asterisk next to the axis label in the left-most column whenever the index pulse is present for that axis. The index pulse, or lack thereof, will not cause servo instability...