Forum Replies Created
-
AuthorPosts
-
MikhailModeratorI recommend to use the latest versions of all apps.
Update is described at https://rapidscada.net/docs/en/latest/installation/install-windows#update
MikhailModeratorLog files would help.
MikhailModeratorHi,
What is the current formula of the output channel?
MikhailModeratorWhat hardware do you use for Rapid SCADA?
For example, ScadaServer can take a long time to run on ARM.
MikhailModeratorDo 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.
MikhailModeratorIt is more handy to use the default connection for many different modules.
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. -
AuthorPosts