Yaskawa MotionSuite Series Machine Controller Programming Bedienungsanleitung Seite 160

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 187
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 159
MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands
4-28
4.6.2 Cosine (COS)
!
!!
! Outline
The Cosine (COS) command leaves the cosine of the integer number and real number data
as a calculation result. The 32-bit integer number data cannot be used.
!
!!
! Detailed Explanation
Command Method
Data Type
$
= Yes × = No
!
!!
! Program Example
Input unit and output results vary depending on the integer number and real
number data.
• Integer Number
It is used within a range of -327.68
°
~327.67
°
. Use an immediate calculation
result (integer number data) as an input, and leave the calculation result in
the integer number register (1 input unit = 0.01
°
). The calculation result is
output by multiplying by 10000
°
.
• Real Number
Use an immediate calculation result (real number data) as an input, and leave
the cosine in the real number register (unit: degree).
Bit (B) Integer (W) 32-bit Integer (L) Real (F) Constant
×
$
×
$$
Type Motion Program Ladder Program
B—
W MW00102=COS(MW00100);
L—
F
DF00202
=
COS(DF00200);
MW00100=COS(MW00101);
MW00100=COS(90);
MF00200=COS(MF00202);
MW00100 COSMW00102
DF00200
COSDF00202
Seitenansicht 159
1 2 ... 155 156 157 158 159 160 161 162 163 164 165 ... 186 187

Kommentare zu diesen Handbüchern

Keine Kommentare