Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: cncstep on April 13, 2009, 05:28:09 PM

Title: How to make :)
Post by: cncstep on April 13, 2009, 05:28:09 PM
How to make so that at performance of a command (code "G0X100") the way of the tool was displayed? It is displayed if any operating program is loaded. How to make so that it was displayed without loading the program?
Title: Re: How to make :)
Post by: cncstep on April 14, 2009, 02:36:33 PM
Whether there is an access from under VB scripts to G-code list? For example to write down there G-code and to start :)
Title: Re: How to make :)
Post by: Repmo on April 18, 2009, 05:12:23 PM

OpenTeachFile "displacement.tap"
code "G0X100
CloseTeachFile()
Call LoadTeachFile()
doOEMbutton(1000)
Title: Re: How to make :)
Post by: cncstep on April 18, 2009, 06:33:13 PM

OpenTeachFile "displacement.tap"
code "G0X100
CloseTeachFile()
Call LoadTeachFile()
doOEMbutton(1000)


Many thanks!

Sergey