Mikhail

Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 6,145 total)
  • Author
    Posts
  • 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

    in reply to: OPC DA to UA Gateway #13047
    Mikhail
    Moderator

    Hi,
    Answer is here. Additional configuration is not necessary.

    in reply to: OPC UA Server #13046
    Mikhail
    Moderator

    Hi,

    You can find the URL in Logs, DrvDsOpcUaServer_*.log
    For example, opc.tcp://mycomp:62541/RapidScada/DrvDsOpcUaServer

    in reply to: Additional calculation triggering #13045
    Mikhail
    Moderator

    You can find file formats here. The source code also available. If you need getting data directly from archives, I suggest using PostgreSQL or InfluxDB archives.

    in reply to: can’t connect to server #13044
    Mikhail
    Moderator

    Hello,
    SCADA-Server uses port 10000 by default.

Viewing 15 posts - 1,471 through 1,485 (of 6,145 total)