Personal Data

Username:
hhz
Joined:
2020-01-17 11:25:48

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Thank for info. Anyway, I have try to load the PlcHandlerDll.dll by ironPython (v2.7.11): import clr clr.AddReference("PLCHandlerDll") I got an error: SystemError: The module was expected to contain an assembly manifest. (Exception from HRESULT: 0x80131018) As I understand, in this case the dll file was found, but it can not be loaded because some of manifest/s failed. In my PC VC_regist_2015 was installed. From Docu. and Error message, U cannot determine what was still required. Someone also meets...

  • Modified a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi Forum, I want to connect and make some communication with PLC runtime (v3 and v2) by Python without via CoDeSys v3.5.x. As you known, there is a SDK package with the name of "PLCHandel.dll". I am no familiar with this SDK. So may be same example scripting will make big help to me. For example: start to establish communication between Python and PLC runtime, read FW version, check working state of PLC etc. Thx for any suggestion!

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi Forum, I want to connect and make some communication with PLC runtime (v3 and v2) by Python without via CoDeSys v3.5.x. As you known, there are a SDK package with the name of "PLCHandel.dll". I am no familiar with this SDK. So may be same example scripting will make big help to me. For example: start to establish communication between Python and PLC runtime, read FW version, check working state of PLC etc. Thx for any suggestion!

View All