Hello Guest it is March 29, 2024, 05:24:54 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 - Jen L

Pages: 1
1
General Mach Discussion / input signal for TOOL CHANGE
« on: April 12, 2009, 08:11:09 AM »
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?


Pages: 1