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

Naviguer en ligne ou télécharger Manuel d'utilisateur pour Équipement Ocean-optics Jaz Scripting Language and Scripting Engine. Ocean Optics Jaz Scripting Language and Scripting Engine User Manual [en] Manuel d'utilisatio

  • 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 0
Scripting Language and Scripting Engine
Programming Guide
Document Number 013-RD000-000-12- 201010
Offices:
OcOcean Optics, Inc.
830 Douglas Ave., Dunedin, FL, USA 34698
Phone 727.733.2447
Fax 727.733.3962
8 a.m.– 8 p.m. (Mon-Thu), 8 a.m.– 6 p.m. (Fri) EST
E-mail: Info@OceanOptics.com (General sales inquiries)
[email protected] (Questions about orders)
TechSupport@OceanOptics.com (Technical support)
Vue de la page 0
1 2 3 4 5 6 ... 73 74

Résumé du contenu

Page 1 - Programming Guide

Scripting Language and Scripting Engine Programming Guide Document Number 013-RD000-000-12- 201010 Offices:OcOcean Optics, Inc.830 Douglas

Page 2 - Limit of Liability

1: Introduction2 013-RD000-000-12- 201010Operating System Support Microsoft Windows – Windows 7, 2000, XP; 32-b

Page 3 - Table of Contents

013-RD000-000-12- 201010 3Chapter 2Jaz Scripting Engine ArchitectureOverviewThe Jaz Scripting engine comprises the linguistic a

Page 4

2: Jaz Scripting Engine Architecture4 013-RD000-000-12- 201010All variables are global in scope. That means that

Page 5 - 013-RD000-000-12- 201010 v

2: Jaz Scripting Engine Architecture013-RD000-000-12- 201010 5TEXT LiteralsA literal of type text may need to have carriage re

Page 6

2: Jaz Scripting Engine Architecture6 013-RD000-000-12- 201010 Symbol Name Type> Greater than Boolean< Le

Page 7

2: Jaz Scripting Engine Architecture013-RD000-000-12- 201010 7The DO ... DONE construct is a special iteration construct. It b

Page 8

2: Jaz Scripting Engine Architecture8 013-RD000-000-12- 201010Variable Type Constant Typical Use/ValueELECTRIC_DA

Page 9 - Introduction

013-RD000-000-12- 201010 9Chapter 3InstallationOverviewThe JSL can be run under Jaz, Linux or Windows and installed from either

Page 10 - Operating System Support

3: Installation10 013-RD000-000-12- 201010Downloading from the Ocean Optics WebsiteInstalling on a Windows Platfo

Page 11 - Architecture

013-RD000-000-12- 201010 11Chapter 4Windows Scriptor LauncherIntroductionScriptor Launcher provides a graphical interface for O

Page 12 - Example:

AdditionalOffices:Ocean Optics Asia666 Gubei Road, Kirin Tower, Suite 601B, Changning District, Shanghai, 200336 PRCPhone 86.21.6295.6600Fax 86.21.629

Page 13 - Operators

4: Windows Scriptor Launcher12 013-RD000-000-12- 201010Running the ApplicationScriptor Launcher Main WindowDouble

Page 14 - Main Program

013-RD000-000-12- 201010 13Script OptionsOption MeaningVerbose Corresponds to the -v option and provides the most detailed out

Page 15 - Built-In Variables

4: Windows Scriptor Launcher14 013-RD000-000-12- 201010

Page 16

013-RD000-000-12- 201010 15Chapter 5Using the Jaz Scripting EngineOverviewThe scripting engine is a program named Scriptor. Scr

Page 17 - Installation

5: Using the Jaz Scripting Engine16 013-RD000-000-12- 201010Flag Arguments Meaning-p IP Port number of Jaz unitDe

Page 18 - Transferring JSL to Jaz

