Mikhail

Forum Replies Created

Viewing 15 posts - 1,621 through 1,635 (of 6,289 total)
  • Author
    Posts
  • 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.

    Mikhail
    Moderator

    Hello,
    When The application is not ready. Try again later. is displayed, the details are written in the log file. Did you configure RAM disk for logs? Try to find logs directly on the disk.

    • This reply was modified 2 years, 11 months ago by Mikhail.
    in reply to: OPC DA (Classic) on RPI #13031
    Mikhail
    Moderator

    Hi,
    No, because OPC DA is a Windows technology only.
    You can install SCADA-Communicator (and Agent) on Windows machine and interact with it from RPi.

    • This reply was modified 2 years, 11 months ago by Mikhail.
    in reply to: rapidscada 6.1 install on linux problem #13030
    Mikhail
    Moderator

    Yes, staging branch is important. I don’t know what is implemented in the staging branch that makes the app work.
    You should put the files listed in the errors. ScadaAdmin_Wine.zip contains only executable file, but the Administrator app needs other files which should be taken from the installation package.

    in reply to: Copy and paste notifications #13025
    Mikhail
    Moderator

    Hi,
    Please provide screenshots of the module settings and the module log.

    in reply to: How to set up Telegram #13023
    Mikhail
    Moderator

    Hello,

    If the last question is about Automatic Control Module, please ask in a proper topic. This topic is about Telegram driver.

    in reply to: No Communication now #13021
    Mikhail
    Moderator

    As a result you should be able to open a TCP connection to IP 172.40.0.10 port 502 by any application: Communicator, Hercules, Telnet, etc.

Viewing 15 posts - 1,621 through 1,635 (of 6,289 total)