Mikhail

Forum Replies Created

Viewing 15 posts - 3,946 through 3,960 (of 6,290 total)
  • Author
    Posts
  • 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.

    in reply to: about Rapid SCADA 5.7's Minimum archive data writing period #6137
    Mikhail
    Moderator

    Writing period for the archive is set in ScadaServerSvcConfig.xml
    You should the existing topics.

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

    what I need is to be automatically sent to two different registers of a device modbus

    It’s possible to send 2 registers in a one command. But in the command form, you enter only a 1 number to send. Is it a problem in your case? Or you get the values that are already present in input channels?

    in reply to: Output control by Input #6133
    Mikhail
    Moderator

    You found the right solution. Definitely, Automatic Control Module is designed for the function you described.

Viewing 15 posts - 3,946 through 3,960 (of 6,290 total)