Hello Guest it is May 16, 2024, 08:59:00 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 - Brian Barker

3041
General Mach Discussion / Re: default setup for multiple mills
« on: May 06, 2006, 06:40:02 PM »
John this is NO problem! You are going to have to set up two profiles.. If you use the Mach3 (Not mach3 mill) icon you will see where you can create a new profile. this will make it so you can have both setups ready to run :) there is more info on this in the manual... But if you get to the point where you need help We are here..

3042
General Mach Discussion / M3 and M4 Revers depending on the gear...
« on: May 06, 2006, 06:12:11 PM »
Here are the macros that will revers the spindle depending on the gear that you are running. This was done to help people that are running Bp's because back gear will revers the spindle... Put the M3 code in the m3.m1s and the M4 in the m4.m1s macro

'M3.m1s
 If (GetOEMDRO (56) = 1) Then
 DoSpinCW()
 End If
 If (GetOEMDRO (56) = 2) Then
 DoSpinCCW()
 End If
 
'M4.m1s
 If (GetOEMDRO (56) = 1) Then
 DoSpinCCW()
 End If
 If (GetOEMDRO (56) = 2) Then
 DoSpinCW()
 End If


Hope this will help a few of you :)

3043
LazyCam (Beta) / Re: LAZYCAM Layer control
« on: May 06, 2006, 04:10:42 PM »
Chip,
I have been fixing things for the past few days and adding more toys :) I have a comp but that I need to look into but after it is going to be time for a release! Should only be a few days or so...

Thanks
Brian

3044
Why so small of a machine ;)

3045
Mach3 and G-Rex / Re: MachIV motor reversal ?
« on: May 06, 2006, 11:07:44 AM »
Very nice I had a Shizuoka! That was a nice heavy mill with 5HP on the spindle, and running off Mach3 :)

3046
General Mach Discussion / Re: Home switch position
« on: May 06, 2006, 11:05:17 AM »
I think a little shielding should fix you up :)

3047
General Mach Discussion / Re: Setting up a pendant.
« on: May 06, 2006, 11:04:10 AM »
You need to add the buttons to the "system hotkeys setup". In there you are going to need to put 1001 for cycle start (this is going to change Very soon because Art is doing some updates). The button code will be run by the Trigger# under the ports and pins inputs...

That should get you started.
Brian

3048
Mach3 and G-Rex / Re: MachIV motor reversal ?
« on: May 05, 2006, 06:04:50 PM »
Under homing and limits check the reverse check box for that axis...

3049
General Mach Discussion / Re: Home switch position
« on: May 05, 2006, 05:48:55 PM »
I added a bit more debounce and I added a button so you could turn on the softlimits. the Button is on the diagnostics page

3050
General Mach Discussion / Re: Missing Steps
« on: May 04, 2006, 06:59:52 PM »
What is the voltage coming out of the P port? I BET you have a 3.5V system...