Mikhail

Forum Replies Created

Viewing 15 posts - 4,666 through 4,680 (of 6,136 total)
  • Author
    Posts
  • in reply to: New Agent Application #3742
    Mikhail
    Moderator

    You should allow incoming connections for the TCP port 10002 in the settings of Windows firewall to enable access to Agent.

    in reply to: PID Control #3741
    Mikhail
    Moderator

    Hi,
    The existing Link component allows to redirect to another scheme where you can put needed components. It is planned to add a popup dialogs feature for links in this year.

    in reply to: Using the new basic scheme components #3740
    Mikhail
    Moderator

    You can do a trick:
    1. Create a folder C:\SCADA\ScadaWeb\plugins\SchBasicComp\lang\
    2. Copy the PlgSchBasicComp.en-GB.xml into this folder.

    The fix of this bug will be included in the next version of Rapid SCADA.

    in reply to: Using the new basic scheme components #3738
    Mikhail
    Moderator

    The web app must be in C:\SCADA\ScadaWeb because of this bug. Is it?

    in reply to: New Agent Application #3735
    Mikhail
    Moderator

    Control RAM on Linux. Agent uses WCF technology that has a memory leak bug on Mono .NET Framework.

    in reply to: Using the new basic scheme components #3731
    Mikhail
    Moderator

    I suppose, the cause is your localization. I reproduced the bug. What culture did you set for Rapid SCADA?

    in reply to: Using the new basic scheme components #3730
    Mikhail
    Moderator

    Also try unblocking the DLLs in C:\SCADA\ScadaWeb\bin
    See this.

    in reply to: Random Number Generator #3729
    Mikhail
    Moderator

    Yes, you right.
    Thank you.

    in reply to: PID Control #3728
    Mikhail
    Moderator

    Hi,

    First, it’s needed to implement math algorithm. It is better to develop a module for the Server app.

    Then, configure user interface. How do think, to display it?
    Do you mean PID like this?

    in reply to: Using the new basic scheme components #3727
    Mikhail
    Moderator

    Anyway, this is strange.
    What version of Windows do you use?

    Is it possible to try Webstation and Scheme Editor on another computer just for test?

    in reply to: Using the new basic scheme components #3725
    Mikhail
    Moderator

    Try updating ScadaSchemeCommon.dll.
    Copy it in C:\SCADA\ScadaWeb\bin

    Please tell about the result.

    • This reply was modified 7 years, 8 months ago by Mikhail.
    in reply to: Remote commumicator #3718
    Mikhail
    Moderator

    Thank you 🙂

    in reply to: Random Number Generator #3717
    Mikhail
    Moderator

    Yes. You should use Random class.
    In the Formulas table add a variable:
    Random rand = new Random();

    Then use it in an input channel, for example:
    rand.NextDouble()

    in reply to: Alien LiveChart or Gage #3713
    Mikhail
    Moderator

    Yes, you have to create cnlFilter object before executing getCurCnlDataExt. Could you create a new topic for your issue, because this is “New ideas” subforum?
    Example is here.

    in reply to: Using the new basic scheme components #3712
    Mikhail
    Moderator

    Hi,
    You need the Webstation app installed, because the components are the part of the web application.
    Also check log of Scheme Editor in C:\SCADA\ScadaSchemeEditor\Log

Viewing 15 posts - 4,666 through 4,680 (of 6,136 total)