Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
.NET 4.8 is OK, just skip installing .NET 4.6
MikhailModeratorHello,
1. The DB Import driver reads only 1st row. You may write a stored procedure to convert to 10 entries into 1 row.
2. Right, max. string length of input channel is 8 chars. In SQL request you should convert it to Unix time (integer seconds) and then use in Rapid SCADA. The details we could discuss on the forum.
MikhailModeratorHi,
Many websites do not allow open them from frames.
Try https://rapidscada.org/ instead of Google.
MikhailModeratorTry, for example
Cmd > 0 ? ((ushort)Val(101) | 0x0002) : ((ushort)Val(101) & 0xFFFD)
0x0002 hex is 00000000_00000010 binary
0xFFFD hex is 11111111_11111101 binary-
This reply was modified 4 years ago by
Mikhail.
MikhailModeratorWhen inserting code, try <pre>your code </pre> tags:
your code
MikhailModeratorHi,
How to download your 61850 drivers?
MikhailModeratorI definitely recommend the driver rather than OPC server because native driver is more efficient.
MikhailModeratorHi everybody,
It would be nice to get user feedback about Zeus’s IEC61850 server here on this forum.
MikhailModeratorHi,
If RTU500 works as IEC 61850 server, you need an OPC server to integrate it with Rapid SCADA.
If you are looking for RTU500 manual, you should request the manufacturer.
MikhailModerator@dateTime should be in the SQL request. Actually, there is @dataTime
MikhailModeratorYou right, we are going to improve error messages.
MikhailModeratorSchemes use Chart Pro inside a frame.
> But the font is really blurry
What monitor resolution and scaling do you use?
What browser?
Text is rendered by JavaScript on canvas, may be some parameter can affect it.
MikhailModeratorHi,
Interesting idea. I will think about it.January 12, 2022 at 11:18 am in reply to: After the custom unit is wrong, it cannot be modified #9906
MikhailModerator> The sign field is the unit displayed in the scheme, right?
That’s right.
MikhailModeratorHi,
The module writes log files into C:\SCADA\ScadaServer\Log
Please check if there are errors in logs. -
This reply was modified 4 years ago by
-
AuthorPosts