Forum Replies Created
-
AuthorPosts
-
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!
MikhailModeratorHi,
Am I understand correctly: you need 2 commands. First, send 1 and then after a moment send 0?
If yes, Automatic Control Module can do this function.
MikhailModeratorSomething wrong with WCF.
You can try the following:
– run command line as administrator
– execute commands
cd C:\Windows\Microsoft.NET\Framework\v4.0.30319
aspnet_regiis.exe -i
MikhailModeratorHi,
Some scheme components (for example, Button and Toggle) support an action “Send command now”. It allows to avoid the command dialog. Toggle component automatically defines a command value. Button always send 0 value. If needed, command value can be calculated in a formula of output channel.
MikhailModeratorCopy a link of one of the red requests and paste it in the browser address field. What is the response?
MikhailModeratorThere was an error in scadacomm and scadaserver scripts. Now it is fixed. Thanks.
-
AuthorPosts