Ocean-optics Jaz Scripting Language and Scripting Engine Manuel d'utilisateur Page 59

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 74
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 58
A: Example Scripts
013-RD000-000-12- 201010 51
Light1 := 4000
LABEL LightLoop
SetLampIntensity(0,ALLBULBS,Light1)
GetSpectrum(0,LightSpectrum)
LocateWavelength(LightSpectrum,566,LightPeak)
IF(LightSpectrum[LightPeak] > 32000) GOTO Again
GOTO EndLight
LABEL Again
Light1 := Light1 - 100
SetLampIntensity(0,ALLBULBS,Light1)
GOTO LightLoop
LABEL EndLight
DisplayMsg("Light adjustment$complete")
Pause(2)
Display("Max Int = ",LightSpectrum[LightPeak],"")
Pause(2)
// Main User Interface
Label Top
CALL MainMenu
If(UserChoice = 0) GOTO Standardize
If(UserChoice = 1) GOTO VIEW
If(UserChoice = 2) GOTO RefreshpK
GOTO QUIT
LABEL Standardize
CALL GetStandards
GOTO TOP
LABEL View
Call ViewpH
GOTO TOP
LABEL RefreshpK
Vue de la page 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 73 74

Commentaires sur ces manuels

Pas de commentaire