Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorWhat are not shown?
MikhailModeratorChange && to &
if there is a function to send a single value formed by the two data
If I understand you correctly, the above functions do what you need. Otherwise, provide more detailed description what an operator does and which Modbus packets should be sent.
-
AuthorPosts