Forum Replies Created
-
AuthorPosts
-
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.
December 14, 2018 at 3:35 pm in reply to: How to get the data which automatically sent by the devices? #4737
MikhailModeratorHi,
HTTP is generic. You should specify your own REST API and then develop the appropriate driver for Communicator. We can do this for you.
Why do you prefer HTTP in your case?December 13, 2018 at 6:57 pm in reply to: SCADAComm stop attempt to reconnect when communication failed #4734
MikhailModeratorAn established connection was aborted by the software in your host machine.
May be an MQTT bus initiates disconnect. I’m not sure, because the author of the driver is bersim. You can try asking him or debug the driver by yourself. Also you can involve me in debugging on commercial base.
December 12, 2018 at 2:07 pm in reply to: SCADAComm stop attempt to reconnect when communication failed #4732
MikhailModeratorHi,
Please provide logs where we can see it.
MikhailModeratorHi,
Of course.
MikhailModeratorHello,
You can set a span in an address link, for example
http://demo.rapidscada.net/plugins/ChartPro/ChartPro.aspx?cnlNums=105&viewIDs=11&period=-7
This link can be entered in a scheme Link component or in the settings of Dashboad plugin. -
AuthorPosts