Hello Guest it is April 19, 2024, 07:17:46 AM

Author Topic: I'm having a problem with OEM-code 321 (Run Newfangled Wizard) in machturn.  (Read 2436 times)

0 Members and 1 Guest are viewing this topic.

I want to add a button to my screen set to pull up and run the Newfangled Turn Wizard. I have an OEM-code 230 (Display Wizard selection window) on my screen which does open the wizard selection window. However, went I press my OEM-code 321 button it doen't do anything.

It seem like 321 should open the wizard and run it.

Thx Mav

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
You can use a VB Script in the button to call the wizard by name and run it. Use the LoadWizard function.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Thanks Gerry,

I'll give that a try.

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Try either :

LoadWizard(“NFSturn”)

or

LoadWizard “NFSturn”


Make sure the name is correct. I don't have Mach3 installed here, so I can't check right now.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Wow......... Thanks Gerry.

LoadWizard("NFSturn")

That did the trick.


Thanks for your help!!