Forum Replies Created
-
AuthorPosts
-
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?
MikhailModeratorUsually all pages of a particular web application are belong to the same session. When you switch to another web page and leave external page, session is alive for some period, for example 20 minutes. If you open the external page again within this period, you use the same session.
It would be nice if it can send signals to web server to terminate the session when user leave the external link page.
External page can detect when it’s closed. If you can edit the scripts of the page, you can implement this.
MikhailModeratorCool!
-
AuthorPosts