Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: jeffmorris on July 16, 2012, 07:38:42 AM

Title: Touch plate and Probotix PBX-RF board?
Post by: jeffmorris on July 16, 2012, 07:38:42 AM
My CNC router has Probotix PBX-RF board. Pins 10, 11, and 12 are for home switches. Pin 15 is for E-Stop switch. Is pin 13 free for touch plate?
Title: Re: Touch plate and Probotix PBX-RF board?
Post by: Hood on July 16, 2012, 01:53:50 PM
10,11,12,13 and 15 are inputs to the parallel port so pin 13 should work fine for you.
Hood
Title: Re: Touch plate and Probotix PBX-RF board?
Post by: jeffmorris on July 16, 2012, 04:20:58 PM
I searched this forum for messages related to touch plates and found out that I have to write code that lowers the Z-Axis until the router bit touches the plate, raises the Z-Axis, tells me to remove the touch plate, and press a key to lower the Z-Axis to the workpiece. How can I write the code?
Title: Re: Touch plate and Probotix PBX-RF board?
Post by: Hood on July 16, 2012, 04:26:28 PM
If you do a search for possibly tool setting  or toolset you should find code on the forum.
Hood
Title: Re: Touch plate and Probotix PBX-RF board?
Post by: jeffmorris on July 26, 2012, 08:02:13 PM
I tried to wire the touch plate to the PBX-RF board but when I plugged a stereo phone plug into a mono phone jack, the "Digitize" light in the "Diagnostics" window stays on. Do I need a mono phone plug or can I cut the tip off the stereo phone plug? In the "Input Signals" dialog box, I set the "Probe" to enabled, port 1, pin 13, and active low. I set the X, Y, and Z Home Switches to enabled, port 1, pins 10,11, and 12, and active high.
Title: Re: Touch plate and Probotix PBX-RF board?
Post by: jeffmorris on July 27, 2012, 04:11:43 PM
I got the touch plate working after using different phono plugs and jacks. I have USB numeric pad usually used for notebook computers. How do I assign a key stroke command to VB code to start the code running? I'm using the VB code from http://www.machsupport.com/forum/index.php/topic,10088.0.html
Title: Re: Touch plate and Probotix PBX-RF board?
Post by: Hood on July 27, 2012, 05:23:39 PM
You  set up a hotkey for the VB button in one of the screen designers.
Hood
Title: Re: Touch plate and Probotix PBX-RF board?
Post by: jeffmorris on July 27, 2012, 08:59:49 PM
Is there a list of unused numeric pad keys? I tried a few screen designers and they confused me because of lack of good documentation.
Title: Re: Touch plate and Probotix PBX-RF board?
Post by: Hood on July 28, 2012, 02:23:21 AM
Dont think there is such a thing as a list, personally I have all hotkeys disabled in screensets. I think MachScreen  may list all presently used but afraid where I dont know as I dont use it.
Hood
Title: Re: Touch plate and Probotix PBX-RF board?
Post by: Niciam on July 29, 2012, 03:45:07 AM
hi there jeff,

try these links they work quite well for you touch plate and both give good explanations

http://www.cnczone.com/forums/mach_software_artsoft_software/19855-z_axis_touch_plate.html

http://www.cnczone.com/forums/mach_wizards_macros_addons/56079-xyz_probe_modification.html

good luck and let us know how you go