<< Prev        Next >>

ID : 3623

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))

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 : 3623

<< Prev        Next >>