Forum Replies Created
-
AuthorPosts
-
December 29, 2020 at 12:44 pm in reply to: Launch external code editor and/or store project code in cs file #7876
MikhailModeratorXML files.
MikhailModeratorThe channel should be of the Real type. After setting a correct channel type, use Generator to check how the formula works.
MikhailModeratorWhat error do you get? Please provide screenshots.
Open Administrator -> Options -> General -> Paths. Are the paths correct?
MikhailModeratorGood!
MikhailModeratorFormula looks invalid. Try: CnlVal; CnlVal>10?200:1
Val() is the value that is already in the channel.
MikhailModeratorAdministrator 5.5.2.0 is included in Rapid SCADA 5.8.0, but the current version is Rapid SCADA 5.8.2. See the version history for the details.
MikhailModeratorHello,
Could you update Rapid SCADA to the up to date verion 5.8.2? May be this problem will be solved by the update.
December 25, 2020 at 1:13 pm in reply to: Launch external code editor and/or store project code in cs file #7844
MikhailModeratorHi,
I faced that if a project contains many functions, it’s hard to add a new row for each new function. I think, it’s better to have a row for a script block that solves some task. I would add content of one class to a one row.
Maybe this module could provide an exe
Why don’t you develop a server module (dll) that is much more flexible ))
MikhailModeratorI lost the question. Could you explain the last question?
MikhailModeratorI wonder if it was caused by ccleaner or AVG. Likely the last one.
December 24, 2020 at 2:24 pm in reply to: Launch external code editor and/or store project code in cs file #7836
MikhailModerator3rd possible method (based on your idea):
Imagine you have a project containing formulas like https://github.com/RapidScada/scada-community/tree/master/FormulasThe Admin app would support extensions (separate DLLs) that allow adding custom features to the Admin app. We will develop an extension that extract content of a project class and inserts it in the configuration database right before uploading or by button click.
What do you think?
December 24, 2020 at 2:20 pm in reply to: Launch external code editor and/or store project code in cs file #7835
MikhailModeratorformula code can be easily tested in IDE by user.
These small files would not be correct C# files, because in C# everything must be inside a class, but Rapid SCADA formulas must contains only properties and methods without class definition.
December 24, 2020 at 2:11 pm in reply to: Launch external code editor and/or store project code in cs file #7833
MikhailModeratorThank you for paying attention to this question.
To develop complex formulas I prefer using VS like here.
I will think how to simplify editing formulas without VS.December 24, 2020 at 2:01 pm in reply to: Elastic Report: Reports on different Views other then Main View/Reports #7824
MikhailModeratorHi,
Currently, using links is the only way to display reports among views.
MikhailModeratorSettings and logs look good.
Trigger is written in ModAutoControl.log when a channel changes. If you stop Communicator and the restart only Server, I expect no triggers in ModAutoControl.log
Please do the following:
1. Stop the Communicator service.
2. Set different values for the channels 7239 and 7240 using the Generator function in Administrator. What are the results? -
AuthorPosts