Hello Guest it is April 19, 2024, 07:20:59 AM

Author Topic: About Mach4 scripts  (Read 504 times)

0 Members and 1 Guest are viewing this topic.

About Mach4 scripts
« on: August 07, 2021, 02:03:01 AM »
I got the following script for FeedHold, and as a result of the experiment, it succeeded.

In addition to feed hold, please tell me the functions such as Start and Stop that I want to assign to the keyboard.

if mc.mcSignalGetState (mc.mcSignalGetHandle (inst, mc.ISIG_INPUT63)) == 1 then mc.mcCntlFeedHold (inst)
else else
--Do something else
end