You are not logged in.
Pages: 1
Does anyone know the syntax format for "ChangeWorkCoord" macro?
G15 H03 ......... (H03 = 10 12.675 1)
This is the code from the program. Ex:: VC6 = 12.675
CALL O1503
VZOFY[3]=VC6-5.750
CALL O1503
I have VZOFY define as array variable
When it read to the line VZOFY[3]=VC6-5.750.
VZOFY[3] variable = to 6.925
Then it will shift workcoord to 10 6.925 1
Word Format:::
VZOFY Special Vairable Name
VZOFX Special Variable Name
Variable:::
VZOFY[25]
VZOFX[25]
What do I need to do for it to regconize the VZOFY variable, work index no. [3] and in the same time shift Y-axis down by 5.750.
There are::
-- WorkCoordIndex
-- WorkCoordXValue
-- WorkCoordYValue
-- ChangeWorkCoord
But which to use and how to use is the problem...
It would be better if there is example of syntax for every macro in the help file.
Thanks,
Offline
I got everything straighten up...
Offline
Hello,
I am looking to do something similar with a variable array and pass it to work offset locations. Would you mind passing along the details?
Thanks,
Eric
Offline
Pages: 1