Campbell-scientific CR3000 Micrologger Manual de usuario Pagina 517

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 590
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 516
Appendix A. CRBasic Programming Instructions
517
Table 122. Asynchronous-Port
Baud Rates
-nnnn (autobaud
1
starting at nnnn)
0 (autobaud starting at 9600)
300
1200
4800
9600 (default)
19200
38400
57600
76800
115200
1
autobaud: measurements are mode on the
communications signal and the baud rate is
determined by the CR3000.
CRBasicExample72. RetriesinPakBusCommunications.
For I = 1 to 3
GetVariables(ResultCode,….)
If ResultCode = 0 Exit For
Next
A.13 Variable Management
ArrayIndex
Returnstheindexofanamedelementinanarray.
Syntax
ArrayIndex(Name)
ArrayLength
Returnsthelengthofavariablearray.InthecaseofvariablesoftypeString,the
totalnumberofcharactersthatthearrayofstringscanholdisreturned.
Syntax
ArrayLength(Variable)
Encryption
Encrypts/decryptsamessage(stringvariable)sharedbetweentwodevices.
Syntax
Result = Encryption(Dest, Source, SourceLen, Key, Action)
FindSpa
Searchesasourcearrayforavalueandreturnsthevalue'spositioninthearray.
Syntax
FindSpa(SoughtLow, SoughtHigh, Step, Source)
Vista de pagina 516
1 2 ... 512 513 514 515 516 517 518 519 520 521 522 ... 589 590

Comentarios a estos manuales

Sin comentarios