
Appendix A. CRBasic Programming Instructions
481
WindVector
Processeswindspeedanddirectionfromeitherpolarororthogonalsensors.To
saveprocessingtime,onlycalculationsresultingintherequesteddataare
performed.
Syntax
WindVector(Repetitions, Speed/East, Direction/North,
DataType, DisableVar, Subinterval, SensorType, OutputOpt)
Read More! See Wind Vector (p. 193).
A.3 Single Execution at Compile
Reside between BeginProg and Scan Instructions.
ESSInitialize
PlacedaftertheBeginProginstructionbutpriortotheScaninstructionto
initializeESSvariablesatcompiletime.
Syntax
ESSInitialize
MovePrecise
UsedinconjunctionwithAddPrecise,movesahighprecisionvariableinto
anotherinputlocation.
Syntax
MovePrecise(PrecisionVariable, X)
PulseCountReset
Anobsoleteinstruction.Resetsthepulsecountersandtherunningaverages
usedinthepulsecountinstruction.
Syntax
PulseCountReset
A.4 Program Control Instructions
A.4.1 Common Program Controls
BeginProg/EndProg
Marksthebeginningandendofaprogram.
Syntax
BeginProg
[program code]
EndProg
Call
Transfersprogramcontrolfromthemainprogramtoasubroutine.
Syntax
Call subname (list of variables)
Comentarios a estos manuales