Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
The formula looks incorrect. It should return a double value or byte array, and used as an output formula of the channel. SetVal and SetData are used to set channel value, not for sending commands.
To use address 0, there should be a separate device. Try sending commands by the Administrator app to that device, and control the results in communication line log.
MikhailModerator2. This is complex. Possible approach is storing a string table as a mimic dependency. It is also requires more work made by an engineer who create a mimic.
The economic feasibility of this work is unclear. There are many tasks that seem to be a higher priority for implementation.
MikhailModeratorHello,
1. This is technically possible. However it requires a lot of work, because all web forms will be affected. Currently, only one culture is loaded when the web app start. A new mechanism for loading multiple languages should be developed.
Since ASP Razor Pages renders pages on the server side, switching language will require page reload.
MikhailModeratorIt may be related to the certificate. Try to get information from the OPC server to understand how it sees the client trying to connect.
MikhailModeratorWhat are the use-cases? Do you mean an implementation when users from different countries connect to the same Rapid SCADA instance?
MikhailModeratorHello,
Let’s specify the requirement more precisely.
Do you mean to implement an option that lets a user to select a language individually?
How it should work for mimics?
MikhailModeratorHello,
What is the error message in the screenshot?
For some reason, the screenshot is in bad quality.
MikhailModeratorHello,
I have some thoughts about that.
Please create a new topic to discuss the new idea.-
This reply was modified 1 month ago by
Mikhail.
MikhailModeratorThank you for the update 🙂
MikhailModeratorThe difficulties that have arisen are a little strange. Please let us know what you find.
MikhailModeratorHello,
Thank you for sharing the solution. It is clear and simle. Perhaps, it can be called monthly average.
Another solution for moving average is here, which is more complex and fits for a short period of time.
MikhailModeratorLikely port 502 is required.
MikhailModeratorRapid SCADA 6.4.6 has been released.
Upgrade new mimics:
– Supports custom CSS and JS
– Text component supports conditions for selecting text
– Scripts of child faceplate components are executed
– Custom scripts are executed in edit mode
– Exported faceplate properties can be linked to mimic document properties
– Exported faceplate properties contain default bindings
MikhailModeratorHi,
According to the communication line log you can successfully connect to the device by IP, but it is not responding.
I suppose the device ID (unit ID) is wrong as written above. Most common are 0 and 1.
Use https://rapidscada.net/modbus/ to decode data packets. It is useful for understanding. -
This reply was modified 1 month ago by
-
AuthorPosts