Hello Guest it is May 08, 2024, 05:35:04 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.


Messages - Graham Waterworth

31
Mach Screens / Re: 1 Axis touch screen design
« on: January 03, 2024, 08:36:14 AM »
I am not sure what is going on, it works fine here but I will check it on another PC.

Check you have these settings in general config set.


32
Mach Screens / Re: 1 Axis touch screen design
« on: January 01, 2024, 08:36:42 PM »
Have a look at this, its one I did a while back it was for an 800 x 600 screen size, I have stripped all my custom stuff out of it but it works and you can put your code in the start button to do whatever you need.

Extract the Mach3 folder from the Zip file and drop it over your Mach3 folder to merge them together.  Run Mach3 loader, ChopSaw should be listed.

It only acts as a keyboard input for the length the rest is up to you,  the length is stored in UserLabel1 so you can get at it with something like this in the START button VB code :-

length = Val(GetUserLabel(1))

No warranty given or implied, if you loose bits its your fault as its just a keypad right now nothing more.

33
General Mach Discussion / Re: Second Spindle Mach 3
« on: December 29, 2023, 08:43:02 AM »
If you need mach3/4 to control the spindle speed then its complicated if you only need the spindles to run at a fixed speed and Mach turn them on and off its easy.

34
Screw compensation is per motor not per axis so each screw can be calibrated individually.
 

35
General Mach Discussion / Re: Second Spindle Mach 3
« on: December 29, 2023, 08:00:34 AM »
You can start and stop many spindles, but you only have one 0-10 volt output so the two spindles would need to share the speed signal and be tuned to the same rpm.  Matched spindles would not be a problem.  if you wish to run one then the other that should not be a problem with some change over relays.

36
Modbus / Re: Mach 4, Pokeys and a VFD - spindle control issue
« on: December 25, 2023, 07:44:50 AM »
Its just a case of selecting the pulley and entering the 0 for min speed and enter what ever you max is for the spindle, if you check the Help menu you can open the documents

37
Modbus / Re: Mach 4, Pokeys and a VFD - spindle control issue
« on: December 24, 2023, 02:44:18 PM »
Have you set the speed range in the pulley screen, mach uses this to work out the 0-10v range.

38
Move the datum point of the model to the datum point in Fusion that matches your machine.

39
Mach4 General Discussion / Re: Error meanings
« on: December 17, 2023, 10:15:40 AM »
That could be data corruption, try a different data cable and if you have this running through a network switch it needs to be direct to the controlling PC.

40
Check you have the correct pulley selected and it has the correct values.