Mikhail

Forum Replies Created

Viewing 15 posts - 4,456 through 4,470 (of 6,219 total)
  • Author
    Posts
  • in reply to: OPC write value issue-IBH opc server #4586
    Mikhail
    Moderator

    Hi,

    I wanna see the method inside. Said that the simbols are not charged.

    Because this method belongs to another DLL. If you need to debug this method, attach open the source code of the appropriate DLL.

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

    because i do not how to use it.

    I’ll try to help you. Open the project KpOpc.csproj in VS2017. Check references node in Solution Explorer to make sure that all assemblies are found. Run Build and make a screenshot if there are errors.

    in reply to: SMS GSM Cinterion Modem #4582
    Mikhail
    Moderator

    Hi,

    Is there another modem anyone know that works?

    I suppose, all Cinterion modems should works. However, I have no such information. Ask their support for compatibility with MC52iT in part of sending SMS.

    Are there now other ways to send SMS, such as online tools?

    Of course. Look for a SMS provider in your country which support HTTP API for sending SMS. There is a driver named KpHttpNotif.dll that allows sending custom HTTP requests with SMS parameters.

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

    Set a breakpoint in the beggining of the SendCmd method.

    Why you did not compile the source of KpOpc which I shared?

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

    Hi,

    How do I stop opening a KpOpc project with VS? I only open the dll with DOTPEEK and export to VS. I open the project, compile, without errors. Copy the KpOpc.dll generated in bin / debug and paste it into SCADAcomm / KP. break point in:

    1. After compile KpOpc you should find KpOpc.dll in bin\Debug. Not put it here, but the compiler creates it.
    2. Copy KpOpc.dll from bin\Debug to C:\SCADA\ScadaComm\KP
    3. Start Communicator service.
    4. Attach to ScadaCommSvc.exe process in VS.
    Then breakpoints should work.

    in reply to: Server Room Demo #4575
    Mikhail
    Moderator

    Good 🙂

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

    I use VS 2017 Community Edition.

    I have trouble loading the symbols

    DLL must be compiled in Debug configuration. It’s located in bin\Debug

    in reply to: Server Room Demo #4570
    Mikhail
    Moderator

    Open Administrator, double click the Interface table in the tree view.
    If you don’t see the Path column, please place a link to a screenshot here.

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

    The idea is create a class derived from Server (include writeVQT) and add “public override write(IOsyncIO:write)” to the new class. Right?

    The idea to override a method is right. Details depend on you.

    How can i debugg librarys in visual studio?

    1. Build a library in Debug configuration.
    2. Copy DLL to Communicator and Run Communicator as usual.
    3. In VS go to Debug – Attach to Process and choose ScadaCommSvc.exe

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

    Hi,

    At the moment, can you successfully compile KpOpc? First of all, you need to fix build errors if they still exist. Possible cause is broken references.

    in reply to: Server Room Demo #4564
    Mikhail
    Moderator

    Hi,

    The all t are showing -40 degree.

    Because of the formulas applied to the appropriate input channels. You can see the formulas if open the Input channels table in Administrator.

    How can I include my own sub-webpage in this. (like an 2nd about)

    You can place a new html file in C:\SCADA\ScadaWeb\plugins\
    and specify it in the Interface table in the Path column.

    Other way, is using Dashboard plugin.

    Your story is exciting ))

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

    Hi,

    How can this override writeVQT methods?

    Create a new class that is derived from the Server class and override Write method.
    Can you try this?

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

    So, to use IOPCSyncIO.Write in KpOpclogic, the goal is to create a class that is derived from server and add IOPCSyncIO.Write to this new class. Am I right?

    Probably. There is the link to the source code of the OPC driver in the beginning of this topic. Can you play with it? It’s not hard to compile the driver by yourself. I can help you to understand where to change the driver.

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

    that’s success, but i didn’t see that element which i design in ScadaSchemeEditor.exe. I wonder maybe lack of step in my implement. Can you assist me?

    I can connect to you remotely and fix the issue together with you. This is a commercial service.

    Anyway, you should see log file of Scheme Editor.

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

    yes, but i didn’t fix this issue.

    You can try downloading the project by GIT tools like GitHub desktop.

Viewing 15 posts - 4,456 through 4,470 (of 6,219 total)