Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
OK
MikhailModeratorHello,
Specify the channel limits, and configure event mask of the channel.
MikhailModeratorHi,
This video can help.March 4, 2024 at 11:40 am in reply to: Scheme Editor cannot load from Administrator app V6.0.2 #14117
MikhailModeratorHi,
Open Administrator – Options – File Associations and make sure that ScadaSchemeEditor.exe exists there. It should be by default.
MikhailModeratorHi,
There is a ready to use DayStarted() function. It equals to true in the beginning of the day. Probably, using this function inside your formulas can fix the issue.
If you provide screenshots of your channels, I can check them.
MikhailModeratorThank you for the description.
It is possible to develop a plugin that provides a web page that uploads a file and save it somewhere on the server side if it solves your task. It can be done by a .NET developer. Be careful, because uploaded files may harm the system if it is available from the global internet.
MikhailModeratorProbably, it’s better to create your own function that uses the EveryPeriod method.
execSpan can be equal to period / 10
MikhailModeratorHi,
EveryPeriod is defined as protected. You can change it to public and try using it directly. The period argument would be taken from a channel value, for example.
The execSpan parameter provides a flexible period when getDataFunc can be executed. Note that EveryPeriod is called many times a second by the Server engine, and you don’t know the particular moment when it is called.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.
-
AuthorPosts