Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThat’s good!
MikhailModeratorHi,
Table views uses hourly data.
If you’d like to watch minute data use Minute Data Report or Chart Pro Plugin.
MikhailModeratorCheck Mono version by the command:
mono --versionYou should get something like 5.20.1
MikhailModeratorHi,
Please make screenshots of the settings of the export module where SQL requests are shown.
MikhailModeratorUse http://modbus.rapidscada.net/ for decode.
And you get that the device returns the error:
[02] ILLEGAL DATA ADDRESSYou should check the register address using the service mentioned above.
MikhailModeratorHi,
Do you use Apache?
You should check the installation steps related to installing the web server.
Currently Mono .NET Framework is not integrated with the web server.
MikhailModeratorYou can remove the plugins page if you deactivate the Store plugin.
If you need to remove whole menu, programming required.
MikhailModeratorIt doesn’t depend on a user role.
MikhailModeratorYou can:
1. Click “Collapse menu” in the bottom left.
2. You can use Full Screen mode. The button is in the top right corner.
MikhailModeratorHi,
Do this instructions step by step. If something goes wrong, ask here.
MikhailModeratorHello,
Please provide more information:
1. What OPC server do you use?
2. Does it work before with Rapid SCADA?
3. Does it work before with Rapid SCADA on the same computer?
4. Did you install OPC Core Components?
5. Does Matrikon OPC Simulation server work on this computer?
MikhailModeratorHi,
You have to write @ElasticRep instead of @ElasticReport in the row with ID 16
MikhailModeratorHi,
Screenshot of the Interface table is missing.
MikhailModeratorThe idea of conversion:
Convert the value of double type to 8 bytes. Each byte is a character.public static string DecodeAscii(double val) { byte[] buf = BitConverter.GetBytes(val); return Encoding.ASCII.GetString(buf).TrimEnd((char)0); }You should create a function in your database that performs this conversion.
MikhailModeratorOr should I install the whole 5.7.0?
This is better, because this is the future of Rapid SCADA.
Read this topic for migration details.Can I install just the Scheme Editor 5.2.3.1 over Rapid Scada 5.6.1? How?
Just replace the files of the editor.
Scheme Editor app. does not open.
This problem may not be caused by the app version.
-
AuthorPosts