013-RD000-000-12- 201010 17Chapter 6Functions ReferenceACOSSyntax: ACos(A,B)ArgumentsName Type Special ConsiderationsA INT_16 o

Page 19 - Windows Scriptor Launcher

6: Functions Reference18 013-RD000-000-12- 201010ArgumentsName Type Special ConsiderationsA SpectralB SpectralC S

Page 20 - Running the Application

6: Functions Reference013-RD000-000-12- 201010 19Call -- UserFunctionInvocationSyntax: Call MyProcedureArgumentsName Type Spec

Page 21 - Run Section

6: Functions Reference20 013-RD000-000-12- 201010Name Type Special ConsiderationsIN Operator for membershipOUTSID

Page 22 - 4: Windows Scriptor Launcher

6: Functions Reference013-RD000-000-12- 201010 21CompSyntax: Comp(A,B,C)ArgumentsName Type Special ConsiderationsA SpectralB S

Page 23

013-RD000-000-12- 201010 iiiTable of ContentsAbout This Manual...

Page 24 - Jaz Mode

6: Functions Reference22 013-RD000-000-12- 201010ArgumentsName Type Special ConsiderationsA INT_16 or REAL variab

Page 25 - Functions Reference

6: Functions Reference013-RD000-000-12- 201010 23Do … DoneSyntax: Do V SV,EV,SS DoneExample:Do I 1,10,1Sum := Sum + IDoneThis

Page 26 - AssignLampType

6: Functions Reference24 013-RD000-000-12- 201010ArgumentsName Type Special ConsiderationsA INT_16 or REAL variab

Page 27 - 6: Functions Reference

6: Functions Reference013-RD000-000-12- 201010 25Intent: Fetch current value of light source bulb intensity setting.GetLampShu

Page 28

6: Functions Reference26 013-RD000-000-12- 201010ArgumentsName Type Special ConsiderationsLabel A labeled stateme

Page 29 - Comp(A,B,C)

6: Functions Reference013-RD000-000-12- 201010 27ArgumentsName Type Special ConsiderationsLabel Name Tagged instruction in the

Page 30 - Displaymsg

6: Functions Reference28 013-RD000-000-12- 201010Intent:Compute the element-wise logarithm base 10 of A and store

Page 31 - Duplicate

6: Functions Reference013-RD000-000-12- 201010 29ArgumentsName Type Special ConsiderationsA SpectralB SpectralC Spectral Ci =

Page 32 - GetLampIntensity

6: Functions Reference30 013-RD000-000-12- 201010ArgumentsName Type Special ConsiderationsButtonSelection INT_16

Page 33 - GetSpectrum

6: Functions Reference013-RD000-000-12- 201010 31ArgumentsName Type Special ConsiderationsLabel A labeled statement in the scr

Page 34

Table of Contentsiv 013-RD000-000-12- 201010Chapter 6: Functions Reference...

Page 35

6: Functions Reference32 013-RD000-000-12- 201010Name Type Special ConsiderationsSequence INT_16 variable or lite

Page 36

6: Functions Reference013-RD000-000-12- 201010 33ArgumentsName Type Special ConsiderationsA INT_16 or REAL variable or literal

Page 37

6: Functions Reference34 013-RD000-000-12- 201010ReadRealVectorSyntax: ReadRealVector(F,V,Length)ArgumentsName Ty

Page 38 - OnErrorGoto

6: Functions Reference013-RD000-000-12- 201010 35Intent:To read in a 2-dimensional array of real numbers from a file. The arra

Page 39 - OpenFile

6: Functions Reference36 013-RD000-000-12- 201010SetDisplayPrecisionSyntax: SetDisplayPrecision(W,P)ArgumentsName

Page 40

6: Functions Reference013-RD000-000-12- 201010 37ArgumentsName Type Special ConsiderationsL Integer variable or literal Lamp u

Page 41

