Forum Replies Created
-
AuthorPosts
-
MikhailModeratorIn Task Manager / Services, the SCADA programs were not running
They run as the system user. You should check the full task list.
MikhailModeratorHi,
This error means that the Agent service is not started or started with a error.
Check C:\SCADA\ScadaAgent\Log\ScadaAgent.log for the details.
May be it’s enough to restart a computer to start the service.
MikhailModeratorHello,
You should grant the writing writes to the Projects directory for your user. For example, you can set the owner of the directory.
The Administrator application has some restrictions on Linux. I suggest creating projects on Windows and then upload them to a Linux machine.
MikhailModeratorHi,
Set a formula for the output channel.
Something like this (not tested):
(ushort)Val(101) | ((Cmd > 0 ? 1 : 0) << 2)
There the input channel #101 stores the current value of the register.
MikhailModeratorHi,
1. I suppose, encode time to Unix time. This is a 32 bit integer.
2. Yes. Create new calculated channels and use GetBit function
3. The web manual and this forum.The above are the general ideas. We can discuss them in details.
MikhailModeratorDefinitely. That’s what I mean asking about used modules.
MikhailModeratorThank you for the screenshots.
Do you use any modules with SCADA-Server?
This issue may be caused by DB Export module.
MikhailModeratorPlease create the screenshots of the settings and provide logs.
MikhailModerator
MikhailModeratorHi,
Thank you for the solution.
MikhailModeratorAccess error: check user rights on the C:\SCADA folder.
Web error: some Windows features were not installed. If you make screenshots of Windows features (server roles), I will try to remember which to enable.
MikhailModeratorHi,
Did you restart the server to run the Agent service?
You can check the logs in C:\SCADA\ScadaAgent\Log
MikhailModeratorTo send a command you need only an output channel.
You should create an input channel to get a measurement to it.However, for a relay it’s useful to create both, input and output channels. Input channel to get a relay state. And output channel to change it.
MikhailModeratorOh, the maximum status is 255. Change your status IDs.
-
AuthorPosts