Hello Guest it is April 23, 2024, 10:25:40 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 - cncalex

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 »
81
VB and the development of wizards / Re: simple macro not running
« on: December 17, 2013, 02:04:18 PM »
there is only this one macro.
everything you want to run must be in this.

alex

82
VB and the development of wizards / Re: simple macro not running
« on: December 17, 2013, 07:10:13 AM »
sorry, didn't look close enogh.

when you want to run the macropump you need a  macro named  macropump.m1s
only this one runs as macropump.

 ' macropump.m1s '

If isactive(input1) Then
doOEMButton (1021)
MsgBox "servo alarm"
End If 

doen't forget to close and restart Mach3.
it is needed every time you activate or deactivate or edit the macropump.m1s

I for myself prefere doing things like that using a brain.
see pict.

alex

83
VB and the development of wizards / Re: simple macro not running
« on: December 16, 2013, 03:26:24 PM »
Hi,
close and restart Mach3.
That is needed every time you activate or deactivate the macropump.

Alex

84
PoKeys / Re: Two buttons doing same thing, possible?
« on: December 16, 2013, 02:08:39 PM »
forgot the attachment  ;D

85
PoKeys / Re: Two buttons doing same thing, possible?
« on: December 16, 2013, 02:06:04 PM »
Quote
Tho I do have an question, would this introduce any kind of lag/delay?

Yes, I think its about 100 ms

Quote
Screenshot attached, is this what I need to do?

a part of it.

see pic.

take care the user led that you intend to use is not used for other operations.


alex

86
PoKeys / Re: Two buttons doing same thing, possible?
« on: December 16, 2013, 07:03:09 AM »
Hi,
link the  kbd48cnc buttons to a user led instead to cycle start / feed hold
lets say when you press cycle start ULED 2000 turned on
the same thing with your external button, lets say ULED 2001

now create a brain thats  doing a cycle start when one of or both went on.

Or just wire the external button to the same pin to kbd48cnc button ( if that is possible )

just a thought

alex

87
Galil / Re: movement is not smooth
« on: December 15, 2013, 08:29:40 AM »
Hi,

try using CV ( G64 ) in your G Code

look ahead at least 20 lines.

just a thought
alex

88
General Mach Discussion / Re: New PlugIn just about done..
« on: December 10, 2013, 12:36:53 PM »
OOOps,

wrong link.  ::)

second try.  ;D

http://www.machsupport.com/forum/index.php/topic,6657.0.html

alex

90
General Mach Discussion / Re: New PlugIn just about done..
« on: December 10, 2013, 07:12:22 AM »
1)
You can use two custom macros.

lets say M200  to decrease speed
and M201 to increase speed

Contend of M200 = DoOembutton(164)
Contend of M201 = DoOembutton(163)

you can setup the %  per step in general config


see pict.

2)
sorry that was a misunderstanding.
You a right of course, on a conventional late when you turn the handle cw the diameter becomes smaller
on CNC the standard is reversed. MPG turn right ( cw ) = diameter becomes greater

alex


Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 »