Campbell-scientific CR1000 Measurement and Control System Manual de usuario Pagina 514

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 588
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 513
Appendix A. CRBasic Programming Instructions
514
TimeUntilTransmit
TheTimeUntilTransmitinstructionreturnsthetimeremaining,inseconds,before
communicationwiththehostdatalogger.
Syntax
TimeUntilTransmit
Table 119. Asynchronous-Port
Baud Rates
-nnnn (autobaud
1
starting at nnnn)
0 (autobaud starting at 9600)
300
1200
4800
9600 (default)
19200
38400
57600
115200
1
autobaud: measurements are mode on the
communications signal and the baud rate is
determined by the CR1000.
CRBasicExample71. 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)
Vista de pagina 513
1 2 ... 509 510 511 512 513 514 515 516 517 518 519 ... 587 588

Comentarios a estos manuales

Sin comentarios