Applying The Rotary Axis Configuration Parameter - Mitsubishi Electric M800VW Series Programming Manual

Plc programming
Hide thumbs Also See for M800VW Series:
Table of Contents

Advertisement

M800V/M80V Series PLC Programming Manual (2/2)
14 PLC Help Function

14.28 Applying the Rotary Axis Configuration Parameter

14.28 Applying the Rotary Axis Configuration Parameter
On a multi-tasking machine, one rotary tool may be shared with multiple part systems. In this case, arbitrary axis exchange
control and mixed control which an arbitrary axis between part systems can be exchanged freely are used.
When operating a specific function (*1) in combination with arbitrary axis exchange (G140) command and mixed control I/ II
commands, the rotary axis configuration parameter need to be set with the 2nd axis name. Set the parameter "#1450
5axis_Spec/bit0" (axis name setting method of rotary axis configuration parameter) to "1", and set the axis configuration with
the second axis name (e.g. A1, B2) to operate these functions in the rotary axis configuration parameter (from #7900). When
"#1450 5axis_Spec/bit0" is set to "0" (Set by axis name), an operation error or a program error occurs if these functions are
performed after the arbitrary axis exchange.
You can specify the configurations up to the number of valid part systems (max. 4) for the rotary axis configuration parameter.
When multiple configurations are specified, these functions can be performed with different axis configurations.
(*1) This indicates the following functions:
 Inclined surface machining command
 Simple Inclined Surface Machining Command
 Rotation center error compensation
 Tool center point control (Can be combined with arbitrary axis exchange only)
 3-dimensional manual feed (Can be combined with arbitrary axis exchange only)
By applying the rotary axis configuration parameter whose configuration is that all the existing axes in the part system have
been set, the target function with the axis configuration in the part system after the axes exchange is available.
Machining program (For inclined surface machining)
$1
G140 X=X2 Y=Y1 Z=Z2 B=B2 C=C2 ;
G68.2 P1 J45. ; ... (*1)
:
G69 ;
G142 ;
(*1)
Inclined surface machining with Config.4
The rotary axis configuration parameter (#7900 and follows)
Config.1
Horizontal axis : X1
Vertical axis
: Y1
Height axis
: Z1
1st rotary axis : B1
2nd rotary axis : C1
IB-1501668-B
Config.2
Horizontal axis : X2
Vertical axis
: Y2
Height axis
: Z2
1st rotary axis : B2
2nd rotary axis : C2
762
$2
G140 X=X1 Y=Y2 Z=Z1 B=B1 C=C1 ;
G68.2 P1 J45. ; ... (*2)
:
G69 ;
G142 ;
(*2)
Inclined surface machining with Config.3
Config.3
Horizontal axis : X1
Vertical axis
: Y2
Height axis
: Z1
1st rotary axis : B1
2nd rotary axis : C1
Config.4
Horizontal axis : X2
Vertical axis
: Y1
Height axis
: Z2
1st rotary axis : B2
2nd rotary axis : C2

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents