Mikhail

Forum Replies Created

Viewing 15 posts - 5,656 through 5,670 (of 6,289 total)
  • Author
    Posts
  • in reply to: Using Custom Webpage in Scada Webbeta 5.0 #1605
    Mikhail
    Moderator

    Hi,

    The basic steps of creating a plugin:
    1. Create a new project of the empty web application type which uses .NET4.
    2. Use the directory structure and namespace structure as PlgScheme or other plugin.
    3. Add PlgYoursSpec class that inherits PluginSpec class.
    4. Describe a new view type or menu item in the plugin specification class.
    5. Add web content (aspx, css, js).
    6. Publish your project.
    7. Specify your dll to WebSettings.xml in Plugins section.

    in reply to: New Web App Idea? #1603
    Mikhail
    Moderator

    Could you create a new topic and provide more details about your task? What is displayed by your cutom page?

    in reply to: New Web App Idea? #1600
    Mikhail
    Moderator

    Hi,
    It has a bit different approach – you should create a plugin like these.

    In the plugin you are able to implement a new type of view or add an item to the main menu which open your single page.

    in reply to: communication error with multiple slaves on RTU on same port #1598
    Mikhail
    Moderator

    Could you make a screenshot what button did you click and what result did you get?

    in reply to: communication error with multiple slaves on RTU on same port #1596
    Mikhail
    Moderator

    You should add another device to the line. Use Plus button or import the device from the configuration database.

    in reply to: communication error with multiple slaves on RTU on same port #1594
    Mikhail
    Moderator

    Create a screenshot, please.

    in reply to: communication error with multiple slaves on RTU on same port #1592
    Mikhail
    Moderator

    is it possible to assign multiple slaves address to single communication line?

    Yes, each device on a communication line has its own slave address.

    in reply to: communication error with multiple slaves on RTU on same port #1590
    Mikhail
    Moderator

    In this case you should add all the devices connected to RS485 to a one communication line of Communicator. It is a usual situation.

    in reply to: Server error while first time running the web #1587
    Mikhail
    Moderator

    Find in the system and run Aspnet_regiis.exe -i

    Then open IIS management console and switch default application pool (or the pool used by Scada web app) to .NET 4 if it is not set to it.

    • This reply was modified 9 years, 9 months ago by Mikhail.
    in reply to: communication error with multiple slaves on RTU on same port #1585
    Mikhail
    Moderator

    Please clarify the behavior of communication lines, each communication line is a master ??

    It depends on a driver (Kp*.dll). In case of Modbus it is master.

    can other communication line use the same come port 1 if assigned so

    No, it is blocked.

    Please, explain why do you need to share COM-port between different applications? Are there other approaches to solve your task?

    in reply to: Application error on new web beta app #1583
    Mikhail
    Moderator

    Do not use Configurator for the new web app, it breaks the config. Override the ScadaWebBeta\config folder from the distributive. Edit config manually using any text editor.

    in reply to: Application error on new web beta app #1582
    Mikhail
    Moderator

    Thank you. I think, I’ve found the cause. But it is strange that this error occurs. Does it occur every time when you try to open a view or only once?

    in reply to: optimum system requirement #1581
    Mikhail
    Moderator

    The most tested OS with Rapid SCADA is Windows. I recommend Windows Server 2012 R2 in case of industrial application. If your system is small, Windows 10 is enough.

    How many input signals and active users is planned?

    in reply to: Fail to get opc server list #1580
    Mikhail
    Moderator

    Hello,
    Have you installed OPC Core Components (at the bottom of the page)?

    in reply to: suggestion for improvement #1576
    Mikhail
    Moderator

    Yes, you right.
    Furthermore, event filter should be extended to allow filtering by channel, object (location) and device.

    There is another interesting possibility – implement a separate tool window contains not ack events.

    All the above tasks can be done fast in case of commercial project or can be done later according to the current priorities. First of all, we are planning to replace the old web app by the new one. At the second, develop a new suitable scheme editor.

Viewing 15 posts - 5,656 through 5,670 (of 6,289 total)