Mikhail

Forum Replies Created

Viewing 15 posts - 5,386 through 5,400 (of 6,284 total)
  • Author
    Posts
  • in reply to: Reconnect OPC Server #2238
    Mikhail
    Moderator

    Hello,

    Communicator can’t restart OPC server because this is another application. Is it enough to restart communication line to repair a connection?

    in reply to: Problem in Sending Modbus (Command) Float32 data #2236
    Mikhail
    Moderator

    Hello,

    then I couldn’t save this change as kpModbus.dll

    Please explain what do mean? How do you do this?

    I think, it’s possible to solve your issue without changing KpModbus.dll. I can tell how to configure it if you provide more information: what value should be sent by an operator and what data (in hex format) should be sent to the device?

    Update: usually the command 0x10 (Write Multiple Registers) is used for sending float data to a device. In this case you can tick the Multiple command checkbox in Communicator and send any data.

    • This reply was modified 9 years ago by Mikhail.
    in reply to: Communication errors #2233
    Mikhail
    Moderator

    Which development environment You use? It is .NET?

    I use Microsoft Visual Studio 2015 Community Edition.
    In case of questions about programming, create new posts in http://forum.rapidscada.org/?forum=development-and-integration

    Let me know when Bosch answers about Modbus TCP 🙂

    in reply to: Commands in Modbus #2232
    Mikhail
    Moderator

    You can purchase a training and we will solve the issues together via remote connection. Please send an email to get information about the prices.

    in reply to: Alien LiveChart or Gage #2231
    Mikhail
    Moderator

    Yes, you can do it using JavaScript:

    scada.clientAPI.getCurCnlDataExt(cnlFilter, function (success, cnlDataExtArr) {
            if (success) {
            // your code here
            }
        });
    

    Please ask more specific questions.
    If you’d like, we can create a simple application together as a part of training.

    in reply to: Communication errors #2227
    Mikhail
    Moderator

    Hi,
    I’ve read. Definitely, there is no notes that Modbus is not standard. Strange, Bosch is well known brand.

    Before decide, you should try to read other kind of data – input registers and check if it works or not, and what the issues are.

    Also I strongly recommend trying Modbus RTU mode. It is strict and includes check sum. There is no way to dodge with protocol.

    in reply to: Sending PDF with Email #2226
    Mikhail
    Moderator

    Hi,
    The chart drawn by the web application of Rapid SCADA can’t be used for automatic mail, because it’s generated by JavaScript in a user’s browser. The special module have to be developed that run on a server side. We can develop the module for you as a custom development or consult you how to do it by yourself.

    in reply to: Commands in Modbus #2221
    Mikhail
    Moderator

    Example:
    Expected value of the tag #1 is 10, actual value is 0.

    in reply to: Links in the Scheme #2220
    Mikhail
    Moderator

    Currently, it’s not implemented. Planned in the future version of schemes.

    in reply to: Communication errors #2216
    Mikhail
    Moderator

    I mean:
    What is Enron Modbus?
    Enron Modbus is a modification to the standard Modicon modbus communication protocol developed by Enron Corporation.
    See http://www.simplymodbus.ca/FAQ.htm#enronmod

    in reply to: Communication errors #2215
    Mikhail
    Moderator

    Hi Marek,

    Probably the device uses a derivative protocol based on Modbus, but not standard Modbus. And this is the cause of the problems. Please read carefully the device manual. What is written in the manual about the supported protocol?

    in reply to: Windows XP Compatibility #2214
    Mikhail
    Moderator

    Do you mean that you can open the web application locally, but can’t access remotely?
    HTTPS may require additional setup. Does HTTP work?

    in reply to: Communication errors #2207
    Mikhail
    Moderator

    Try requesting 8 coils.

    in reply to: Commands in Modbus #2206
    Mikhail
    Moderator

    Hi,
    It’s difficult to understand what values are expected in Communicator?

    in reply to: Communication errors #2205
    Mikhail
    Moderator
Viewing 15 posts - 5,386 through 5,400 (of 6,284 total)