Advanced Search

Search Results (Searched for: MaxNC)

28 Feb 2021 18:06
Replied by Ph3641 on topic FOR SALE: MaxNC T2 Lathe

FOR SALE: MaxNC T2 Lathe

Category: User Exchange

I just seen your ad. I was hoping you might
still have it, a really really nice lathe, please let me know.
Thank You
Ph3641
Paul
28 Feb 2021 17:52
Replied by Ph3641 on topic FOR SALE: MaxNC T2 Lathe

FOR SALE: MaxNC T2 Lathe

Category: User Exchange

Hello, I much to my disappointment, I just noticed you put this online a year ago. I guess there is no chance you still have it, a really nice setup.
Thank You
Paul
Ph3641
03 Feb 2021 22:50

MaxNC T2 X-axis Stepper Motor?

Category: Turning

Parallel ports are actually pretty easy to find, still. Especially if you also look at those boards with a header for the p-port rather than a back panel.

Three with a port:
www.mini-itx.com/store/category?type=mot...&sortby=price&page=1

Five with a header:
www.mini-itx.com/store/category?type=mot...&sortby=price&page=1

But I am not sure if that was a question?
02 Feb 2021 16:00

MaxNC T2 X-axis Stepper Motor?

Category: Turning

The old Dell laptop controlling the machine has been on for ten years straight and our IT department won't replace it. It has a parallel printer port which is hard to find in a laptop or even desktop.
02 Feb 2021 15:59

MaxNC T2 X-axis Stepper Motor?

Category: Turning

I'd prefer to keep the same motor as it's still in good condition. I think it's a Lin Engineering stepper motor.
02 Feb 2021 00:39

MaxNC T2 X-axis Stepper Motor?

Category: Turning

Is the MaxNC motor classed as the outdated electronics, or is it going to be part of the refit?

You might be better getting a matching closed-loop stepper and drive rathe than trying to figure out the motor that you have.
01 Feb 2021 22:40

MaxNC T2 X-axis Stepper Motor?

Category: Turning

Good day,

I'm trying to find the specifications for a MazNC T2 x-axis stepper motor, it's has a optical encoder attached to it. We have a custom machine in our facility made from a T2 lathe, I cannot find any stickers on the motor itself. My task is to upgrade the machine to modern electronics.

Your help would be appreciated.
28 Jan 2021 08:33

Taig CNC Mill Upgrades: Probe, Spindle, Pendant, etc..

Category: Show Your Stuff

After getting back to my Taig CNC mill after a few years, I decided to make a few overdue improvements. I changed from a parallel port to a 7I76e, added a pendant/MPG liberated from a commercial machine, added a tool length measurement (TLM) system, and a speed-controlled spindle. I also moved from Axis to Gmoccapy. The whole thing was integrated into a new enclosure with a new SMPS. The 7I76e and pendant required little work to incorporate, mostly just applying existing HAL components and some integration work. The TLM required making a probe and remapping the M6 code. That mostly followed the published guidelines but I think it has a few unique features, so I will describe it in a separate forum topic. The speed-controlled spindle was by far the biggest effort, requiring changes to the Taig (though nothing drastic or irreversible) as well as significant new hardware and a new HAL component. I will describe the hardware here, but the HAL component will be described in a separate topic; hopefully, this will make the information more digestible.

Tool Probe:
For the TLM, a hardware probe switch for the LinuxCNC G38.2 code was required. There are several designs around, including some "zero" designs that use the conductivity of the tool and the work, or force-measuring resistors interposed between tool tip and work. The 3D printing world uses many such cheap and cheerful devices with complex software for auto-levelling and nozzle height calibration, but my experience of them is that they are mostly not very accurate or reliable. My current printer uses solid rigid structures and old school measuring and adjusting methods to get the required accuracy, which works very well unless the tool (nozzle) needs to be changed frequently. For the Taig, I needed a system that worked with multiple tools and work offsets, and didn't want complex software, so I adopted the approach of many commercial machines that use a high quality switch in an accurately known location. This allows tool offsets to be independent of work coordinates. It also provides for tool measuring inside a program, though this is secondary. Commercially, tools are generally in holders such as the CAT40 type, so tool offsets are completely repeatable when tools are changed. Tools can be measured once only, during job setup (or they might be touched off manually if there is no TLM sensor). TLM done inside a program is used mainly for tool breakage detection and wear adjustment using deliberately-inserted special M-codes. In my case, with the standard ER16 spindle, I have no effective way to reload random tools with the same offset, so I do TLM after each tool change, as part of the M6 code. This requires an accurate probe switch in a fixed (or at least known) location, and why I remapped M6.

