Mikhail

Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 6,288 total)
  • Author
    Posts
  • in reply to: Don’t display some events #13415
    Mikhail
    Moderator

    Instead of that formula, use Cnl; 15 which fits for channel of the Input/output type.

    in reply to: Dashboard Plugin #13414
    Mikhail
    Moderator

    Please check this link for more info.

    in reply to: HeideSQL Access to Default PostgreSQL Archive Database #13413
    Mikhail
    Moderator

    Check the tools such as DatViewer-v6 and TrendTableViewer-v6 that allow to view *.dat files. Tools for editing have not been developed yet. Use ScadaTestClient-v6 to update data in archives.
    I hope that the DAT viewers will be updated to editors later.

    in reply to: HeideSQL Access to Default PostgreSQL Archive Database #13412
    Mikhail
    Moderator

    *.dat format is not proprietary, it’s documented and can be used by anyone for free.

    I suppose, you can use HeideSQL or DBeaver to connect to PostgreSQL. However, there is a default tool, named pgAdmin. Username, password and port are specified during PostgreSQL installation.

    in reply to: Webstation v.6.1.x #13411
    Mikhail
    Moderator

    If you don’t change the Webstation configuration, untick the associated checkbox to avoid unnecessary start/stop actions.

    in reply to: Webstation v.6.1.x #13410
    Mikhail
    Moderator

    You can find commands in SCADA\ScadaWeb\*.bat

    in reply to: Webstation v.6.1.x #13409
    Mikhail
    Moderator

    You right. On Windows, IIS manages the web application. While on Linux there is a service for ScadaWeb.

    The Administrator app sends a command to IIS to restart. Sometimes it takes a long. Even if you run the same command from a command line, the result would be the same. For now, I have no idea how to fix that programmatically. As for me, I open IIS management console and restart the web app using it. There is no delay in this way.

    This issue presents only on Windows.

    in reply to: Migrating V5.84 projects to V6 #13408
    Mikhail
    Moderator

    Why isn’t “ScadaInstanceConfig.xml” file shown as a “child” object in the “Administrator” application’s GUI

    Because ScadaInstanceConfig.xml is not a part of a user’s project. It’s possible to develop an extension that provides UI for editing ScadaInstanceConfig.xml.

    in reply to: Multiple Levels of View Folders #13407
    Mikhail
    Moderator

    Do you mean creating nested folders in the View Explorer tree?

    in reply to: Dashboard Plug Issue Using xml File #13406
    Mikhail
    Moderator

    Thank you 🙂

    in reply to: Dashboard Plug Issue Using xml File #13389
    Mikhail
    Moderator

    In the Views table you should set the view type for the record with ID=7.
    Tables and schemes are detected by their file extension, while dashboards use common extension XML.

    in reply to: Dashboard Plug Issue Using xml File #13386
    Mikhail
    Moderator

    I also cannot open the screenshots. Please check.
    Links in the 2nd message work.

    • This reply was modified 2 years, 9 months ago by Mikhail.
    in reply to: Don’t display some events #13375
    Mikhail
    Moderator

    Hi,

    According to the settings, events should be generated when channel status has changed. Does the channel status change when you change channel value from -1 to 1, for example?

    Next time, please make screenshots in English.

    in reply to: Channel with Self Increase / Decrease Value #13374
    Mikhail
    Moderator

    Automatic Control Module works in this way. It can send command when condition is met. According to the command, channel value can be simply increased.

    in reply to: Channel with Self Increase / Decrease Value #13373
    Mikhail
    Moderator

    You need an additional variable to store a flag that the condition change has already processed. After adding 1, set the flag ON. When the condition becomes false, set the flag to OFF. The formula is not very simple, because it executes in a loop as written above.

    Alternatively, you could increase a channel inside the formula of the condition if it’s applicable.

Viewing 15 posts - 1,516 through 1,530 (of 6,288 total)