Forum Replies Created
-
AuthorPosts
-
MikhailModeratorI will be glad to provide configs as soon as they are ready.
MikhailModeratorHello,
There is no config file in the project.
Do you mean Rapid SCADA project/configuration that defines how the software runs?
Rapid SCADA v6 is not ready to run. It’s under development.
Help with testing is appreciated, but testing phase has not been started yet.
MikhailModeratorHello,
Please provide screenshots of all changes you made related to this issue.
MikhailModeratorHi,
As I wrote before, you should create an additional input channel of the Calculated discrete type. Read about formulas.
MikhailModeratorHi,
Yes, my previous advice is what you need. An extra channel works as a flag variable.
MikhailModeratorHi,
<ReadingHour>24</ReadingHour>also can’t be 24. It’ in 0…23
MikhailModeratorHi,
There is no text direction property. It can be an idea for future improvement.
MikhailModeratorProbably you should create an additional input channel of the Calculated discrete type that will show an error state. If not, please clarify the question.
MikhailModeratorHi,
What message do you need to send: SMS, Telegram, email or else? Or you mean that you need to create an event shown in the web app?
MikhailModeratorHello,
Please make screenshots of the OPC UA configuration in Communicator and screenshot of output channels that are used for sending commands.
As I remember, sending commands is shown in Modbus video. For OPC UA it is close.
MikhailModeratorI think you should not send a value to the channel 600, because is it get from the device tags. You should create a separate input channel that has empty signal field.
MikhailModeratorHi,
Thank you for the details. I’m not the initial author of the driver, but I have some thoughts about that.
but in the webstation doesn’t change.
The value can be transferred from the device driver to the Server app and then to Webstation, if it is presented in the list of device tags.
What if you add /mesparam11 to MqttSubTopics section and bind to a channel 602?Are you a C# developer? If yes, I can help you with debugging the driver to understand how it works in accordance to your question.
What is your final aim by sending JSON values?
MikhailModerator<!– Day of monthly meter readings –> <ReadingDay>190</ReadingDay>This parameter is a day of month. Set it to 1, for example.
MikhailModeratorHello,
I agree that an integration is needed for any programming platform. Drivers and modules are loaded by Communicator and Server which are .NET applications. So they must be written on .NET languages.
receive command from server
There is the KpHttpNotif.dll driver that can execute HTTP GET or POST request on command. You can use it.
read data from server
send data to serverI think, the best solution is REST API or gRPC.
Also in the version 6 we will provide OPC UA server for integration. -
AuthorPosts