You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Version value field is optional.

Description:

The VERSION value is used to identify if a configuration file is changed, when the value is the same, the configuration file will not be used. Sometimes it is required that the config file should always be used, you can achieve this by removing the VERSION line.

Example configuration, config file is only used when VERSION value is newer:

<MAC_ADDRESS value="MAC ADDRESS"/>
<VERSION value="0607131242"/>
<PROFILE_NAME class="string" value="IPDEC"/>

Same example not using the VERSION value, config file is always used.

<MAC_ADDRESS value="MAC ADDRESS"/>
<PROFILE_NAME class="string" value="IPDEC"/>

Available in Software version 188 and higher.

Version value syntax: DDMMYYHHMM example: 2811120928


 

  • No labels