Forum Replies Created
-
AuthorPosts
-
MikhailModeratorYes, you need Rapid Gate for each remote server. The module price is reasonable and competitive. Before paying, get the trial keys for testing.
MikhailModeratorCreate a new function and set multiple SetVal inside it. For example,
public double MySetVal() { SetVal(101, 0); SetVal(102, 0); return Cmd; }Then specify MySetVal() in the output formula of the channel.
-
This reply was modified 2 years, 3 months ago by
Mikhail.
October 23, 2023 at 7:38 am in reply to: Add OPC DA error:’OpcRcw.Comn.IOPCServerList2′ No such interface supported #13537
MikhailModeratorHi,
Are the counter channels connected to hardware counters?
How do you reset a single counter?
MikhailModeratorExtended support service can be useful for the complex system.
MikhailModeratorHello,
Thank you for the clear description of the system.
Yes, Rapid SCADA is designed to support such architecture.
I suggest to configure remote and central Rapid SCADA instances within the same project. Then use Rapid Gate module to sync them.
Choose Rapid SCADA 6 version, because Rapid Gate was significantly improved for v6.October 20, 2023 at 9:52 am in reply to: Add OPC DA error:’OpcRcw.Comn.IOPCServerList2′ No such interface supported #13531
MikhailModeratorPossible cause is that OPC Core Components are not installed. Download them from Rapid SCADA or OPC Foundation website and install.
October 19, 2023 at 8:25 am in reply to: error: Scripts is inaccessible due to its protection level #13527
MikhailModeratorYou need
public double DT()...
User’s functions should be declared as public in v6.
MikhailModeratorHello,
Free charts are available out of the box. No additional configuration needed.
MikhailModeratorYou should create a more complex function and use it inside EverySec, e.g.,
EverySec(() => MyFunc)
MikhailModeratorError text was not informational. However, timeout is set for the request when it is created.
Headers should work. Play with them.
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, 3 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?
-
This reply was modified 2 years, 3 months ago by
-
AuthorPosts