Rockwell-automation 2098-IPD-xxx Ultra5000 C Programming using the Mot Manual de usuario Pagina 83

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 114
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 82
Publication 2098-PM001E-EN-P — July 2002
Referencing the Motion Library 2-43
long MoveDV(long distance, float vel);
The distance argument is the delta distance of the move.
The vel argument specifies the move profile final velocity.
This function fits a move profile to the specified DV parameters using
linear acceleration and deceleration.
Note: Negative motion requires both the distance and the vel
arguments to be negative.
Returns 0 if successful, or -1 on an error.
long MoveDVS(long distance, float vel);
The distance argument specifies the incremental distance of the move.
The vel argument specifies the move profile final velocity.
This function inserts into the move buffer a two-segment move profile
fit to the specified DV parameters using S-curve acceleration and
deceleration.
Note: Negative motion requires both the distance and the vel
arguments to be negative.
Returns 0 if successful, or -1 on an error.
long MoveDVT(long distance, float vel, float time);
The distance argument specifies the incremental distance of the move.
The vel argument specifies the move profile final velocity.
The time argument specifies the time duration of the move.
This function inserts into the move buffer a single-segment move
profile fit to the specified DVT parameters.
Note: Negative motion requires both the distance and the vel
arguments to be negative.
Returns 0 if successful, or -1 on an error.
Vista de pagina 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 113 114

Comentarios a estos manuales

Sin comentarios