Mikhail

Forum Replies Created

Viewing 15 posts - 1,561 through 1,575 (of 6,239 total)
  • Author
    Posts
  • in reply to: Buid Rapid SCADA 6 on Visual Studio Code #13111
    Mikhail
    Moderator

    Also works for me on wine-8.13 (staging).
    To check Wine version, use wine --version command.

    in reply to: Performance in PgSQL update #13109
    Mikhail
    Moderator

    Hello,

    Could you provide results of performance test in number of records and milliseconds?
    For executing custom scripts, may be Database Export Module is better suited.

    in reply to: Convert decimal to hexadecimal from web browser #13108
    Mikhail
    Moderator

    Hi,
    Standard commands expect numeric command result.
    To use byte array, change command type to Binary.

    in reply to: Comm Bus Congestion during command overrun #13084
    Mikhail
    Moderator

    Hi,

    Thank you. This information may be helpful.

    in reply to: Can’t get the ModArcPostgreSql to work #13083
    Mikhail
    Moderator

    I recommend to use the latest versions of all apps.
    Update is described at https://rapidscada.net/docs/en/latest/installation/install-windows#update

    in reply to: False ServiceCommandFailed error #13082
    Mikhail
    Moderator

    Log files would help.

    in reply to: Convert decimal to hexadecimal from web browser #13081
    Mikhail
    Moderator

    Hi,
    What is the current formula of the output channel?

    in reply to: False ServiceCommandFailed error #13070
    Mikhail
    Moderator

    What hardware do you use for Rapid SCADA?
    For example, ScadaServer can take a long time to run on ARM.

    in reply to: False ServiceCommandFailed error #13069
    Mikhail
    Moderator

    Do you really get messages like [ServiceCommandFailed]? If so, we should find how to fix them. What is your Rapid SCADA version?

    You should analyze why services are restarted so long. Restart services one by one using svc_restart.bat or svc_restart.sh and check log files.

    in reply to: Can’t get the ModArcPostgreSql to work #13068
    Mikhail
    Moderator

    It is more handy to use the default connection for many different modules.

    in reply to: Can’t get the ModArcPostgreSql to work #13067
    Mikhail
    Moderator

    ScadaInstanceConfig.xml format is changed. Therefore, default connection string became empty.

    Actual ScadaInstanceConfig.xml example

    <?xml version="1.0" encoding="utf-8"?>
    <ScadaInstanceConfig>
      <Culture>en-GB</Culture>
      <LogDir>R:\SCADA\</LogDir>
      <ActiveStorage>FileStorage</ActiveStorage>
      <Connection>
        <Name>Default Connection</Name>
        <DBMS>PostgreSQL</DBMS>
        <Server>localhost</Server>
        <Database>rapid_scada</Database>
        <Username>postgres</Username>
        <Password>4D83D8AEB31C1B40335A78AF3539DD22</Password>
        <ConnectionString />
      </Connection>
      <Storages>
        <Storage code="FileStorage">
          <ViewAvailable>false</ViewAvailable>
        </Storage>
        <Storage code="PostgreSqlStorage">
          <ViewAvailable>true</ViewAvailable>
          <WaitTimeout>30</WaitTimeout>
        </Storage>
      </Storages>
    </ScadaInstanceConfig>
    
    in reply to: OPC DA (Classic) on RPI #13057
    Mikhail
    Moderator

    I expect that you need OPC libraries built for ARM in this case. Not sure they exist.

    in reply to: OPC DA (Classic) on RPI #13056
    Mikhail
    Moderator

    > it possible to install windows 10 for ARM
    If you do, please share your experience.

    Mikhail
    Moderator

    Hi,

    The described features sound good!

    Some thoughts:
    1. Develop based on v6, not v5, as v5 will be deprecated soon.
    2. When we talk about UI, provide design mockups or examples based on existing 3rd party apps.
    3. If new schemes are not compatible with the existing, use another file extension and view type to be able to use standard and yours schemes in parallel.

    in reply to: OPC UA Server #13054
    Mikhail
    Moderator

    But what is the standard place to get the logs if they are not on the RAM Disk ?

    If log directory is not specified in ScadaInstanceConfig.xml, logs are written in subfolders under applications, for example, SCADA\ScadaServer\Log

Viewing 15 posts - 1,561 through 1,575 (of 6,239 total)