Mikhail

Forum Replies Created

Viewing 15 posts - 3,751 through 3,765 (of 6,218 total)
  • Author
    Posts
  • in reply to: Installation issue #6621
    Mikhail
    Moderator

    Possibly, scada.conf was not enabled.

    in reply to: Help witch formula #6618
    Mikhail
    Moderator

    Please upload images without ZIP to make possible opening them in browser (not download).

    in reply to: Installation issue #6617
    Mikhail
    Moderator

    Hi,

    When you run sudo apt-get install libapache2-mod-mono mono-apache-server4
    did you get any errors?

    in reply to: Help witch formula #6606
    Mikhail
    Moderator

    Could you make screenshots of formulas, channels and error?

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

    With formula
    Stat > 0 ? Cnl : Val()
    you can get the last correct value

    in reply to: Log in web page #6600
    Mikhail
    Moderator

    it seems the auto login url use first user account in user table

    Yes, you right. We can upgrade the plugin to select specified user for a fee.

    But I can’t find it from plugin store. where can i check for latest version?

    This is because the plugin has not been properly documented. The link in the forum is up to date.

    in reply to: Unable to receive list of plugins #6596
    Mikhail
    Moderator

    Hi,

    Shared module list is here.
    The problem is because the URL of the API was changed. To fix it, find C:\SCADA\ScadaWeb\plugins\Store\js\storecommon.js and change API_PATH1 to
    var API_PATH1 = "http://rapidscada.net/minicrm/api/v1/";

    P.S. We didn’t plan it, but the hosting provider crashed.

    in reply to: Archive Data – Export to DB #6595
    Mikhail
    Moderator

    I think I will feed the current values to a local database, and write a small script to periodically send data to a remote database.

    Possible solution.
    We would like to include the required feature in the Export Module, we are looking for who sponsors this job.

    in reply to: Archive Data – Export to DB #6592
    Mikhail
    Moderator

    Hi,

    Export of archive data works for some devices. It depend on a driver. Some devices (e.g. electricity meter) can store data in their memory and then provide to SCADA. In this case a driver reads archives from devices and transfer archives to SCADA-Server.

    To implement the logic you described (sending data periodically), the export module should be upgraded.

    Alternatively, you can poll devices once a minute in Communicator, but this affect refreshing current data.

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

    Formula of the input channel would be:
    Stat() > 0 ? 1 : 0

    Also you need to select Format = Enum text and Unit = Off-On

    in reply to: help me how to check none value or null value? #6586
    Mikhail
    Moderator
    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.

Viewing 15 posts - 3,751 through 3,765 (of 6,218 total)