![Mitsubishi Electric M700V Series Скачать руководство пользователя страница 18](http://html.mh-extra.com/html/mitsubishi-electric/m700v-series/m700v-series_programming-manual_238523018.webp)
2. Least Command Increments
2.3 Indexing Increment
6
2.3 Indexing Increment
Function and purpose
This function limits the command value for the rotary axis.
This can be used for indexing the rotary table, etc. It is possible to cause a program error with a
program command other than an indexing increment (parameter setting value).
Detailed description
When the indexing increment (parameter) for limiting the command value is set, the rotary axis can
be positioned with that indexing increment. If a program other than the indexing increment setting
value is commanded, a program error (P20) will occur.
The indexing position will not be checked when the parameter is set to 0.
(Example)
When the indexing increment setting value is 2 degrees, only command with the
2-degree increment are possible.
G90 G01 C102. 000 ;
…
Moves to the 102 degree angle.
G90 G01 C101. 000 :
…
Program error
G90 G01 C102 ;
…
Moves to the 102 degree angle. (Decimal point type II)
The following axis specification parameter is used.
# Item
Contents
Setting range
(unit)
2106 Index
unit Indexing
increment
Set the indexing increment to which the rotary
axis can be positioned.
0 to 360 (° )
Precautions
•
When the indexing increment is set, degree increment positioning takes place.
•
The indexing position is checked with the rotary axis, and is not checked with other axes.
•
When the indexing increment is set to 2 degrees, the rotary axis is set to the B axis, and the B
axis is moved with JOG to the 1.234 position, an indexing error will occur if "G90B5." or "G91B5."
is commanded.