Rockwell-automation 2098-IPD-xxx Ultra5000 C Programming using the Mot Manual do Utilizador Página 98

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 114
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 113 114

Comentários a estes Manuais

Sem comentários