Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorIn my culture settings 1,003 means 1.003 )) OK
I created an example based on the HelloWorld project. I added led and set the following properties
https://imgur.com/a/9jXzu2nUsing the Generator window in Administrator, I can change the led color by setting data, for example
Channel = 105
Value = 1
Status = 14
MikhailModeratorInteresting idea. I added it to our back log.
Currently, the Link component allows to open a popup window on element click which contains a small scheme.
MikhailModeratorTo simplify the situation, use Dynamic Text instead of led. Does the Status color work for Dynamic Text?
On your image status is 1,003. But status is integer. Could you explain this?
MikhailModeratorThe modern KpDbImport has the Commands tab to configure commands.
You should update Rapid SCADA to 5.8.x
MikhailModeratorHi,
We tested KpOpcUa.dll driver on Debian family. Could you copy a particular error message or provide screenshots?
MikhailModeratorNAudio.dll is in modalarm-1.2.3.zip
Try unblocking it.
MikhailModeratorHi,
Seems like it uses a DLL that is not found. I suppose, you should send a message to an author of the module on GitHub.
May be Notification Plugin can help to solve your task.
MikhailModeratorFist of all, configure KpDbImport driver. The approach is usual. Create a device, input and output channels. Make sure that when you send a command via Administrator’s UI, the driver executes SQL request.
You could provide screenshots of your KpDbImport settings if they don’t work.
-
AuthorPosts