Echelon LonBridg Server Manual do Utilizador Página 1

Consulte online ou descarregue Manual do Utilizador para Software Echelon LonBridg Server. Echelon LonBridg Server User Manual Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir

Resumo do Conteúdo

Página 1 - LonBridge Server User’s Guide

LonBridge Server User’s Guide078-0386-01A®

Página 2

4 Introduction The LonBridge API supports up to 20 local or remote clients. Each client opens a TCP socket to the Lo

Página 3 - Related Documentation

LonBridge Server User’s Guide 5 3. Double click the LonBridge140xxxSetup.exe file that you downloaded (the xxx in the file name represents t

Página 4

6 Introduction environments, you must port the LonBridge Server to that Linux distribution (see the source code comme

Página 5 - Table of Contents

LonBridge Server User’s Guide 7 Windows Switch Linux Switch Description /D -d Enables debug logging; logs events tracing the internal oper

Página 6

8 Introduction The order of increased level of detail for the event logging switches is: 1. /E (-e) 2. /G (-g): In

Página 7 - Introduction

LonBridge Server User’s Guide 9 2 Configuring the LonBridge Server This chapter describes how you can configure the LonBridge Server.

Página 8

10 Configuring the LonBridge Server Configuring the LonBridge Server For the LonBridge Server, you can specify the fo

Página 9 - TCP Socket

LonBridge Server User’s Guide 11 Figure 2. LonBridge Control Utility See the LonBridge Control utility online help for information about the

Página 10 - Installation for Windows

12 Configuring the LonBridge Server <interface value="LON1" /> <ip value="default" /

Página 11 - Installation for Linux

LonBridge Server User’s Guide 13 <port> The <port> element specifies the IP port for the LonBridge Server. By default, the LonBr

Página 12 - Command Line Switches

Echelon, LONWORKS, LONMARK, LonTalk, Neuron, 3120, 3150, ShortStack, and the Echelon logo are trademarks of Echelon Corporation registered in the Unit

Página 13

14 Configuring the LonBridge Server the program ID from the new device and then searches the device class files for a

Página 14 - The config.xml File

LonBridge Server User’s Guide 15 Class File Application Program ID isilampmodule3.xml Echelon 3170 Lamp Module 90:00:01:1E:29:4F:11:03 is

Página 15

16 Configuring the LonBridge Server To add a new device for the LonBridge Server to monitor or control, add an XML fi

Página 16 - The config.xml

LonBridge Server User’s Guide 17 • An indication of the device’s state within LonBridge (the active attribute); this attribute can have one

Página 18 - ONWORKS network. The

LonBridge Server User’s Guide 19 3 Using the LonBridge API This chapter describes the tasks performed by a LonBridge application and by the

Página 19 - Classes Directory

20 Using the LonBridge API Tasks Performed by a LonBridge Application Using the LonBridge API, a LonBridge applicatio

Página 20 - Instances Directory

LonBridge Server User’s Guide 21 The LonBridge Server reads the LonBridge configuration file to determine the name of the network interface (

Página 21

22 Using the LonBridge API The monitoring method can be specified for each specified network variable. The method ca

Página 22

LonBridge Server User’s Guide 23 4 LonBridge API This chapter describes the LonBridge application programming interface (API) for input

Página 23

LonBridge Server User’s Guide iii Welcome The Echelon LonBridge™ Server is a software tool that provides an interface between a TCP/IP network

Página 24

24 LonBridge API LonBridge API The communications between the LonBridge Server and various LonBridge applications use

Página 25 - Using the LonBridge API

LonBridge Server User’s Guide 25 retrieves the id attribute; you can also view the id attribute in the devices.xml file (see Instances Direct

Página 26 - Defining Device Classes

26 LonBridge API Examples: Error deleting non-existing object: <lon _tt="54321"> <o73.delete/&

Página 27 - Discovering Devices

LonBridge Server User’s Guide 27 posProperty--; } } LonBridge Commands for Input Messages The LonBridge Server sends messages to a LonB

Página 28 - Updating a Network Variable

28 LonBridge API can act on the change (for example, update a GUI window) without waiting for the response from the r

Página 29 - LonBridge API

LonBridge Server User’s Guide 29 The <lon> element is required, and only one <lon> element is allowed per message. <set> T

Página 30 - General Message Format

30 LonBridge API </xs:complexType> </xs:element> <xs:element name="is_new">

Página 31 - Tracers

LonBridge Server User’s Guide 31 </lon> Example for the <set> Message: <o17.set brightness="60"/> ... <o17.

Página 33 - Directory

LonBridge Server User’s Guide 33 5 LonBridge Device Class File This chapter describes the XML elements for the LonBridge device class fi

Página 35

34 LonBridge Device Class File LonBridge Device Class File Format A LonBridge device class file is an XML document th

Página 36 - Examples

LonBridge Server User’s Guide 35 Attribute Description Required? length Defines the length of an input network variable. Example: For a n

Página 37

36 LonBridge Device Class File Example: <attributes> <attribute ... > <nvs> <nv ..

Página 38

LonBridge Server User’s Guide 37 Attribute Description Required? pid Defines the program ID for the device class. During device discover

Página 39 - LonBridge Device Class File

38 LonBridge Device Class File Attribute Description Required? output For an input network variable, defines the b

Página 40

LonBridge Server User’s Guide 39 Attribute Description Required? type Specifies the type for the network variable. If the network variabl

Página 41

40 LonBridge Device Class File XML Schema for Device Class Files To allow you to create well-formed XML documents for

Página 42

LonBridge Server User’s Guide 41 <xs:attribute name="pid" use="required" > <xs:simpleType>

Página 43 - ONWORKS network

42 LonBridge Device Class File energy peak use, and one for lowest energy use. These network variables are defined b

Página 44

LonBridge Server User’s Guide 43 <attribute name="state" enum="true"> <enum input="on&quo

Página 45

LonBridge Server User’s Guide v Table of Contents Welcome...

Página 46

44 LonBridge Device Class File 2. Define an <attribute> element for each abstract attribute that the applicati

Página 47 - Example Device Class File

LonBridge Server User’s Guide 45 network output polled SNVT_power nvoPower nv_properties { cpPwrSendOnDelta }; network inpu

Página 48

46 LonBridge Device Class File network output polled SNVT_power nvoPower nv_properties { cpPwrSendOnDelt

Página 49

LonBridge Server User’s Guide 47 ... </attribute> </byte> </nv> <nv index="?" di

Página 50 - Examine Source Files

48 LonBridge Device Class File To use the Resource Editor to determine the network variable attributes: 1. Start the

Página 51

LonBridge Server User’s Guide 49 Figure 4. Attribute Information for the SNVT_power Type The first piece of information that you need about

Página 52 - Define <nv> Elements

50 LonBridge Device Class File Figure 5. The Scales Tab for the SNVT_power Type For a LonBridge application, you mig

Página 53

LonBridge Server User’s Guide 51 Figure 6. Attribute Information for the SNVT_switch_2 Type The first piece of information that you need abo

Página 54

52 LonBridge Device Class File Figure 7. The Scales Tab for the SNVT_switch_2 Type For the enumeration value within

Página 55

LonBridge Server User’s Guide 53 </nv> The definition still lacks the network variable indices for the nviValue and nvoValueFb network

Página 56

vi Define <nv> Elements... 46 Use the Resource Editor to Determine Attri

Página 57

54 LonBridge Device Class File Figure 8. Enumerations within the NodeBuilder Resource Editor Double-click the switch

Página 58

LonBridge Server User’s Guide 55 Figure 9. The switch_state_t Enumeration For the nviValue network variable, a LonBridge application uses th

Página 59 - Define <enum> Elements

56 LonBridge Device Class File <nv index="?" direction="output"> <byte index="0&q

Página 60

LonBridge Server User’s Guide 57 0 1 63 1 0 1 0 1 0 0 0 0 0 "@0|6 13 * 1 2 0 0 0 0 VAR nvoEnergyLo 8 0 0 0 0 1 63 1 0 1 0 1 0 0 0 0 0

Página 61

58 LonBridge Device Class File Neuron C Declaration XIF File Definition network output polled SNVT_switch_2 nvoValue

Página 62

LonBridge Server User’s Guide 59 <byte index="0"> <attribute name="state" enum="true">

Página 63

60 LonBridge Device Class File </byte> </nv> <nv index="5" direction=&quo

Página 64

www.echelon.com

Página 65 - Complete Device Class File

LonBridge Server User’s Guide 1 1 Introduction This chapter introduces the LonBridge Server and describes how to install it.

Página 66

2 Introduction Introduction The Echelon LonBridge Server is a software tool that provides an interface between a TCP/

Página 67

LonBridge Server User’s Guide 3 TCP SocketTCP Socket Figure 1. LonBridge Server The LonBridge Server provides the following key features: •

Comentários a estes Manuais

Sem comentários