Table of Contents

Description

Bridgeport Series 1 MDI is a vertical knee mill made in the early 80s, capable of fully automated CNC operation, semi-automated MDI (Manual Data Input) work, as well as traditional manual machining using mechanically coupled handwheels - or any combination of the three within a single job. Factory-fitted mechanical handwheels are a very rare feature in CNC milling machines, which makes this this model rather unique and extremely useful for learning and prototyping.

The mill is made almost entirely of cast iron, weighs about 1500kg and provides a 457x305x127mm (X/Y/Z) working area, adjustable along the Z axis within further 365mm by moving the knee. Major cast parts are shared with the Bridgeport Series 1 CNC mill, which is equipped with a much more advanced control, but lacks handwheels for manual operation. Other mills sharing all or most major parts include Bridgeport BOSS, Bridgeport EZ Trak and early Bridgeport Interact models.

The spindle is driven by a 1.5kW 3-phase induction motor controlled with an INVT GD10-R2G2-4-B 2.2kW VFD and a Reeves-style continuously variable transmission system. Tools use an Erickson QuickChange 30 mount, which is a modified DIN 2080/NMTB 30 taper. The milling head/spindle assembly as a whole is a CNC-specific variant of the Bridgeport 2J2 milling head, mounted on a rigid ram, with a permanently coupled ball screw quill in place of the lever-operated classic Bridgeport quill.

The X (table), Y (saddle) and Z (quill) axes are driven by SEM MT30H4-44 permanent magnet brushed DC servo motors equipped with built-in tachometers and fitted with coaxial Heidenhain ROD 450B 125line/rev sin/cos encoders. The servos drive 5mm/rev ball screws through toothed belts at a 2:1 reduction ratio. Notably, the X and Z ball screws are stationary and the nut, integrated with a belt pulley, is being rotated around them. Additionally, the Z ball screw is a part of the quill, with the spindle encased within it.

The servos are controlled by a single Bosch Z15-1A SCR-based servo drive card operating in velocity regulation mode, with a PID feedback loop monitoring the tachometer output. A single servo drive imposes an obvious limitation: only one axis can be driven at a time, the two others being held in place with solenoid-actuated disc brakes to keep the ball screws from being backdriven. The Bosch board is due to be replaced by a set of modern servo drives.

The mill is controlled by a Heidenhain TNC 131 control module, based on the Intel 8085 CPU. TNC 131 is intended to be used as a Manual Data Input control, but can accept and output program data over RS-232 as well. It is, unfortunately, limited to straight cuts, being unable to interpolate arcs or even diagonals, which is why the machine isn't fitted with more than one servo drive board.

For manual operation, a handwheel on each axis can be engaged at will. Doing that couples it to the axis drive, cuts servo power and releases the disc brake on the axis. As the brakes are the only means of preventing ball screw backfeed with no servo power, it is not a good idea to engage all handwheels at once. Instead, they should be engaged as needed and disengaged immediately afterwards.

Additional features include a Bijur Delimon automatic oiling system, coolant reservoir and flood coolant pump.

Technical specifications

Spindle bearings

Main bearings: currently NSK 7207CTRDULP4Y. Previously FAFNIR 207.

Suitable NSK part numbers match ^7207C(TR|TYN)D(U|B)(L|M)P4(|Y)$

If replacement is needed, the requirements are:

Spindle transmission

Lubrication

Quick change tooling

Tools use an Erickson QuickChange 30 (a.k.a. QC30) mount, which is a modified DIN 2080/NMTB 30 taper.

Alas, it's near-impossible to buy used/cheap chinese QC30 tooling. There are very few manufacturers of QC30 tool holders and the only reasonable option for us is ZM Kolno (BISON). We buy ZM Kolno tooling via Polvis

Here are compatible tool holders we have:

Incompatible holders we have:

What we need to buy

  1. Holder na uchwyt wiertarski J6 (0642 153 549 459), ewentualnie J33 (0642 153 549 446) + uchwyt wiertarski 1-16mm od JANGO (trzeba zadzwonić i zapytać o cenę)… Warto też zapytać ZM Kolno czy zrobią holder ISO 30 QC na D18, to wtedy nowy uchwyt wiertarski nie będzie potrzebny
  2. Holder ER16 - 0642 176 168 618 - 180zł
  3. Holder ER32 - 0642 176 168 710 - 185zł
  4. Shell mill holder: 0642 173 309 246 - 223zł
  5. Zestaw 5 tulejek DA, po jednej do każdego holdera który mamy. https://sklep.fatpol.pl/da-erickson - tu są najtaniej jakie znalazłem. Alternatywnie http://santools.de/, wychodzi niewiele drożej. System DA jest gorszy pod każdym względem od ER (nie warto w niego inwestować jako główny system), ale posiadanie wielu tool holderów znacznie zwiększa ergonomię pracy, i możemy mieć ich 5 za niewiele więcej jak cena jednego nowego tool holdera ER.

Someday/Maybe

typ 2190 - półfabrykat trzpienia, nie ma numerów pod QC30, ale możliwe, że sprzedadzą on request.

Morse taper holders:

Weldon flat holders (sztywniejsze od ER, ale tylko jeden rozmiar):

Manuals and Datasheets

  1. Locknut assembly
  2. Grinding flanges to fit QC30

TODO

  1. Buy/trade more QC30 tooling
  2. Buy a spindle with a through hole for a drawbar or have the original spindle drilled through - note that the CNC spindle is longer than a classic Bridgeport spindle, which won't fit
  3. Add a spindle encoder using automatic car transmission Hall effect sensors using this guide as a starting point.
  4. Rebuild the coolant system, add mist nozzle

Accessing Bridgeport controller computer

Add your nc files for cutting to ~/Desktop/cnc-files/<your-username>. You can do it via SMB share:

  smb://bridgeport.waw.hackerspace.pl → cnc-files
  

On Windows, go to Windows Explorer → Network → go to share:

  \\bridgeport.waw.hackerspace.pl

To upload your files via SMB, make sure to `chmod a+w ~/Desktop/cnc-files/<your-username>` first.

SSH:

  ssh bridgeport@bridgeport.local
  ssh bridgeport@bridgeport.waw.hackerspace.pl # (same thing)

You must manually copy your ssh public key to Bridgeport's `/home/bridgeport/.ssh/authorized_keys`.

Bridgeport's LinuxCNC configuration is kept on https://code.hackerspace.pl/radex/bridgeport/ . If you update /home/bridgeport/linuxcnc, be sure to commit and push your changes. Ask radex for access if needed.

RS232 link (legacy Heidehein 131 controller)

TNC 131 requires a standards-compliant RS232 link with hardware flow control (lack of DTR/DSR will prevent any communication), use a good USB-to-serialconverter. Prolific PL2303 has been tested and confirmed to work properly.

PySerial example:

import serial
 
# Open serial port
s = serial.Serial('/dev/ttyUSB0', 2400, parity=serial.PARITY_EVEN, rtscts=1, dsrdtr=1, bytesize=serial.SEVENBITS)
 
# Send file to TNC
s.write(open('file','r').read())
 
# Read TNC memory
while l = s.readline():
    print(l)

Transfer needs to be initiated from the TNC, for details see the TNC 131 Operation Manual, chapter E4.