Linkage of coordinate systems
New coordinate transformations may be formed by combining ACS and CS.
Several ACS and CS are linked separately in the sequence they are selected. The resulting ACS is then linked to the resulting CS for overall transformation. Linkage always takes place with the ACS first irrespective of programming.
A maximum of 10 ACS/CS combinations can be linked to form an overall transformation.
Individual ACS’s are deselected in the opposite sequence to selection. The same applies to the CS. To simplify this, #(A)CS OFF is programmed without an ID parameter (see the two figures in.Defining a machining coordinate system (#CS DEF, #CS ON/OFF, #CS MODE ON/OFF)).
Programming Example
Linkage of coordinate systems
It must be noted that the relative linkage of ACS or CS may in general result in a changed sequence of selection and lead to different results (see figure below).
The CS (or ACS) with the same ID may also be selected several times and linked to itself.
Programming Example
Linkage of coordinate systems
The following NC commands store the currently active overall transformation:
Syntax: |
#CS DEF ACT [<CS_ID>] #ACS DEF ACT [<ACS_ID>] |
As opposed to sequential deselection of the (A)CS by (A)CS OFF, the following NC commands can directly deselect the partial transformations formed from the linkage of CS or ACS.
Syntax: | |
#CS OFF ALL | Deselect all CS |
#ACS OFF ALL | Deselect all ACS |
Programming Example
Linkage of coordinate systems