Mikhail

Forum Replies Created

Viewing 15 posts - 3,931 through 3,945 (of 6,290 total)
  • Author
    Posts
  • in reply to: Necessary settings for "Export to Database Module" #6210
    Mikhail
    Moderator

    You can find Calculator in the Administrator tree, send some data to SCADA-Server and check how these data exported.

    in reply to: Necessary settings for "Export to Database Module" #6209
    Mikhail
    Moderator

    Output channels specify commands to:
    – Export current data
    – Export archive
    – Export events
    They are needed for manual export only. And you don’t need them for automatic export.

    in reply to: Runtime Error on Rasbian after upgrade to 5.7.1 #6202
    Mikhail
    Moderator

    May be the web application has no access rights to write error in the log.
    Try providing full write access to /opt/scada/ScadaWeb/log and its content, restart computer, open the web page, and check the log file for additional information.

    in reply to: MQTT in-depth Installation Help #6201
    Mikhail
    Moderator

    Thanks a lot for the video!

    in reply to: Necessary settings for "Export to Database Module" #6200
    Mikhail
    Moderator

    For database export you don’t need to setup some special communication lines and devices.

    in reply to: Necessary settings for "Export to Database Module" #6199
    Mikhail
    Moderator

    To make manual export possible, create the corresponding output channels in the configuration database and specify them on the form

    In Administrator open the Output channel table and create 3 channels. Set the Standard command type, and the command value is Execute.

    In the module properties, specify the numbers of the output channels you created.
    If you share screenshots of the settings when you complete them, I can check.

    in reply to: Error updating the hourly data #6193
    Mikhail
    Moderator

    Hello,
    For some reason the hourly data contains wrong symbol. Please switch to the Network tab in Chrome, find the appropriate response and copy here.

    in reply to: Retain Variable #6191
    Mikhail
    Moderator

    Hello,

    For the question that is not related to the current topic, please create a new topic.

    in reply to: Retain Variable #6189
    Mikhail
    Moderator

    Hi,
    For the both questions:
    You could create a new formula in the Formulas table. Something like that:

    double UpdateTime(double val, int timeCnlNum)
    {
      SetVal(timeCnlNum, EncodeDate(DateTime.Now));
      return val;
    }

    and use it for example
    Stat > 0 ? UpdateTime(Cnl * 100 + 1, 1001) : Val()
    The formulas are not tested.

    in reply to: Installation problem #6186
    Mikhail
    Moderator

    May be you can install Midnight Commander, run it from command line like
    sudo mc
    and copy the files.
    I usually connect to Linux machines remotely by SSH without desktop.

    in reply to: Installation of Webstation plugins #6184
    Mikhail
    Moderator

    Cool )

    in reply to: Cannot start services on Ubuntu 16 #6179
    Mikhail
    Moderator

    Good 🙂

    in reply to: Installation of Webstation plugins #6177
    Mikhail
    Moderator

    Tick the Unblock checkbox, then click OK.

    in reply to: Cannot start services on Ubuntu 16 #6172
    Mikhail
    Moderator

    You started SCADA-Server from command line, but it should be started automatically as a daemon. Probably some installation steps failed and daemons are not registered properly.

    There are 3 daemons: Server, Communicator and Agent. You can find them in the appropriate folders. All of them should be started.

    The daemons write log files located in “Log” subfolders. You should check these files.

    in reply to: Installation problem #6169
    Mikhail
    Moderator

    How do you copy files?

Viewing 15 posts - 3,931 through 3,945 (of 6,290 total)