<< Click to Display Table of Contents >> Manual > Device Connection Guide > Echelon > Connection Procedure > SmartServer2.0 (SOAP/XML) |
About the connection example
Please see below for an example of connection settings for this driver.
Applicable models etc. |
explanation |
This is an example of connection settings using SOAP/XML with SmartServer2.0.
|
Value Transformation Filter
The SNVT settings registered in the tag properties are intended to process the data obtained from LON so that it is easier to handle on the client side. If "default" is selected, no processing will be performed. If any other setting is selected, the data will be processed. For example, if "SNVT_switch" is selected, when reading a value, if the raw data is "100.0 1", the value will be TRUE, otherwise it will be FALSE. When writing a value, if FALSE is written, "0.0 0" will be written, and if TRUE is written, "100.0 1" will be written.
These specifications are not published as standard specifications. We provide paid support for customizing these conversion filters. Please contact us for details. |
default (Handle raw data as is)
SNVT_switch (handled as a Boolean value)