Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorHi,
The versions seem compatible.
What is displayed for the plugin on the installed plugins web page?
Please make a screenshot of the Interface table of the configuration database.
MikhailModeratorNote: There is a bug in saving files in Scheme Editor 5.2.3.0. You should take Scheme Editor 5.2.3.1 from Rapid SCADA 5.7.0.
MikhailModeratorHi,
You should also upgrade the plugins. Keys and settings are compatible.
After upgrading, press Ctrl+F5 in your browser to refresh the scripts.
MikhailModeratorUse this link to open your web app:
http://localhost/Scada/AutoLogin.aspx -
AuthorPosts