Hello Guest it is April 25, 2024, 10:45:32 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 - neca

Pages: 1
1
General Mach Discussion / Re: G31 dont work with B or C axis
« on: June 06, 2015, 11:23:30 PM »
Mach3 has 6 axes all commands should work for all axes , but that's just my opinion I have no hopes of changes in Mach3 .

2
General Mach Discussion / Re: G31 dont work with B or C axis
« on: June 06, 2015, 10:51:06 PM »
G31 ONLY works with XYZA.  It will never change.

(;-) TP

Why the axes B and C do not deserve the privilege of the G31 command ??! This adds another disappointment with the MACH3 on my list , I have to develop my own touch probe system.

Thanks for information.

3
General Mach Discussion / G31 dont work with B or C axis
« on: June 06, 2015, 01:51:36 AM »
Typing in MDI :

G31 X-40 F100     this works fine
G31 Y-40 F100     this works fine
G31 Z-40 F100     this works fine
G31 A-40 F100     this works fine
G31 B-40 F100     this dont work no movement , no DRO changes, no error messages
G31 C-40 F100     this dont work no movement , no DRO changes, no error messages

All axes are linear , no slave axis.

Thank in advance for any help

4
VB and the development of wizards / Re: Moving an axis
« on: July 01, 2009, 04:34:34 PM »
Tank you scott. ;)

5
Brains Development / Re: what is missed at this brain?
« on: May 13, 2009, 02:38:57 AM »
Read the "Brians users guide" I wrote in memeber documents, it notes there are issues with trying to use Vars from out put to input side more than once.

Brian, is aware of the many Brain issues, and at some point he will get to fixing them......

scott

I stopped using Mach3 Brains, I did the work using macropump.
Tank you Scott for the answer and forgive my joke... but Mach 3 has a brain of amoeba. :)

6
Brains Development / what is missed at this brain?
« on: May 07, 2009, 03:15:46 PM »
This works fine...

[OEMTRIGGER#1]---->[No-Operation/Pass Signal]---------------------------------------->[                                                                  ]
[OEMTRIGGER#2]---->[No-Operation/Pass Signal]---------------------------------------->[                     Formula                                  ]
[OEMTRIGGER#3]---->[No-Operation/Pass Signal]---------------------------------------->[  F=( a*1 )+( b*2 )+( c*4 )+( d*8 )+( e*16 )  ]------->[No-Operation/Pass Signal]->[VR0]
[OEMTRIGGER#4]---->[No-Operation/Pass Signal]---------------------------------------->[                                                                  ]
[OEMTRIGGER#5]---->[No-Operation/Pass Signal]---------------------------------------->[                                                                  ]
[VR0]--------------------->[No-Operation/Pass Signal]---------------------------------------->[Compare Imm.  I=1]---------------------------------------------->[Jog On/Off]

When I add one more line it crash Mach3 and i need restart PC  ???

[OEMTRIGGER#1]---->[No-Operation/Pass Signal]--------------------------------------->[                                                                   ]
[OEMTRIGGER#2]---->[No-Operation/Pass Signal]--------------------------------------->[                     Formula                                   ]
[OEMTRIGGER#3]---->[No-Operation/Pass Signal]--------------------------------------->[  F=( a*1 )+( b*2 )+( c*4 )+( d* 8 )+( e*16 )  ]------->[No-Operation/Pass Signal]->[VR0]
[OEMTRIGGER#4]---->[No-Operation/Pass Signal]--------------------------------------->[                                                                   ]
[OEMTRIGGER#5]---->[No-Operation/Pass Signal]--------------------------------------->[                                                                   ]
[VR0]--------------------->[No-Operation/Pass Signal]--------------------------------------->[Compare Imm.  I=1]----------------------------------------------->[Jog On/Off]
[VR0]--------------------->[No-Operation/Pass Signal]--------------------------------------->[Compare Imm.  I=2]----------------------------------------------->[Spindle On/Off]

Thanks in advance for any help.  :)

Pages: 1