Hello Guest it is April 18, 2024, 06:02:18 AM

Author Topic: XYZ Position Data  (Read 3147 times)

0 Members and 1 Guest are viewing this topic.

XYZ Position Data
« on: June 01, 2012, 02:20:16 PM »
Hello All,

If I was looking to use Mach machine axis position (XYZ) information within a VB routine, how would I obtain those readings?

Thanks,
Davey Boy.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: XYZ Position Data
« Reply #1 on: June 01, 2012, 08:48:52 PM »
' Macro to obtain Dro Values
Xvalue = Getdro(0)
Yvalue = GetDro(1)
Zvalue = GetDro(2)


(;-) TP
Re: XYZ Position Data
« Reply #2 on: June 02, 2012, 07:01:28 AM »
Thanks TP.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: XYZ Position Data
« Reply #3 on: June 03, 2012, 12:37:39 PM »
Glad I could help, (;-) TP