Hello Guest it is May 17, 2024, 11:15:51 AM

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

3591
General Mach Discussion / Re: adding second parallel port?
« on: January 20, 2006, 08:05:49 AM »
It should work, where are you getting the input range numbers from? Device manager?

3592
General Mach Discussion / Re: Spindle Interlocking
« on: January 20, 2006, 08:01:41 AM »
Try this  ;D
If GetUserLED (1010) Then
   If Not IsActive (Input2) Then
      DoOEMButton (1003)
      MsgBox "PROGRAM STOPPED Spindle fault"
   End If
End If


3593
I changed the < to > because the logic was not following the Error message... Other than that it is running very we here.

 If XStart >= StockDia Then
    setTicker 20, "************** Check XStart is Smaller than Stock Diameter  *************"
 Exit Sub
End If

If ZStart >= FaceEnd Then
    setTicker 20, "************** Check ZStart is Smaller than Face Surface *************"
Exit Sub
End If

3594
Why are you checking for Dia mode? This can't change as you are running the lathe. I will have a look at your code and see if I can figure out what you are up to :)

3595
General Mach Discussion / Re: Spindle Interlocking
« on: January 19, 2006, 07:40:48 PM »
If you would like to have a message box you can do this

MsgBox"This is an ERROR!!!"

Put tha in the scripter and you will see a message box :)

3596
Yea it is going to start in the same place every time:( The points are to change where the X0 Y0 is not the start point.

Hope that helps, and I am sorry I didn't see the message

3597
If you are gettting an Art code I am going to have to have Art look at that... This is how I do the error checking in many of the scripts that I write, so if you could send me the code I will test it and see if there is some thing odd in it.

I can help you with a dialog box for the error, I will post it latter:)

3598
General Mach Discussion / Re: Jogging with a Joystick
« on: January 19, 2006, 03:25:43 PM »
Try this :) I added a few more things and after taking to Art I think I have it...

3599
Newfangled Solutions Mach3 Wizards / Re: Teach Wizard A Bit more
« on: January 19, 2006, 02:26:32 PM »
Are we going to have to add in some drilling to the wizard :)

3600
Newfangled Solutions Mach3 Wizards / Re: Array wizard?
« on: January 19, 2006, 02:25:11 PM »
There is an Array wizard that Art made, I have not used it but I think we can figure it out <G>

The wizard to read your mind... hmmmm what are you tinking about using to get the data out of your head??? :)