Campbell-scientific CR1000 Measurement and Control System Instrukcja Użytkownika Strona 482

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 481
Appendix A. CRBasic Programming Instructions
482
TriggerSequence
UsedwithWaitTriggerSequencetocontroltheexecutionofcodewithinaslow
sequence.
Syntax
TriggerSequence(SequenceNum, Timeout)
WaitTriggerSequence
UsedwithTriggerSequencetocontroltheexecutionofcodewithinaslow
sequence.
Syntax
WaitTriggerSequence
WaitDigTrig
Triggersameasurementscanfromanexternaldigitaltrigger.
Syntax
WaitDigTrig(ControlPort, Option)
While/Wend
Executeaseriesofstatementsinaloopaslongasagivenconditionistrue.
Syntax
While [condition]
[StatementBlock]
Wend
A.4.2 Advanced Program Controls
Data/Read/Restore
DefinesalistofFloatconstantstoberead(usingRead)intoavariablearraylater
intheprogram.
Syntax
Data [list of constants]
Read [VarExpr]
Restore
DataLong/Read/Restore
DefinesalistofLongconstantstoberead(usingRead)intoavariablearraylater
intheprogram.
Syntax
DataLong [list of constants]
Read [VarExpr]
Restore
Read
ReadsconstantsfromthelistdefinedbyDataorDataLongintoavariablearray.
Syntax
Read [VarExpr]
Restore
ResetsthelocationoftheReadpointerbacktothefirstvalueinthelistdefined
byDataorDataLong.
Syntax
Restore
Przeglądanie stron 481
1 2 ... 477 478 479 480 481 482 483 484 485 486 487 ... 587 588

Komentarze do niniejszej Instrukcji

Brak uwag