Forum Replies Created
-
AuthorPosts
-
October 25, 2023 at 1:24 pm in reply to: Add OPC DA error:’OpcRcw.Comn.IOPCServerList2′ No such interface supported #13549
MikhailModeratorThank you for the detailed explanation. As you can connect to DCS A, the OPC Core Components are installed correctly. Could you try BrowseOpcClassic just for test a connection?
MikhailModeratorCould you provide a screenshot of the Channels table?
October 24, 2023 at 9:38 am in reply to: Add OPC DA error:’OpcRcw.Comn.IOPCServerList2′ No such interface supported #13545
MikhailModeratorIf you have different machines for client and server, install the components on the client computer.
I am trying to read the source code. I would like to try replacing the unsupported functions (lOPCServerList2) with older versions. Is this the right way?
I don’t think that you need to change the source code to fix this issue.
MikhailModeratorHello,
Set the channel formula
Cnl/10
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, 8 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. -
This reply was modified 2 years, 8 months ago by
-
AuthorPosts