![Omron CS1W-MCH71 - Скачать руководство пользователя страница 364](http://html1.mh-extra.com/html/omron/cs1w-mch71/cs1w-mch71_operation-manual_742367364.webp)
319
Command Details
Section 6-3
• [Master axis classification] determines whether to synchronize the slave
axis with the master axis command value or feedback value.
• Completion of command execution varies depending on the link option.
• During the command execution, the command code “0015h” is output to
the system variable “Command execution status” (SW0228 for Axis 1).
(For details of command codes, see
Code in Command Execution Status
Precautions When Using
MOVELINK Continuously
The timing may need to be adjusted using the NOPS command when the axis
is continuously moved using the MOVELINK command. The following exam-
ple is given as explanation.
As the following program shows, J05 and J04 are joined to the main axis J02
using the MOVELINK command.
If the slave axis J05 is moved immediately after positioning J02 (completion of
line 2), the movement of J05 in line 1 is cancelled and J05 will be short one
unit cycle of reaching the target position.
This happens because when the MOVELINK command in line 3 is executed,
the MOVELINK command in line 1 has not yet completed processing one unit
cycle, thereby cancelling this portion of the unit cycle upon the execution of
line 3.
To deal with this problem, insert a NOPS command after the MOVE command
as shown below. By inserting the NOPS command, the MOVELINK command
will be executed after line 1 is completed.
Unit Versions Before Unit Ver. 3.0
If the next operation is executed while the Master axis is continuing to travel,
some of the Slave axis travel distance (up to one Unit cycle of travel) will be
eliminated.
Master axis
classification
Master axis value to
synchronize with
0 or omitted
Command value
1
Feedback value
MOVELINK [J05]36400 [J02]#ML0002 A0 D0 Q1;
MOVELINK [J04]36400 [J02]#ML0002 A0 D0 Q1;
INC MOVE [J02]#ML0002
MOVELINK [J05]16000 [J02]#ML0004 A0 D0 Q1;
MOVELINK [J04]16000 [J02]#ML0004 A0 D0 Q1;
INC MOVE [J02]#ML0002
←
(1)
←
(2)
←
(3)
MOVELINK [J05]36400 [J02]#ML0002 A0 D0 Q1;
MOVELINK [J04]36400 [J02]#ML0002 A0 D0 Q1;
INC MOVE [J02]#ML0002;
NOPS;
MOVELINK [J05]16000 [J02]#ML0004 A0 D0 Q1;
MOVELINK [J04]16000 [J02]#ML0004 A0 D0 Q1;
INC MOVE [J02]#ML0002;
NOPS;
Case
First command Next command
Remarks
1
CAMBOX
CAMBOX
Part of the travel distance specified in
the first CAM table will be eliminated
when switching from the first CAM table
to the next CAM table.
2
CAMBOX
MOVELINK
As above.
Содержание CS1W-MCH71 -
Страница 2: ...CS1W MCH71 CJ1W MCH71 Motion Control Unit Operation Manual Revised June 2008 ...
Страница 3: ...iv ...
Страница 29: ...xxx ...
Страница 33: ...xxxiv ...
Страница 35: ...xxxvi ...
Страница 39: ...xl ...
Страница 69: ...24 Performance Section 1 7 ...
Страница 99: ...54 Connecting MECHATROLINK Devices Section 3 5 ...
Страница 283: ...238 Saving Data Section 5 4 ...
Страница 417: ...372 Command Details Section 6 3 ...