Mikhail

Forum Replies Created

Viewing 15 posts - 4,561 through 4,575 (of 6,289 total)
  • Author
    Posts
  • in reply to: Events trigger and colors #4497
    Mikhail
    Moderator

    See my previous message.

    in reply to: Device 11 – Server Room error #4496
    Mikhail
    Moderator

    Hi,

    Did you watch this video and subsequent?

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

    I am sure that I can write with this method: IOPCSyncIO::Write

    To do this, the OPC driver have to be redesigned using another OPC client library.
    This is possible. However, I suppose that it would be much cheaper if the OPC server developer supports WriteVQT.

    What communication protocol do you use?
    Are there alternative OPC servers?
    Can you find OPC UA server? OPC UA .NET API is officially free.

    in reply to: Events trigger and colors #4485
    Mikhail
    Moderator

    Please provide a screenshot of your configuration related to this issue.

    in reply to: Siemens Logo! Modbus #4484
    Mikhail
    Moderator

    What recommendations are you referring to?

    First of all, copy here your actual communication log where we can see sending a command.
    If the PLC answer OK, you can:
    1. Compare binary packets with other software that works well.
    2. Contact the manufacturer for support.

    in reply to: Siemens Logo! Modbus #4483
    Mikhail
    Moderator

    I ended up going to

    Please don’t mention other products on this forum.

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

    Try this dll.

    in reply to: Events trigger and colors #4471
    Mikhail
    Moderator

    Also, is there a way of recording only one condition of the event?

    Currently no. Some modifications should be done to implement it.

    in reply to: Events trigger and colors #4470
    Mikhail
    Moderator

    Hi,

    Event color depends on status color of the input channel. I mean you should change colors of Off-On values.
    Create your own record in the Units table, for example,
    Normal; Alarm; –
    And use formulas for setting the status of the input channel:
    Cnl; Cnl > 0 ? 114 : 13

    in reply to: Siemens Logo! Modbus #4468
    Mikhail
    Moderator

    Hennie, you may try the above recommendations.

    in reply to: Create gauge, bar,… #4462
    Mikhail
    Moderator

    Hi,

    Read this dialog about building the project.

    You should use the existing components as examples. Gauge and level components already available here.

    Here on the forum I can answer particular technical questions. Be free to ask. Detailed individual lessons are available for a fee.

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

    Thank you for the screenshots. I will send you a special version of the OPC driver and we can check again and compare info from OPC analyzer.

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

    Hi,

    I will send you a test version of KpOpc.dll during the week 22-28 of October.

    in reply to: Usage of the popup #4452
    Mikhail
    Moderator

    Hi,
    Thank you for the information about the solution.

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

    Is it possible to write with IOPCSyncIO::Write?

    I don’t think that this is possible.
    In the source code of KpOpc.dll driver I just use daServer.Write(new Opc.Da.ItemValue[] { itemVal }); and the library made by OPC Foundation choose lo-level method WriteVQT.

    I can try setting Quality field of the item being written.

Viewing 15 posts - 4,561 through 4,575 (of 6,289 total)