Forum Replies Created
-
AuthorPosts
-
MikhailModeratorCheck the device timeout. It should be > 0.
MikhailModeratorTry simplifying the request and arguments to find the error cause.
MikhailModeratorCannot reproduce: https://ibb.co/S0sW3Tm
My DrvHttpNotif_XXX.xml is
<?xml version="1.0" encoding="utf-8"?> <NotifDeviceConfig> <Uri>http://remote:Hovdetjenn18@10.147.19.135/scada-remote?m=json&r=grp&fn=write&alias={grp}&value={value}</Uri> <Method>Get</Method> <Headers /> <Content /> <ContentType /> <ContentEscaping>None</ContentEscaping> <ParamEnabled>true</ParamEnabled> <ParamBegin>{</ParamBegin> <ParamEnd>}</ParamEnd> <AddrSep>;</AddrSep> </NotifDeviceConfig>Command string data:
value=34 grp=63/7/200
-
This reply was modified 2 years, 9 months ago by
Mikhail.
MikhailModeratorAutomatic Control Module can activate trigger with timeout. But currently the module cannot generate events. If we add to the module a feature to generate events on trigger, does it solve the issue?
MikhailModeratorIs there a way to edit the script to make it update every half second instead of every second?
Open the Scripts table and check the EveryPeriod method. You can use it instead of EverySec.
MikhailModeratorI will check.
MikhailModerator
MikhailModeratorThank you.
Could you also provide a screenshot of the communication line log when you send a command?
MikhailModeratorHi,
In Rapid SCADA 6 you can set a deadband for a limit. It’s not a time delay but also can be helpful. To make a time delay, you need to develop a formula and change channel status from the formula.
MikhailModeratorFirst of all, try sending command from the device data page (in Communicator settings). Provide screenshots if it doesn’t work.
MikhailModeratorHi,
With DrvHttpNotif you can send any parameters using GET or POST request.
You should send a command having the code Request and text like
grp=value1
value=value2
MikhailModeratorHello,
Yes, there is ModDbExport module in v6. The module was upgraded and improved.
MikhailModeratorHi,
An addition to the above answer: to display a link as a button, set borders and background color if needed. -
This reply was modified 2 years, 9 months ago by
-
AuthorPosts