Hi, I'm building a auto tool change function to my machine,
and trying to modify the "M6start" from Mach3 example,
there is one line in the code
" 'SystemWaitFor (7) 'Wait for the tool Release Limit switch "
is that mean the process wait for command "7" to continue?
and I tried to change the code to wait for Input Signal 1 like this:
"SystemWaitFor ( INPUT1 )"
it doesn't work with my input emulate.... only wait for Start button to continue
could anyone give me a hint to solve this?