Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
When the log is more than 10 MB, it starts from the beginning. Currently, there is no option to change the max. log size.
MikhailModeratorThese are
SSCERuntime_x86-ENU.msi
SSCERuntime_x64-ENU.msiYou should install both of them.
MikhailModeratorThanks, I will check.
Can you tell the version of the Webstation app and of Extra Scheme Components Plugin?December 23, 2018 at 12:28 pm in reply to: Values sent from virtual MQTT devices not shown in Webstation #4767
MikhailModeratorI suppose, this issue needs debugging. You can do it by yourself or contact the author of the driver on GitHub.
MikhailModeratorHow to set condition in rapid scada scheme for the led indicator regarding to the formula above?
You need to create an new exrta channel in Administrator and bind a led to the new channel.
MikhailModeratorVal(n) is described here.
Expression a ? b : c is usual for C++/C# and means if a then return b else return c
MikhailModeratorCan you provide an example?
December 21, 2018 at 1:28 pm in reply to: Values sent from virtual MQTT devices not shown in Webstation #4758
MikhailModeratorThanks for the screenshot.
In the screenshot we see that /input/601 is bound to the channel #601 (because of the number in the Channel column). If there is no “15” in the UI, open the SCADA-Server shell, go to the Current Data node, open current.dat and view the current value of 601 channel. Is it 0 or “15”?
MikhailModeratorHi,
When you send a command from Webstation, it goes to Server and can be modified by formula. Server passes the command to Communicator. When you send a command from Communicator, there is no calculations.December 19, 2018 at 2:09 pm in reply to: Values sent from virtual MQTT devices not shown in Webstation #4753
MikhailModeratorHi,
Please post a link to a screenshot of the appropriate Device data tab of Communicator.
MikhailModeratorOK 🙂
MikhailModeratorI am wondering what can be shaved from the OS work load (and the SCADA installation) if all I need is the ScadaComm & ScadaServer, with no need for ScadaWeb / Interface / ScadaTable etc.
In case of Windows installation, tick Server and Communicator checkboxes.
Interface folder is required by SCADA-Server, because it provides views to the web app.
MikhailModeratorHi,
So, on Linux if I do not need the web server, which steps can I safely skip during the installation process?
See install_with_apache.txt
Skip steps 3, 7, 8, 9, 10, 11, 15
MikhailModeratorHi,
Please post here version of the Webstation app and version of Extra Scheme Components Plugin.
Look the log file in SCADA\ScadaWeb\log for additional error description.
MikhailModeratorHi,
Calculated channels are ignored by the export module because they are recalculated many times in a second.
Unable to enqueue current data
You should check ModDBExport.log file to find the error cause.
-
AuthorPosts