Forum Replies Created
-
AuthorPosts
-
MikhailModeratorConfiguration database – System – Interface
MikhailModeratorAccording to the log, you poll device using Modbus communication protocol, while asking about connecting to the OPC server.
MikhailModeratorTo answer your question, screenshot of the Interface table is required.
MikhailModeratorThe above link is OK, but there is no screenshot that shows a communication line log.
MikhailModeratorScreenshot of the Interface table is required.
MikhailModeratorPlease make a screenshot or copy a communication line log: Line Stats – Line Log
Does the Kepware server support OPC UA?
MikhailModeratorInteresting! Thank you.
MikhailModeratorHello,
Could you describe what it is?
MikhailModeratorHello,
The above link doesn’t work. Please fix the link.September 6, 2021 at 11:25 am in reply to: I can’t connect rapid scada with arduino OPC server #9498
MikhailModeratorHi,
You should install OPC Core Components available at https://rapidscada.org/download-all-files/
MikhailModeratorHello,
Please try this update. Does it help?
MikhailModerator🙂
MikhailModeratorPlease try the KpMqtt update. Does it help?
MikhailModeratorIt makes sense. Thanks.
MikhailModeratorCurrently, it possible to do
KeepGoodVal(); KeepGoodStat()and add in the Formulas table:
public double KeepGoodVal() { return CnlStat > 0 ? Cnl : Val(); } public int KeepGoodStat() { return CnlStat > 0 ? CnlStat : Stat(); } -
AuthorPosts