Forum Replies Created
-
AuthorPosts
-
MikhailModeratorI. Channel data consists of value and status.
2 – value or status changed
3 and 4 – only one part changed.II. Use the HelloWorld project. Set limits for channel 105. Change channel 105 manually step by step, and check the channel status.
MikhailModeratorAs a recap:
– You can send notifications with custom text using the phone book,
– You need to configure commands sent by ACM
MikhailModeratorHi,
Let’s discuss ACM triggers in a new topic. I suppose, it’s possible to find the appropriate type of trigger.December 4, 2025 at 9:25 am in reply to: MQTT Publisher publishes wrong values (e.g., 2.6E-322) instead of OPC DA values #17374
MikhailModeratorHi,
I suggest to enable a detailed log in the data source properties. It allows to check published data.
Log files can be found in Communicator – Logs.
Screenshots are needed to help you.
MikhailModeratorTo use a phone book, see the available commands in the driver description on the Drivers page.
MikhailModeratorExample of the content:
{ "from": "SCADA", "to": [phone], "message": "[text]" }Set ParamEnabled to true.
MikhailModeratorYou wrote
-Body '{"phoneNumber":"+48111111111","message":"Test API"}'
It’s related to the request contents, not headers.
MikhailModeratorI’ve checked the source code of the driver.
Parameters (phone number and text) can be inserted in the request URL and content.
This is so weird that the service requires to insert phone number in the request header.Usually headers contain auth tokens and similar things.
P.S. Phone number in the above was changed.-
This reply was modified 6 months ago by
Mikhail.
MikhailModeratorIs it possible for you to select an alternative service that needs only one HTTP request to send a message?
MikhailModeratorProbably, the existing driver does not preserve a token returned by the 1st request.
MikhailModeratorHi,
Check DrvHttpNotif driver. It can send HTTP requests according to commands.
To send a sequence of commands, use Auto Control Module.
Ask for additional info if needed.
MikhailModeratorHi,
Note that the Agent service uses user/password from its configuration file.
Try changing the password to the defaultscada
If it works, set any password you need, update it in the Agent’s configuration, and restart Agent.November 27, 2025 at 11:35 am in reply to: Regarding Map Plugin Data Integration from SQL Database #17347
MikhailModeratorHi,
I suggest to download and try.
MikhailModeratorWould this be considered a derivative product?
I think, yes.
November 26, 2025 at 10:39 am in reply to: Regarding Map Plugin Data Integration from SQL Database #17344
MikhailModeratorHello,
To fetch data from the DB use Database Import Driver.
Then display those data on by the Map plugin.
The web application of Rapid SCADA uses its own web API. -
This reply was modified 6 months ago by
-
AuthorPosts