You are not logged in.
Pages: 1
Hi,
I was trying to add some unsupported M codes to my machine and I'm having some problems understanding how vericut process it's supplied macros.
We have a mill/turn lathe with a spindle brake (M90). I thought I would make it a supported M code by defining it and adding a dwell for the time it takes to activate it.
I copied the M8 - from the misc - M codes and renamed it M90.
So it looks like this:
M90
- (G 65 66 66.1)
MacroVar
** DwellSeconds
-value = 30 (not really 30 I just wanted to see a change)
When I MDI a M90 there is no change?
Why doesn't this work.
thanks for any help
Dan
Offline
Hi Dan,
Instead of Dwellseconds, use the macro Dwelltime with an override value of 30. Then call the macro DwellMacro to process the Dwell time.
DwellTime sets the value and DwellMacro activates it.
Offline
Pages: 1