Hello Guest it is April 25, 2024, 07:14:03 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.


Topics - abdulasis

Pages: 1
1
Mach4 General Discussion / How to encryption Macro Mxx.mcs
« on: February 26, 2023, 09:05:34 AM »
Hi
I want encryption some Macro How to ?
normally macro  Mxx.mcs  how to encryption it's and mach4 can call to use it's

Thank you.
Asis

2
Mach4 General Discussion / How to Post processor for Turn-Mill Mach4
« on: February 07, 2021, 09:47:05 PM »
Hi
I have DIY CNC Lathe  now I use for lathe.
I use Fusion360 for post gcode.
and next step I want for create sub spindle and want to mill on C axis(on spindle) + X axis  but I don't know how to Post processor or setting .
I choice mach4 turning post processor on Fusion360  it's have error : Error: Milling toolpath is not supported by the post configuration.
how to creat for turn-mill for use X,Z+C axis ?

Asis

3
Mach4 General Discussion / macro for Home Axis
« on: November 04, 2020, 12:01:32 AM »
Hi
I have create macro for Home Axis
but when  I type in MDI and click Start cycle  Click 5 time it's do 1 time or nothing anything.
why ?

Code: [Select]
function m108()

local inst = mc.mcGetInstance()
local rc = 0

rc = mc.mcAxisHome(inst, 5)
end

if (mc.mcInEditor() == 1) then
m108()
end

4
Hi
I want create macro for wait signal input for do next step.
But I don't know how to use about

mcSignalWait
and
mcSignalHandleWait

Asis

5
Mach4 General Discussion / Macro start and wait signal for stop
« on: October 30, 2020, 06:07:38 AM »
Hi I'm Asis
I'm newbie use mach4.
I feel hard macro script for mach4 I ever use mach3.

Now I want for create  macro
Active Output1 for start motor ,
Then
Wait for Signal_Input2  for stop signal Output1

Please help me for explained step for create macro or example code .

Thank you.
Asis



function m100()

--active sigoutput1
--wait input2 time 10 second
--setstate sigoutput1 turn off

if (mc.mcInEditor() == 1) then
 m100()

end

6
Mach4 General Discussion / How to Swap Axis mach4 Hobby
« on: August 18, 2020, 04:15:20 AM »
Hi
I'm newbie on mach4 Hobby
I use mach4 on ESS

Now my lathe use servo motor to run spindle with function OB (Out of Band = step/dir signal on ESS to drive spindle)  And some time I want to change it's to C axis to move in radius too .
I want switch between Spindle  and C Axis  control on 1 motor .
how to do it ?
srry i'm poor language.

Thank you
Asis,

7
Mach3 under Vista / Tool No. on screen mach3turn not change
« on: November 12, 2019, 10:51:37 AM »
I use ESS + MB3 CNCRoom board
I use Mach3 Turn Version R3.043.062
Plugin ESS 2019_02_25 10w2a-10f1
I use Window 10 64bit

When i use T0101 my monitor X axis and Z axis change parameter with my table tool it's work !!.
But.. In screen on Tool No. < > it's not change number tool , will stack on Tool No.< 0 > all time
How to fix it's ?

Pages: 1