Forum Replies Created
-
AuthorPosts
-
MikhailModeratorSince I can’t open the any log under Server/Archive/ from RSAdmin
You can open logs from text files in any time.
After sending a new value using Generator, check the actual channel data
Administrator – Instances – Default – Server – Archive – Current DataIf the channel data differs from the expected, let me know what channel data was expected and what is the actual result.
MikhailModerator5.7.1 is too old. I suggest to install v5.8.2 that includes Administrator 5.5.2.1.
MikhailModeratorI could not find any way to easily determine which version of Rapid SCADA is installed.
Rapid SCADA contains many applications. A user can upgrade them separately. The easiest way is to keep the downloaded installation package.
MikhailModeratorModbus does not support historical data. Only if a manufacturer deviated from the standard.
MikhailModeratorHi,
To download historical data from controllers:
1. A controller have to support this feature.
2. A new Rapid SCADA driver should be developed to implement the communication protocol of the controller.To discuss in Russian, use https://forum.rapidscada.ru/
MikhailModeratorI did the above and got the following in ModAutoControl.log
2020-12-30 10:37:47 Trigger state changed "ENV\F0-LAN/WAN-A": Waiting 2020-12-30 10:37:55 Trigger state changed "ENV\F0-Komora-A": Waiting 2020-12-30 10:38:31 Trigger state changed "ENV\F0-Komora-A": Firing 2020-12-30 10:38:31 Command is enqueued to be sent at 10:38:31. Device 1000, Command 1 2020-12-30 10:38:31 Sending trigger commands completed 2020-12-30 10:38:31 Command is sent. Device 1000, Command 1
Try the same and tell about results.
Note: I don’t recommend to use Averaging checkbox of input channels because it is deprecated and will be removed. Use the formulas instead.
MikhailModeratorWhich particular log is not displayed with the error message? Please provide links to screenshots.
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 ))
-
AuthorPosts