Mikhail

Forum Replies Created

Viewing 15 posts - 4,366 through 4,380 (of 6,136 total)
  • Author
    Posts
  • in reply to: OPC write value issue-IBH opc server #4601
    Mikhail
    Moderator

    I have no source code of OpcNetApi. Does a decompier, that you use, can create a VS project that can be build for debug?

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

    🙂

    in reply to: ScadaAdmin not showing #4599
    Mikhail
    Moderator

    Install .NET Framework 3.5. This version of Administrator requires it.

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

    These errors are very specific. To find answers I should do all this stuff by myself. I hope you can find out how to solve it.

    I recommend to catch the exception and write to log complete stack trace. Something like that:

    catch (Exception ex)
    {
      WriteToLog(ex.ToString());
    }
    in reply to: SMS GSM Cinterion Modem #4594
    Mikhail
    Moderator

    Hi,

    how do I manually send a test string SMS?

    In Communicator select Device Libraries node and then KpSms.dll. You will find command examples to send SMS.

    email;message – means phone_number;message

    in reply to: ScadaAdmin not showing #4593
    Mikhail
    Moderator

    Hi,

    However, click on ScadaAdmin it tried but not show up. It flash appeared inside the Task Manager, but then terminated.

    Try to reinstall MS SQL Compact from the distributive zip.
    You can find a error info in Windows event log.

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

    I really do not understand how to call override write method.

    You should create an instance of your own class instead of the parent class.

    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.

Viewing 15 posts - 4,366 through 4,380 (of 6,136 total)