Hello Guest it is April 24, 2024, 09:08:38 PM

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.


Messages - mjindustry

Pages: 1 2 »
1
General Mach Discussion / Are you a Mach3 pro?
« on: October 25, 2016, 03:10:14 PM »
Hi all, I'm looking for someone to help me with custom settings for my tables in the way of homing routines and auto zeroing with limit switches. Never been able to get it to do exactly what we need.. only have come close.   :-\

Willing to pay a good rate for the above ^^


Also looking at possibly commissioning a pro, for a custom screen set.


Lets chat about it through PM please.   

2
One on one phone support. / Phone support requested
« on: October 13, 2016, 04:25:33 PM »
Hi, I'm at 218.251.1311

Looking for some help auto zeroing X and Y with homing switch.

Switches work great, just need help programming a what-seems-like should be an easy auto zero routine. Just need them to touch off and zero at +2" from that point.

3
Video P*r*o*b*i*n*g / Camera - Reading Print Registrations?
« on: August 24, 2016, 02:17:13 PM »
Has anyone ever used a camera to read registrations from their printer?

4
General Mach Discussion / Re: Any help on Z-Zero routine script?
« on: March 02, 2016, 12:11:33 AM »
Yea that's just it, I had it at like 10 units. I have never in my life got such consistently different results from b trying slightly different ideas.. and alot of times trying the same thing over and over.

In the bay area (Hayward) , are you good at mach3? Hit me up to make some money tomorrow.. March 2nd. Message me.

5
Anyone available early 3/2/2016 (Wednesday), to help get me up and running on mach3, with our only requirements being that auto tool zero work consistently. Motor tuning is good, or at least real close to good. I had a cnc install where the customer threw me the curve ball at the last minute of needing to be on metric, and it threw me for a loop.


The job pays good for successful completion Wednesday.

Hit me up here..

6
General Mach Discussion / Re: Any help on Z-Zero routine script?
« on: March 01, 2016, 10:56:26 PM »
Think I found out where the MDI is.


Another issue, a bit ago I was doing the simple zero Z routine and it was jumping back off the touch plate by like 10mm, now for some reason it is sticking right to the touch plate.  Any ideas?  Is
 this set under "clearance plane" ?

7
General Mach Discussion / Re: Any help on Z-Zero routine script?
« on: March 01, 2016, 10:38:53 PM »
Okay so now I'm on screenset 2010 .. earlier today I learned how to manually enter a coordinate and go to that on the MIDI tab in Mach3.  How do I do that function in screenset 2010 now, I do not see the midi tab?


8
General Mach Discussion / Re: Any help on Z-Zero routine script?
« on: March 01, 2016, 06:37:29 PM »
Maybe screenset 2010 will fix my problem.

9
General Mach Discussion / Re: Any help on Z-Zero routine script?
« on: March 01, 2016, 06:00:03 PM »
Yea, I can get a Feed Rate entered. Then, as soon as I click "Auto Tool Zero" it zeros out the Feed Rate.


Screenset is bone stock. 

10
General Mach Discussion / Re: Any help on Z-Zero routine script?
« on: March 01, 2016, 05:55:38 PM »
Here is what I have, the "10" is suppose to represent 10mm.

Code: [Select]
CurrentFeed = GetOemDRO(818) 'Get the current feedrate.
PlateThickness = GetUserDRO(1151) '10
ProbeFeed = GetUserDRO(1152) 'You could put a probing feedrate here instead.


Code "G90 F" &ProbeFeed

If GetOemLed (825)=0 Then
Code "G4 P5" 'Time to get to the z-plate
Code "G31Z-5 F" &ProbeFeed
While IsMoving()
Wend
Code "G4 P0.25"
ZProbePos = GetVar(2002)
Code "G0 Z" &ZProbePos
While IsMoving ()
Wend
Call SetDro (2, PlateThickness)
Code "G4 P0.5" 'Pause for Dro to update.
Code "G0 Z2.0" 'Change the Z retract height here
Code "(Z axis is now zeroed)"
Code "F" &CurrentFeed
Else
Code "(Z-Plate is grounded, check connection and try again)"
Exit Sub
End If


 Sorry for being a kook!

Help me get this going and you will have a friend for life!  What? Pretty lame pickup line?

Pages: 1 2 »