Forum Replies Created
-
AuthorPosts
-
MikhailModeratorTechnically, report generation should be moved from the web app to a service. It requires redesign of the part of the internal structure of the source core.
MikhailModeratorHello,
This function would be useful. We are ready to implement it as a part of commercial contract.
MikhailModeratorWhy you don’t pass valid URL to new OpcCom.Da20.Server(url, server)?
This URL is needed to specify the server you connect.Why does not call a implementation of IServer instead?
Interface is just a declaration. The runtime executes the method of an object that was actually created.
MikhailModeratorI think the only way at this time is written here. I mean using reverse proxy.
MikhailModeratorHi,
1. This may be a heavy solution: create channels that indicate out of bounds and tick the checkbox to write events on change of these channels.
2. Add generating events function to Automatic Control Module.
3. Update Rapid SCADA mechanism of generating events. This is the best option.
The 2nd and the 3rd items could be done on commercial basis faster. Or wait when we implement them for free.
and assign thresholds to formulas that will change the status of your new notifications
Yes, but changing status doesn’t generate events.
MikhailModeratorIs there any way to repeat the sound until event acknolegement?
This feature requires development of a new plugin which does what you need.
I replace the event.mp3 file but the original sound is playing simultanious with the new sound, any way to solve that?
If you delete the old file, probably it was cached by a browser. Try clearing the browser cache.
MikhailModeratorThis video may be useful.
MikhailModeratorRapid SCADA implements Modbus master to poll devices. If you need simulate a Modbus device, you should download an app like this. And then create a Modbus template according to the manual of your controller.
MikhailModeratorThank you for the status update.
MikhailModeratorNow is it possible to make it appear on a 0 and disappear on a 1?
Use a formula for an appropriate input channel to convert value.
Example: Cnl > 0 ? 0 : 1What controls the bound property logic?
Buttons only as I remember. The proper way is creating a flexible mechanism to bound any property of any component to a channel. I hope we will do it in the future.
MikhailModeratorI need a bit more info to help you.
MikhailModeratorHi,
Please clarify, what are “4 Tank level gauges as slaves”? How do they connected and what protocol use?
What should be the configuration for a Modbus master-slave communication in RapidScada? What is exactly the device template editor and where can I get that information?
I suggest this article http://doc.rapidscada.net/content/en/use-cases/modbus-protocol.html
The template editor is http://doc.rapidscada.net/content/en/use-cases/modbus-protocol-files/modbus_template_en.png
MikhailModeratorHi,
You need the Button component. It has “Bound Property” where you can choose “Visible”. And specify the Input channel property. This channel controls visibility.
MikhailModeratorI’ve sent the details.
Thanks.
MikhailModeratorIf you are talking about Administrator, click the Refresh button to update a drop down list.
-
AuthorPosts