Forum Replies Created
-
AuthorPosts
-
March 1, 2024 at 12:09 pm in reply to: SCADA 6.2.0 Installation Error – TCP Port already in use #14102
MikhailModeratorHi,
Thank you for describing the solution.
Note that you can use TCPView utility to find what application uses a port.
MikhailModeratorHi,
If you need help, please provide errors you got.
Yes, we plan to provide a video for a Linux installation, but I don’t know when.
MikhailModeratorHello,
Formulas that calculate totals are predefined. Unfortunately, you can’t calculate only negative values in the described case.However, a section of the DataData type can contain a custom formula. May be you can use a custom formula in the DataData section that refers the previous TimeData section.
Note: Elastic Report formulas work only in Excel format.
Note2: Elastic Report 6 supports XLSX format instead of Office XML 2003.
MikhailModeratorHi,
To upload a file, a plugin should be developed.
If the recipe file is uploaded, how it will be executed?
MikhailModeratorHi,
Try the new module ModDiffCalculator. The configuration example is included in the archive. The module is compatible with Rapid SCADA 6.2.x. In case of questions, create a new topic.
MikhailModeratorHi,
Yes, the rapid_scada database should be created manually.
Thank you for the update.
MikhailModeratorIf InfluxDB3 does not support Flux, ModArcInfluxDb.dll will require full rewrite.
MikhailModeratorI suppose, they will provide backward compatibility and we can use Flux for a long period. We should wait until they found a good solution. Who knows, may be in InfluxDB4 they will change the approach again.
MikhailModeratorOK. Save log files in case of error.
MikhailModeratorDo you use InfluxDB with Rapid SCADA?
MikhailModeratorThank you. That is interesting. I guess, InfluxDB will go through a period of instability because of so significant changes.
MikhailModeratorI suppose, Mono is outdated.
To use ScadaAdmin with Wine, build it using the following command:dotnet publish ScadaAdmin.sln -c Release -r win-x64 --self-contained true -p:PublishReadyToRun=true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
MikhailModeratorHi,
Archive configuration is displayed when you open its properties.
Log files are located in SCADA\ScadaServer\Log directory. You should enable the detailed log in the archive properties.
MikhailModeratorHi,
I’m good. Thank you. Hope you are well too.
You could try to run ScadaAdmin by the command
dotnet ScadaAdmin.dll
to be sure that it is not run under Mono.Is it on Windows?
MikhailModerator.NET 6 is not required.
Can the compiled assembly be run with dotnet-runtime-6 or also requires runtime-8 ?
An assembly can be compiled to support several runtimes. Rapid SCADA applications since v6.2 require .NET 8.
-
AuthorPosts