Forum Replies Created
-
AuthorPosts
-
Artos9
ParticipantHello,
Last log from ScadaWeb.log file.2020-11-25 00:02:54 <DESKTOP-2LTOEHA><DefaultAppPool><EXC> Error getting view with ID=20 from the cache or from the server: Unable to receive view file modification time.:
Scada.ScadaException: Unable to receive view file modification time.
w Scada.Client.ViewCache.LoadView(Type viewType, Int32 viewID, DateTime viewAge, BaseView& view, DateTime& newViewAge)
w Scada.Client.ViewCache.GetView(Type viewType, Int32 viewID, Boolean throwOnError)Artos9
ParticipantHello,
screenshot of the main page of the web application.
https://imgur.com/kkp5jfHArtos9
ParticipantHello,
Please see pictures.
https://imgur.com/9VsG50AArtos9
ParticipantHello,
My interface configuration.
https://imgur.com/fmdadTTWeb Settings.
<?xml version=”1.0″ encoding=”utf-8″?>
<WebSettings>
<CommSettings>
<Param name=”ServerHost” value=”localhost” descr=”SCADA-Server host or IP address” />
<Param name=”ServerPort” value=”10000″ descr=”SCADA-Server TCP port number” />
<Param name=”ServerUser” value=”ScadaWeb” descr=”User name for the connection” />
<Param name=”ServerPwd” value=”12345″ descr=”User password for the connection” />
<Param name=”ServerTimeout” value=”10000″ descr=”Response timeout, ms” />
</CommSettings>
<CommonParams>
<Param name=”Culture” value=”” descr=”Web application culture” />
<Param name=”DataRefrRate” value=”1000″ descr=”Current data and events refresh rate, ms” />
<Param name=”ArcRefrRate” value=”10000″ descr=”Archive data refresh rate, ms” />
<Param name=”DispEventCnt” value=”100″ descr=”Display events count” />
<Param name=”ChartGap” value=”90″ descr=”Distance between chart points to make a gap, sec” />
<Param name=”StartPage” value=”” descr=”Start page after login” />
<Param name=”CmdEnabled” value=”true” descr=”Enable commands” />
<Param name=”CmdPassword” value=”true” descr=”Require password to send command” />
<Param name=”RemEnabled” value=”true” descr=”Allow to remember logged on user” />
<Param name=”ViewsFromBase” value=”true” descr=”Load view settings from the database” />
<Param name=”ShareStats” value=”true” descr=”Share depersonalized stats with the developers” />
</CommonParams>
<ScriptPaths>
<Script name=”ChartScript” path=”~/plugins/Chart/js/chartdialog.js” />
<Script name=”CmdScript” path=”~/plugins/Table/js/cmddialog.js” />
<Script name=”EventAckScript” path=”~/plugins/Table/js/eventackdialog.js” />
</ScriptPaths>
<Plugins>
<Plugin fileName=”PlgChart.dll” />
<Plugin fileName=”PlgConfig.dll” />
<Plugin fileName=”PlgRegistration.dll” />
<Plugin fileName=”PlgSchBasicComp.dll” />
<Plugin fileName=”PlgScheme.dll” />
<Plugin fileName=”PlgStore.dll” />
<Plugin fileName=”PlgTable.dll” />
<Plugin fileName=”PlgWebPage.dll” />
</Plugins>
</WebSettings>Artos9
ParticipantHello,
Thanks you for answer, but dashboard is still unavailable.Artos9
ParticipantHello,
I have similar issue. Could yo help?
Informations.
https://imgur.com/kjXXAFuInterface.
https://imgur.com/HBmN2EcRole.
https://imgur.com/426ObFwThank you!
Artos9
ParticipantHi, I correct SQL request from SELECT * FROM Table to SELECT * FROM Table ORDER BY ID DESC LIMIT 1. Now is such better.
Thank you.
Artos9
Participant
You can change the SQL scripts in the module settings according to the requirements.Could you write more information’s?
-
AuthorPosts