Xml File Custom.xml; Structure Of The Xml File Custom.xml - SMA MEDIUM VOLTAGE POWER STATION 500SC-JP System Manual

Hide thumbs Also See for MEDIUM VOLTAGE POWER STATION 500SC-JP:
Table of Contents

Advertisement

SMA Solar Technology AG
16.4

XML File custom.xml

16.4.1 Structure of the XML File custom.xml

You can upload your personal system and network settings via the XML file custom.xml. The communication unit
checks the file to ensure that the values entered are valid and accurate, and adopts the settings upon the next reset of
the communication unit.
Elements of the XML file
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<WebBox xmlns:msdata="urn:schemas-microsoft-com:xml-ms-
data" xmlns:xsi="http://www.w3.org/2001/ XMLSchema-in-
stance" xsi:noNamespaceSchemaLocation="config_100.xsd">
<Info>
<Version>my config V1.01</Version>
</Info>
<Config>
<Key>NetworkSettings_DhcpUsage1</Key>
<Value>False</Value>
</Config>
<Loader>
<Settings>
<PowerFail>2500</PowerFail>
</Settings>
</Loader>
Example: XML file for setting the Czech language on the user interface
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<WebBox xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance" xsi:noNamespaceSchemaLocation="config_100.xsd">
<Info>
<Version>my config V1.01</Version>
</Info>
<Config>
<Key>NativeSettings_Language</Key>
<Value>cs</Value>
</Config>
</WebBox>
System Manual
Explanation
Required element of the XML file.
Required element of the XML file.
Terminated with the tag at the end of the XML file.
Required element of the XML file. You must enter
the name and the version for your settings between
the version tags. This information is displayed in the
header of the user interface.
Here, you can set the parameters and their corre-
sponding values (see Section 16.4.2, page 254).
Here, you can set the time period in ms which must
expire before the communication unit will shut
down after the UPS of the inverter has signaled a
failure of the supply voltage to the communication
unit. The value must be greater than or equal to
2,500. This setting is immediately adopted once
the file is uploaded.
MVPS22JP-SH-en-11
16 Appendix
253

Advertisement

Table of Contents
loading

Table of Contents