Echelon LonBridg Server Manual de usuario Pagina 1

Busca en linea o descarga Manual de usuario para Software Echelon LonBridg Server. Echelon LonBridg Server User Manual Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir

Indice de contenidos

Pagina 1 - LonBridge Server User’s Guide

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

Pagina 2

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

Pagina 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

Pagina 4

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

Pagina 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

Pagina 6

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

Pagina 7 - Introduction

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

Pagina 8

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

Pagina 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

Pagina 10 - Installation for Windows

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

Pagina 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

Pagina 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

Pagina 13

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

Pagina 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

Pagina 15

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

Pagina 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

Pagina 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

Pagina 19 - Classes Directory

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

Pagina 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 (

Pagina 21

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

Pagina 22

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

Pagina 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

Pagina 24

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

Pagina 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

Pagina 26 - Defining Device Classes

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

Pagina 27 - Discovering Devices

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

Pagina 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

Pagina 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

Pagina 30 - General Message Format

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

Pagina 31 - Tracers

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

Pagina 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

Pagina 35

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

Pagina 36 - Examples

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

Pagina 37

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

Pagina 38

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

Pagina 39 - LonBridge Device Class File

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

Pagina 40

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

Pagina 41

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

Pagina 42

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

Pagina 43 - ONWORKS network

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

Pagina 44

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

Pagina 45

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

Pagina 46

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

Pagina 47 - Example Device Class File

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

Pagina 48

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

Pagina 49

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

Pagina 50 - Examine Source Files

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

Pagina 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

Pagina 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

Pagina 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

Pagina 54

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

Pagina 55

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

Pagina 56

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

Pagina 57

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

Pagina 58

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

Pagina 59 - Define <enum> Elements

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

Pagina 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

Pagina 61

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

Pagina 62

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

Pagina 63

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

Pagina 64

www.echelon.com

Pagina 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.

Pagina 66

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

Pagina 67

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

Comentarios a estos manuales

Sin comentarios