Mikhail

Forum Replies Created

Viewing 15 posts - 3,826 through 3,840 (of 6,282 total)
  • Author
    Posts
  • in reply to: Chart Pro Installation #6584
    Mikhail
    Moderator

    if ScadaWebCommon5.dll exists, delete it. The actual library is ScadaWebCommon.dll
    Also make sure that Chart Pro plugin is up to date.

    The repository provides more info about version compatibility.

    in reply to: How to update to 5.8.0 #6583
    Mikhail
    Moderator

    Similar situation can occur if you change ScadaAdmin password. In this case, export the User table to user.dat and copy to the server manually.

    in reply to: how to sent data to line notifyl? #6574
    Mikhail
    Moderator

    The above link is not available for me.

    in reply to: help me how to check none value or null value? #6572
    Mikhail
    Moderator

    Use the Stat function in your formulas.

    in reply to: How to update to 5.8.0 #6571
    Mikhail
    Moderator

    That’s right.

    in reply to: how to sent data to line notifyl? #6564
    Mikhail
    Moderator

    Please clarify your question.

    Mikhail
    Moderator

    In Rapid SCADA all input channel values have the double type. Double is a 64-bit floating point.

    Mikhail
    Moderator

    Hi,

    Try this:

    Val(60) == 33 ? 1 : 0; Stat(60)

    However, it’s a bag practice to compare floating point values by equality operator. It’s better to use <= or >=

    in reply to: Server is unavailable #6550
    Mikhail
    Moderator

    You should provide screenshots of the Interface table and of the deployment profile.

    in reply to: Server is unavailable #6544
    Mikhail
    Moderator

    Hello,
    Please check what user name and password are specified in the deployment profile options.

    in reply to: Server is unavailable #6540
    Mikhail
    Moderator

    Hi,

    Also noticed that /opt/scada/ScadaWeb had infinite directories

    Haven’t faced this before.

    in reply to: Server is unavailable #6538
    Mikhail
    Moderator

    Hi,
    There should be 2 connections to SCADA-Server, by the users ScadaComm and ScadaWeb.
    Please check what is written in ScadaServerSvc.txt about active connections.
    Also check ScadaCommSvc.log and ScadaWeb.log

    in reply to: Transfer File from Computer to Rpi #6534
    Mikhail
    Moderator

    In Administrator create a new deployment profile for Raspberry. Upload all the configuration except Server settings (because they have different file paths).

    in reply to: New Rapid SCADA 5.7.0 Beta #6532
    Mikhail
    Moderator

    I would do the following:
    1. Copy Communicator from the Linux installation package v5.6 to C:\SCADA\ScadaComm1
    2. Copy Communicator from the Linux installation package v5.8 to C:\SCADA\ScadaComm2
    3. Stop the existing Communicator service.
    4. Copy the same configuration to ScadaComm1\Config and ScadaComm2\Config
    5. Run ScadaCommMono.exe of different versions and compare.

    in reply to: Installation Rapid scada on a Raspberry Pi #6530
    Mikhail
    Moderator

    Dear Han,

    – How to open on Web browser “Chrome”

    Raspberry has Chromium browser. You can open it from the menu.

    – How to open the Administrator?

    In command line when you inside Administrator’s directory
    mono ScadaAdministrator.exe

    However, I suggest avoid using UI on Linux. It’s better to configure projects and open web pages from another computer.

    • This reply was modified 6 years, 4 months ago by Mikhail.
Viewing 15 posts - 3,826 through 3,840 (of 6,282 total)