Hello Guest it is April 24, 2024, 09:55:09 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 - mjtooba

Pages: 1
1
General Mach Discussion / Re: reverse run
« on: February 12, 2010, 03:22:11 PM »
i have this problem too

2
Mach SDK plugin questions and answers. / Re: Pluging and Macro interaction?
« on: December 24, 2009, 04:29:43 PM »
thanks steffen
script engine is in heart of mach and not accessible from plugins...   8) but VBA core function are available to C, i could use python or java script, but it doesn't worth it.

3
Mach SDK plugin questions and answers. / Re: Pluging and Macro interaction?
« on: December 23, 2009, 02:04:21 PM »
i want to use VBA in my plugin.
how to access VBA interpreter class and objects ?

i can't use code(""); function.

4
Mach SDK plugin questions and answers. / Re: Pluging and Macro interaction?
« on: December 23, 2009, 01:26:50 AM »
ok
thanks,i trying to implement Code(M*********) but i can't used "code(M*********)" function in VBA during CNC running a program,i think when cnc is running ,any M Code must be executed via RS274 interpreter ? it is true. or its my fault.

i interested "run VB" like mechanism that able to run simple "VB" script in my plugin and can be edited via plugin.i found script header and class declaration in "include" folder but not yet using that.

5
Mach SDK plugin questions and answers. / Re: Pluging and Macro interaction?
« on: December 20, 2009, 02:05:50 PM »
hi,how we can execute mach3 script via plugin ?
stored script in my plugin code or my settings (xml).
i want to execute various script in my plugin without using any macro code or any thing else, just running script like macropump.

6
General Mach Discussion / Reverse RUN problem in second pass
« on: March 29, 2009, 09:09:02 AM »
Hi.
i'm using mach3 2.6 and have following problem.
loading plasma screen and write my own G-Code:
G00  X105.000000 Y5.000000
M3
G00 X100.000000 Y0.000000
G02 X100 Y200 R100
G02 X100 Y0 R100
M4


[START] code , then [PAUSE],[REVERSE] when returned to point A [STOP]
[START] again and then [PAUSE],[REVERSE] in reverse motion when passed from point A, jumped in previous line and G00 to X100,Y0 why this happened ?

also i tested with START,PAUSE,REVERSE,START... it worked correctly on first try on a segment but on second time it goes mad and tried to reverse next line of code!

is this bug or i'm just confused with my code!

Pages: 1