Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
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.
MikhailModeratorbecause 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.
MikhailModeratorHi,
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.
MikhailModeratorSet a breakpoint in the beggining of the SendCmd method.
Why you did not compile the source of KpOpc which I shared?
MikhailModeratorHi,
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.
MikhailModeratorGood 🙂
MikhailModeratorI use VS 2017 Community Edition.
I have trouble loading the symbols
DLL must be compiled in Debug configuration. It’s located in bin\Debug
MikhailModeratorOpen 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.
MikhailModeratorThe 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
MikhailModeratorHi,
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.
MikhailModeratorHi,
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 ))
MikhailModeratorHi,
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?
MikhailModeratorSo, 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.
MikhailModeratorthat’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.
MikhailModeratoryes, but i didn’t fix this issue.
You can try downloading the project by GIT tools like GitHub desktop.
-
AuthorPosts