Hello Guest it is April 26, 2024, 06:45:12 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - JohnHaine

Pages: 1 2 3 4 5 »
1
General Mach Discussion / DIY stepper-servo
« on: April 28, 2023, 01:53:31 AM »
I've recently seen a new type of stepper driver board that has a solid-state rotary encoder chip fitted.  The boards fit on the back of a stepper which has to have a shaft extension, on to which is fitted a small magnet.  These encoder chips (from Broadcom for example) can have extraordinary resolution and accuracy at low price.  See for example here:

https://www.amazon.co.uk/BIGTREETECH-Closed-Driver-Control-Board/dp/B08Q3QGQ6Q

The result is a stepper-servo drive in effect, though you have to do your own "system integration".

Does anyone have experience with these please?

2
General Mach Discussion / 3D probe
« on: November 10, 2022, 12:34:48 PM »
Hi all, the 3D probe shown in the attached photo is being sold on the web by several vendors, ranging from AliExpress through eBay to CNC system sellers.  It looks quite nice, having only a 6mm shank and being quite short so good for machines with limited daylight.

Does anyone have any experience with these they could share please?

3
General Mach Discussion / iPad as touch screen
« on: April 21, 2022, 06:51:23 AM »
As I'm now using Win10 to run Mach3 with external motion controllers I'm wondering about using a touch screen (as mentioned in another thread).  My son told me of a couple of iPad/PC apps that can make an iPad operate as an extension screen for the PC, and as I have an old iPad lurking somewhere this looks interesting.  However the solutions aren't free so before I tried one out I just wondered if anyone else had tried this and if it worked please?  An example is

https://www.duetdisplay.com/

4
General Mach Discussion / Mach 3 / Win 10 / touch screen
« on: April 13, 2022, 08:13:43 AM »
Just seeking a bit of advice - I recently upgraded my Mach 3 installation to a Win10 mini-PC with UC100 motion controllers and wireless combo keyboard rather than mouse.  Though it saves space and wires on the bench I find that "pressing buttons" on the screen using the trackpad is less than optimum.  Anyway, phones and tablets have got me used to touch screens and I'd like to change the monitor (which is looking old anyway) to one that supports touch screen operation. 

Is this a just matter of adding the appropriate DLLs etc to the OS and the hardware, or do I need to change anything in the Mach installation or use a different screen set please?  And what would be the minimum size monitor to get?

All advice and suggestions gratefully received!

5
VB and the development of wizards / Quick threads
« on: February 04, 2022, 12:18:45 PM »
I've downloaded this wizard and have been reading the documentation, but I find it slightly confusing.  Just to be clear, when it says that "clockwise spindle rotation will cut a right-hand thread", is this clockwise as seen from the left hand side of the headstock, which I think is the convention for lathes?  This of course is CCW as seen by the operator standing in front of the machine.

Thanks, John.

6
General Mach Discussion / Wireless Xbox controller / Win10 / Mach 3
« on: January 18, 2022, 09:24:51 AM »
I know that other people have asked about this but I wondered what the latest status is please.

I'm in the process of upgrading to WIN10 on a mini PC with UC100 motion controllers.  It has mainly gone very smoothly and I'm nearly at the stage of connecting to the machines again but I've hit a snag trying to reconnect to my XBox wireless controller.  The "receiver" box connects to the PC OK; and the PC sees the actual controller when that is paired.  However though I have pasted the newly downloaded plugin into the Plugins folder, when I launch Mach3 it gives a "defective plugin, ignored" error message.

The controller was working perfectly in the previous XP installation, with both parallel port and the UC100s, so I'm stumped.  Is there a recommended solution please?

John.

7
General Mach Discussion / Mach 3 upgrade path - UC100 + WIN10
« on: January 10, 2022, 12:00:10 PM »
I'm in the process of planning an upgrade of my CNC systems, prompted by fitting a VFD & 3 phase motor to my Myford which involves moving it and therefore having to disconnect all the CNC cables.  At the moment I have a venerable Dell Win XP desktop tucked under another bench with parallel port drive going through a 2-way switch to the lathe drivers or mill.  I've had the computer for more than 10 years, and I think it probably deserves a quiet retirement before its hard disk crashes! 

To simplify the cabling and as a first step to replacing the computer I'm planning to use a UC100 motion controller on the lathe, leaving the mill using the parallel port.  So 2 M3 profiles, one (lathe) with the UC100 plugin, the other (mill) using the parallel port, staying with Mach3.

So my first question please: can one operate a Mach3 installation in this way?  (Clearly I won't expect both profiles to run concurrently.)

The next step would be to move to a new PC, one of those little mini-PCs with an SSD; and also move to Win10.  That would also involve a second UC100  for the mill and some hardware switchery on the USB connection (as I gather that the UC100 plugin can't cope with two UC100s being connected at the same time).  What's the current position on using Mach3 with WIN10 please?

All suggestions and experiences gratefully received!

John.

8
Share Your GCode / Wizard for milling a knurl using A-axis
« on: September 13, 2021, 10:58:53 AM »
In case it could be useful I attach a little "wizard" I wrote in Python to generate the g code for cylindrical diamond knurling.  It uses a 90 degree engraving cutter, zig-zagging round the material to form the knurl.  The main point to note is that the number of "diamonds" round the work should be prime, and the length is defined in terms of the number of diamonds longitudinally.  Also attach photos of the results and example g code.

I know it isn't an embedded wizard but I thought writing in VB for Mach3 is wasted effort these days and something more portable in a modern language would be better. 

9
General Mach Discussion / Mach 3: Programmatic change to config
« on: March 19, 2021, 12:17:47 PM »
This is maybe a strange question, but I'm wanting to write a macro to add to a screen that will allow me to make repeated measurements on the probed position on executing a G31 - basically I am interested in the variance of the sensed position, or how accurate the probe is.  This is partly to evaluate probes, but more because what I'm actually wanting to do is evaluate the precision of photointerrupters sensing a vane.  At the moment my Mach 3 is set up to trigger on a negative going (i.e. grounded) signal when the probe touches which is fine for the photointerrupter when looking at one edge, but they also display hysteresis so I'd also like to look at the other sense, when the vane moves out of the gap and the signal goes positive.  What I'd really like to do is change the sensing polarity of the digitise signal from within the macro.  Can anyone advise if this is possible please?

John.

10
General Mach Discussion / Probing accuracy measurements
« on: March 13, 2021, 04:28:37 AM »
Investigating various touch-trigger probe types, I've noticed that their developers often gather statistical information on performance.  For example, if the probe touches off on the same surface 100 times, what is the mean and standard deviation of the resulting measurement?  This should be a fairly easy thing to automate with a Mach 3 macro, but before I do so I was wondering if anyone has been here before me and could share the code please?

John.

Pages: 1 2 3 4 5 »