Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: stefangem on September 03, 2025, 01:45:44 AM

Title: LUA Change Version, Problem with signal Script
Post by: stefangem on September 03, 2025, 01:45:44 AM
I have Problem with lua signal script up to Mach4 V6105.

this has no funktion in the screen load script.



[mc.ISIG_INPUT17] = function (state)

local inst = mc.mcGetInstance()

if (state == 1) then

mc.mcCycleStart(inst)

mc.mcCntlSetLastError(inst, "Cycle Start")

end

end



What is change?in the Mach4 V5036 has function without problem.

Regards
Stefan