![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Mach Software (ArtSoft software) Discuss Mach 1 , 2 and the new Mach3 here NC software here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Hey, I built me a tool setting probe, although I dont know how I will configure mach2 to use it. What I want it to do is have the tool jog down at like 10ipm untill it hits it, apply offset and height of the probe and rapid up to machine zero for tool change. What I am planning on doing is hooking up the one wire to the input and go from the gnd on the input to the chassis so as soon as the end mill touches it will set it. Now, how do I go about doing this? Thanks, Jon |
|
#2
| |||
| |||
| I found it, its OEM 146, I took a look at the screen editor and it fixed that for me. -edit- the probe turned out to suck, Im going to redesign and make a new one, I must not have been thinking too hard when I designed this one, oh well. on to the next design. Jon Last edited by JFettig; 03-04-2005 at 10:27 PM. |
|
#4
| |||
| |||
| Im not using a switch at all, simply the contact of the tool to the peice switches it. Its spring loaded becuase the tool doesnt stop when it hits. Ill be making another one sometime soon hopefully that will be a little more acurate. Jon |
|
#5
| |||
| |||
Brian |
| Sponsored Links |
|
#6
| |||
| |||
| That could be nice, I dont have a working tool setter right now, that last one was a complete failure. I did get it to set the tool when it touched it but it would keep pushing it down untill I stopped jogging into it. sometime soon(hopefully) Ill be working on a new tool probe. Jon |
|
#7
| ||||
| ||||
| Jon, Did you have a ground attached to the spindle to complete the circuit? I see in the picture you attached that you have a wire connected to the tool setter, but it sounds like you are not completing the circuit. I have a similar setup on my router. It is just a piece of 1/8" aluminum that I have connected to my break-out board input and then another wire attached to the router spindle for the ground. I have a "set tool" button in Mach 2 performs the tool setting function. Tim |
|
#8
| |||
| |||
| Its attached to ground inside the controll box, it does complete the circut, I didnt think about the design quite as hard as I shoudl have when I made it. it works minus the extreme lack of repeatability Jon |
|
#9
| |||
| |||
| Here is the code I did for a presetter if IsSuchSignal (22) Then Fixture_Num = GetOEMDRO(46) Call SetOEMDRO (46, 202) 'Set to fixture number 202 Code "G00 G53 Z00." 'Height to move into probe pos 'Code "G53 X0. Y0." 'Move into Probe Pos ***EDIT HERE*** Tool_Number = GetDRO(24) code "G91 g31 z-4. f10" While IsMoving() Wend If Tool_Number = 0 Then 'Master tool Cal z = GetOEMDRO(85) 'get Machine ZPos Call SetOEMDRO(49,z) 'Set fixture offset Else Call SetDRO(24,0) 'Turn off the tool offset by loading tool #0 Height = GetDRO(2) 'Get the pos of the Z axis without the Tool comp on Call SetDRO(24,Tool_Number) 'Turn the tool Back on so the offset will go to the Call SetoemDRO(42,Height) 'Set the Tool Height offset End if Call SetOEMDRO(46,Fixture_Num) 'Set the Fixture back to what it was code "G91 G0 Z0.25" code "G90" While IsMoving() Wend end if I hope that will help someone... |
|
#12
| |||
| |||
| Paul, unless I misunderstand it, Jon was trying to get Mach2 to measure the offsets on the fly, without the use of a tool table. i don't see this anywhere on industrial hobbies web site, just the regular tool table offsets.
__________________ (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tool length sensing! | Swede | FlashCut CNC | 15 | 10-12-2005 07:51 PM |
| Setting Work & Tool offsets | Shizzlemah | Fadal | 7 | 04-16-2005 12:04 PM |
| Pop-up tool touch probe | dmealer | General Metal Working Machines | 4 | 04-04-2005 06:47 AM |
| probe, tool setting | bobcor | General Metal Working Machines | 9 | 03-10-2005 07:17 AM |
| Tool Changer Problems | Snel | Haas Mills | 5 | 08-11-2004 08:56 AM |