Denso RC5 Specifications Page 441

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 440
Chapter 14 Multitasking Control Statements
14-17
Example 5:
PROGRAM PRO6 '
TAKEARM '
RUN PRO7 '
MOVE P, P7 '
END '
PROGRAM PRO7 '
TAKEARM '×:
An error occurs when an attempt is made to obtain the robot
'
execution priority with
PRO7 which is run as another task
of
'PRO6, since PRO6 already has robot control priority.
MOVE P, P7 '
END '
Example 6:(extended-joints)_
Shown below are program samples for the TAKEARM command when arm
groups are arranged as listed below (for 4-axis robots).
PROGRAM PRO1
TAKEARM 1 'Get Arm Group 1 (7th extended-joint involved).
DRIVEA (7,100) 'Move the 7th extended-joint to an angle of 100
'degrees.
END
PROGRAM PRO2
TAKEARM 2 'Get Arm Group 2 (all robot joints and 7th
'extended-joint involved).
MOVE P,P0 EX ((7,10))
'Simultaneously move robot joints and 7th
'extended-joint.
DRIVEA (7,100) 'Move the 7th extended-joint to an angle of
'100 degrees.
END
Page view 440
1 2 ... 436 437 438 439 440 441 442 443 444 445 446 ... 691 692

Comments to this Manuals

No comments