Mikhail

Forum Replies Created

Viewing 15 posts - 4,531 through 4,545 (of 6,219 total)
  • Author
    Posts
  • in reply to: Modbus TCP – One Element value gives 4 Digital Inputs, #4355
    Mikhail
    Moderator

    It’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

    in reply to: Building a SCADA lab #4351
    Mikhail
    Moderator

    Hi,

    I think, yes. You can ask more detailed questions if needed.

    in reply to: Modbus TCP – One Element value gives 4 Digital Inputs, #4350
    Mikhail
    Moderator

    HEX 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.

    in reply to: Communicating with Kepware OPC server #4349
    Mikhail
    Moderator

    Hello 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.

    in reply to: Slow communication speed #4342
    Mikhail
    Moderator

    Good!

    in reply to: OPC write value issue-IBH opc server #4335
    Mikhail
    Moderator

    You 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.

    in reply to: Regional Number Configuration #4331
    Mikhail
    Moderator

    Update files for Webstation. Other apps are going to be totally changed.
    Thank you.

    in reply to: OPC write value issue-IBH opc server #4330
    Mikhail
    Moderator
    in reply to: Slow communication speed #4329
    Mikhail
    Moderator

    Logs and screenshots needed.

    in reply to: Regional Number Configuration #4324
    Mikhail
    Moderator

    I 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.

    in reply to: Regional Number Configuration #4323
    Mikhail
    Moderator

    Hi,

    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.

    in reply to: Slow communication speed #4321
    Mikhail
    Moderator

    In 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.

    in reply to: Regional Number Configuration #4315
    Mikhail
    Moderator

    Hi,

    You need to set culture in the settings of Webstation. For example, en-US

    in reply to: ElasticRep #4312
    Mikhail
    Moderator

    Hello,
    It is possible to update the plugin and add an option that sets file name prefix. We can do it fast by a contract.
    Thank you for the idea. I suppose, this would be useful and I saved this idea in the internal ticket list for future implementation.

    • This reply was modified 7 years, 6 months ago by Mikhail.
    in reply to: OPC write value issue-IBH opc server #4311
    Mikhail
    Moderator

    I need to restart the computer to use the server again.

    As I understand this is a temporary issue because of trial version of the OPC server.

    I am using Matrikon OPC to write Bucket brigade.boolean and Bucket brigade.int1 tags and works well. Also, i tried to write tags with QUICK CLIENT using IBH opc server and works well.

    Fixing of this issue is possible if a manufacturer of the OPC server agree to debug his OPC server with SCADA-Communicator. Can you contact the OPC developer?

    Do you have OPC UA option?

Viewing 15 posts - 4,531 through 4,545 (of 6,219 total)