Why are the configured stations in SWebConnect on a Win CE panel not saved
FAQ #100758
If the CE panel is rebooted the configured stations in SWebConnect get lost.
Problem
After a restart or reboot of the CE panel the stations configured in SWebConnect get lost .
Reason
The stations are only saved after a timeout of 2 minutes (120 000 ms) or if SWebConnect is closed before shuting down the panel.
Solution
Close SWebConnect before shutting down the panel or make the timeout shorter (p.ex. 1sec). This can be done in the SWebconnect.settings.xml file.
<?xml version="1.0" encoding="utf-8"?>
<scssettings version="1.0">
<components>
<component id="SaiaBurgess.SCS.Configuration">
<configuration_settings autoUnloadTime="120000" />
</component>
The value has to be >=1
Categories
WebConnect
PCD7 / D5xxx (Windows CE)
Last update: 26.05.2015 21:04
First release: 12.09.2007 13:12
Views: 1998