Hello Guest it is April 19, 2024, 09:54:37 PM

Author Topic: M3 and M4 Revers depending on the gear...  (Read 3430 times)

0 Members and 1 Guest are viewing this topic.

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 :)
« Last Edit: May 06, 2006, 06:14:56 PM by Barker806 »
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com

ynneb

*
Re: M3 and M4 Revers depending on the gear...
« Reply #1 on: May 07, 2006, 01:26:43 AM »
Thanks for this Brian. Though I couldnt use them personally, I appreciate you posting them.
« Last Edit: May 07, 2006, 07:12:41 PM by ynneb »