Hello Guest it is April 26, 2024, 05:48:31 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.


Topics - Blacksmith

Pages: 1
1
Mach4 General Discussion / need help with script
« on: July 14, 2015, 07:22:48 AM »


i have this code in the signal script,

if (sig == mc.ISIG_INPUT1) and (state == 1) then
local inst = mc.mcGetInstance()
mc.mcCntlCycleStart(inst)
end

but what if i have two inputs

something like this  : 

 if ((sig == mc.ISIG_INPUT1) and (state == 1)) and ((sig == mc.ISIG_INPUT10) and (state == 1))
local inst = mc.mcGetInstance()
mc.mcCntlCycleStart(inst)
end


how do i do that ?

2
Mach4 General Discussion / external cycle start
« on: July 09, 2015, 11:43:40 AM »
is it's possible to program a external cycle start in mach4 

3
Mach4 General Discussion / DRO for typing in feed rate
« on: May 29, 2015, 11:20:40 AM »
Is it possible to make a DRO for typing in feedrate?

Pages: 1