Mikhail

Forum Replies Created

Viewing 15 posts - 451 through 465 (of 6,270 total)
  • Author
    Posts
  • in reply to: Scada webstation not getting open #16667
    Mikhail
    Moderator

    can you link me with some example projects backup? I will try to restore the project and learn from there.

    The Hello World project is in C:\Program Files\SCADA\ProjectSamples\HelloWorld
    Other projects are owned by the customers.
    There is a YouTube video about connecting devices by Modbus. It should not be hard.

    in reply to: Using Internal variables/channels #16655
    Mikhail
    Moderator

    Hello,

    I have tried to make channels which aren’t linked to any device/communication lines

    I suggest to add a device in the Devices table that has no a real device under it. It is useful for grouping channels.

    SetData(417,Cmd,1)

    If that output formula is used in the channel 417 itself, it can be simplified to SetData()

    in reply to: Faster thread #16654
    Mikhail
    Moderator

    5000 channels is not so many. It should be 10 iterations per second. To measure it, you could write timestamps in a text file from a channel formula. A formula for writing to file somewhere on the forum.

    in reply to: Scada webstation not getting open #16653
    Mikhail
    Moderator

    Hi,
    What do you see in the modules window?
    Note that ASP.NET 8 must be installed after IIS.

    in reply to: Auto report module errors #16638
    Mikhail
    Moderator

    Hi,
    1. Could you make a screenshot of the report when you download the same report from a web page?
    2. What result do you get if you choose the HTML format in the Auto Report settings?
    3. Try using en-GB culture if you use another culture.

    in reply to: Faster thread #16637
    Mikhail
    Moderator

    Hello,

    This has led to a polling cycle of calculation taking up to 10 seconds.

    How did you calculate that?

    in reply to: Faster thread #16632
    Mikhail
    Moderator

    Hello,
    The main loop of the Server service iterates approximately 10 times a second. If you need faster calculation rate, I suggest to develop a specific module in C#.

    in reply to: Send Commond #16631
    Mikhail
    Moderator

    if I want to determine that the conditions of Channel1==1 && Channel2==2 are met, and I want to send the Value of Channel3

    It can be configured in Auto Control Module using a Multi-Channel Data Trigger.

    in reply to: linux ubentu24.04 deployment profile test error #16611
    Mikhail
    Moderator

    What is the translation of the error message?

    in reply to: Where should I start looking at the code? #16608
    Mikhail
    Moderator

    Hello,
    All web things are here.

    in reply to: Send Commond #16606
    Mikhail
    Moderator

    For now, it’s needed to create an extra channel that compares other channels. The created channel is processed by the module.

    in reply to: rapidgate #16601
    Mikhail
    Moderator

    Hi,
    If you email me, I will send a link. Replication Module is a part of Enterprise edition.

    in reply to: Alignment of web controls in V6 #16600
    Mikhail
    Moderator

    At the moment, I prefer to set the same width and height for text components, it simplifies to align them manually.

    in reply to: Alignment of web controls in V6 #16599
    Mikhail
    Moderator

    Hello,
    This feature will be implemented in the new editor. But I don’t know when it is ready.
    https://ibb.co/ZRHS49Ym

    in reply to: Unable to start Comminication #16597
    Mikhail
    Moderator

    2025-07-06 21:50:28 [RANUI-SOLAR][RANUI-SOLAR$][ACT] Data source ScadaServer: Receive the configuration database

    Common cause is that the Server service cannot start. So you need to open ScadaServer.log and check the error messages for the details.

    Formulas are compiled as a single script when Server starts. If they contain a typo, they cannot be compiled. Script Check Extension may be useful.

Viewing 15 posts - 451 through 465 (of 6,270 total)