Forum Replies Created
-
AuthorPosts
-
MikhailModeratorMe and Google have no idea. I found this free tool that may be useful.
MikhailModeratorHi,
You need the above “Agent distributive” link only. This link works. And install fresh version of Rapid SCADA from our website.
October 7, 2018 at 7:17 am in reply to: Modbus TCP – One Element value gives 4 Digital Inputs, #4355
MikhailModeratorIt’s very difficult to understand without screenshots. You could use image hosting like https://imgur.com/ to upload images and paste links here.
Change format to Enum text
To invert value type: Getbit(1,1) > 0 ? 0 : 1
MikhailModeratorHi,
I think, yes. You can ask more detailed questions if needed.
October 5, 2018 at 2:04 pm in reply to: Modbus TCP – One Element value gives 4 Digital Inputs, #4350
MikhailModeratorHEX or BIN numbers is just representation. As manjey73 wrote, you should read register as ushort (2 bytes) type (this is in Modbus template) and then use formulas in Administrator to get the required bits. You need to create new input channels of Calculated discrete type in Administrator and use GetBit formula for these channels.
MikhailModeratorHello Hennie,
Currently, I have no information about using Kepware with Rapid SCADA. However it’s easy to check.
You should install Rapid SCADA or at least Communicator on the PC where OPC server exists. Then follow this video.In case of questions, ask here. Please share your result.
MikhailModeratorGood!
MikhailModeratorYou need to debug the OPC server itself, not Communicator. This is another Windows process.
I’m not going to text to the manufacturer. You can do it, and contact me if he needs explanations.
MikhailModeratorUpdate files for Webstation. Other apps are going to be totally changed.
Thank you.
MikhailModerator
MikhailModeratorLogs and screenshots needed.
MikhailModeratorI don’t see es-LA here https://msdn.microsoft.com/en-us/library/hh441729.aspx
I think, there is no such supported culture. To get required number formats, we have to use correct culture name, e.g. es-MX or just es
And rename language files. We need community help to update files and choose the culture.
MikhailModeratorHi,
I tried the same:
1. Copy ScadaData.es-LA.xml and ScadaWeb.es-LA.xml to C:\SCADA\ScadaWeb\lang
2. Open http://localhost/Scada/plugins/Config/WebConfig.aspx and set Culture to es-LA
3. Logout and login
And Spanish language become active.
I use Webstation 5.0.6.1. What is your version?
Note: some phrases are not translated. Update of language files, made by the community, is desirable.
MikhailModeratorIn my opinion, you should try to make as less groups as possible to increase speed. Even if you don’t need all registers in a group, it’s better to have one bigger group than several small.
Max. size of a group may depend on a particular device. You should do experiments to find it out.If you provide link to a screenshot of the Modbus template, it will help.
MikhailModeratorHi,
You need to set culture in the settings of Webstation. For example, en-US
-
AuthorPosts