Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThis code performs bit operations. It uses C# syntax. You can find &, >> in C# documentation.
Val() gets the channel value.
MikhailModeratorHi,
The idea I wrote before is true.For example, to get bits 5-8, you need a formula:
((UInt16)Val(101) & 0x0078) >> 4
where 101 is the source input channel.
Note: I didn’t test the formula.
MikhailModeratorHi,
I’m not sure that I understand the question. But likely you need to create extra input channels of the Calculated real type. And use the Formula field of these channels to define the calculations.
MikhailModeratorYou should update Webstation at least to 5.0.8.0
MikhailModeratorHi,
The manual is http://doc.rapidscada.net/content/latest/en/
For now, the existing videos show the earlier version of Rapid SCADA. The textual documentation is up to date.
MikhailModeratorafter i add autologin to scadaweb folder and try to access website via address
What version of Webstation do you use?
MikhailModeratorI have noticed the file Web.config of PlgAutoLogin and normal Web.config are different.
You should restore the existing Web.config.
Try this update of Auto Login Plugin. It requires Webstation 5.0.8.0 or higher
MikhailModeratorHi,
I’m not sure that the driver can split and parse the numbers. Is it possible to split the values on the MQTT server?
MikhailModeratorOn my PC images are not available. Could you check them?
MikhailModeratorHi,
Thanks for noticing.
MikhailModeratorDashboard 5.1.0.0 requires Webstation 5.0.9.0.
You would recommend an update to SCADA 5.7.0?
Definitely.
MikhailModeratorHi,
Could you provide content of Communication Line Log page?
MikhailModeratorThis is a bad practice, because records still duplicated, but without error.
Somewhere in this forum or https://forum.rapidscada.ru/, a solution how to skip inserting duplicated records.
MikhailModeratorNow all the articles of http://doc.rapidscada.net/content/latest/en/ are updated for the version 5.7.
MikhailModeratorHi,
Click the left mouse button and hold it. Move mouse to the right. Release the mouse button.
-
AuthorPosts