Mikhail

Forum Replies Created

Viewing 15 posts - 5,296 through 5,310 (of 6,290 total)
  • Author
    Posts
  • in reply to: Limitation #2511
    Mikhail
    Moderator

    Hi,
    Why do you expect any time limit? This is open source, i.e. no limits. Many users build the software by themselves from the source code.

    in reply to: How to execute communicator in Raspberry Pi3 #2510
    Mikhail
    Moderator

    How to show UI of coomunicator?

    There is no UI on Linux, because it is a server. You should configure the software on Windows, and then copy configuration to Linux. I hope we will simplify this process in the future.

    in reply to: How to execute communicator in Raspberry Pi3 #2504
    Mikhail
    Moderator

    Hi,
    .exe is OK for Linux when you use Mono Framework.
    If you performed the installation steps correctly, the daemons were created and Server and Communicator start automatically after restart RPi. You should check logs.

    in reply to: Source Code KpOpc.dll #2501
    Mikhail
    Moderator

    Take the required DLLs in C:\SCADA\ScadaComm after installing Rapid SCADA.
    Then check their path in the project dependencies.

    in reply to: devices template Elements count && data conversion #2500
    Mikhail
    Moderator

    1. 125 elements in one group of holding registers. Just add new group.
    2. By default 1 element is a word. You can choose the appropriate type of element in the template for float or double.

    in reply to: Source Code KpOpc.dll #2497
    Mikhail
    Moderator

    Hi,
    Download the sources by this link.

    in reply to: Manipulating DAT files #2494
    Mikhail
    Moderator

    The command line utility for converting snapshots.

    in reply to: Manipulating DAT files #2493
    Mikhail
    Moderator

    DAT format is used for the configuration database, measured data (snapshots) and events. These are 3 different formats with the same file extension.

    The existing utility able to convert snapshots to CSV. I can share the link to it.
    One good guy gianguido is now working on other types of data.

    in reply to: Dashboard Export to PDF #2491
    Mikhail
    Moderator

    Don’t delete an image please.

    in reply to: Dashboard Export to PDF #2490
    Mikhail
    Moderator

    Thank you. I added this bug into our ticket tracker. When it is solved, I’ll write info here.

    in reply to: The averaging column in SCADA Admin input channels #2489
    Mikhail
    Moderator

    Hi,
    For minute data:
    It summarizes the values which were received during the minute and divide the sum by the number of values.

    For hourly data:
    The same, but values are summarized during the hour.

    You can calculate number of points if create a formula that increases a counter each time when it is calculated by SCADA.

    in reply to: datetime storage format in .DAT #2484
    Mikhail
    Moderator

    Hello,
    The encoding of date and time is common and platform independent.
    First of all, this is a double value.
    Integer part is a number of days starting from 1899-12-30
    Decimal part is a part of a day:
    0.0 is 0:00:00
    0.5 is 12:00:00
    See this and this descriptions.

    in reply to: String for Dynamic Text #2483
    Mikhail
    Moderator

    Use EncodeDate(DateTime.Now)

    in reply to: Understanding behavior of communicator #2482
    Mikhail
    Moderator

    Hello,
    Each group in Modbus template is one request to a device. Address of a group is included in a request.

    You can try different templates by yourself then decode and compare them by http://modbus.rapidscada.net/

    in reply to: Webs configuration: set Password #2477
    Mikhail
    Moderator

    You have to reinstall the Webstation app. There is a mess of the old and the new files.

Viewing 15 posts - 5,296 through 5,310 (of 6,290 total)