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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 114
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 97
Publication 2098-PM001E-EN-P — July 2002
2-58 Referencing the Motion Library
long LongArraySetElement(long element, long data);
Stores data into a previously selected zero-based, long integer array.
The element argument indicates which cell of the array to access. The
data argument is the new value to be stored in the specified element.
Returns 0 if successful, or -1 on an error.
Non-Volatile Array Services
long FloatArraySelect(char* name);
Selects the active floating point array for access by the program. The
name argument is the case sensitive name of a valid array.
Returns 0 if successful, or -1 on an error.
An error may consist of:
Arrayname not found
Array not floating point
Other errors
long LongArraySelect(char* name);
Selects the active long array for access by the program. The name
argument is the case sensitive name of a valid array.
Returns 0 if successful, or -1 on an error.
An error may consist of:
Arrayname not found
Array not long integer
Other errors
Vista de pagina 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 113 114

Comentarios a estos manuales

Sin comentarios