嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
QT TIA 西门子PLC通讯实例
- Supports controller types S7-200, S7-1200, S7-1500, S7-300, S7-400, S7-400H, LOGO! 0BA7 and 0BA8, S5, as well as the machine tool controller SINUMERIK 840D
- Communication via MPI, PROFIBUS, PPI, TCP/IP and RK512/3964(R)
- Supports all common programming languages via DLL or shared object
- All TIA functions are available for the Java wrapper
- Uniform software for all control types and for all supported operating systems
- Change of communication way possible without program change
- Extensive functionality for writing and reading process data
- Extensive comfort functions
- Access to S7 Symbolics (with module SymbolikPro)
- TIA Portal V17 is supported for online and offline access
- Symbol import from TIA Portal projects (*.ap11 to *.ap17)
- Support of current firmware: S7-1500 with FW 2.9.2 and S7-1200 with FW 4.5
- Support PLC-PLCSIM Advanced V3.0 and V4.0
- Online symbol import of PLCs, that have been configured with TIA Portal
- Available for Windows, Windows CE, Linux, Linux Embedded, Solaris, OS9000 and VxWorks
- New since version 5.6: S5-ISO (H1) for Windows and Linux
.
├── QT TIA 西门子PLC通讯实例 _QT_Samples.zip
└── QT_Samples
└── TIA Demo
├── TIA Demo.pro
├── TIA Demo.pro.user
├── bin
│ └── Release
│ ├── AGLink40.dll
│ ├── AGLink40CfgDev0000.xml
│ ├── AGLink40_Config.exe
│ ├── AGLink40_Config.xml
│ ├── AGLink40_Config_de.mo
│ ├── AGLink40_Config_en.mo
│ ├── Qt5Core.dll
│ ├── Qt5Gui.dll
│ ├── Qt5Widgets.dll
│ ├── TIA Demo.exe
│ ├── TiaDemoSettings.ini
│ ├── libgcc_s_dw2-1.dll
│ ├── libstdc -6.dll
│ ├── libwinpthread-1.dll
│ └── platforms
│ └── qwindows.dll
├── inc
│ ├── AGL_Defines.h
│ ├── AGL_Funcs.h
│ ├── AGL_SymbolicFuncs.h
│ ├── AGL_SymbolicTypes.h
│ ├── AGL_Types.h
│ ├── AGLink40.cpp
│ ├── AGLink40.h
│ ├── OSDefInc.h
│ └── kbhit.h
├── lib
│ ├── AGLink40.lib
│ └── AGLink40_x64.lib
├── resources
│ ├── AGLink_Config_16x16.png
│ ├── Close_16x16.png
│ ├── TIA_Accept.png
│ ├── TIA_Add_16x16.png
│ ├── TIA_Cancel.png
│ ├── TIA_Connections_16x16.png
│ ├── TIA_Cyclic_Read_16x16.png
│ ├── TIA_DB_16x16.png
│ ├── TIA_DB_Error_16x16.png
│ ├── TIA_DB_Warning_16x16.png
│ ├── TIA_DBs_16x16.png
│ ├── TIA_DBs_Error_16x16.png
│ ├── TIA_DBs_Warning_16x16.png
│ ├── TIA_Destination_16x16.png
│ ├── TIA_Open_16x16.png
│ ├── TIA_Open_PLC_32x32.png
│ ├── TIA_PLC_16x16.png
│ ├── TIA_PLC_ConnError_16x16.png
│ ├── TIA_PLC_Connected_16x16.png
│ ├── TIA_PLC_Error_16x16.png
│ ├── TIA_PLC_Warning_16x16.png
│ ├── TIA_Read_16x16.png
│ ├── TIA_Refresh_16x16.png
│ ├── TIA_Remove_16x16.png
│ ├── TIA_Save_16x16.png
│ ├── TIA_Start_Stop_16x16.png
│ ├── TIA_Tags_16x16.png
│ ├── TIA_Tags_Error_16x16.png
│ ├── TIA_Tags_Warning_16x16.png
│ ├── TIA_UDT_16x16.png
│ ├── TIA_UDT_Error_16x16.png
│ ├── TIA_UDT_Instanz_16x16.png
│ ├── TIA_UDT_Instanz_Error_16x16.png
│ ├── TIA_UDT_Instanz_Warning_16x16.png
│ ├── TIA_UDT_Warning_16x16.png
│ ├── TIA_UDTs_16x16.png
│ ├── TIA_UDTs_Error_16x16.png
│ ├── TIA_UDTs_Warning_16x16.png
│ ├── TIA_Unknown_16x16.png
│ ├── TIA_Unknown_Error_16x16.png
│ ├── TIA_Unknown_Warning_16x16.png
│ ├── TIA_Var_16x16.png
│ ├── TIA_Var_Disabled_16x16.png
│ ├── TIA_Var_Disabled_Error_16x16.png
│ ├── TIA_Var_Disabled_Warning16x16.png
│ ├── TIA_Var_Error_16x16.png
│ ├── TIA_Var_Readonly_16x16.png
│ ├── TIA_Var_Readonly_Error_16x16.png
│ ├── TIA_Var_Readonly_Warning16x16.png
│ ├── TIA_Var_Readonly_Warning_16x16.png
│ ├── TIA_Var_Warning_16x16.png
│ ├── TIA_Var_Writeonly_16x16.png
│ ├── TIA_Var_Writeonly_Error_16x16.png
│ ├── TIA_Var_Writeonly_Warning_16x16.png
│ └── TIA_Write_16x16.png
└── src
├── Enums.h
├── TiaDemoDefines.cpp
├── TiaDemoDefines.h
├── bufferreader.cpp
├── bufferreader.h
├── bufferwriter.cpp
├── bufferwriter.h
├── buttondelegate.cpp
├── buttondelegate.h
├── enumhelper.cpp
├── enumhelper.hpp
├── logger.cpp
├── logger.h
├── main.cpp
├── modp_numtoa.cpp
├── modp_numtoa.hpp
├── plcconnection.cpp
├── plcconnection.h
├── plcconnectioneditor.cpp
├── plcconnectioneditor.h
├── plcconnectioneditor.ui
├── selectiontableviewmodel.cpp
├── selectiontableviewmodel.h
├── tableitem.cpp
├── tableitem.h
├── textinputhelper.cpp
├── textinputhelper.h
├── tiademo.cpp
├── tiademo.h
├── tiademo.qrc
├── tiademo.ui
├── tiademohelper.cpp
├── tiademohelper.hpp
├── tiainfostructs.h
├── tialoader.cpp
├── tialoader.h
├── tianodeinfo.cpp
├── tiatreeitem.cpp
├── tiatreeitem.h
├── tiatreeviewmodel.cpp
├── tiatreeviewmodel.h
├── treegriddelegate.cpp
└── treegriddelegate.h
9 directories, 127 files