Echelon i.LON SmartServer Informacje Techniczne Strona 131

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 443
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 130
i.LON SmartServer 2.0 Programmer’s Reference
8-13
</Item>
</iLonItem>
</Set>
8.3.4
Using the Delete Function on an Analog Function Block
You can use the Delete function to delete an Analog Functional Block. To delete an Analog
Functional Block, you provide an <Item> element with a UFPTanalogFunctionBlock_Cfg type that
includes the <UCPTname> property of the analog functional block to be deleted. The following code
sample demonstrates how to use the Delete function to delete an Analog Functional Block:
Request
<Delete xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLonItem>
<Item xsi:type="UFPTanalogFunctionBlock_Cfg">
<UCPTname> Net/LON/iLON App/Analog Functional Block[2]</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/Analog Functional Block[2]</UCPTname>
</Item>
</iLonItem>
</DeleteResponse>
Przeglądanie stron 130
1 2 ... 126 127 128 129 130 131 132 133 134 135 136 ... 442 443

Komentarze do niniejszej Instrukcji

Brak uwag