Yaskawa MotionSuite Series Machine Controller Programming Manual de usuario Pagina 158

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 187
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 157
MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands
4-26
4.6 Basic Functions
This section explains the basic functions including trigonometric function, square root,
BIN, BCD, etc.
4.6.1 Sine (SIN)
!
!!
! Outline
The Sine (SIN) command leaves the sine 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 sine 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=SIN(MW00100);
L—
F
DF00202
=
SIN(DF00200);
MW00100=SIN(MW00101);
MW00100=SIN(90);
MF00200=SIN(MF00202);
MW00100 SINMW00102
DF00200
SINDF00202
Vista de pagina 157
1 2 ... 153 154 155 156 157 158 159 160 161 162 163 ... 186 187

Comentarios a estos manuales

Sin comentarios