Echelon i.LON SmartServer Technical Information Page 60

  • Download
  • Add to my manuals
  • Print
  • Page
    / 443
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 59
i.LON SmartServer 2.0 Programmer’s Reference
4-19
data point is still registered on its respective bus. The following code sample demonstrates how to use
the Delete function to delete a data point on the Data Server:
Request
<Delete xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLonItem>
<Item xsi:type="LON_Dp_Cfg">
<UCPTname>Net/LON/iLON App/VirtFb/nvoSwitch</UCPTname>
</Item>
</iLonItem>
</Delete>
Response
<DeleteResponse xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLonItem>
<UCPTfaultCount>0</UCPTfaultCount>
<Item>
<UCPTname>Net/LON/iLON App/VirtFb/nvoSwitch</UCPTname>
</Item>
</iLonItem>
</DeleteResponse>
Note: The xsi:types for the data points on the LONWORKS, Modbus, M-Bus, and Virtual drivers are as
follows:
Driver xsi:type
LONWORKS LON_Dp_Cfg
Modbus MOD_Dp_Cfg
M-Bus MBS_Dp_Cfg
Virtual Virtual_Dp_Cfg
4.4
Using the Web Binder Application
You can use the Web Binder application to create Web connections that allow direct data exchange
over a TCP/IP network between a SmartServer and another host device such as a remote SmartServer,
LNS Server, or a WebBinder Target Server (a Web server that can process SOAP requests such as
Apache or IIS). Once you create a Web connection, the SmartServer will send a Write message to the
target host device in the Web connection (called a WebBinder destination) each time a source data
point on the local SmartServer is updated. This means that you only need to implement the Write
function on the Data Server to create an application on the Web server that receives WebBinder
updates from the SmartServer.
You can create four types of web connections: internal bindings, peer-to-peer bindings, LNS uplink
bindings, and enterprise bindings.
An internal binding is a connection between two data points on the same SmartServer. You can
create internal bindings on your local SmartServer or on a remote SmartServer that you have
added to the LAN. Internal bindings are useful for translating the data between two L
ONWORKS
devices that have incompatible formats, as well as translating data between devices on different
buses (L
ONWORKS, Modbus, and M-Bus).
A peer-to-peer binding is a connection between two separate SmartServers. For example, you can
create a peer-to-peer binding between a data on your local SmartServer to a data point on a remote
SmartServer that you have added to the LAN. Peer-to-peer bindings provide an alternative
solution to IP-852 connections for connecting devices over multiple networks; however, they are
Page view 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 442 443

Comments to this Manuals

No comments