Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
In the module configuration you should add triggers for data export.
MikhailModeratorI recommend Telegram notifications instead of emails.
MikhailModerator
MikhailModeratorI’ve used the method provided by Alexander of Macedon and deleted .NET4.8 services.
MikhailModeratorIt helps. Thank you.
Using EnableWindowsTargeting is clear.The problem is that *.csproj files for classic .NET has complex structure. And it’s not good to edit them manually. I tried to add Microsoft.NETFramework.ReferenceAssemblies as NuGet package, but it doesn’t work. Do you think there is way to add the necessary changes to ScadaCommon.Svc.csproj with Visual Studio user interface?
MikhailModeratorCould you provide additional instructions how to build the source with VS Code?
What actions should be performed to modify the projects as you did?I successfully installed VS Code, C# extension and .NET SDK on Ubuntu.
As a beginning, I just want to build the ScadaCommon solution.
In VS Code, I opened the folder ScadaCommon. A lot of files are marked red https://ibb.co/PtgT0x6
What should be the next steps to properly open the code and build it?
MikhailModeratorSystem.IO.FileNotFoundException: Could not load file or assembly ‘PlgMain.Report
Fixed. scada_6.beta.10.zip was updated.
Thank you.Resolver could not find assembly ‘Opc.Ua.Bindings.Https, Version=1.4.370.0, Culture=neutral, PublicKeyToken=bfa7a73c5cf4b6e8’ requested by ‘Opc.Ua.Core
This error message does not affect OPC UA. Discussion with OPC foundation is here.
Communicator seems like not handle server restart nicely
How to reproduce this issue?
MikhailModeratorThe scada_6.beta.10.zip update has been released. Download link in the beginning of the topic.
What’s new:
– Historical data and event reports
– Fixed OPC UA client connection error
– The configuration database has been changedTo update the configuration database:
1. Add the ArchiveKind table to your projects by copying it from the project template of the Administrator app.
2. Set the type of archives in the Archives table (optional).
3. Upload the project for execution.If you encounter errors related to the installation package (for example, the required dll is missing), write to this topic. Please write functionality errors in separate topics indicating version 6.
MikhailModeratorYes, I’ll make a pull request for Indonesian language support.
The pull request has been merged. Thank you! I also asked you for some changes in the pull request comments.
Is it possible to use Xml Content Translator for update language files if phrases were added/changed/deleted?
MikhailModeratorHello,
Thanks for posting the solution you found.
MikhailModeratorAs for me, I prefer Telegram messenger for notifications.
MikhailModeratorLet’s skip Scheme Editor for now. I hope we will make it web app in the future. But Administrator is too complex to make it web.
MikhailModeratorThanks a lot for the idea about XML Content Translator! We can create machine translations for the most popular languages. They can be used as a base for human translations.
MikhailModerator> ScadaDictionaries name=”English”
I’m not ready to add a new attribute in language files right now. May be it’s possible to use English source by default.> SCADA 6 will ready with almost perfect bahasa Indonesia user interface
Cool! Have you used the latest files from GitHub?
Would you pull the v6 translation to GutHub?
MikhailModeratorHi,
Using Cnl is incorrect for channel of the Calculated type. You should change channel type or change formula.
Signal field must be unique within channels of a device. -
AuthorPosts