Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
Please let us know the ModDbExport version, and make screenshots of the formulas in the Input channels table.
MikhailModeratorHello,
Currently, the Telegram driver doesn’t support receiving commands. It is a good idea for the future improvements.
MikhailModeratorHi,
Sending commands is available from scheme views and table views. I suggest to right-click a view in browser, open source code, and check its JavaScript.
Code example
MikhailModerator> Let me know what to do in order to set up the communication.
Replied by email.> I did exactly as the test example says and it works fine
Good 🙂
MikhailModeratorA custom page should not be accessed by disk path like C:\SCADA… It should be accessed by a relative link like shown in the example (see readme.txt) https://github.com/RapidScada/scada-community/tree/master/Plugins/CustomPageExample
> It’s possibile to write data with the clientApi?
The API does not include sending commands function due to security reasons. You need to develop a plugin using C# that provides web service to send commands. We can do it by a contract if needed.
MikhailModeratorUsually devices are polled by the remote PC. The main PC only processes input channels.
The both configurations, for the main PC and the remote PC, should be created within the single project that has 2 instances.
MikhailModeratorThe above is not true. Web page view also contain the rotating image.
Anyway, press F12 and check errors in the browser console.
MikhailModeratorHi,
Rotating GIF is a part of scheme view. I suppose, the link is incorrect. You should press F12 in browser and check what if the address of iframe.
MikhailModeratorIt will be possible to easily define any color for enumeration items.
MikhailModeratorIn Rapid SCADA 6 there is a feature to get a device state into a channel.
But there is no similar feature to get line state. Will see, probably, device state is enough and line state is not really needed.
MikhailModeratorHello,
Check Rapid Gate log file located in C:\SCADA\ScadaServer\Log for error details.
MikhailModeratorImproving schemes is in the plans.
MikhailModeratorHi,
Please check the Image Pack from https://rapidscada.org/download-all-files/
You can put a Static or Dynamic Picture component on a scheme and use one of the above images. To prepare a scheme background it’s comfortable to use a 3rd party editor like Microsoft Visio, Libre Office Draw or Google Drawings, then export an image it to SVG and use in a scheme.To copy/paste a group of components, hold the Ctrl button and select components by a mouse.
Also Scheme Templates can be useful if you have several equal schemes. The details about templates are here https://rapidscada.net/doc/content/latest/en/software-configuration/creating-views.html
MikhailModeratorKpHttpNotif sends the specified GET and POST requests. But it does not process responses. What is the case?
Every device with the KpHttpNotif driver sends 1 request every session. It is specified by the device properties.
MikhailModeratorI confirm that this issue exists and should be fixed.
Likely, bootstrap tooltips should be used to avoid adding additional library.
Thank you for reporting. -
AuthorPosts