ID : 5766
WorkAttribute
Function
Obtain an attribute value of the work coordinate system specified.
Syntax
WorkAttribute(work coordinate number)
Guaranteed entry
- Work coordinate number
- Designate a work coordinate number from 0 to 7 by Integer Type data.
Return value
Return an attribute value of the work coordinates by integer type data. (0: Standard, 1:FixedTool(Fix))
Description
Obtain an attribute value of the work coordinate specified by the work coordinate system number. (0: Standard, 1:FixedTool(Fix))
Related Terms
Work, ChangeWork, WorkPos, CurWork, Base Coordinates and Work Coordinates, External TCP Function, Displaying and Setting Work Coordinates
Attention
-
Example
Sub Main
'Obtain an attribute of the work coordinate 5 and then store the result in I10.
I10 = WorkAttribute(5)
PrintMsg I5
End Sub
ID : 5766