I have Mach3 running a 24x36 woodworking table. My Limit and Home switches work great. However, I have an external device that I need control ONLY when Mach 3 is in the homing mode. I want to retain the funciton of the limit switches as is. What I need to do is to generate a signal on one of the output lines to send to my device when I request to HOME any or all of the axies. When "homing" is complete the output signal should return to normal state.
This appears to be more of a software issue than hardware issue. It would appear that in the subroutine that is invoked when I click the mouse the software should generate an logic level HIGH on one of the outputs. When the routine is completed, the output is reset to LOW.
Does anyone have any suggestions for me?