Some of the commercial mills have complex laser beam systems, but many of the commercial mills use a simple plunger fixed to the table that activates proximity switches. In lathes, there is less room, so one popular solution is the Omron-style 4 switch unit that is not much more than an inch cube in size. They are pretty pricey, well built, and highly accurate, but the sensors don't like high-speed contact with lathe tools, so it's easy to find a smashed unit with some of the sensors still good. I pressed out one of these (carefully), pressed it into a small piece of aluminium and bolted it to the Taig table. Channels milled underneath bring out a coaxial audio cable to the CNC probe input.


Tool probe attached to the Taig table. The small contact button on top is about 4mm diameter carbide. Note how well protected is the switch (Hint: you can't see it at all!)

I've tested the repeatability of the switch and it is better than .0002". It's probably better than in the average lathe, because the permanent mounting to the table is more rigid. Incidentally, some of the cheap mechanical micro switches are surprisingly accurate, for at least some of their life, so would make good sensors - but protecting them from chips and such would not be easy. I found they worked very well in the first 3D printer auto-level Z probe I built.

For control, I added a simple side panel to Gmoccapy. This is only really used to calibrate the probe at power-up and show status. I also used some of the built-in Gmoccapy probe configuration functionality, but I adapted it slightly as it did not entirely match my model of operation.

Spindle:
The Taig mill is incredibly mechanically solid for its size, and the CNC-ready version is easily made into a CNC mill with a few steppers in just a couple of hours. It is to my mind the only affordable option for a desktop CNC mill capable of doing real work (up to it's size limits, of course). Possibly the Sherline is a competitor, but I have no experience of it. I did own a MAXNC mill for while, but it was too small, the structure was flimsy and the axis drive components were a joke. The standard spindle motor of the Taig is powerful enough (1/4 HP, 185W), but massive (something like 15lbs hanging on the Z carriage) and fixed speed with 6-step pulleys. It is in my opinion the most restricting point in the basic design, though upgraded spindle drives are commercially available. After some research, I came across the ODrive , a dual motor controller for low-cost BLDC motors, such as are used in model aircraft and vehicles. BLDC motors are attractive for their wide controllable speed range and high power/weight ratio, as well as low cost. After playing with it for a while, I installed the ODrive, a BLDC motor and encoder on the Taig, and wrote a HAL component to provide VFD-like functions. I will describe the HAL component in a separate topic, and only describe the hardware here.

The ODrive is a PCB-level device, based on an STM32 microcontroller, designed for position control as well as velocity control of two motors, and can be used to replace servos or steppers. The position control makes it attractive for functions like spindle orientation and as a lathe C-axis for mill-turning operations. Currently my HAL component is a VFD, although it does provide position feedback and supports synchronized tapping. As a word of warning, I initially obtained a China clone which supported only one motor, to save space, but it had no regeneration handling, so was useless. I had some entertainment getting my money back.

Note the ODrive project is still in development, so it's likely to have some bugs (though I have seen none so far) and some shortcomings, but is also likely to become better. I have no affiliation with this organization.

Choosing components for a new project sometimes presents problems in establishing clear requirements that are achievable within cost and availability constraints. My desire was that the speed controlled motor provide at least as much power to the spindle as the existing motor, throughout the range of speeds from 1000 to 10,000 RPM, on the basis that I knew the Taig motor was adequate to the type of tasks it could handle. By definition and ignoring losses, a 1/4HP motor at full load provides 0.5 N-m torque at 3540 RPM. On the lowest step of the Taig pulley this becomes 1.5 N-m at 1200 RPM. If a speed-controlled motor is capable of providing that much torque at that low RPM, but is also able to reach 10,000 RPM, it could be used to directly drive the spindle, without gearing or step pulleys, as generally, the power output will increase with speed. In the end, very few available motors met these conditions, and I chose the ODrive D5065 motor with a torque of 2 N-m at maximum rated current. The fact it was a dual shaft motor to enable mounting of an encoder was actually the prime driver. With a 1.25 step up the motor can reach 10,000 RPM, making the maximum spindle torque 1.6 N-m. Thus a fixed pulley arrangement can be used to cover the entire speed range with the desired low-end torque.

Without getting into too much detail, it was decided to use a Meanwell LRS350 350W 48V SMPS to power the ODrive, or approximately twice the power required at the lowest speed. Physical size of the SMPS was a major consideration. The excess power availability will cause the maximum spindle power to be torque-limited (power will increase linearly with speed) up to the power capacity of the SMPS, and then be power-limited after that (torque will reduce). In effect, it will be a 1/2HP motor above 2000 RPM. This assumes that the ODrive second motor driver is not used.

To attach it to the Taig, I kept the same general arrangement of mounting the motor on a small plate attached to the Z carriage, driving the spindle via a belt and pulleys. I made a new plate for the BLDC motor mount dimensions and a new motor pulley (8mm bore versus 3/8"), driving one of the existing spindle pulley steps with the existing belt. The motor pulley is sized to provide the 1.25:1 step up. A CUI AMT102 encoder is mounted on the top of a 3D-printed motor enclosure and runs on the motor second shaft.


BLDC motor on mounting plate, encoder on top of 3D-printed enclosure. New pulley on bottom shaft.


The ODrive is mounted on an aluminium bracket on a DIN rail inside my recently-rebuilt CNC control enclosure, as is the 48V SMPS. I found it necessary to add a common mode choke on the motor wires to reduce noise.


ODrive board mounted on DIN rail in control cabinet


The ODrive has several control interfaces. The so-called Native Interface is USB, and Python modules and a tool are provided to allow configuration and management from a Python prompt or script running on a PC. There is also a UART interface which accepts some simple ASCII commands, often using an Arduino as a go-between, and a CAN interface. Additionally, there are GPIO pins that can be used to provide a step-and-direction interface or analog speed control. I was initially going to use this to connect directly to the 7I76E spindle outputs, but this isn't entirely supported yet. You can do it but it requires a Python script running on the PC to read the GPIO inputs then issue USB commands back to the drive, which seems silly. Alternatively, code in the ODrive itself (C++) could be provided. My design decision was to use the Native interface for everything, so the HAL component is written in Python and uses the ODrive modules to provide the communication. The HAL component does not need to know about the USB details. Naturally a physical USB hardware interface from the PC to the ODrive is required; it would have been nice to have used the ethernet interface to the 7I76E for this instead of the USB.

The HAL component provides VFD-like functionality for both motors and feeds back position and speed information and some other stats. In order to look at this, I built a Gmoccapy embedded tab that shows spindle speed and other data. Previously, I'd only used Axis, but it looked like it would be better to use Gmoccapy to add my own GUI features. So far, I am pretty pleased with Gmoccapy and it's flexibility.


Gmoccapy "Spindle Monitor" tab. Shows spindle commanded and running at 3000 RPM forward (CW), motor going at 2387 RPM in what ODrive considers the negative direction. The motor load of 3.76A is 6% of the configured full-load amps; at 2387 RPM, it is a power level of about 33W. The "Tool Sensor" panel shows the probe is calibrated but probe is not activated.


So far, I have had no chance to perform exhaustive testing, but it does seem to have This has all been tested to some degree - I cannot say exhaustively, but the hardware and HAL component seem pretty stable. The USB interface has proved much more reliable than I had anticipated (I feared noise from the motor getting into the USB cable), so I have no plans to modify the ODrive code or use the CAN interface. I tested the synchronized tapping feature, and it seemed to work OK despite the spindle and motor (or really the encoder) not being rigidly coupled, though I found the spindle belt could slip on a large tap. This is obviously no good, so I am going to fit a timing belt rather than the rather small vee-belt. In the longer term, I will probably either move the encoder to the spindle or fit a separate spindle index sensor, so peck tapping will work.

This was a overview description of the recent modifications to my mill. If you're interested in the details of the HAL component for the ODrive, or in the M6 remapping code, look for separate topics I hope to post pretty soon. Other than that, discussion and comment is welcome.
01 Mar 2019 17:35

Step-Servo Motors - Why

Category: General LinuxCNC Questions

Background: I have a MaxNC lathe with Powermax II (P22NRXG-LNN-NS-00) steppers. I'm lead to believe that they're step-servos (I'm beginning to question this). This is a new one on me. I've done a bunch of reading here and discovered that LinuxCNC supports this type of motor. I'm hoping to use the parallel port on my PC to drive the lathe to keep costs down and because it has a driver setup (ridiculously simple) for the steppers.

What I don't understand is, why?

Why did the original designer include this feature in such a small machine? I don't really believe that it'll handle steel and big cuts of other materials would stall the stepper anyway. Power consumption is minimal as the steppers are rated at 18W with big current limiting resistors in the controller. There aren't any home switches and the encoders are only going to be incremental. Is there that much of an advantage to speed control with encoder feedback to warrant such a design choice? I'd think this setup would, perhaps did, put them out of business. I feel like I'm missing something.

Aside: looking for step-servo documentation has lead me to the concept of PID with seperate encoders which looks interesting.
01 Mar 2019 17:02

Idiots guide to setting up Orient

Category: Turning

Would you be willing to post your HAL/Ini files? I have a MaxNC lathe with step-servos and I'd like to see how people implement this.
01 Mar 2019 15:48
Replied by ayedurand on topic FOR SALE: MaxNC T2 Lathe

FOR SALE: MaxNC T2 Lathe

Category: User Exchange

Hi, I've got a MaxNC T2 lathe as well. I'm just getting it going and would love to bootstrap off of your work. In particular the HAL would be great. I'm really confused about the step-servos and how the closed loop function is supposed to work.

In any case, thank you for whatever help you can give me.
09 Aug 2018 00:44
Replied by adhall on topic Temporary Freeze on Startup

Temporary Freeze on Startup

Category: General LinuxCNC Questions

Final status update:
Regarding the Asus P4P800-E Deluxe motherboard that was freezing for about a minute after I launched LinuxCNC:
I swapped out the nVidia 6800 GT (G-Force 6 Series) video card for an ATI Radeon 9600 and now LinuxCNC launches normally and there seem to be no problems. I also noted that the latency jitter numbers are somewhat less now.

So, as far as I am concerned, this topic is closed.

Thanks to everyone who pitched in to help me resolve this.

FWIW, I am planning now to use this motherboard as an upgrade to a Bridgeport BOSS conversion that I did years ago using MAXNC. Since MAXNC uses the parallel port, I am hoping that the changeover will be straight forward. (At least I should have to re-wire anything.) :)

br,
adh
02 Jul 2018 00:20 - 02 Jul 2018 00:24

FOR SALE: MaxNC T2 Lathe

Category: User Exchange

This lathe is based on a MaxNC T2 lathe, the headstock was replaced with a more robust headstock with a 5C collet chuck and pneumatic collet closer. It's somewhat comparable to a Sherline or Taig lathe, but has a few nicer features. Runs on 120v so no need for high voltage or 3 phase power.

The spindle has PWM control and constant cutting speed works, the X and Z axis have steppers with encoders so it's a pseudo closed loop system, as long as there isn't a missed step between the parallel port and the stepper driver it will maintain the correct position.

I have the lathe mostly functional, there is an encoder on the spindle for threading but the encoder is wired to pins 4 and 5 which are outputs on the parallel card, so an adapter would be needed to move these to a pair of input pins, or the control would need to be rewired. There are some notes in the HAL file and a couple lines that are commented out that may allow threading to work.

I acquired the lathe for the challenge of integrating Linux CNC, now that I'm done I have no real need for the machine. It would be a good machine for a hobbyist or someone looking to get into CNC turning, or an opportunity to get threading working and pass it along to someone else.

I don't have a post processor for turning, but I have had some luck using the generic fanuc post in Fusion 3D with a handfull of manual edits. I can outline what those edits are if you'd like to modify the post processor.

I don't have any tooling to include in the sale, but I can borrow some tooling to demonstrate the machine cutting material. I do have a box of spare parts including a few tool holders and the original headstock and chuck.

The control software is installed on a Dell Dimension 3100 desktop PC with a Pentium 4 2.8ghz and the maximum supported 2 GB of RAM installed and a PCI-E parallel adapter. I'll include a monitor, keyboard and mouse. I've installed LinuxCNC version 2.6.1.

I'm asking $2000, but the price is negotiable. The minimum I'd accept is $1000 cash plus some trade items. Email with questions or offers. I'm not really interested in shipping, the machine weighs at least 100 lbs. If you want it shipped you're responsible for arranging packaging and shipping, I'll transport it anywhere in the Portland metro area.
15 Dec 2016 10:04
Replied by andypugh on topic kinematics xyzb-c

kinematics xyzb-c

Category: HAL

I believe that this machine is the MaxNC that Maxkins was written for, and that does appear to be of the type that you are describing.

There is also 5axiskins, the the source-code of which is here . This is quite a good one to study for your machine, as it is mathematically very simple, using the s2r (spherical to cartesian coordinate conversion) function in line 28 to calculate offsets based on the commanded B, C and W values. d2r and r2d are degrees to radians conversions.

The two short kinematicsForwards (line 49) and kinematicsInverse (line 72) functions are what need to suit your machine. The rest of the file is generally much the same for all kinematics types.
Displaying 1 - 15 out of 34 results.
Time to create page: 8.154 seconds
Powered by Kunena Forum