Forum Replies Created
-
AuthorPosts
-
MikhailModeratorDid you check the log (I mentioned above)?
April 23, 2018 at 2:15 pm in reply to: Developing New Components Based on the New Basic Components Module #3602
MikhailModeratorHi,
It would be a book ))
You should use the existing source code as example. See https://github.com/RapidScada/scada/tree/master/ScadaWeb/ScadaScheme/PlgSchBasicCompAnd I can explain difficult parts in this forum.
MikhailModeratorHi,
Yes. You can create input channels that describe alarm levels and calculate statuses of the controlled channels using formulas.
Also you need output channels to be able to change levels. You can do it by the formula SetVal of an output channel. See http://doc.rapidscada.net/content/en/software-configuration/using-formulas.html
MikhailModeratorHi,
You can create a trigger only for OFF-ON transition. Make sure that your version of the module is up to date (5.2.2.0).
MikhailModeratorWhat Windows version do you use?
MikhailModeratorThis is really strange.
Could you check C:\SCADA\ScadaAdmin\ScadaAdmin.err ?You just need to add the record to the registry:
https://imgur.com/a/zBgPeX3
MikhailModeratorHi,
Check log of Communicator. Does it receive your command?In the new version of Rapid SCADA, you can also use Button component. But Dynamic Picture is OK too.
MikhailModeratorHi,
For the input channel, tick the “Write events” and “Event on change” check boxes. Don’t forget to pass the configuration to Server and restart the Server service.
MikhailModeratorHi,
Open the web app, click Main Menu – Plugins – Installed
http://localhost/Scada/plugins/Config/Plugins.aspx
MikhailModeratorHi,
Yes. Add new input channel of the Calculated type and use the formula:
Stat(1) > 0 ? 1 : 0
where 1 is the input channel number of any tag.To send notifications you need Automatic Control Module, see http://doc.rapidscada.net/content/en/modules/mod-auto-control.html
MikhailModeratorHi,
You should manually type the culture name. In your case: es-LA
Then restart the applications.
MikhailModeratorHi,
The first one is English (en-GB). After choosing, press OK and restart Administrator and other applications.
Does it help?
MikhailModeratorAwesome!
I will add the driver to the repository. When I do it, I’ll write here.
MikhailModeratorThank you, this is useful info! OPC servers often work with tricks.
-
AuthorPosts