Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorHi,
Using Automatic Control Module you can send a command. KpDbImport driver helps to execute SQL according to the command.
MikhailModeratorGood 🙂
MikhailModeratorHi,
Check that the TCP port 161 is open for incoming connections on the server’s firewall.
MikhailModeratorAnd you should write the results after changing something in the system to understand which approaches work.
MikhailModeratorAlso, set all data and log folders in C:\SCADA folder as exception for anti virus system, because it checks every file after every change.
MikhailModeratorI’m not sure, but may be MQTT is not very fast communication protocol. To compare, try the Modbus example and measure how many messages you can receive per second.
MikhailModeratorHi,
Try decreasing the delay parameter for the device in Communicator.
It’s here http://rapidscada.net/doc/content/latest/en/software-configuration/communication-with-devices-files/comm_line_req_en.png
This should increase polling rate. -
AuthorPosts