Programming manual
354
CNC 8070
13.
COORDINATE TRANSFORMATION
Coordinate systems (#CS) (#ACS)
(SOFT V02.0X)
332
13.3 Coordinate systems (#CS) (#ACS)
With the #CS instruction, up to 5 coordinate systems may be defined,
stored, activated an deactivated.
With the #ACS instruction, up to 5 fixture coordinate systems may be
defined, stored, activated and deactivated. It is used to compensate
for workpiece inclination due to the fixtures used to secure them.
Both instructions use the same programming format and may be used
independently or combined as indicated in the following section.
Format to define and store:
#CS DEF [n] [MODE m, V1, V2, V3, ϕ1, ϕ2, ϕ3, 0/1]
#ACS DEF [n] [MODE m, V1, V2, V3, ϕ1, ϕ2, ϕ3, 0/1]
Format to define, store and activate:
#CS ON [n] [MODE m, V1, V2, V3, ϕ1, ϕ2, ϕ3, 0/1]
#ACS ON [n] [MODE m, V1, V2, V3, ϕ1, ϕ2, ϕ3, 0/1]
Format to define and activate (without storing):
It may be used, until canceled, as any other coordinate system
stored in memory.
Only one of them may be defined; to define another one, the
previous one must be canceled.
#CS ON [MODE m, V1, V2, V3, ϕ1, ϕ2, ϕ3, 0/1]
#ACS ON [MODE m, V1, V2, V3, ϕ1, ϕ2, ϕ3, 0/1]
Format to deactivate and delete all the current #CS or #ACS and
define and activate a new one:
#CS NEW [n] [MODE m, V1, V2, V3, ϕ1, ϕ2, ϕ3, 0/1]
#ACS NEW [n] [MODE m, V1, V2, V3, ϕ1, ϕ2, ϕ3, 0/1]
Format to deactivate and delete all the current #CS or #ACS and
define and activate a new one (without storing):
#CS NEW [MODE m, V1, V2, V3, ϕ1, ϕ2, ϕ3, 0/1]
#ACS NEW [MODE m, V1, V2, V3, ϕ1, ϕ2, ϕ3, 0/1]
Format to assume and store the current coordinates as a #CS or a
#ACS:
#CS DEF ACT [n]
#ACS DEF ACT [n]
Format to activate one that has been stored:
#CS ON [n]
#ACS ON [n]
Format to activate the one stored last:
#CS ON
#ACS ON
Format to deactivate the one activated last:
#CS OFF
#ACS OFF
Format to deactivate all the activated #CS or #ACS: