Mikhail

Forum Replies Created

Viewing 15 posts - 3,811 through 3,825 (of 6,282 total)
  • Author
    Posts
  • in reply to: Events #6628
    Mikhail
    Moderator

    1. Please clarify the question.
    2. The screenshot show an event event table. If you need to calculate aggregated values based on events, you should develop a custom report using C#.

    in reply to: Download or upload configuration #6627
    Mikhail
    Moderator

    Agent uses port 10002. So 10000 is not correct. Change upload profile setting to the default.

    in reply to: Download or upload configuration #6626
    Mikhail
    Moderator

    Hi,
    Try this document. Also check Agent log file to be sure that it’s running. If you have more questions about version upgrade, please create a new topic because this one is inappropriate.

    in reply to: Installation issue #6625
    Mikhail
    Moderator

    I have no clue. Sorry for that. Linux means hardcore…
    Can try to fix it for a fee. You would pay only in case of success.

    • This reply was modified 6 years, 2 months ago by Mikhail.
    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
Viewing 15 posts - 3,811 through 3,825 (of 6,282 total)