Forum Replies Created
-
AuthorPosts
-
MikhailModeratorit s okay now
Thanks for noticing.
MikhailModeratorThe current solution is not beautiful.
Use a formula for an input channel:
EncodeAscii(((UInt16)Cnl).ToString(“X4”))And set the Format field to ASCII text
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. -
AuthorPosts