Mikhail

Forum Replies Created

Viewing 15 posts - 2,551 through 2,565 (of 5,138 total)
  • Author
    Posts
  • in reply to: KPOpcUa.dll – Linux with Mono Error #7004
    Mikhail
    Moderator

    Try 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.

    in reply to: Rapid SCADA tite text #7003
    Mikhail
    Moderator

    Hi,
    Run file content search for “Rapid SCADA” in C:\SCADA\ScadaWeb
    Replace what you find.

    in reply to: KPOpcUa.dll – Linux with Mono Error #6998
    Mikhail
    Moderator

    What is Mono version?

    in reply to: KPOpcUa.dll – Linux with Mono Error #6997
    Mikhail
    Moderator

    Try 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.

    in reply to: Send command #6991
    Mikhail
    Moderator

    In this case, you should use Automatic Control Module to send a release command. Use a trigger on command.

    in reply to: Send command #6987
    Mikhail
    Moderator

    Hi,
    Is it important how long an operator keeps the button down?

    in reply to: Restat comminuacation line by command #6986
    Mikhail
    Moderator

    Done. Thanks for noticing.

    Mikhail
    Moderator

    Hi,

    You should use trigger on channel data, not on event.

    Mikhail
    Moderator

    Hello,

    To use IEC 61850 with Rapid SCADA you should find a 3rd party OPC server.
    Modbus is supported out of the box.

    in reply to: Formulas check '-' #6971
    Mikhail
    Moderator

    Can we just have an option to hold last valid value?

    Formula would be like
    CnlStat > 0 ? Cnl : Val(); CnlStat > 0 ? CnlStat : Stat()

    in reply to: Send command #6970
    Mikhail
    Moderator

    Hi,

    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?

    in reply to: External link pages #6967
    Mikhail
    Moderator

    Usually 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.

    in reply to: Error updating current data at webstation Scheme #6965
    Mikhail
    Moderator

    Cool!

    in reply to: Send command #6964
    Mikhail
    Moderator

    Hi,

    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.

    in reply to: Error updating current data at webstation Scheme #6960
    Mikhail
    Moderator

    Something 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

Viewing 15 posts - 2,551 through 2,565 (of 5,138 total)