Hello Guest it is April 26, 2024, 03:42:20 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 - Steambuilder

Pages: « 1 2
11
Newfangled Solutions Mach3 Wizards / Re: NFS Turn Wizard
« on: August 18, 2012, 07:51:54 PM »
Great wizard, Ron!  Will you be adding an OD Radius operation in the near future. It would be a great help
Also is there a way to call this wizard from an OEM code?
Thanks

12
Problem Solved!

13
Thanks area51 for the reply. I have put the following code in the M800 file but no luck.  I got the screen numbers from Screen4. I don't want to use any of the SL, SR, AL or AR buttons to get to these screens. Am I missing something below
Thanks
Doug


'==========================================================================
' <-- Put your own script code here.

If BText = "PN" Then
DoOemButton(4)
End If

If BText = "PE" Then
DoOembutton(2)
End If

If BText = "PW" Then
DoOemButton(15)
End If


'END ' Uncomment END to end execution of script here.
     ' Or delete text to end of file.
'==========================================================================

14
I am trying to setup the JoyPad plugin for Mach3Turn. How can I get the pages changed so I can control them on PN, PE, PS, and PS. I want to setup Manual, Auto, Cycle and Tool Table respectively. I will use another button for the Diagnostics page. I think it is a script that I want to write, but can't find the page oem numbers(if that is what I need). Also when I list the scripts in the m800.m1s file, do I have to separate them with anything?  I am green when it comes to writing scripts along with using Mach3.

Thanks!
Doug

15
Thanks for the fast reply! That fixed the problem.  Thanks for your excellent help. I'm glad there are guys like you out there to help a greenhorn.
Thanks


Doug

16
Thanks for the reply, Hood. Using Screen4,  I got the button set as a VB button then added the script that you listed above but I get a script error.  I forgot to mention that I am also using my homing switches as limit switches. Do I have to enter more data into the script to make it work?

17
General Mach Discussion / Adding a button to 2 screens in Mach3Turn
« on: July 17, 2012, 05:20:15 PM »
I am a new newb to Mach and am trying to add a button to the Manual and Automatic screens of Mach3Turn. I would like this button to Ref All Home with Z first, then X. This would save having to click the Set Home Z button and then the Set Home X. I have the button placed on the screens but am totally lost from there. I have attached a .lset file of what I have so far. Any help would be greatly appreciated. Thanks
Doug

Pages: « 1 2