Forum Replies Created
-
AuthorPosts
-
MikhailModeratorYou can find Calculator in the Administrator tree, send some data to SCADA-Server and check how these data exported.
MikhailModeratorOutput channels specify commands to:
– Export current data
– Export archive
– Export events
They are needed for manual export only. And you don’t need them for automatic export.
MikhailModeratorMay be the web application has no access rights to write error in the log.
Try providing full write access to /opt/scada/ScadaWeb/log and its content, restart computer, open the web page, and check the log file for additional information.
MikhailModeratorThanks a lot for the video!
MikhailModeratorFor database export you don’t need to setup some special communication lines and devices.
MikhailModeratorTo make manual export possible, create the corresponding output channels in the configuration database and specify them on the form
In Administrator open the Output channel table and create 3 channels. Set the Standard command type, and the command value is Execute.
In the module properties, specify the numbers of the output channels you created.
If you share screenshots of the settings when you complete them, I can check.
MikhailModeratorHello,
For some reason the hourly data contains wrong symbol. Please switch to the Network tab in Chrome, find the appropriate response and copy here.
MikhailModeratorHello,
For the question that is not related to the current topic, please create a new topic.
MikhailModeratorHi,
For the both questions:
You could create a new formula in the Formulas table. Something like that:double UpdateTime(double val, int timeCnlNum) { SetVal(timeCnlNum, EncodeDate(DateTime.Now)); return val; }and use it for example
Stat > 0 ? UpdateTime(Cnl * 100 + 1, 1001) : Val()
The formulas are not tested.
MikhailModeratorMay be you can install Midnight Commander, run it from command line like
sudo mc
and copy the files.
I usually connect to Linux machines remotely by SSH without desktop.
MikhailModeratorCool )
MikhailModeratorGood 🙂
MikhailModeratorTick the Unblock checkbox, then click OK.
MikhailModeratorYou started SCADA-Server from command line, but it should be started automatically as a daemon. Probably some installation steps failed and daemons are not registered properly.
There are 3 daemons: Server, Communicator and Agent. You can find them in the appropriate folders. All of them should be started.
The daemons write log files located in “Log” subfolders. You should check these files.
MikhailModeratorHow do you copy files?
-
AuthorPosts