
Messdatenerfassung und Auswertung mit den Grafikrechnern
Seite 12
© Sharp Electronics (Europe) GmbH
Wait 1
ClrT
Print "BITTE WARTEN...."
If P=7 Goto DIGINI
Rem <ANALOG PORT>
1@=>@A
Gosub CHECK1
If H=1 Goto TRIGER
Wait 1
2@=>@A
Gosub CHECK1
If H=2 Goto TRIGER
Wait 1
3@=>@A
Gosub CHECK1
Goto TRIGER
Rem <SONIC PORT>
Label DIGINI
11@=>@A
Gosub CHECK1
Rem -- TRIGGER SELECTION MENU -- Messung automatisch oder manuell durchführen
Label TRIGER
ClrT
Print "START AUSWAEHLEN"
Print " 1:MANUELL "
Print " 2:AUTO "
Print "BITTE ZAHL "
Print "EINGEBEN: "
Label TMENU
Key T
If (T@not_=@1) and (T@not_=@2) Goto TMENU
Rem -- INPUT SAMPLING SETTING --
ClrT
Input "INTERVALLAENGE=",S
Input "ZAHL DER MESSUNGEN=",N
Rem -- START COLLECTION --
If T=1
Then
Rem <MANUAL START>
{3,S,N,1}@=>@L1
Gosub CHECK2
Gosub PUSH
Else
Rem <AUTOMATIC START>
{3,S,N,0}@=>@L1
Gosub CHECK2
EndIf
Komentarze do niniejszej Instrukcji