Forum Replies Created
-
AuthorPosts
-
MikhailModeratorScadaInstanceConfig.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>
MikhailModeratorI expect that you need OPC libraries built for ARM in this case. Not sure they exist.
MikhailModerator> it possible to install windows 10 for ARM
If you do, please share your experience.July 26, 2023 at 2:17 pm in reply to: SchemeEditor grouping components / custom component made in the editor #13055
MikhailModeratorHi,
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.
MikhailModeratorBut 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
MikhailModeratorHi,
You can find the URL in Logs, DrvDsOpcUaServer_*.log
For example, opc.tcp://mycomp:62541/RapidScada/DrvDsOpcUaServer
MikhailModeratorYou 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.
MikhailModeratorHello,
SCADA-Server uses port 10000 by default.July 25, 2023 at 11:04 am in reply to: Local Host Not Working (WEBSTATION NOT OPENING IN CHROME ) #13042
MikhailModeratorHello,
WhenThe 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.
MikhailModeratorHi,
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.
MikhailModeratorYes, 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.
MikhailModeratorHi,
Please provide screenshots of the module settings and the module log.
MikhailModeratorHello,
If the last question is about Automatic Control Module, please ask in a proper topic. This topic is about Telegram driver.
MikhailModeratorAs 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.
-
This reply was modified 2 years, 11 months ago by
-
AuthorPosts