Hello Guest it is April 23, 2024, 02:47:09 PM

Author Topic: How to make :)  (Read 3402 times)

0 Members and 1 Guest are viewing this topic.

How to make :)
« 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?
Re: How to make :)
« Reply #1 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 :)

Offline Repmo

*
  •  54 54
    • View Profile
Re: How to make :)
« Reply #2 on: April 18, 2009, 05:12:23 PM »

OpenTeachFile "displacement.tap"
code "G0X100
CloseTeachFile()
Call LoadTeachFile()
doOEMbutton(1000)
Re: How to make :)
« Reply #3 on: April 18, 2009, 06:33:13 PM »

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


Many thanks!

Sergey