TetraLite
Products
This Page is Under Construction!
The 7x10, 7x12 and 7x14 Sieg C2 Mini Lathes
Notes and accessories for the popular
7x1X mini lathes made in China by Sieg and marketed by Grizzly, Harbor Freight,
Enco and many more US suppliers.
Spindle Index Pulse Interrupter Disc:
http://tetralite.com/lathe/spinsensor.html - Buy a one-pulse-per-revolution
spindle interrupter disc (cheap!) to add spindle speed and position sensing
to your mini lathe. This page also shows the sensor mounted on the lathe and
a schematic for wiring the sensor.
Adding spindle speed and direction control to your CNC adapted 7x10,
7x12 or 7x14 mini lathe with the Sieg FC250J/110V DC motor controller board:
This adaptation uses the model C6 speed controller board from CNC4PC
(cnc4pc.com) along with Mach3 Turn software.
Notes for Connecting the CNC4PC model C6 Spindle Speed Control Interface
to the Sieg FC250J/110V DC Motor Speed Controller Board Found on
Sieg Model C2 7x12 Mini Lathes from China.
This modification requires a minimal amount of wiring changes to the lathe which may still be operated manually or by CNC. The FC250J/110V DC motor speed controller board is found in many late model versions of this lathe having the big red power button type switch on brands including Grizzly, Harbor Freight and others.
WARNING! The motor controller board in these lathes is connected directly to the AC mains. Any external "ground" connections must be isolated from the lathe's AC mains ground (the ground that is connected to house or shop wiring through the third prong on the AC power plug). Extreme caution should be taken when making this modification because contact with the AC mains can cause injury or even death. Failure to isolate your computer, the lathe's motor controller board and your CNC electronics will result in sparks, smoke and damage to these components. If you are not sure of the isolation of the various "grounds" do not turn everything on until you are sure, or until you find someone who knows about such things to check your wiring.
The changes made to the lathe wiring are (refer to the diagram below on this page):
1. The Direction Relay is added in series with the existing Direction Switch (SW3). The lathe's existing direction switch should always be set to the Forward position when operating in CNC mode. In Manual mode, it may be used to change the spindle direction as usual. The new Direction Relay's contacts must be capable of handling the power requirements of the DC motor in the lathe. Be sure to add the 1N4001 diode across the relay coil, observing the proper polarity.
2. A DPDT switch (SW4) is added to serve as an input mode selector. The modes are CNC operation and Manual operation. In the Manual operation position, the wiper of the existing manual speed control potentiometer is switched onto the P2 terminal of the motor speed controller board and the existing switch on the potentiometer (SW2) supplies AC power to the motor controller only when the potentiometer is turned on, just like the unmodified lathe. In the CNC operation position, the output control voltage from the C6 interface is routed to the P2 connection instead of the wiper of the potentiometer. Also, the other pole of SW4 performs the same function as the switch (SW2) on the potentiometer, supplying the AC power to the motor controller board in CNC mode.
3. The ground from the C6 is connected to terminal P3 on the motor controller board. (Note that on the FC250J/110V controller board, P3 is the more negative side of the potentiometer and is therefore used as the "ground" reference for the analog input signal to P2. On other controllers, P1 is usually the more negative potentiometer connection. To be sure, measure the voltage across P1 and P3, noting which terminal is the negative side.) This negative reference "ground" must be isolated (or "floated") from the AC ground which is connected to the lathe chassis, the mains ground and the computer port ground because the P3 terminal is connected directly to the mains through the bridge rectifier on the motor controller board. Therefore, the power supply for the C6 board must be isolated from all other grounds and the jumpers must be set on the C6 board for optoisolation to keep the computer's ground isolated from the C6 ground.
Notes on Operation
1. Never change the position of the Direction Switch (SW3) or the Manual/CNC Selection Switch (SW4) while the lathe spindle is under power and/or moving. The spindle must be stopped before changing it's direction. Abrupt direction changes can damage the motor controller board or cause mechanical damage to lathe parts or, at best, blow the fuse in the lathe.
2. The CNC software must be configured to disallow the change of state of the Direction Relay (and thereby abruptly reversing the DC voltage applied to the motor) when the spindle is under power and/or moving. To accomplish this, be certain that the software or g-code inserts a delay that is long enough to allow the spindle to come to a complete stop when direction change is desired. In Mach3, for example, there are dwell settings available for this purpose and if the spindle is running as a result of an M3 command, issuing the M4 command will first command the spindle to stop (M5), then wait for the programmed dwell time and then finally issue the M4 command. It can also be set to do the same thing when changing direction the other way from M4 to M3. This can also be achieved by programming dwells directly in G-code in a part program, but if the automatic control of spindle direction change can be implemented in the software it absolutely should be for the added protection of the equipment.
3. The diagram was drawn with Mach3 software in mind and shows one of the computer's parallel port pins assigned to the Step output of the spindle motor set up in the software. This pin is connected to the Step input of the C6 board. The associated "Dir" (Direction) signal is not required and does not need to be assigned to any output pin of the parallel port.
In Mach3, the spindle settings should be set as follows:
Config Menu>Ports and Pins>Motor Outputs(Tab): Spindle enabled, Dir pin number assigned to available port pin.
Config Menu>Ports and Pins>Spindle Setup(Tab): Motor Control section: check boxes "Use Spindle Motor Output" and "Step/Dir Motor".
Config Menu>Ports and Pins>Spindle Setup(Tab): Special Functions section:
check boxes "Use Spindle Feedback in Sync Mode", "Closed Loop
Spindle Control" and "Spindle Speed Averaging".
This assumes you have a one pulse per revolution spindle sensor input to the
parallel port and assigned as such under the Input Signals tab, Index signal
input configuration.
Config Menu>Ports and Pins>Spindle Setup(Tab): Relay Control section: uncheck the "Disable Spindle Relays" box and assign the Clockwise (M3) Output number, then go to Config Menu>Ports and Pins>Output Signals (Tab) and assign a port pin number to the Output number. Note that you can also assign an output function to one of the Flood/Mist commands (M7 or M8) and use it to drive Relay 1 on the C6 board to control one of these functions.
Config Menu>Ports and Pins>Spindle Setup tab: in the General Parameters section (where spin-up and spin-down is set), DO NOT check the box "Immediate relay off before delay". When checked, the direction relay will switch if you give an M3 or M4 command while the spindle is still turning and hasn't had time to spin down, that is, the relay is activated or deactivated immediately at the start of the spin-down and abruptly switches the motor leads -- not good if the spindle is still turning! With the boxed unchecked, the spin-down occurs first, then the relay switches, then the spindle starts up in the opposite direction and it is all very smooth. Just be sure that the spindle along with whatever mass of the part it is holding has time to come to a stop with the spin-down delay settings for both directions.
Refer to the CNC4PC C6 Manual and the Mach3 Turn Manual (both available online from the CNC4PC and Mach3 websites) for additional information on these and other settings.
More about the C6 controller board is at http://www.cnc4pc.com/Store/osc/product_info.php?cPath=25&products_id=58 where you can purchase this board.
Here's the "Direction Relay" I used: http://www.digikey.com/product-detail/en/RM805012/PB931-ND/1095256 -- don't forget to add the 1N4001 diode wired across the relay coil to prevent reverse voltage spikes when the relay coil deactivates.
Switch "SW4" in the schematic is a DPDT toggle switch with 10A (or more) contact ratings.
Schematic diagram showing how my system is wired: