Machsupport Forum
Mach Discussion => VB and the development of wizards => Topic started 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?
-
Whether there is an access from under VB scripts to G-code list? For example to write down there G-code and to start :)
-
OpenTeachFile "displacement.tap"
code "G0X100
CloseTeachFile()
Call LoadTeachFile()
doOEMbutton(1000)
-
OpenTeachFile "displacement.tap"
code "G0X100
CloseTeachFile()
Call LoadTeachFile()
doOEMbutton(1000)
Many thanks!
Sergey