Forum Replies Created
-
AuthorPosts
-
MikhailModeratorUseful links:
http://umediaserver.net/umediaserver/index.html
https://ffmpeg.org/
https://flashphoner.com/embedding-html5-rtsp-player-into-a-web-page/
https://dev.to/tejasvi2/rtsp-stream-to-web-browser-using-ffmpeg-1cb
https://stackoverflow.com/questions/48588485/how-to-embed-streaming-rtsp-media-into-an-html5-page
https://stackoverflow.com/questions/32708716/embed-rtsp-video-stream-on-html-website
MikhailModeratorThe idea is using special software to convert RSTP to a web video stream.
MikhailModeratorIt’s possible to achieve this
https://rapidscada.org/wp-content/uploads/projects/kaz/kaz02.pngPlease translate this topic for the details.
MikhailModeratorHello,
Try the following approach:
1. Use Automatic Control Module to send a device poll command when the 1st input channel > 0.
2. After reading the new value will be put into the 2nd input channel. This input channel should have event flags to write events on change.https://rapidscada.org/download-all-files/download-automatic-control-module/
-
This reply was modified 4 years, 5 months ago by
Mikhail.
MikhailModeratorSolution provided by @manjey73 is more generic. We will include SetBit function in the configuration template.
MikhailModerator> Directory XXX has to be cleared
Means that Rapid SCADA already installed.
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, 5 months 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. -
This reply was modified 4 years, 5 months ago by
-
AuthorPosts