Denso RC5 Spécifications Page 177

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 692
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 176
Chapter 7 PAC Language Configuration Elements
7-19
7.9.6 Vector Operation
In a vector operation, use the operators shown in below Table .
An operation is carried out according to the priority shown in the table.
Vector Operators
Vector operator Operation description Operation priority
., *, x
Inner product, scalar,
outer product
High
+, -
Addition, subtraction
Low
Example1:Calculation of inner product of V1 and V2.
F1=V1.V2
Example2:Calculation of twice of V1.
V2=V1*2
Example3:Calculation of outer product V1 and V2.
V3=V1xV2
Note: Since the sign of the outer product operator is the letter “x,” be
sure to add a blank character before and after the sign.
7.9.7 Position Operation
This is the operation executed for position type data.
Only “+” can be used for operation of parallel motion and rotation deviation.
Example1: Calculation of point P1 which is (dx, dy, dz) away from the
reference point P0 deviation in the robot coordinate system.
P1 = P0 + (dx, dy, dz) or P1 = P0 + (dx, dy, dz, 0, 0, 0)
Example2: Calculation of point P2 which is (df, dg, dh) away from the current
position in the tool coordinate system.
P2 = * + (df, dg, dh)H or P2 = * + (df, dg, dh, 0, 0, 0)H
Example3: Calculation of point P3 which is obtained so that the figure at the
reference point is rotated by Rx (degree) around X axis, by Ry
(degree) around Y axis and Rz (degree) around Z axis in the robot
coordinate system.
P3=P0 + (0, 0, 0, Rx, Ry, Rz)
Example4: Calculation of point P4 which is (df, dg, dh) away from the current
position in the tool coordinate system, and is rotated by Rx
(degree) around the normal vector, by Ry (degree) around the
orient vector, and Rz (degree) around the approach vector.
P4=* + (df, dg, dh, Rx, Ry, Rz)H
Note: A position type variable cannot be used for deviation.
Vue de la page 176
1 2 ... 172 173 174 175 176 177 178 179 180 181 182 ... 691 692

Commentaires sur ces manuels

Pas de commentaire