Hello Guest it is April 18, 2024, 11:53:22 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.


Topics - Cncman2nv

Pages: « 1 2 3 4 »
11
VB and the development of wizards / Running more than One Macro Pump
« on: July 16, 2012, 11:36:04 PM »
I need a little more clarification about macro Pumps? I have successfully created 1 named macropump.m1s how ever how does a person run more than one and name differently? tried naming servofault.m1s but just came up with nothing or error in message box      

If IsActive(INPUT1) Then
     Message "X servo motion fault"
    DoOEMButton (1003)
    End If    
        If IsActive(INPUT2) Then
         message "Y Servo Motion Fault"
         DoOEMButton (1003)
         End If
       
           

Thanks

12
SmoothStepper USB / ESS Device Option not present
« on: June 27, 2012, 12:31:58 AM »
Trying to set up the ESS card  there is good communication with the configuration software but when I install the plugin it seems to install correct but when I start Mach there are no choices for smooth stepper cinfig

Any help would be great

13
Galil / MPG Not Stopping At Soft Limits
« on: September 22, 2010, 11:51:22 AM »
I have a single MPG wheel hooked to a dcm2100 card threw the ICM module and when moving the table or Z axis they go right past the soft limits and hard limits I'm looking for any idea why this is happening

14
Galil / Is Ridgid Tap possable with Galil?
« on: July 08, 2010, 11:05:00 AM »
I would like to know if it is possible for rigid tap using a galil dmc card ? 

15
General Mach Discussion / video window won't work
« on: May 10, 2010, 03:52:59 PM »
The video on my mach3 doesn't want to work even with the web camera working with is own software and the video window plug in is checked is there some support software
that i might be needed mach was loaded on to a blank winXP machine also using the galil plug in

16
Galil / galil and backlash compensation
« on: May 10, 2010, 08:45:40 AM »
Is there a way to set backlash compensation in mach3 control or the galil controller

17
General Mach Discussion / Program start from a tool number
« on: February 12, 2010, 12:17:38 PM »
Is there a way to start running a gcode program by specifying a tool number example "tool breakage"
because when i scroll down thru the gcode window and select "run from here" button in mach it ask for a prep move that is even relevant to the part

18
Galil / no X axis JOG after Homing
« on: February 04, 2010, 11:54:22 AM »
I have a bridge port eztrak i have been upgrading and after homing in all 3 axis with the soft limit button active the x axis wont jog but he others will
the setup Iam currently using is one switch on each axis used for homing no limits also Iam Using the current galil plug-in 4.4.0.0


19
VB and the development of wizards / Can the M3/4 macros be edited
« on: December 26, 2009, 07:13:01 PM »
I would like to find a way to edit the way Mach does the M3,M4 macros

What I want to do is put a lever switch on the Back gear lever of a Bridgeport mill to tell Mach to reverse the output from the M code call

I tired this in the M3 macro but Didn't Work
IF IsActive (input1) then
DoSpinCWW()
Else
DoSpinCW()
End If

20
General Mach Discussion / Bridgeport mill and back gear spindle reversal
« on: December 21, 2009, 06:54:01 PM »
I have a Bridgeport milling machine and how can I tell Mach software to invert the spindle direction in Back gear using switch hooked to the lever

Pages: « 1 2 3 4 »