6: Functions Reference38 013-RD000-000-12- 201010ShowMenuSyntax: ShowMenu(s1{,s2,s3,s4})Where: s = a string or a

Page 42

6: Functions Reference013-RD000-000-12- 201010 39ArgumentsName Type Special ConsiderationsA SpectralB SpectralC Spectral A -B

Page 43 - Savereading

6: Functions Reference40 013-RD000-000-12- 201010ArgumentsName Type Special ConsiderationsA SpectralV Integer val

Page 44 - SetLampIntensity

6: Functions Reference013-RD000-000-12- 201010 41WriteSpectrumSyntax: WriteSpectrum(F,A)ArgumentsName Type Special Considerati

Page 45 - ShowGraph

Table of Contents013-RD000-000-12- 201010 vScale ...

Page 46 - ShowMenu

6: Functions Reference42 013-RD000-000-12- 201010

Page 47 - WaveLength

013-RD000-000-12- 201010 43Appendix AExample ScriptsBare Script TemplateSCRIPT Testing1VERSION 1.0.0VARIABLES /////////////////

Page 48 - WriteFile

A: Example Scripts44 013-RD000-000-12- 201010A script must have a name and a 3-digit version number. As the produ

Page 49 - WriteSpectrum

A: Example Scripts013-RD000-000-12- 201010 45//// Set the integration time //Display("Setting$Integration$time to$"

Page 50

A: Example Scripts46 013-RD000-000-12- 201010////////////////////////////////////////////////////////////////////

Page 51 - Example Scripts

A: Example Scripts013-RD000-000-12- 201010 47FiveSpectrumDark SPECTRALSixSpectrumDark SPECTRALSevenSpectrumDark SPECTRALEightS

Page 52 - A: Example Scripts

A: Example Scripts48 013-RD000-000-12- 201010SixBaseRatio REALSixPeakAbsorbance REALSixBaseAbsorbance REALSixAbso

Page 53

A: Example Scripts013-RD000-000-12- 201010 49Slope1 REALSlope2 REALSlope3 REALSlope4 REALSlope5 REALSlope6 REALSlopeSum REALim

Page 54

A: Example Scripts50 013-RD000-000-12- 201010LightPeak INT_16MaxPeak INT_16QuickPeak INT_16FivePeak INT_16SixPeak

Page 55

