Mikhail

Forum Replies Created

Viewing 15 posts - 3,931 through 3,945 (of 6,282 total)
  • Author
    Posts
  • 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?

    in reply to: Use of the buttons #6168
    Mikhail
    Moderator

    Can it be a problem with my configuration?

    To answer this questions I need more info what was expected and what is actual.

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

    Set the server folder as a current and run
    mono ScadaServerMono.exe
    What is the result?

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

    Please do the following:
    1. Open the file properties of PlgSchExtraComp.dll in Windows explorer.
    2. Open the General tab.
    3. Make a screenshot of it.

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

    Try unblocking PlgSchExtraComp.dll

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

    Please check C:\SCADA\ScadaSchemeEditor\Log\ScadaSchemeEditor.log for additional information. When the editor starts, it loads all the components. In case of any error, it writes to the log file.

    in reply to: Use of the buttons #6154
    Mikhail
    Moderator

    It was the idea. I can connect to your PC and debug the formulas for a fee.

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

    What are not shown?

    in reply to: Use of the buttons #6150
    Mikhail
    Moderator

    Change && to &

    if there is a function to send a single value formed by the two data

    If I understand you correctly, the above functions do what you need. Otherwise, provide more detailed description what an operator does and which Modbus packets should be sent.

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