Mikhail

Forum Replies Created

Viewing 15 posts - 3,871 through 3,885 (of 6,218 total)
  • Author
    Posts
  • 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.

    in reply to: help for code computer #6149
    Mikhail
    Moderator

    Hi,

    I suggest the step by step manual.

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

    what do you mean how do i download web application settings?

    Click the Download Configuration button in the Administrator app.

    downloaded and have PlgSchExtraComp_Reg.xml but can’t see them in scheme editor

    You don’t need this file in the editor.

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

    Hi,

    This is the idea of output channel formula:

    double SendHour()
    {
      return (((uint)Cmd) << 16) && (((uint)Val(111/*Minutes channel*/)) & 0x00FF);
    }
    
    double SendMin()
    {
      return (((uint)Cmd) & 0x00FF) && (((uint)Val(110/*Hours channel*/)) << 16);
    }
    

    You need 2 output channels, for hours and for minutes. Not tested.

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

    Hi,
    The solution is simple – you need to download the web application settings into your project. When you upload the project, the settings on the host are overridden.

Viewing 15 posts - 3,871 through 3,885 (of 6,218 total)