A: Example Scripts013-RD000-000-12- 201010 51Light1 := 4000LABEL LightLoopSetLampIntensity(0,ALLBULBS,Light1)GetSpectrum(0,Lig

Page 56

Table of Contentsvi 013-RD000-000-12- 201010

Page 57

A: Example Scripts52 013-RD000-000-12- 201010Call RefreshGOTO TOPLABEL QUITDisplayMsg("Ending$Session")

Page 58

A: Example Scripts013-RD000-000-12- 201010 53LABEL TOPShowMenu("Standardize","View pH","Refresh pK&qu

Page 59

A: Example Scripts54 013-RD000-000-12- 201010Pause(1)GetSpectrum(0,DarkSpectrum)DisplayMsg("Taking Dark$Refe

Page 60

A: Example Scripts013-RD000-000-12- 201010 55OpenFile(LowFile, ForWrite)WriteSpectrum(LowFile,LowpHSpectrumDark)CloseFile(LowF

Page 61

A: Example Scripts56 013-RD000-000-12- 201010GOTO EXITLABEL Manual//Not yet a feature in ScriptorDisplayMsg("

Page 62

A: Example Scripts013-RD000-000-12- 201010 57QuickAbsorbance1 := QuickPeakAbsorbance1 - QuickBaseAbsorbanceif(QuickAbsorbance1

Page 63

A: Example Scripts58 013-RD000-000-12- 201010DisplayMsg("Make sure Dark,$Low, and Max Refs$have been taken&q

Page 64

A: Example Scripts013-RD000-000-12- 201010 59GOTO FullMenuLABEL EightDisplayMsg("pH = 8 Buffer$Should Be$Present")Pa

Page 65

A: Example Scripts60 013-RD000-000-12- 201010Display("pK = ",pK,"")Pause(2)Display("Slop

Page 66

A: Example Scripts013-RD000-000-12- 201010 61[PROCESS CalculatepH]//Gets sample spectrum, calculates and displays pH, returns

Page 67

013-RD000-000-12- 201010 viiAbout This ManualDocument Purpose and Intended AudienceThis document provides you with instructions to install and use the

Page 68

A: Example Scripts62 013-RD000-000-12- 201010

Page 69

013-RD000-000-12- 201010 63IndexAACOS, 17Adapt, 17Add, 17architecture, 3arithmetic, 5ASIN, 18AssignLampType, 18Bbuilt-in variab

Page 70

A: Example Scripts64 013-RD000-000-12- 201010POW, 32Prompt, 33Ratio, 33ReadRealVector, 34ReadTable, 34Savereading

Page 71

Index013-RD000-000-12- 201010 65template, 43TEXT literals, 5user-defined procedures, 6variable declaration, 3scripting enginea

Page 72

A: Example Scripts66 013-RD000-000-12- 201010

Page 73

About This Manualviii 013-RD000-000-12- 201010

Page 74

013-RD000-000-12- 201010 1Chapter 1IntroductionOverviewJaz is a community of smart sensing instruments that consists of a high-

Commentaires sur ces manuels

Pas de commentaire

Electrolux EHL6740FAZ IU8 manuali

Manuali dei proprietari e guide per l'utente per no Electrolux EHL6740FAZ IU8.
We fornisce 1 manuali pdf Electrolux EHL6740FAZ IU8 per scaricare gratuitamente in base al tipo di documento: Manuale Utente


Electrolux EHL6740FAZ IU8 Manuale Utente (64 pagine)


Marchio: Electrolux | Categoria: No info | Dimensione: 1.00 MB |

   

Indice

EHL6740FAZ

1

MISLIMO NA VAS

2

BRIGA O KUPCIMA I SERVIS

2

1. INFORMACIJE O SIGURNOSTI

3

1.2 Opća sigurnost

3

2. SIGURNOSNE UPUTE

4

3. OPIS PROIZVODA

6

3.2 Izgled upravljačke ploče

7

3.3 Zasloni stupnja kuhanja

7

4. SVAKODNEVNA UPORABA

8

HRVATSKI 9

9

4.8 Tajmer

10

4.9 STOP+GO

10

4.10 Blokiranje

10

5. SAVJETI

11

5.2 Buka tijekom rada

12

5.3 Öko Timer (Eko tajmer)

12

5.4 Primjeri primjene za

12

6. ČIŠĆENJE I ODRŽAVANJE

13

7. RJEŠAVANJE PROBLEMA

14

HRVATSKI 15

15

8. POSTAVLJANJE

16

8.4 Sklop

17

9. TEHNIČKI PODACI

18

10. ENERGETSKA UČINKOVITOST

19

11. BRIGA ZA OKOLIŠ

20

МИ МИСЛИМО НА ВАС

21

1.2 Опште мере безбедности

22

2. УПУТСТВА О БЕЗБЕДНОСТИ

23

2.2 Прикључивање струје

24

2.3 Коришћење

24

2.4 Нега и чишћење

25

2.5 Одлагање

25

3. ОПИС ПРОИЗВОДА

26

3.3 Дисплеји степена топлоте

27

4. СВАКОДНЕВНА УПОТРЕБА

28

СРПСКИ 29

29

4.10 Контролна брава

30

СРПСКИ 31

31

5. КОРИСНИ САВЕТИ

32

6. НЕГА И ЧИШЋЕЊЕ

33

7. РЕШАВАЊЕ ПРОБЛЕМА

34

СРПСКИ 35

35

8. ИНСТАЛАЦИЈА

37

8.4 Постављање

38

9. ТЕХНИЧКЕ ИНФОРМАЦИЈЕ

39

10. ЕНЕРГЕТСКА ЕФИКАСНОСТ

40

11. ЕКОЛОШКА ПИТАЊА

41

POMOČ STRANKAM IN SERVIS

42

SLOVENŠČINA 43

43

2. VARNOSTNA NAVODILA

44

2.3 Uporaba

45

3. OPIS IZDELKA

46

SLOVENŠČINA 47

47

4. VSAKODNEVNA UPORABA

48

4.4 Indikacija kuhališča

49

4.5 Funkcija Bridge

49

4.6 Samodejno segrevanje

49

4.7 Funkcija Power

49

4.8 Programska ura

49

4.10 Ključavnica

50

4.11 Varovalo za otroke

50

5. NAMIGI IN NASVETI

51

5.2 Zvoki med uporabo

52

5.3 Öko Timer (Eko časovnik)

52

5.4 Primeri kuhanja

52

6. VZDRŽEVANJE IN ČIŠČENJE

53

7. ODPRAVLJANJE TEŽAV

53

7.1 Kaj storite v primeru

54

SLOVENŠČINA 55

55

8. NAMESTITEV

56

8.4 Montaža

57

9. TEHNIČNE INFORMACIJE

58

10. ENERGIJSKA UČINKOVITOST

59

11. SKRB ZA OKOLJE

60

SLOVENŠČINA 61

61

SLOVENŠČINA 63

63

867327911-A-082016

64





Più prodotti e manuali per no Electrolux

Modelli Tipo di Documento
HOF850BMF Guida di Avvio Rapido Electrolux HHF650FBK Hurtig start guide, 4 pagine
EIS62443C Guida di Avvio Rapido   Electrolux EIS62443C Guida Rapida, 4 pagine
EK13410LIWE Manuale Utente       Electrolux EK13410REWE Manuel utilisateur [fr] , 36 pagine
HHB632FNK Manuale Utente   Electrolux HHB632FNK Brugermanual [da] [nl] [pt] , 40 pagine
HHX750FHK Manuale Utente   Electrolux HHX750FHK Brugermanual, 52 pagine
EHF46547FK Manuale Utente     Electrolux EHF46547FK Kasutusjuhend [de] , 44 pagine
EIV644 Manuale Utente    Electrolux EIV644 Uživatelský manuál [da] [et] , 60 pagine
EWT810 Manuale Utente   Electrolux EWT1010 Használati utasítás, 8 pagine
EHD60151P Manuale Utente Electrolux EHD60151P Användarmanual, 16 pagine
HHX650FHK Manuale Utente Electrolux HHX650FHK Brukermanual, 52 pagine
EHH6332ISK Manuale Utente   Electrolux EHH6332ISK Manual de usuario [da] [et] , 20 pagine
EHS6610X 84O Manuale Utente    Electrolux EHS6610X 84O Handleiding, 20 pagine
EHL6740IOK Manuale Utente   Electrolux EHL6740IOK Instrukcja obsługi, 24 pagine
EHD68210P Manuale Utente   Electrolux EHD68210P Ohjekirja [it] , 16 pagine
RWT1062EOW Manuale di Installazione   Electrolux EWT1262CW1 udhëzues instalimit [fr] [it] , 4 pagine
EHI6740XOZ Manuale Utente Electrolux EHI6740XOZ 사용자 설명서, 20 pagine
EWT10129W Manuale Utente Electrolux EWT10129W Brugermanual [de] , 48 pagine
EHI7743FAZ Manuale Utente   Electrolux EHI7743FAZ Brugermanual, 40 pagine
EWT1066EEW Manuale Utente Electrolux EWT1066EEW User Manual, 24 pagine
EIP6546 Manuale Utente   Electrolux EIP6546 Brugermanual [fr] [pl] [sk] , 48 pagine