Forum Replies Created
-
AuthorPosts
-
MikhailModeratorIncrease a delay or a period in the device properties (Communicator settings, communication line parameters, request sequence).
MikhailModeratorI confirm also work with latest version of
Great! Could you summarize what a user should do if he faces such problem?
MikhailModeratorIn this case, to be exact, you should search for a string ” – Rapid SCADA” in the *.js files.
The file you need is C:\SCADA\ScadaWeb\plugins\Table\js\table.jsUpgrading the software, we try to minimize the number of files where the product name is located.
MikhailModeratorTry downloading Newtonsoft.Json from NuGet and copy to /opt/scada/ScadaComm/KP
You need Newtonsoft.Json version >= 10.0.3
Does it help?Probably Mono on my Linux computer already contains it somehow.
MikhailModeratorHi,
Run file content search for “Rapid SCADA” in C:\SCADA\ScadaWeb
Replace what you find.
MikhailModeratorWhat is Mono version?
MikhailModeratorTry this file.
You should create directories:
/opt/scada/OPC Foundation/pki/app
/opt/scada/OPC Foundation/pki/issuer
/opt/scada/OPC Foundation/pki/trusted
/opt/scada/OPC Foundation/pki/rejected
/opt/scada/OPC Foundation/pki/issuerUser
/opt/scada/OPC Foundation/pki/trustedUser
and provide write access for them.
MikhailModeratorIn this case, you should use Automatic Control Module to send a release command. Use a trigger on command.
MikhailModeratorHi,
Is it important how long an operator keeps the button down?
MikhailModeratorDone. Thanks for noticing.
July 5, 2020 at 7:45 am in reply to: ModAutoControl – Trigger a command based on the change of a variable #6982
MikhailModeratorHi,
You should use trigger on channel data, not on event.
July 3, 2020 at 3:17 pm in reply to: support for IEC 61850 IEC and for completetsubstation automation #6977
MikhailModeratorHello,
To use IEC 61850 with Rapid SCADA you should find a 3rd party OPC server.
Modbus is supported out of the box.
MikhailModeratorCan we just have an option to hold last valid value?
Formula would be like
CnlStat > 0 ? Cnl : Val(); CnlStat > 0 ? CnlStat : Stat()
MikhailModeratorHi,
The existing controls react only on push down event. To process a release event, a new control should be developed. Is there a workaround? What kind of process your users need to control?
-
AuthorPosts