Forum Replies Created
-
AuthorPosts
-
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?
MikhailModeratorCan it be a problem with my configuration?
To answer this questions I need more info what was expected and what is actual.
MikhailModeratorSet the server folder as a current and run
mono ScadaServerMono.exe
What is the result?
MikhailModeratorPlease do the following:
1. Open the file properties of PlgSchExtraComp.dll in Windows explorer.
2. Open the General tab.
3. Make a screenshot of it.
MikhailModeratorTry unblocking PlgSchExtraComp.dll
MikhailModeratorPlease check C:\SCADA\ScadaSchemeEditor\Log\ScadaSchemeEditor.log for additional information. When the editor starts, it loads all the components. In case of any error, it writes to the log file.
MikhailModeratorIt was the idea. I can connect to your PC and debug the formulas for a fee.
-
AuthorPosts