Echelon LonBridg Server Uživatelský manuál Strana 1

Procházejte online nebo si stáhněte Uživatelský manuál pro Software Echelon LonBridg Server. Echelon LonBridg Server User Manual Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk

Shrnutí obsahu

Strany 1 - LonBridge Server User’s Guide

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

Strany 2

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

Strany 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

Strany 4

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

Strany 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

Strany 6

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

Strany 7 - Introduction

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

Strany 8

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

Strany 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

Strany 10 - Installation for Windows

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

Strany 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

Strany 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

Strany 13

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

Strany 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

Strany 15

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

Strany 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

Strany 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

Strany 19 - Classes Directory

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

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

Strany 21

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

Strany 22

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

Strany 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

Strany 24

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

Strany 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

Strany 26 - Defining Device Classes

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

Strany 27 - Discovering Devices

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

Strany 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

Strany 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

Strany 30 - General Message Format

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

Strany 31 - Tracers

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

Strany 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

Strany 35

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

Strany 36 - Examples

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

Strany 37

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

Strany 38

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

Strany 39 - LonBridge Device Class File

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

Strany 40

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

Strany 41

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

Strany 42

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

Strany 43 - ONWORKS network

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

Strany 44

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

Strany 45

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

Strany 46

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

Strany 47 - Example Device Class File

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

Strany 48

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

Strany 49

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

Strany 50 - Examine Source Files

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

Strany 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

Strany 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

Strany 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

Strany 54

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

Strany 55

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

Strany 56

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

Strany 57

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

Strany 58

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

Strany 59 - Define <enum> Elements

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

Strany 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

Strany 61

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

Strany 62

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

Strany 63

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

Strany 64

www.echelon.com

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

Strany 66

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

Strany 67

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

Komentáře k této Příručce

Žádné komentáře