Hello Guest it is May 02, 2024, 03:13:19 PM

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

291
VB and the development of wizards / Re: Manual tool change macro
« on: September 28, 2021, 02:49:31 PM »
Code ("M0")

May work but I have not tried it.

292
General Mach Discussion / Re: Homing a TAIG3000DSLS
« on: September 26, 2021, 04:51:14 PM »
You have no home switches set up in your ports & pins that is why its not homing

293
General Mach Discussion / Re: Homing a TAIG3000DSLS
« on: September 26, 2021, 04:16:08 PM »
Post your XML file so we can see the setting and work out what is going on.

294
General Mach Discussion / Re: 6040 cncest
« on: September 26, 2021, 04:10:37 PM »
Only with a MACH4 compatible motion controller, the Chinese don't make them so you need to look at the US or Europe for one.

295
Mach4 General Discussion / Re: Cutting thin air
« on: September 25, 2021, 09:45:26 AM »
Where is the cutting face in Fusion (Z) have you worked minus when it should be plus or vice versa


296
General Mach Discussion / Re: How to link three G320 for fault protection
« on: September 23, 2021, 03:46:23 PM »
It may be worth looking at this thread

https://www.machsupport.com/forum/index.php?topic=35147.0

297
Turn softlimits OFF

or

Set them correctly

or

Make sure your program is within the limits

298
General Mach Discussion / Re: Mach3 outputs and inputs for loader robot
« on: September 23, 2021, 08:05:02 AM »
This could be the end of your main program:-

G00 X250. Z250.
M1025 (call robot)
M1026 (do op2)
M1027 (do op3)
Etc
M30

The macro could look like this and be stored in the macro folder for the profile in use.

M1025.m1s
Activatesignal(OUTPUT1)
' Wait for ack
While (Not IsActive(INPUT1))
  Sleep(15)
Wend
end

You then set up more macros to do the operation.


299
General Mach Discussion / Re: A2-8002 VFD set up - any help appreciated
« on: September 19, 2021, 01:39:47 PM »
Most VFD's have a parameter to select the control input, this could be 0-10V, PWM, 0-5V etc usually in the first 15 parameters.

If it has PWM you should be able to set up Mach's PWM output and drive it direct.

This may help :-

https://www.youtube.com/watch?v=AkoKYYB6DuY


300
G-Code, CAD, and CAM discussions / Re: Gcode pauses after macro
« on: September 18, 2021, 03:45:32 PM »
You just add a line like this :-

Message "I am here"