Mikhail

Forum Replies Created

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

    in reply to: Automatic Control Module #6132
    Mikhail
    Moderator

    From technical point of view we can’t deactivate keys that already issued.
    All software which can move licenses, connects to the Internet and checks registration. Such approach would be bad for SCADA.

    in reply to: Scheme Loading Failed after installing #6131
    Mikhail
    Moderator

    Perfect.

    in reply to: Scheme Loading Failed after installing #6116
    Mikhail
    Moderator

    Please check what the following links show:
    http://localhost/Scada/ClientApiSvc.svc
    http://localhost/Scada/ClientApiSvc.svc/GetEvents

    What .NET Framework version is installed?

    in reply to: KNX Driver #6115
    Mikhail
    Moderator

    Hi,
    Also check if the driver description is displayed well in Communicator.
    Screenshots needed.

    in reply to: Adding link to chart view #6114
    Mikhail
    Moderator

    Hi,
    Now such button is implemented in Chart Pro.

    in reply to: Events trigger and colors #6113
    Mikhail
    Moderator

    Thank you for the explanation.
    In the Units table set the Sign column like that: Normal; Fault; –
    You need 3 elements to make colors work. I think, we will change the behavior in the future, but now if there is only 2 elements, colors always red and green.

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

    Hi,

    Is this the same physical device or 2 different devices?
    You should check communication line log in Communicator and find the lines when you send a command.

    in reply to: Events trigger and colors #6099
    Mikhail
    Moderator

    Hi,

    If the above message contains a question, please do the following:
    1. Make screenshots of the settings you already did.
    2. Describe the actual behavior.
    3. Describe the needed behavior.

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