├── HISTORY.txt
├── LabVIEW
├── Examples
│ ├── Client
│ │ ├── Block-Down-Upload.vi
│ │ ├── BlockDel.vi
│ │ ├── BlockInfo.vi
│ │ ├── BlockUpload.vi
│ │ ├── DBFill.vi
│ │ ├── DBGet.vi
│ │ ├── Directory.vi
│ │ ├── GetSetParam.vi
│ │ ├── Password.vi
│ │ ├── PlcDateTime.vi
│ │ ├── PlcInfo.vi
│ │ ├── ReadArea.vi
│ │ ├── ReadSZL.vi
│ │ └── RunStop.vi
│ ├── Partner
│ │ ├── APartner.vi
│ │ └── PPartner.vi
│ ├── Server
│ │ └── ServerDemo.vi
│ ├── Snap7Examples.aliases
│ ├── Snap7Examples.lvlps
│ └── Snap7Examples.lvproj
├── LabVIEW_32.bat
├── LabVIEW_64.bat
├── lib
│ ├── CliABRead.vi
│ ├── CliABWrite.vi
│ ├── CliCTRead.vi
│ ├── CliCTWrite.vi
│ ├── CliClearSessionPassword.vi
│ ├── CliColdStart.vi
│ ├── CliCompress.vi
│ ├── CliConnect.vi
│ ├── CliConnectTo.vi
│ ├── CliCopyRamToRom.vi
│ ├── CliCreate.vi
│ ├── CliDBFill.vi
│ ├── CliDBGet.vi
│ ├── CliDBRead.vi
│ ├── CliDBWrite.vi
│ ├── CliDelete.vi
│ ├── CliDestroy.vi
│ ├── CliDownload.vi
│ ├── CliEBRead.vi
│ ├── CliEBWrite.vi
│ ├── CliErrorText.vi
│ ├── CliFullUpload.vi
│ ├── CliGetAGBlockInfo.vi
│ ├── CliGetCpInfo.vi
│ ├── CliGetCpuInfo.vi
│ ├── CliGetExecTime.vi
│ ├── CliGetLastError.vi
│ ├── CliGetOrderCode.vi
│ ├── CliGetPGBlockInfo.vi
│ ├── CliGetParam.vi
│ ├── CliGetPduLength.vi
│ ├── CliGetPlcDateTime.vi
│ ├── CliGetPlcStatus.vi
│ ├── CliGetProtection.vi
│ ├── CliHotStart.vi
│ ├── CliIsoExchangeBuffer.vi
│ ├── CliListBlocks.vi
│ ├── CliListBlocksOfType.vi
│ ├── CliMBRead.vi
│ ├── CliMBWrite.vi
│ ├── CliReadArea.vi
│ ├── CliReadSZL.vi
│ ├── CliReadSZLList.vi
│ ├── CliSetConnectionParams.vi
│ ├── CliSetConnectionType.vi
│ ├── CliSetParam.vi
│ ├── CliSetPlcDateTime.vi
│ ├── CliSetPlcSystemDateTime.vi
│ ├── CliSetSessionPassword.vi
│ ├── CliStop.vi
│ ├── CliTMRead.vi
│ ├── CliTMWrite.vi
│ ├── CliUpload.vi
│ ├── CliWriteArea.vi
│ ├── ParBRecv.vi
│ ├── ParBSend.vi
│ ├── ParCreate.vi
│ ├── ParDestroy.vi
│ ├── ParErrorText.vi
│ ├── ParGetLastError.vi
│ ├── ParGetParam.vi
│ ├── ParGetStat.vi
│ ├── ParGetStatus.vi
│ ├── ParGetTimes.vi
│ ├── ParSetParam.vi
│ ├── ParStart.vi
│ ├── ParStartTo.vi
│ ├── ParStop.vi
│ ├── Snap7.lvlib
│ ├── SrvClearEvents.vi
│ ├── SrvCreate.vi
│ ├── SrvDestroy.vi
│ ├── SrvErrorText.vi
│ ├── SrvEventText.vi
│ ├── SrvGetMask.vi
│ ├── SrvGetParam.vi
│ ├── SrvGetStatus.vi
│ ├── SrvPickEvent.vi
│ ├── SrvRegisterArea.vi
│ ├── SrvSetCpuStatus.vi
│ ├── SrvSetMask.vi
│ ├── SrvSetParam.vi
│ ├── SrvStart.vi
│ ├── SrvStartTo.vi
│ ├── SrvStop.vi
│ ├── SrvUnregisterArea.vi
│ ├── win32
│ │ └── lv_snap7.def
│ ├── win64
│ │ └── lv_snap7.def
│ └── windows
│ │ └── lv_snap7.def
├── lib_build
│ ├── MinGW32
│ │ ├── Makefile
│ │ └── make.bat
│ ├── MinGW64
│ │ ├── Makefile
│ │ └── make.bat
│ ├── VS2012_LV
│ │ ├── VS2012_LV.sln
│ │ ├── VS2012_LV.v11.suo
│ │ └── VS2012_LV
│ │ │ ├── VS2012_LV.vcxproj
│ │ │ └── VS2012_LV.vcxproj.filters
│ └── VS2013_LV
│ │ ├── VS2013_LV.sln
│ │ ├── VS2013_LV.suo
│ │ ├── VS2013_LV.v12.suo
│ │ └── VS2013_LV
│ │ ├── VS2013_LV.vcxproj
│ │ └── VS2013_LV.vcxproj.filters
└── lib_src
│ ├── lv_snap7.cpp
│ ├── lv_snap7.def
│ ├── lv_snap7.h
│ ├── snap7.cpp
│ └── snap7.h
├── README.md
├── README.txt
├── build
├── README.txt
├── bin
│ ├── Legacy
│ │ ├── win32
│ │ │ ├── snap7.def
│ │ │ └── snap7.lib
│ │ └── win64
│ │ │ ├── snap7.def
│ │ │ └── snap7.lib
│ ├── README.txt
│ ├── win32
│ │ └── snap7.lib
│ └── win64
│ │ └── snap7.lib
├── osx
│ ├── common.mk
│ ├── i386_osx.mk
│ └── x86_64_osx.mk
├── temp
│ ├── README.txt
│ ├── Win32
│ │ └── VS2013.tlog
│ │ │ └── VS2013.lastbuildstate
│ └── Win64
│ │ └── VS2013.tlog
│ │ └── VS2013.lastbuildstate
├── unix
│ ├── README.txt
│ ├── arm_v6_linux.mk
│ ├── arm_v7_linux.mk
│ ├── common.mk
│ ├── i386_bsd.mk
│ ├── i386_linux.mk
│ ├── i386_solaris_cc.mk
│ ├── i386_solaris_gcc.mk
│ ├── mips_linux.mk
│ ├── x86_64_bsd.mk
│ ├── x86_64_linux.mk
│ ├── x86_64_solaris_cc.mk
│ └── x86_64_solaris_gcc.mk
└── windows
│ ├── MinGW32
│ ├── Makefile
│ ├── README.txt
│ └── make.bat
│ ├── MinGW64
│ ├── Makefile
│ ├── README.txt
│ └── make.bat
│ ├── README.txt
│ ├── VS2008
│ ├── VS2008.sln
│ ├── VS2008.suo
│ └── VS2008.vcproj
│ ├── VS2010
│ ├── VS2010.sln
│ ├── VS2010.suo
│ ├── VS2010.vcxproj
│ └── VS2010.vcxproj.filters
│ ├── VS2012
│ ├── VS2012.sln
│ ├── VS2012.v11.suo
│ ├── VS2012.vcxproj
│ └── VS2012.vcxproj.filters
│ ├── VS2013
│ ├── VS2013.sln
│ ├── VS2013.v12.suo
│ ├── VS2013.vcxproj
│ └── VS2013.vcxproj.filters
│ └── updatelib.bat
├── doc
└── Snap7-refman.pdf
├── examples
├── Step 7
│ └── Snap7
│ │ ├── ApiLog
│ │ ├── LogIDs
│ │ ├── Step7Bas.ver
│ │ ├── Types
│ │ └── lock
│ │ ├── CONN
│ │ ├── LINKVL.dbf
│ │ ├── LOCKVL.LCK
│ │ ├── VERBLIST.PRO
│ │ ├── VERBTAB.DBF
│ │ ├── VERBTAB.MDX
│ │ ├── VLTAB53.DBF
│ │ └── VLTAB53.MDX
│ │ ├── Global
│ │ ├── 141099_4.txt
│ │ ├── 141099_4_dp_asi.txt
│ │ ├── Font_1
│ │ ├── Font_2
│ │ ├── Language
│ │ ├── S7hCompressedMetadata.cmf
│ │ ├── S7hMetaData.umf
│ │ ├── colorder.dat
│ │ ├── colwidth.dat
│ │ ├── s7netpro.npa
│ │ └── s7netpro.wnd
│ │ ├── S7NFREMX
│ │ └── S7NFREMX.tab
│ │ ├── S7Netze
│ │ ├── S7NONFGX.id
│ │ ├── S7NONFGX.lnk
│ │ └── S7NONFGX.tab
│ │ ├── Snap7.S7S
│ │ ├── Snap7.s7p
│ │ ├── YDBs
│ │ ├── 8299
│ │ │ ├── SYMLIST.DBF
│ │ │ ├── SYMLIST.MDX
│ │ │ └── Symlist.id
│ │ ├── SYMLISTS.DBF
│ │ ├── SYMLISTS.MDX
│ │ └── YLNKLIST.DBF
│ │ ├── hOmSave7
│ │ ├── S7HK31AX
│ │ │ ├── HATTARY1.DBF
│ │ │ ├── HATTARY1.DBT
│ │ │ ├── HATTARY1.MDX
│ │ │ ├── HATTRIB1.DBF
│ │ │ ├── HATTRIB1.MDX
│ │ │ ├── HATTRME1.DBF
│ │ │ ├── HATTRME1.DBT
│ │ │ ├── HATTRME1.MDX
│ │ │ ├── HLASTID2.DBF
│ │ │ ├── HOBJECT1.DBF
│ │ │ ├── HOBJECT1.MDX
│ │ │ ├── HRELATI1.DBF
│ │ │ ├── HRELATI1.MDX
│ │ │ └── hLockID1
│ │ ├── s7hdevnx
│ │ │ ├── HATTARY1.DBF
│ │ │ ├── HATTARY1.DBT
│ │ │ ├── HATTARY1.MDX
│ │ │ ├── HATTRIB1.DBF
│ │ │ ├── HATTRIB1.MDX
│ │ │ ├── HATTRME1.DBF
│ │ │ ├── HATTRME1.DBT
│ │ │ ├── HATTRME1.MDX
│ │ │ ├── HLASTID2.DBF
│ │ │ ├── HOBJECT1.DBF
│ │ │ ├── HOBJECT1.MDX
│ │ │ ├── HRELATI1.DBF
│ │ │ ├── HRELATI1.MDX
│ │ │ └── hLockID1
│ │ ├── s7hkdmax
│ │ │ ├── HATTARY1.DBF
│ │ │ ├── HATTARY1.DBT
│ │ │ ├── HATTARY1.MDX
│ │ │ ├── HATTRIB1.DBF
│ │ │ ├── HATTRIB1.MDX
│ │ │ ├── HATTRME1.DBF
│ │ │ ├── HATTRME1.DBT
│ │ │ ├── HATTRME1.MDX
│ │ │ ├── HLASTID2.DBF
│ │ │ ├── HOBJECT1.DBF
│ │ │ ├── HOBJECT1.MDX
│ │ │ ├── HRELATI1.DBF
│ │ │ ├── HRELATI1.MDX
│ │ │ └── hLockID1
│ │ ├── s7hss30x
│ │ │ ├── HATTARY1.DBF
│ │ │ ├── HATTARY1.DBT
│ │ │ ├── HATTARY1.MDX
│ │ │ ├── HATTRIB1.DBF
│ │ │ ├── HATTRIB1.MDX
│ │ │ ├── HATTRME1.DBF
│ │ │ ├── HATTRME1.DBT
│ │ │ ├── HATTRME1.MDX
│ │ │ ├── HLASTID2.DBF
│ │ │ ├── HOBJECT1.DBF
│ │ │ ├── HOBJECT1.MDX
│ │ │ ├── HRELATI1.DBF
│ │ │ ├── HRELATI1.MDX
│ │ │ └── hLockID1
│ │ ├── s7hssiox
│ │ │ ├── HATTARY1.DBF
│ │ │ ├── HATTARY1.DBT
│ │ │ ├── HATTARY1.MDX
│ │ │ ├── HATTRIB1.DBF
│ │ │ ├── HATTRIB1.MDX
│ │ │ ├── HATTRME1.DBF
│ │ │ ├── HATTRME1.DBT
│ │ │ ├── HATTRME1.MDX
│ │ │ ├── HLASTID2.DBF
│ │ │ ├── HOBJECT1.DBF
│ │ │ ├── HOBJECT1.MDX
│ │ │ ├── HRELATI1.DBF
│ │ │ ├── HRELATI1.MDX
│ │ │ └── hLockID1
│ │ └── s7hstatx
│ │ │ ├── 1.s7h
│ │ │ ├── 4.s7h
│ │ │ ├── HADDRES3.DBF
│ │ │ ├── HADDRES3.DBT
│ │ │ ├── HADDRES3.MDX
│ │ │ ├── HATTARY1.DBF
│ │ │ ├── HATTARY1.DBT
│ │ │ ├── HATTARY1.MDX
│ │ │ ├── HATTRIB1.DBF
│ │ │ ├── HATTRIB1.MDX
│ │ │ ├── HATTRME1.DBF
│ │ │ ├── HATTRME1.DBT
│ │ │ ├── HATTRME1.MDX
│ │ │ ├── HLASTID2.DBF
│ │ │ ├── HOBJECT1.DBF
│ │ │ ├── HOBJECT1.MDX
│ │ │ ├── HRELATI1.DBF
│ │ │ ├── HRELATI1.MDX
│ │ │ └── hLockID1
│ │ ├── hrs
│ │ ├── S7RESOFF.DBF
│ │ ├── S7RESOFF.MDX
│ │ ├── S7RESONL.DBF
│ │ ├── S7RESONL.MDX
│ │ ├── lastrsf.res
│ │ ├── lastrsn.res
│ │ ├── linkhrs.lnk
│ │ ├── rsflock.res
│ │ └── rsnlock.res
│ │ ├── link.lnk
│ │ ├── meldeom
│ │ ├── TEXTLNK.DBF
│ │ ├── TEXTLNK.MDX
│ │ ├── TEXTOM.DBF
│ │ ├── TEXTOM.DBT
│ │ ├── TEXTOM.MDX
│ │ ├── meldvers.dat
│ │ ├── textom.hid
│ │ └── textom.lck
│ │ ├── ombstx
│ │ ├── offline
│ │ │ ├── 00000002
│ │ │ │ ├── BAUSTEIN.DBF
│ │ │ │ ├── BAUSTEIN.DBT
│ │ │ │ ├── BAUSTEIN.MDX
│ │ │ │ ├── SUBBLK.DBF
│ │ │ │ ├── SUBBLK.DBT
│ │ │ │ ├── baustein.id
│ │ │ │ ├── baustein.lck
│ │ │ │ ├── links.lnk
│ │ │ │ └── usfapx.ini
│ │ │ ├── BSTCNTOF.DBF
│ │ │ ├── BSTCNTOF.MDX
│ │ │ ├── bstcntof.id
│ │ │ └── bstcntof.lck
│ │ └── online
│ │ │ ├── BSTCNTON.DBF
│ │ │ ├── BSTCNTON.MDX
│ │ │ ├── bstcnton.id
│ │ │ ├── bstcnton.lck
│ │ │ └── links.lnk
│ │ ├── omgd
│ │ ├── S7GD.DBF
│ │ ├── S7GD.DBT
│ │ ├── S7GD.MDX
│ │ ├── gdflock.res
│ │ ├── lastgd
│ │ └── linkgd
│ │ │ └── 00000001.DBF
│ │ ├── pgs
│ │ ├── S7GS.DBF
│ │ ├── S7GS.MDX
│ │ ├── gsflock.res
│ │ ├── lastgs
│ │ └── linkgs
│ │ │ └── 00000001.DBF
│ │ ├── s7asrcom
│ │ ├── 00000001
│ │ │ ├── S7CONTAI.DBF
│ │ │ ├── S7CONTAI.MDX
│ │ │ ├── S7LINKS.DBF
│ │ │ └── s7source.lck
│ │ ├── S7CNTREF.DBF
│ │ ├── S7CNTREF.MDX
│ │ ├── s7cntID.src
│ │ └── s7contai.lck
│ │ ├── s7extref
│ │ ├── s7pltref.lck
│ │ └── s7pltref.xml
│ │ ├── s7netpro.npa
│ │ └── sdb
│ │ ├── 00000002
│ │ ├── 00000037.PG
│ │ ├── 00000038.PG
│ │ ├── 00000039.PG
│ │ ├── 0000003a.PG
│ │ ├── 0000003b.PG
│ │ ├── 0000003c.PG
│ │ ├── 0000003d.PG
│ │ ├── 0000003e.PG
│ │ ├── 0000003f.PG
│ │ ├── link
│ │ │ └── 00000002.DBF
│ │ └── list
│ │ │ ├── 00000002.DBF
│ │ │ └── 00000002.MDX
│ │ ├── S0112001.DBF
│ │ ├── S0112001.MDX
│ │ ├── sdblast.id
│ │ └── sdblock.lck
├── cpp
│ ├── apartner.cpp
│ ├── arm_v6-linux
│ │ ├── apartner
│ │ ├── client
│ │ ├── makefile
│ │ ├── ppartner
│ │ └── server
│ ├── arm_v7-linux
│ │ ├── README.txt
│ │ └── makefile
│ ├── client.cpp
│ ├── i386-bsd
│ │ ├── README.txt
│ │ └── makefile
│ ├── i386-linux
│ │ ├── README.txt
│ │ └── makefile
│ ├── i386-osx
│ │ └── makefile
│ ├── i386-solaris
│ │ ├── README.txt
│ │ └── makefile
│ ├── ppartner.cpp
│ ├── server.cpp
│ ├── server_v10.cpp
│ ├── snap7.cpp
│ ├── snap7.h
│ ├── srv_resourceless.cpp
│ ├── win32
│ │ ├── Makefile
│ │ └── make.bat
│ ├── win64
│ │ ├── Makefile
│ │ ├── README.txt
│ │ ├── make.bat
│ │ └── snap7.lib
│ ├── x86_64-bsd
│ │ ├── README.txt
│ │ └── makefile
│ ├── x86_64-linux
│ │ ├── README.txt
│ │ └── makefile
│ ├── x86_64-osx
│ │ └── makefile
│ └── x86_64-solaris
│ │ ├── README.txt
│ │ └── makefile
├── dot.net
│ ├── APartner.cs
│ ├── Client.cs
│ ├── PPartner.cs
│ ├── README.txt
│ ├── Server.cs
│ ├── SrvResourceless.cs
│ ├── WinConsole
│ │ ├── APartner
│ │ │ ├── APartner.cs
│ │ │ ├── APartner.csproj
│ │ │ ├── App.config
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── obj
│ │ │ │ ├── x64
│ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── APartner.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── APartner.csprojResolveAssemblyReference.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── x86
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── APartner.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── APartner.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── snap7.net.cs
│ │ ├── Bin
│ │ │ ├── x64
│ │ │ │ ├── APartner.exe.config
│ │ │ │ ├── APartner.vshost.exe.config
│ │ │ │ ├── Client.exe.config
│ │ │ │ ├── Client.vshost.exe.config
│ │ │ │ ├── Client.vshost.exe.manifest
│ │ │ │ ├── PPartner.exe.config
│ │ │ │ ├── PPartner.vshost.exe.config
│ │ │ │ ├── Server.exe.config
│ │ │ │ ├── Server.vshost.exe.config
│ │ │ │ └── SrvResourceless.exe.config
│ │ │ └── x86
│ │ │ │ ├── APartner.exe.config
│ │ │ │ ├── APartner.vshost.exe.config
│ │ │ │ ├── Client.exe.config
│ │ │ │ ├── Client.vshost.exe.config
│ │ │ │ ├── Client.vshost.exe.manifest
│ │ │ │ ├── PPartner.exe.config
│ │ │ │ ├── PPartner.vshost.exe.config
│ │ │ │ ├── Server.exe.config
│ │ │ │ ├── Server.vshost.exe.config
│ │ │ │ ├── SrvResourceless.exe.config
│ │ │ │ └── SrvResourceless.vshost.exe.config
│ │ ├── Client
│ │ │ ├── App.config
│ │ │ ├── Client.cs
│ │ │ ├── Client.csproj
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── obj
│ │ │ │ ├── x64
│ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── Client.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── x86
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Client.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Client.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── snap7.net.cs
│ │ ├── PPartner
│ │ │ ├── App.config
│ │ │ ├── PPartner.cs
│ │ │ ├── PPartner.csproj
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── obj
│ │ │ │ ├── x64
│ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── PPartner.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── x86
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PPartner.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── PPartner.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── snap7.net.cs
│ │ ├── Server
│ │ │ ├── App.config
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Server.cs
│ │ │ ├── Server.csproj
│ │ │ ├── obj
│ │ │ │ ├── x64
│ │ │ │ │ └── Debug
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── Server.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── Server.csprojResolveAssemblyReference.cache
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── x86
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Server.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Server.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── snap7.net.cs
│ │ ├── Snap7Console.sln
│ │ ├── Snap7Console.v12.suo
│ │ └── SrvResourceless
│ │ │ ├── App.config
│ │ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ │ ├── SrvResourceless.cs
│ │ │ ├── SrvResourceless.csproj
│ │ │ ├── obj
│ │ │ ├── x64
│ │ │ │ └── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── SrvResourceless.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── SrvResourceless.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── SrvResourceless.csproj.FileListAbsolute.txt
│ │ │ │ ├── SrvResourceless.csprojResolveAssemblyReference.cache
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── snap7.net.cs
│ ├── WinForm
│ │ ├── BuildSnap7Assembly
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Snap7.net.csproj
│ │ │ ├── Snap7.sln
│ │ │ ├── Snap7.suo
│ │ │ ├── Snap7.v12.suo
│ │ │ └── obj
│ │ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── Snap7.net.csproj.FileListAbsolute.txt
│ │ │ │ ├── Release
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Snap7.net.csproj.FileListAbsolute.txt
│ │ │ │ └── Snap7.net.csprojResolveAssemblyReference.cache
│ │ │ │ ├── x64
│ │ │ │ ├── Debug
│ │ │ │ │ └── Snap7.net.csproj.FileListAbsolute.txt
│ │ │ │ └── Release
│ │ │ │ │ └── Snap7.net.csproj.FileListAbsolute.txt
│ │ │ │ └── x86
│ │ │ │ ├── Debug
│ │ │ │ └── Snap7.net.csproj.FileListAbsolute.txt
│ │ │ │ └── Release
│ │ │ │ └── Snap7.net.csproj.FileListAbsolute.txt
│ │ ├── CSharp
│ │ │ ├── Bin
│ │ │ │ ├── x64
│ │ │ │ │ ├── CSClient.vshost.exe.manifest
│ │ │ │ │ ├── CSClientMultiRead.exe.config
│ │ │ │ │ ├── CSClientMultiRead.vshost.exe.config
│ │ │ │ │ ├── CSClientMultiRead.vshost.exe.manifest
│ │ │ │ │ └── CSServer.exe.config
│ │ │ │ └── x86
│ │ │ │ │ ├── CSClient.vshost.exe.manifest
│ │ │ │ │ ├── CSClientMultiRead.exe.config
│ │ │ │ │ ├── CSClientMultiRead.vshost.exe.config
│ │ │ │ │ ├── CSClientMultiRead.vshost.exe.manifest
│ │ │ │ │ ├── CSServer.exe.config
│ │ │ │ │ ├── CSServer.vshost.exe.config
│ │ │ │ │ └── CSServer.vshost.exe.manifest
│ │ │ ├── CSClient
│ │ │ │ ├── CSClient.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── obj
│ │ │ │ │ ├── x64
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── CSClient.MainForm.resources
│ │ │ │ │ │ │ ├── CSClient.Properties.Resources.resources
│ │ │ │ │ │ │ ├── CSClient.csproj.FileListAbsolute.txt
│ │ │ │ │ │ │ ├── CSClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ └── Release
│ │ │ │ │ │ │ ├── CSClient.MainForm.resources
│ │ │ │ │ │ │ ├── CSClient.Properties.Resources.resources
│ │ │ │ │ │ │ ├── CSClient.csproj.FileListAbsolute.txt
│ │ │ │ │ │ │ ├── CSClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ └── x86
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── CSClient.MainForm.resources
│ │ │ │ │ │ ├── CSClient.Properties.Resources.resources
│ │ │ │ │ │ ├── CSClient.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── CSClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── CSClient.csprojResolveAssemblyReference.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ └── Release
│ │ │ │ │ │ ├── CSClient.MainForm.resources
│ │ │ │ │ │ ├── CSClient.Properties.Resources.resources
│ │ │ │ │ │ ├── CSClient.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── CSClient.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── CSClient.csprojResolveAssemblyReference.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── snap7.net.cs
│ │ │ ├── CSClientMultiRead
│ │ │ │ ├── App.config
│ │ │ │ ├── CSClientMultiRead.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── CSClientMultiRead.Form1.resources
│ │ │ │ │ │ ├── CSClientMultiRead.Properties.Resources.resources
│ │ │ │ │ │ ├── CSClientMultiRead.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── CSClientMultiRead.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── CSClientMultiRead.csprojResolveAssemblyReference.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ │ ├── Release
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ │ ├── x64
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── CSClientMultiRead.Form1.resources
│ │ │ │ │ │ │ ├── CSClientMultiRead.Properties.Resources.resources
│ │ │ │ │ │ │ ├── CSClientMultiRead.csproj.FileListAbsolute.txt
│ │ │ │ │ │ │ ├── CSClientMultiRead.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── CSClientMultiRead.csprojResolveAssemblyReference.cache
│ │ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ │ │ └── Release
│ │ │ │ │ │ │ ├── CSClientMultiRead.Form1.resources
│ │ │ │ │ │ │ ├── CSClientMultiRead.Properties.Resources.resources
│ │ │ │ │ │ │ ├── CSClientMultiRead.csproj.FileListAbsolute.txt
│ │ │ │ │ │ │ ├── CSClientMultiRead.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ │ └── x86
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── CSClientMultiRead.Form1.resources
│ │ │ │ │ │ ├── CSClientMultiRead.Properties.Resources.resources
│ │ │ │ │ │ ├── CSClientMultiRead.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── CSClientMultiRead.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── CSClientMultiRead.csprojResolveAssemblyReference.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ │ │ └── Release
│ │ │ │ │ │ ├── CSClientMultiRead.Form1.resources
│ │ │ │ │ │ ├── CSClientMultiRead.Properties.Resources.resources
│ │ │ │ │ │ ├── CSClientMultiRead.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── CSClientMultiRead.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── CSClientMultiRead.csprojResolveAssemblyReference.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── snap7.net.cs
│ │ │ ├── CSServer
│ │ │ │ ├── App.config
│ │ │ │ ├── CSServer.csproj
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── MainForm.Designer.cs
│ │ │ │ ├── MainForm.cs
│ │ │ │ ├── MainForm.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── obj
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ │ ├── Release
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ │ ├── x64
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ │ │ └── Release
│ │ │ │ │ │ │ ├── CSServer.MainForm.resources
│ │ │ │ │ │ │ ├── CSServer.Properties.Resources.resources
│ │ │ │ │ │ │ ├── CSServer.csproj.FileListAbsolute.txt
│ │ │ │ │ │ │ ├── CSServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ │ └── x86
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ │ │ └── Release
│ │ │ │ │ │ ├── CSServer.MainForm.resources
│ │ │ │ │ │ ├── CSServer.Properties.Resources.resources
│ │ │ │ │ │ ├── CSServer.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── CSServer.csproj.GenerateResource.Cache
│ │ │ │ │ │ ├── CSServer.csprojResolveAssemblyReference.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── snap7.net.cs
│ │ │ ├── CSharp.sln
│ │ │ ├── CSharp.suo
│ │ │ ├── CSharp.v11.suo
│ │ │ └── CSharp.v12.suo
│ │ ├── READ-BEFORE-EMAIL-ME.txt
│ │ ├── VB
│ │ │ ├── VBClient.sln
│ │ │ ├── VBClient.suo
│ │ │ ├── VBClient.v12.suo
│ │ │ └── VBClient
│ │ │ │ ├── App.config
│ │ │ │ ├── Form1.Designer.vb
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form1.vb
│ │ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ │ ├── VBClient.vbproj
│ │ │ │ ├── bin
│ │ │ │ └── x86
│ │ │ │ │ ├── VBClient.vshost.exe.manifest
│ │ │ │ │ └── VBClient.xml
│ │ │ │ └── obj
│ │ │ │ ├── x64
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── VBClient.MainForm.resources
│ │ │ │ │ ├── VBClient.Resources.resources
│ │ │ │ │ ├── VBClient.vbproj.FileListAbsolute.txt
│ │ │ │ │ └── VBClient.vbproj.GenerateResource.Cache
│ │ │ │ └── Release
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── VBClient.MainForm.resources
│ │ │ │ │ ├── VBClient.Resources.resources
│ │ │ │ │ ├── VBClient.vbproj.FileListAbsolute.txt
│ │ │ │ │ └── VBClient.vbproj.GenerateResource.Cache
│ │ │ │ └── x86
│ │ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── VBClient.MainForm.resources
│ │ │ │ ├── VBClient.Resources.resources
│ │ │ │ ├── VBClient.vbproj.FileListAbsolute.txt
│ │ │ │ ├── VBClient.vbproj.GenerateResource.Cache
│ │ │ │ └── VBClient.xml
│ │ │ │ └── Release
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── VBClient.MainForm.resources
│ │ │ │ ├── VBClient.Resources.resources
│ │ │ │ ├── VBClient.vbproj.FileListAbsolute.txt
│ │ │ │ ├── VBClient.vbproj.GenerateResource.Cache
│ │ │ │ ├── VBClient.vbprojResolveAssemblyReference.cache
│ │ │ │ └── VBClient.xml
│ │ └── VB_Mixed
│ │ │ ├── Snap7.net
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Snap7.net.csproj
│ │ │ └── obj
│ │ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── Snap7.net.csproj.FileListAbsolute.txt
│ │ │ │ └── Release
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── Snap7.net.csproj.FileListAbsolute.txt
│ │ │ ├── VBClient.sln
│ │ │ ├── VBClient.suo
│ │ │ ├── VBClient.v12.suo
│ │ │ └── VBClient
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ │ ├── VBClient.vbproj
│ │ │ ├── bin
│ │ │ ├── x64
│ │ │ │ └── VBClient.xml
│ │ │ └── x86
│ │ │ │ └── VBClient.xml
│ │ │ └── obj
│ │ │ ├── x64
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── VBClient.MainForm.resources
│ │ │ │ ├── VBClient.Resources.resources
│ │ │ │ ├── VBClient.vbproj.FileListAbsolute.txt
│ │ │ │ ├── VBClient.vbproj.GenerateResource.Cache
│ │ │ │ ├── VBClient.vbprojResolveAssemblyReference.cache
│ │ │ │ └── VBClient.xml
│ │ │ └── Release
│ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── x86
│ │ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── VBClient.MainForm.resources
│ │ │ ├── VBClient.Resources.resources
│ │ │ ├── VBClient.vbproj.FileListAbsolute.txt
│ │ │ ├── VBClient.vbproj.GenerateResource.Cache
│ │ │ ├── VBClient.vbprojResolveAssemblyReference.cache
│ │ │ └── VBClient.xml
│ │ │ └── Release
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── VBClient.MainForm.resources
│ │ │ ├── VBClient.Resources.resources
│ │ │ ├── VBClient.vbproj.FileListAbsolute.txt
│ │ │ └── VBClient.xml
│ ├── clean-tmp.bat
│ ├── mono
│ │ ├── README.txt
│ │ └── mono.sh
│ └── snap7.net.cs
├── pascal
│ ├── Delphi_XE5.dsk
│ ├── Delphi_XE5.groupproj
│ ├── Delphi_XE5.groupproj.local
│ ├── README.txt
│ ├── apartner.dpr
│ ├── apartner.dproj
│ ├── apartner.dproj.local
│ ├── apartner.identcache
│ ├── apartner.res
│ ├── client.dpr
│ ├── client.dproj
│ ├── client.dproj.local
│ ├── client.identcache
│ ├── client.res
│ ├── ppartner.dpr
│ ├── ppartner.dproj
│ ├── ppartner.dproj.local
│ ├── ppartner.identcache
│ ├── ppartner.res
│ ├── server.dpr
│ ├── server.dproj
│ ├── server.dproj.local
│ ├── server.identcache
│ ├── server.res
│ ├── snap7.pas
│ └── win64
│ │ ├── apartner.rsm
│ │ ├── ppartner.rsm
│ │ └── server.rsm
├── plain-c
│ ├── apartner.c
│ ├── arm_v6-linux
│ │ └── makefile
│ ├── arm_v7-linux
│ │ ├── README.txt
│ │ └── makefile
│ ├── client.c
│ ├── i386-bsd
│ │ ├── README.txt
│ │ └── makefile
│ ├── i386-linux
│ │ ├── README.txt
│ │ └── makefile
│ ├── i386-osx
│ │ └── makefile
│ ├── i386-solaris
│ │ ├── README.txt
│ │ └── makefile
│ ├── ppartner.c
│ ├── server.c
│ ├── snap7.h
│ ├── srv_resourceless.c
│ ├── win32
│ │ ├── Makefile
│ │ └── make.bat
│ ├── win64
│ │ ├── Makefile
│ │ ├── README.txt
│ │ ├── make.bat
│ │ └── snap7.lib
│ ├── x86_64-bsd
│ │ ├── README.txt
│ │ └── makefile
│ ├── x86_64-linux
│ │ ├── README.txt
│ │ └── makefile
│ ├── x86_64-osx
│ │ └── makefile
│ └── x86_64-solaris
│ │ ├── README.txt
│ │ └── makefile
├── start_s7oiehsx_x64.bat
├── start_s7oiehsx_x86.bat
├── stop_s7oiehsx_x64.bat
└── stop_s7oiehsx_x86.bat
├── gpl.txt
├── lgpl-3.0.txt
├── release
├── Windows
│ ├── Legacy
│ │ ├── README.txt
│ │ ├── Win32
│ │ │ ├── snap7.def
│ │ │ └── snap7.lib
│ │ └── Win64
│ │ │ ├── snap7.def
│ │ │ └── snap7.lib
│ ├── Win32
│ │ └── snap7.lib
│ └── Win64
│ │ └── snap7.lib
├── Wrappers
│ ├── c-cpp
│ │ ├── README.txt
│ │ ├── snap7.cpp
│ │ └── snap7.h
│ ├── dot.net
│ │ └── snap7.net.cs
│ └── pascal
│ │ └── snap7.pas
└── deploy.html
├── rich-demos
├── Cubieboard2
│ ├── clientdemo.ico
│ ├── clientdemo.lpi
│ ├── clientdemo.lpr
│ ├── clientdemo.lps
│ ├── clientdemo.res
│ ├── partnerdemo.ico
│ ├── partnerdemo.lpi
│ ├── partnerdemo.lpr
│ ├── partnerdemo.lps
│ ├── partnerdemo.res
│ ├── serverdemo.ico
│ ├── serverdemo.lpi
│ ├── serverdemo.lpr
│ ├── serverdemo.lps
│ └── serverdemo.res
├── MainPartner.lfm
├── MainPartner.pas
├── Raspberry
│ ├── bin
│ │ ├── clientdemo
│ │ ├── partnerdemo
│ │ └── serverdemo
│ ├── clientdemo.ico
│ ├── clientdemo.lpi
│ ├── clientdemo.lpr
│ ├── clientdemo.lps
│ ├── clientdemo.res
│ ├── partnerdemo.ico
│ ├── partnerdemo.lpi
│ ├── partnerdemo.lpr
│ ├── partnerdemo.lps
│ ├── partnerdemo.res
│ ├── serverdemo.ico
│ ├── serverdemo.lpi
│ ├── serverdemo.lpr
│ ├── serverdemo.lps
│ └── serverdemo.res
├── bind_info.lfm
├── bind_info.pas
├── cp_info.lfm
├── cp_info.pas
├── frmPartner.lfm
├── frmPartner.pas
├── i386-bsd
│ ├── bin
│ │ ├── clientdemo
│ │ ├── partnerdemo
│ │ └── serverdemo
│ ├── clientdemo.ico
│ ├── clientdemo.lpi
│ ├── clientdemo.lpr
│ ├── clientdemo.lps
│ ├── clientdemo.res
│ ├── partnerdemo.ico
│ ├── partnerdemo.lpi
│ ├── partnerdemo.lpr
│ ├── partnerdemo.lps
│ ├── partnerdemo.res
│ ├── serverdemo.ico
│ ├── serverdemo.lpi
│ ├── serverdemo.lpr
│ ├── serverdemo.lps
│ └── serverdemo.res
├── i386-linux
│ ├── bin
│ │ ├── clientdemo
│ │ ├── partnerdemo
│ │ └── serverdemo
│ ├── clientdemo.ico
│ ├── clientdemo.lpi
│ ├── clientdemo.lpr
│ ├── clientdemo.lps
│ ├── clientdemo.res
│ ├── partnerdemo.ico
│ ├── partnerdemo.lpi
│ ├── partnerdemo.lpr
│ ├── partnerdemo.lps
│ ├── partnerdemo.res
│ ├── serverdemo.ico
│ ├── serverdemo.lpi
│ ├── serverdemo.lpr
│ ├── serverdemo.lps
│ └── serverdemo.res
├── i386-win32
│ ├── PartnerDemo.ico
│ ├── PartnerDemo.lpi
│ ├── PartnerDemo.lpr
│ ├── PartnerDemo.lps
│ ├── PartnerDemo.res
│ ├── clientdemo.ico
│ ├── clientdemo.lpi
│ ├── clientdemo.lpr
│ ├── clientdemo.lps
│ ├── clientdemo.res
│ ├── serverdemo.ico
│ ├── serverdemo.lpi
│ ├── serverdemo.lpr
│ ├── serverdemo.lps
│ └── serverdemo.res
├── mainclient.lfm
├── mainclient.pas
├── sc_info.lfm
├── sc_info.pas
├── snap7.pas
├── x86_64-linux
│ ├── bin
│ │ ├── clientdemo
│ │ ├── partnerdemo
│ │ └── serverdemo
│ ├── clientdemo.ico
│ ├── clientdemo.lpi
│ ├── clientdemo.lpr
│ ├── clientdemo.lps
│ ├── clientdemo.res
│ ├── partnerdemo.ico
│ ├── partnerdemo.lpi
│ ├── partnerdemo.lpr
│ ├── partnerdemo.lps
│ ├── partnerdemo.res
│ ├── serverdemo.ico
│ ├── serverdemo.lpi
│ ├── serverdemo.lpr
│ ├── serverdemo.lps
│ └── serverdemo.res
└── x86_64-win64
│ ├── PartnerDemo.ico
│ ├── PartnerDemo.lpi
│ ├── PartnerDemo.lpr
│ ├── PartnerDemo.lps
│ ├── PartnerDemo.res
│ ├── clientdemo.ico
│ ├── clientdemo.lpi
│ ├── clientdemo.lpr
│ ├── clientdemo.lps
│ ├── clientdemo.res
│ ├── serverdemo.ico
│ ├── serverdemo.lpi
│ ├── serverdemo.lpr
│ ├── serverdemo.lps
│ └── serverdemo.res
├── src
├── core
│ ├── s7_client.cpp
│ ├── s7_client.h
│ ├── s7_firmware.h
│ ├── s7_isotcp.cpp
│ ├── s7_isotcp.h
│ ├── s7_micro_client.cpp
│ ├── s7_micro_client.h
│ ├── s7_partner.cpp
│ ├── s7_partner.h
│ ├── s7_peer.cpp
│ ├── s7_peer.h
│ ├── s7_server.cpp
│ ├── s7_server.h
│ ├── s7_text.cpp
│ ├── s7_text.h
│ └── s7_types.h
├── lib
│ ├── snap7.def
│ ├── snap7_libmain.cpp
│ └── snap7_libmain.h
└── sys
│ ├── snap_msgsock.cpp
│ ├── snap_msgsock.h
│ ├── snap_platform.h
│ ├── snap_sysutils.cpp
│ ├── snap_sysutils.h
│ ├── snap_tcpsrvr.cpp
│ ├── snap_tcpsrvr.h
│ ├── snap_threads.cpp
│ ├── snap_threads.h
│ ├── sol_threads.h
│ ├── unix_threads.h
│ └── win_threads.h
├── utility
└── Windows
│ └── HMITracer
│ ├── FastMM4.pas
│ ├── FastMM4Messages.pas
│ ├── FastMM4Options.inc
│ ├── HMITracer.dpr
│ ├── HMITracer.dproj
│ ├── HMITracer.dproj.local
│ ├── HMITracer.dsk
│ ├── HMITracer.identcache
│ ├── HMITracer.res
│ ├── SynPDF
│ ├── SynCommons.pas
│ ├── SynCrypto.pas
│ ├── SynGdiPlus.pas
│ ├── SynLZ.pas
│ ├── SynPdf.pas
│ ├── SynZip.pas
│ ├── Synopse.inc
│ ├── SynopseCommit.inc
│ └── mORMotReport.pas
│ ├── frmMain.dfm
│ ├── frmMain.pas
│ ├── frmReport.dfm
│ ├── frmReport.pas
│ └── snap7.pas
└── win-clean.bat
/HISTORY.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/HISTORY.txt
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/Block-Down-Upload.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/Block-Down-Upload.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/BlockDel.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/BlockDel.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/BlockInfo.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/BlockInfo.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/BlockUpload.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/BlockUpload.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/DBFill.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/DBFill.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/DBGet.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/DBGet.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/Directory.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/Directory.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/GetSetParam.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/GetSetParam.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/Password.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/Password.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/PlcDateTime.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/PlcDateTime.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/PlcInfo.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/PlcInfo.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/ReadArea.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/ReadArea.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/ReadSZL.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/ReadSZL.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Client/RunStop.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Client/RunStop.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Partner/APartner.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Partner/APartner.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Partner/PPartner.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Partner/PPartner.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Server/ServerDemo.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/Examples/Server/ServerDemo.vi
--------------------------------------------------------------------------------
/LabVIEW/Examples/Snap7Examples.aliases:
--------------------------------------------------------------------------------
1 | [My Computer]
2 | My Computer = "192.168.0.73"
3 |
4 |
--------------------------------------------------------------------------------
/LabVIEW/Examples/Snap7Examples.lvlps:
--------------------------------------------------------------------------------
1 | [ProjectWindow_Data]
2 | ProjectExplorer.ClassicPosition[String] = "60,93,539,475"
3 |
4 |
--------------------------------------------------------------------------------
/LabVIEW/LabVIEW_32.bat:
--------------------------------------------------------------------------------
1 | copy/y lib\win32\*.dll lib\windows\*.dll
--------------------------------------------------------------------------------
/LabVIEW/LabVIEW_64.bat:
--------------------------------------------------------------------------------
1 | copy/y lib\win64\*.dll lib\windows\*.dll
--------------------------------------------------------------------------------
/LabVIEW/lib/CliABRead.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliABRead.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliABWrite.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliABWrite.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliCTRead.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliCTRead.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliCTWrite.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliCTWrite.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliClearSessionPassword.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliClearSessionPassword.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliColdStart.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliColdStart.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliCompress.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliCompress.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliConnect.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliConnect.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliConnectTo.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliConnectTo.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliCopyRamToRom.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliCopyRamToRom.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliCreate.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliCreate.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliDBFill.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliDBFill.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliDBGet.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliDBGet.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliDBRead.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliDBRead.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliDBWrite.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliDBWrite.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliDelete.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliDelete.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliDestroy.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliDestroy.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliDownload.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliDownload.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliEBRead.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliEBRead.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliEBWrite.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliEBWrite.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliErrorText.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliErrorText.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliFullUpload.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliFullUpload.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetAGBlockInfo.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetAGBlockInfo.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetCpInfo.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetCpInfo.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetCpuInfo.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetCpuInfo.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetExecTime.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetExecTime.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetLastError.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetLastError.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetOrderCode.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetOrderCode.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetPGBlockInfo.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetPGBlockInfo.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetParam.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetParam.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetPduLength.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetPduLength.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetPlcDateTime.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetPlcDateTime.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetPlcStatus.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetPlcStatus.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliGetProtection.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliGetProtection.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliHotStart.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliHotStart.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliIsoExchangeBuffer.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliIsoExchangeBuffer.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliListBlocks.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliListBlocks.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliListBlocksOfType.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliListBlocksOfType.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliMBRead.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliMBRead.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliMBWrite.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliMBWrite.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliReadArea.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliReadArea.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliReadSZL.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliReadSZL.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliReadSZLList.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliReadSZLList.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliSetConnectionParams.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliSetConnectionParams.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliSetConnectionType.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliSetConnectionType.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliSetParam.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliSetParam.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliSetPlcDateTime.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliSetPlcDateTime.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliSetPlcSystemDateTime.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliSetPlcSystemDateTime.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliSetSessionPassword.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliSetSessionPassword.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliStop.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliStop.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliTMRead.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliTMRead.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliTMWrite.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliTMWrite.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliUpload.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliUpload.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/CliWriteArea.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/CliWriteArea.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParBRecv.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParBRecv.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParBSend.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParBSend.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParCreate.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParCreate.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParDestroy.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParDestroy.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParErrorText.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParErrorText.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParGetLastError.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParGetLastError.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParGetParam.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParGetParam.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParGetStat.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParGetStat.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParGetStatus.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParGetStatus.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParGetTimes.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParGetTimes.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParSetParam.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParSetParam.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParStart.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParStart.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParStartTo.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParStartTo.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/ParStop.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/ParStop.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvClearEvents.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvClearEvents.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvCreate.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvCreate.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvDestroy.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvDestroy.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvErrorText.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvErrorText.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvEventText.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvEventText.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvGetMask.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvGetMask.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvGetParam.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvGetParam.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvGetStatus.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvGetStatus.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvPickEvent.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvPickEvent.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvRegisterArea.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvRegisterArea.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvSetCpuStatus.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvSetCpuStatus.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvSetMask.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvSetMask.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvSetParam.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvSetParam.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvStart.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvStart.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvStartTo.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvStartTo.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvStop.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvStop.vi
--------------------------------------------------------------------------------
/LabVIEW/lib/SrvUnregisterArea.vi:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib/SrvUnregisterArea.vi
--------------------------------------------------------------------------------
/LabVIEW/lib_build/MinGW32/make.bat:
--------------------------------------------------------------------------------
1 | path=c:\MinGW32\bin;c:\MinGW32\mingw32\bin;%PATH
2 | mingw32-make %1
3 |
--------------------------------------------------------------------------------
/LabVIEW/lib_build/MinGW64/make.bat:
--------------------------------------------------------------------------------
1 | path=c:\MinGW64\bin;c:\MinGW64\x86_64-w64-mingw32\bin;%PATH
2 | mingw32-make %1
3 |
--------------------------------------------------------------------------------
/LabVIEW/lib_build/VS2012_LV/VS2012_LV.v11.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib_build/VS2012_LV/VS2012_LV.v11.suo
--------------------------------------------------------------------------------
/LabVIEW/lib_build/VS2013_LV/VS2013_LV.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib_build/VS2013_LV/VS2013_LV.suo
--------------------------------------------------------------------------------
/LabVIEW/lib_build/VS2013_LV/VS2013_LV.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/LabVIEW/lib_build/VS2013_LV/VS2013_LV.v12.suo
--------------------------------------------------------------------------------
/build/README.txt:
--------------------------------------------------------------------------------
1 | Folders
2 |
3 | bin - Library output directory divided by platform-os
4 | temp - Intermediate objects/temp files, can be safety emptied...
5 | unix - Unix (Linux/BSD/Solaris) makefiles directory
6 | osx - OSX makefiles directory
7 | windows - Windows projects/makefiles directory divided by compilers
--------------------------------------------------------------------------------
/build/bin/Legacy/win32/snap7.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/build/bin/Legacy/win32/snap7.lib
--------------------------------------------------------------------------------
/build/bin/Legacy/win64/snap7.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/build/bin/Legacy/win64/snap7.lib
--------------------------------------------------------------------------------
/build/bin/win32/snap7.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/build/bin/win32/snap7.lib
--------------------------------------------------------------------------------
/build/bin/win64/snap7.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/build/bin/win64/snap7.lib
--------------------------------------------------------------------------------
/build/osx/i386_osx.mk:
--------------------------------------------------------------------------------
1 | ##
2 | ## i386 OSX based Makefile
3 | ## Tested with OSX 10.9 Mavericks
4 | ##
5 | TargetCPU :=i386
6 | OS :=osx
7 | CXXFLAGS := -O3 -fPIC -pedantic
8 |
9 | # Standard part
10 |
11 | include common.mk
12 |
--------------------------------------------------------------------------------
/build/osx/x86_64_osx.mk:
--------------------------------------------------------------------------------
1 | ##
2 | ## x86_64 BSD based (FreeBSD etc.) Makefile
3 | ## Use gmake instead of make
4 | ##
5 | TargetCPU :=x86_64
6 | OS :=osx
7 | CXXFLAGS := -O3 -fPIC -pedantic
8 |
9 | # Standard part
10 |
11 | include common.mk
12 |
13 |
--------------------------------------------------------------------------------
/build/temp/README.txt:
--------------------------------------------------------------------------------
1 | These folders contain intermediate objects/temp files, can be safety emptied...
--------------------------------------------------------------------------------
/build/temp/Win32/VS2013.tlog/VS2013.lastbuildstate:
--------------------------------------------------------------------------------
1 | #TargetFrameworkVersion=v4.0:PlatformToolSet=v120_xp:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit
2 | Release|Win32|C:\Snap7\Deploy-1.4.0\snap7-full-1.4.0\build\windows\VS2013\|
3 |
--------------------------------------------------------------------------------
/build/temp/Win64/VS2013.tlog/VS2013.lastbuildstate:
--------------------------------------------------------------------------------
1 | #TargetFrameworkVersion=v4.0:PlatformToolSet=v120_xp:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit
2 | Release|x64|C:\Snap7\Deploy-1.4.0\snap7-full-1.4.0\build\windows\VS2013\|
3 |
--------------------------------------------------------------------------------
/build/unix/arm_v6_linux.mk:
--------------------------------------------------------------------------------
1 | ##
2 | ## ARMHF V6 tested on
3 | ## - Raspberry board - DEBIAN Wheezy based
4 | ##
5 | ## To improve the build speed in small systems disable -pedantic
6 | ## switch in CXXFLAGS
7 | ##
8 | TargetCPU :=arm_v6
9 | OS :=linux
10 | CXXFLAGS := -O3 -g -fPIC -pedantic
11 |
12 | # Standard part
13 |
14 | include common.mk
15 |
16 |
--------------------------------------------------------------------------------
/build/unix/arm_v7_linux.mk:
--------------------------------------------------------------------------------
1 | ##
2 | ## ARMHF V7 tested on
3 | ## - pcDUINO board - UBUNTU based
4 | ## - BeagleBone Black - Angstrom based
5 | ## - Cubieboard 2 - Debian based
6 | ##
7 | ## To improve the build speed in small systems disable -pedantic
8 | ## switch in CXXFLAGS
9 | ##
10 | TargetCPU :=arm_v7
11 | OS :=linux
12 | CXXFLAGS := -O3 -g -fPIC -mword-relocations -pedantic
13 |
14 | # Standard part
15 |
16 | include common.mk
17 |
18 |
--------------------------------------------------------------------------------
/build/unix/i386_bsd.mk:
--------------------------------------------------------------------------------
1 | ##
2 | ## i386 BSD based (FreeBSD etc.) Makefile
3 | ## Use gmake instead of make
4 | ##
5 | TargetCPU :=i386
6 | OS :=bsd
7 | CXXFLAGS := -O3 -fPIC -pedantic
8 |
9 | # Standard part
10 |
11 | include common.mk
12 |
13 |
--------------------------------------------------------------------------------
/build/unix/i386_linux.mk:
--------------------------------------------------------------------------------
1 | ##
2 | ## i386 Linux based (Debian/Ubuntu/Red Hat/Slackware etc.) Makefile
3 | ## Use make
4 | ##
5 | TargetCPU :=i386
6 | OS :=linux
7 | CXXFLAGS := -O3 -fPIC -pedantic
8 |
9 | # Standard part
10 |
11 | include common.mk
12 |
--------------------------------------------------------------------------------
/build/unix/x86_64_bsd.mk:
--------------------------------------------------------------------------------
1 | ##
2 | ## x86_64 BSD based (FreeBSD etc.) Makefile
3 | ## Use gmake instead of make
4 | ##
5 | TargetCPU :=x86_64
6 | OS :=bsd
7 | CXXFLAGS := -O3 -fPIC -pedantic
8 |
9 | # Standard part
10 |
11 | include common.mk
12 |
13 |
--------------------------------------------------------------------------------
/build/unix/x86_64_linux.mk:
--------------------------------------------------------------------------------
1 | ##
2 | ## x86_64 Linux based (Debian/Ubuntu/Red Hat/Slackware etc.) Makefile
3 | ## Use make
4 | ##
5 | TargetCPU :=x86_64
6 | OS :=linux
7 | CXXFLAGS := -std=c++11 -fdiagnostics-color -O3 -fPIC -pedantic
8 |
9 | # Standard part
10 |
11 | include common.mk
12 |
13 |
--------------------------------------------------------------------------------
/build/windows/MinGW32/README.txt:
--------------------------------------------------------------------------------
1 | run "make clean" or "make"
2 |
3 | Assuming that MinGW32 toolchain is installed in C:\MinGW32.
4 | If not, you need to change accordingly its reference in makefile and make.bat
5 |
6 |
--------------------------------------------------------------------------------
/build/windows/MinGW32/make.bat:
--------------------------------------------------------------------------------
1 | path=c:\MinGW32\bin;c:\MinGW32\mingw32\bin;%PATH
2 | mingw32-make %1
3 |
--------------------------------------------------------------------------------
/build/windows/MinGW64/README.txt:
--------------------------------------------------------------------------------
1 | run "make clean" or "make"
2 |
3 | Assuming that MinGW64 toolchain is installed in C:\MinGW64.
4 | If not, you need to change accordingly its reference in makefile and make.bat
5 |
6 |
--------------------------------------------------------------------------------
/build/windows/MinGW64/make.bat:
--------------------------------------------------------------------------------
1 | path=c:\MinGW64\bin;c:\MinGW64\x86_64-w64-mingw32\bin;%PATH
2 | mingw32-make %1
3 |
--------------------------------------------------------------------------------
/build/windows/README.txt:
--------------------------------------------------------------------------------
1 | updatelib.bat will propagate the libraries built to the demo / release folders.
2 | Call it after the build.
3 |
4 | ***IT'S ONLY FOR WINDOWS***
5 |
--------------------------------------------------------------------------------
/build/windows/VS2008/VS2008.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/build/windows/VS2008/VS2008.suo
--------------------------------------------------------------------------------
/build/windows/VS2010/VS2010.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/build/windows/VS2010/VS2010.suo
--------------------------------------------------------------------------------
/build/windows/VS2012/VS2012.v11.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/build/windows/VS2012/VS2012.v11.suo
--------------------------------------------------------------------------------
/build/windows/VS2013/VS2013.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/build/windows/VS2013/VS2013.v12.suo
--------------------------------------------------------------------------------
/doc/Snap7-refman.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/doc/Snap7-refman.pdf
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ApiLog/LogIDs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ApiLog/Types:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ApiLog/Types
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ApiLog/lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ApiLog/lock
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/CONN/LINKVL.dbf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/CONN/LINKVL.dbf
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/CONN/LOCKVL.LCK:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/CONN/LOCKVL.LCK
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/CONN/VERBLIST.PRO:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/CONN/VERBTAB.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/CONN/VERBTAB.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/CONN/VLTAB53.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/CONN/VLTAB53.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Global/141099_4.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/Global/141099_4.txt
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Global/141099_4_dp_asi.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/Global/141099_4_dp_asi.txt
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Global/Font_1:
--------------------------------------------------------------------------------
1 | 11
2 | 0
3 | 0
4 | 0
5 | 0
6 | 0
7 | 0
8 | 0
9 | 1
10 | 0
11 | 0
12 | 0
13 | 0
14 | Courier New
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Global/Font_2:
--------------------------------------------------------------------------------
1 | 11
2 | 0
3 | 0
4 | 0
5 | 0
6 | 0
7 | 0
8 | 0
9 | 1
10 | 0
11 | 0
12 | 0
13 | 0
14 | Arial
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Global/Language:
--------------------------------------------------------------------------------
1 | 0
2 | 1033
3 | 0
4 | 1252
5 | 437
6 | English (United States)
7 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Global/S7hCompressedMetadata.cmf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/Global/S7hCompressedMetadata.cmf
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Global/S7hMetaData.umf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/Global/S7hMetaData.umf
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Global/colorder.dat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/Global/colorder.dat
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Global/colwidth.dat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/Global/colwidth.dat
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Global/s7netpro.npa:
--------------------------------------------------------------------------------
1 | SPAK
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Global/s7netpro.wnd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/Global/s7netpro.wnd
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/S7NFREMX/S7NFREMX.tab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/S7NFREMX/S7NFREMX.tab
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/S7Netze/S7NONFGX.id:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/S7Netze/S7NONFGX.lnk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/S7Netze/S7NONFGX.lnk
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/S7Netze/S7NONFGX.tab:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/S7Netze/S7NONFGX.tab
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Snap7.S7S:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/Snap7.S7S
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/Snap7.s7p:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/Snap7.s7p
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/YDBs/8299/SYMLIST.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/YDBs/8299/SYMLIST.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/YDBs/8299/Symlist.id:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/YDBs/SYMLISTS.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/YDBs/SYMLISTS.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/YDBs/SYMLISTS.MDX:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/YDBs/SYMLISTS.MDX
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HATTARY1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HATTARY1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HATTARY1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HATTARY1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HATTRIB1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HATTRIB1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HATTRME1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HATTRME1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HATTRME1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HATTRME1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HLASTID2.DBF:
--------------------------------------------------------------------------------
1 | q N LASTID N VERSION N DELETECNT N CREATECNT N N1 N N2 N N3 N
2 2 1 2 0 0 0
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HOBJECT1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/S7HK31AX/HOBJECT1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/S7HK31AX/hLockID1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/S7HK31AX/hLockID1
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HATTARY1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HATTARY1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HATTARY1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HATTARY1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HATTRIB1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HATTRIB1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HATTRME1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HATTRME1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HATTRME1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HATTRME1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HLASTID2.DBF:
--------------------------------------------------------------------------------
1 | q N LASTID N VERSION N DELETECNT N CREATECNT N N1 N N2 N N3 N
2 2 0 2 0 0 0
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HOBJECT1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hdevnx/HOBJECT1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hdevnx/hLockID1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hdevnx/hLockID1
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HATTARY1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HATTARY1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HATTARY1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HATTARY1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HATTRIB1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HATTRIB1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HATTRME1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HATTRME1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HATTRME1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HATTRME1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HLASTID2.DBF:
--------------------------------------------------------------------------------
1 | q N LASTID N VERSION N DELETECNT N CREATECNT N N1 N N2 N N3 N
2 2 1 2 0 0 0
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HOBJECT1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hkdmax/HOBJECT1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hkdmax/hLockID1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hkdmax/hLockID1
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hss30x/HATTARY1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hss30x/HATTARY1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hss30x/HATTARY1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hss30x/HATTARY1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hss30x/HATTRIB1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hss30x/HATTRIB1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hss30x/HATTRME1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hss30x/HATTRME1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hss30x/HATTRME1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hss30x/HATTRME1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hss30x/HLASTID2.DBF:
--------------------------------------------------------------------------------
1 | q N LASTID N VERSION N DELETECNT N CREATECNT N N1 N N2 N N3 N
4 2 2 4 0 0 0
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hss30x/HOBJECT1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hss30x/HOBJECT1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hss30x/hLockID1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hss30x/hLockID1
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hssiox/HATTARY1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hssiox/HATTARY1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hssiox/HATTARY1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hssiox/HATTARY1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hssiox/HATTRIB1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hssiox/HATTRIB1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hssiox/HATTRME1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hssiox/HATTRME1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hssiox/HATTRME1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hssiox/HATTRME1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hssiox/HLASTID2.DBF:
--------------------------------------------------------------------------------
1 | q N LASTID N VERSION N DELETECNT N CREATECNT N N1 N N2 N N3 N
3 2 1 3 0 0 0
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hssiox/HOBJECT1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hssiox/HOBJECT1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hssiox/hLockID1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hssiox/hLockID1
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/1.s7h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hstatx/1.s7h
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/4.s7h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hstatx/4.s7h
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/HADDRES3.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hstatx/HADDRES3.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/HADDRES3.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hstatx/HADDRES3.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/HATTARY1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hstatx/HATTARY1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/HATTARY1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hstatx/HATTARY1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/HATTRIB1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hstatx/HATTRIB1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/HATTRME1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hstatx/HATTRME1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/HATTRME1.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hstatx/HATTRME1.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/HLASTID2.DBF:
--------------------------------------------------------------------------------
1 | q N LASTID N VERSION N DELETECNT N CREATECNT N N1 N N2 N N3 N
6 2 3 6 0 0 0
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/HOBJECT1.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hstatx/HOBJECT1.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hOmSave7/s7hstatx/hLockID1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hOmSave7/s7hstatx/hLockID1
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hrs/S7RESOFF.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hrs/S7RESOFF.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hrs/S7RESONL.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hrs/S7RESONL.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hrs/lastrsf.res:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hrs/lastrsn.res:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hrs/linkhrs.lnk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hrs/linkhrs.lnk
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hrs/rsflock.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hrs/rsflock.res
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/hrs/rsnlock.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/hrs/rsnlock.res
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/link.lnk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/link.lnk
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/meldeom/TEXTLNK.DBF:
--------------------------------------------------------------------------------
1 | q N SOT N SOI N TUT N TUI N TOT N TOI N RID N
1458178 1 0 0 1122305 0 157
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/meldeom/TEXTOM.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/meldeom/TEXTOM.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/meldeom/TEXTOM.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/meldeom/TEXTOM.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/meldeom/TEXTOM.MDX:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/meldeom/TEXTOM.MDX
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/meldeom/meldvers.dat:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/meldeom/textom.hid:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/meldeom/textom.lck:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/meldeom/textom.lck
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/offline/00000002/BAUSTEIN.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ombstx/offline/00000002/BAUSTEIN.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/offline/00000002/BAUSTEIN.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ombstx/offline/00000002/BAUSTEIN.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/offline/00000002/SUBBLK.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ombstx/offline/00000002/SUBBLK.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/offline/00000002/SUBBLK.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ombstx/offline/00000002/SUBBLK.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/offline/00000002/baustein.id:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/offline/00000002/baustein.lck:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ombstx/offline/00000002/baustein.lck
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/offline/00000002/usfapx.ini:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ombstx/offline/00000002/usfapx.ini
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/offline/BSTCNTOF.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ombstx/offline/BSTCNTOF.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/offline/bstcntof.id:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/offline/bstcntof.lck:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ombstx/offline/bstcntof.lck
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/online/BSTCNTON.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ombstx/online/BSTCNTON.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/online/bstcnton.id:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/ombstx/online/bstcnton.lck:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/ombstx/online/bstcnton.lck
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/omgd/S7GD.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/omgd/S7GD.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/omgd/S7GD.DBT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/omgd/S7GD.DBT
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/omgd/gdflock.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/omgd/gdflock.res
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/omgd/lastgd:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/omgd/linkgd/00000001.DBF:
--------------------------------------------------------------------------------
1 | q N SOT N SOI N TUT N TUI N TOT N TOI N RID N
* 0 1470482 1 0 0 1331457 1 155
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/pgs/S7GS.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/pgs/S7GS.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/pgs/gsflock.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/pgs/gsflock.res
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/pgs/lastgs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/pgs/linkgs/00000001.DBF:
--------------------------------------------------------------------------------
1 | q N SOT N SOI N TUT N TUI N TOT N TOI N RID N
* 0 1150977 1 0 0 1122305 0 79
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/s7asrcom/00000001/S7CONTAI.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/s7asrcom/00000001/S7CONTAI.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/s7asrcom/00000001/S7LINKS.DBF:
--------------------------------------------------------------------------------
1 | q N SOT N SOI N TUT N TUI N TOT N TOI N RID N
* 0 1122308 1 0 0 1327361 2 99
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/s7asrcom/00000001/s7source.lck:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/s7asrcom/00000001/s7source.lck
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/s7asrcom/S7CNTREF.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/s7asrcom/S7CNTREF.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/s7asrcom/s7cntID.src:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/s7asrcom/s7contai.lck:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/s7asrcom/s7contai.lck
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/s7extref/s7pltref.lck:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/s7extref/s7pltref.lck
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/s7extref/s7pltref.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/s7netpro.npa:
--------------------------------------------------------------------------------
1 | SPAK
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/00000037.PG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/00000002/00000037.PG
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/00000038.PG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/00000002/00000038.PG
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/00000039.PG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/00000002/00000039.PG
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/0000003a.PG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/00000002/0000003a.PG
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/0000003b.PG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/00000002/0000003b.PG
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/0000003c.PG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/00000002/0000003c.PG
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/0000003d.PG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/00000002/0000003d.PG
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/0000003e.PG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/00000002/0000003e.PG
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/0000003f.PG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/00000002/0000003f.PG
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/link/00000002.DBF:
--------------------------------------------------------------------------------
1 | q N SOT N SOI N TUT N TUI N TOT N TOI N RID N
* 0 1138955 2 0 0 1138689 2 29
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/list/00000002.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/00000002/list/00000002.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/00000002/list/00000002.MDX:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/00000002/list/00000002.MDX
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/S0112001.DBF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/S0112001.DBF
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/sdblast.id:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/Step 7/Snap7/sdb/sdblock.lck:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/Step 7/Snap7/sdb/sdblock.lck
--------------------------------------------------------------------------------
/examples/cpp/arm_v6-linux/apartner:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/cpp/arm_v6-linux/apartner
--------------------------------------------------------------------------------
/examples/cpp/arm_v6-linux/client:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/cpp/arm_v6-linux/client
--------------------------------------------------------------------------------
/examples/cpp/arm_v6-linux/ppartner:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/cpp/arm_v6-linux/ppartner
--------------------------------------------------------------------------------
/examples/cpp/arm_v6-linux/server:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/cpp/arm_v6-linux/server
--------------------------------------------------------------------------------
/examples/cpp/arm_v7-linux/README.txt:
--------------------------------------------------------------------------------
1 | Since ARM V7 architecture is shared among all Linux small boards (except for Raspberry pi 1), binary demos are not supplied.
2 | Simply run make to build them.
--------------------------------------------------------------------------------
/examples/cpp/i386-bsd/README.txt:
--------------------------------------------------------------------------------
1 | For BSD use gmake (clean|all) instead of make.
--------------------------------------------------------------------------------
/examples/cpp/i386-linux/README.txt:
--------------------------------------------------------------------------------
1 | In this folder there are no more binaries since they depends on the LIBCC version.
2 | To build them open a terminal and just type make
--------------------------------------------------------------------------------
/examples/cpp/i386-solaris/README.txt:
--------------------------------------------------------------------------------
1 | For Solaris 11 use gmake (clean|all) instead of make.
--------------------------------------------------------------------------------
/examples/cpp/win32/make.bat:
--------------------------------------------------------------------------------
1 | path=c:\MinGW32\bin;c:\MinGW32\mingw32\bin;%PATH
2 | mingw32-make %1
3 |
--------------------------------------------------------------------------------
/examples/cpp/win64/README.txt:
--------------------------------------------------------------------------------
1 | Since these examples are compiled with MinGW64 and EABI (binary calling convention) is different from the Microsoft one, the .lib and .dll in this folder were compiled with MinGW64 (the same that you find in release\Windows\Legacy|Win64).
2 |
3 | If you want rebuild these examples using Visual Studio keep snap7.lib and snap7.dll from release\windows\win64
4 |
5 |
--------------------------------------------------------------------------------
/examples/cpp/win64/make.bat:
--------------------------------------------------------------------------------
1 | path=c:\MinGW64\bin;c:\MinGW64\x86_64-w64-mingw32\bin;%PATH
2 | mingw32-make %1
3 |
--------------------------------------------------------------------------------
/examples/cpp/win64/snap7.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/cpp/win64/snap7.lib
--------------------------------------------------------------------------------
/examples/cpp/x86_64-bsd/README.txt:
--------------------------------------------------------------------------------
1 | For BSD use gmake (clean|all) instead of make.
--------------------------------------------------------------------------------
/examples/cpp/x86_64-linux/README.txt:
--------------------------------------------------------------------------------
1 | In this folder there are no more binaries since they depends on the LIBCC version.
2 | To build them open a terminal and just type make
--------------------------------------------------------------------------------
/examples/cpp/x86_64-solaris/README.txt:
--------------------------------------------------------------------------------
1 | For Solaris 11 use gmake (clean|all) instead of make.
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/APartner/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/APartner/obj/x64/Debug/APartner.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/APartner/obj/x64/Debug/APartner.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/APartner/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/APartner/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/APartner/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/APartner/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/APartner/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/APartner/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/APartner/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/APartner/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/APartner/obj/x86/Debug/APartner.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/APartner/obj/x86/Debug/APartner.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/APartner/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/APartner/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/APartner/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/APartner/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/APartner/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/APartner/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x64/APartner.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x64/APartner.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x64/Client.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x64/Client.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x64/PPartner.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x64/PPartner.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x64/Server.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x64/Server.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x64/SrvResourceless.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x86/APartner.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x86/APartner.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x86/Client.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x86/Client.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x86/PPartner.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x86/PPartner.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x86/Server.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x86/Server.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x86/SrvResourceless.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Bin/x86/SrvResourceless.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Client/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Client/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Client/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Client/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Client/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Client/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Client/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Client/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Client/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Client/obj/x86/Debug/Client.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Client/obj/x86/Debug/Client.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Client/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Client/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Client/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Client/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Client/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Client/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/PPartner/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/PPartner/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/PPartner/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/PPartner/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/PPartner/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/PPartner/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/PPartner/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/PPartner/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/PPartner/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/PPartner/obj/x86/Debug/PPartner.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/PPartner/obj/x86/Debug/PPartner.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/PPartner/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/PPartner/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/PPartner/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/PPartner/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/PPartner/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/PPartner/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Server/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Server/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Server/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Server/obj/x64/Debug/Server.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Server/obj/x64/Debug/Server.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Server/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Server/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Server/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Server/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Server/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Server/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Server/obj/x86/Debug/Server.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Server/obj/x86/Debug/Server.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Server/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Server/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Server/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Server/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Server/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Server/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/Snap7Console.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/Snap7Console.v12.suo
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/SrvResourceless/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/SrvResourceless/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/SrvResourceless/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/SrvResourceless/obj/x64/Debug/SrvResourceless.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/SrvResourceless/obj/x64/Debug/SrvResourceless.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/SrvResourceless/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/SrvResourceless/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/SrvResourceless/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/SrvResourceless/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/SrvResourceless/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/SrvResourceless/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/SrvResourceless/obj/x86/Debug/SrvResourceless.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/SrvResourceless/obj/x86/Debug/SrvResourceless.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/SrvResourceless/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/SrvResourceless/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/SrvResourceless/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/SrvResourceless/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinConsole/SrvResourceless/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinConsole/SrvResourceless/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/BuildSnap7Assembly/Snap7.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/BuildSnap7Assembly/Snap7.suo
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/BuildSnap7Assembly/Snap7.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/BuildSnap7Assembly/Snap7.v12.suo
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/BuildSnap7Assembly/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/BuildSnap7Assembly/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/BuildSnap7Assembly/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/BuildSnap7Assembly/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/BuildSnap7Assembly/obj/Release/Snap7.net.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/BuildSnap7Assembly/obj/Release/Snap7.net.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/Bin/x64/CSClientMultiRead.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/Bin/x64/CSClientMultiRead.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/Bin/x64/CSServer.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/Bin/x86/CSClientMultiRead.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/Bin/x86/CSClientMultiRead.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/Bin/x86/CSServer.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/Bin/x86/CSServer.vshost.exe.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Debug/CSClient.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Debug/CSClient.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Debug/CSClient.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Debug/CSClient.Properties.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Debug/CSClient.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Debug/CSClient.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Debug/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Debug/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Release/CSClient.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Release/CSClient.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Release/CSClient.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Release/CSClient.Properties.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Release/CSClient.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Release/CSClient.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/CSClient.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/CSClient.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/CSClient.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/CSClient.Properties.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/CSClient.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/CSClient.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/CSClient.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/CSClient.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/CSClient.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/CSClient.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/CSClient.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/CSClient.Properties.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/CSClient.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/CSClient.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/CSClient.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/CSClient.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClient/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/CSClientMultiRead.Form1.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/CSClientMultiRead.Form1.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/CSClientMultiRead.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/CSClientMultiRead.Properties.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/CSClientMultiRead.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/CSClientMultiRead.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/CSClientMultiRead.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/CSClientMultiRead.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/CSClientMultiRead.Form1.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/CSClientMultiRead.Form1.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/CSClientMultiRead.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/CSClientMultiRead.Properties.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/CSClientMultiRead.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/CSClientMultiRead.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/CSClientMultiRead.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/CSClientMultiRead.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/CSClientMultiRead.Form1.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/CSClientMultiRead.Form1.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/CSClientMultiRead.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/CSClientMultiRead.Properties.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/CSClientMultiRead.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/CSClientMultiRead.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x64/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/CSClientMultiRead.Form1.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/CSClientMultiRead.Form1.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/CSClientMultiRead.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/CSClientMultiRead.Properties.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/CSClientMultiRead.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/CSClientMultiRead.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/CSClientMultiRead.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/CSClientMultiRead.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/CSClientMultiRead.Form1.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/CSClientMultiRead.Form1.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/CSClientMultiRead.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/CSClientMultiRead.Properties.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/CSClientMultiRead.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/CSClientMultiRead.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/CSClientMultiRead.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/CSClientMultiRead.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSClientMultiRead/obj/x86/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/CSServer.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/CSServer.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/CSServer.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/CSServer.Properties.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/CSServer.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/CSServer.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x64/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/CSServer.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/CSServer.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/CSServer.Properties.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/CSServer.Properties.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/CSServer.csproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/CSServer.csproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/CSServer.csprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/CSServer.csprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSServer/obj/x86/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSharp.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSharp.suo
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSharp.v11.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSharp.v11.suo
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/CSharp/CSharp.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/CSharp/CSharp.v12.suo
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/READ-BEFORE-EMAIL-ME.txt:
--------------------------------------------------------------------------------
1 | There is a new chapter into the online (and offline documentation):
2 | .NET Environment
3 |
4 | Please read it and follow all suggestions before email me.
5 | Thanks
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient.suo
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient.v12.suo
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/My Project/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x64/Debug/VBClient.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x64/Debug/VBClient.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x64/Debug/VBClient.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x64/Debug/VBClient.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x64/Debug/VBClient.vbproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x64/Debug/VBClient.vbproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x64/Release/VBClient.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x64/Release/VBClient.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x64/Release/VBClient.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x64/Release/VBClient.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x64/Release/VBClient.vbproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x64/Release/VBClient.vbproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Debug/VBClient.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Debug/VBClient.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Debug/VBClient.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Debug/VBClient.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Debug/VBClient.vbproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Debug/VBClient.vbproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/ResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/ResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/VBClient.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/VBClient.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/VBClient.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/VBClient.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/VBClient.vbproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/VBClient.vbproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/VBClient.vbprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB/VBClient/obj/x86/Release/VBClient.vbprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/Snap7.net/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/Snap7.net/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/Snap7.net/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/Snap7.net/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient.suo
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient.v12.suo
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/My Project/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Debug/VBClient.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Debug/VBClient.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Debug/VBClient.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Debug/VBClient.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Debug/VBClient.vbproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Debug/VBClient.vbproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Debug/VBClient.vbprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Debug/VBClient.vbprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x64/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/ResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/ResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/VBClient.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/VBClient.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/VBClient.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/VBClient.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/VBClient.vbproj.GenerateResource.Cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/VBClient.vbproj.GenerateResource.Cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/VBClient.vbprojResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Debug/VBClient.vbprojResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Release/ResolveAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Release/ResolveAssemblyReference.cache
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Release/VBClient.MainForm.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Release/VBClient.MainForm.resources
--------------------------------------------------------------------------------
/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Release/VBClient.Resources.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/dot.net/WinForm/VB_Mixed/VBClient/obj/x86/Release/VBClient.Resources.resources
--------------------------------------------------------------------------------
/examples/dot.net/clean-tmp.bat:
--------------------------------------------------------------------------------
1 | Del /S *.pdb
2 | Del /S *.sdf
3 |
--------------------------------------------------------------------------------
/examples/dot.net/mono/README.txt:
--------------------------------------------------------------------------------
1 | use:
2 |
3 |
4 | mono
5 |
6 |
7 | examples:
8 |
9 |
10 | mono Client.exe 192.168.0.71
11 |
12 |
13 | sudo mono Server.exe (Server needs root rights to listen on port 102)
--------------------------------------------------------------------------------
/examples/dot.net/mono/mono.sh:
--------------------------------------------------------------------------------
1 | mcs /t:library ../snap7.net.cs /out:snap7.net.dll
2 | mcs /r:snap7.net.dll ../Client.cs /out:Client.exe
3 | mcs /r:snap7.net.dll ../Server.cs /out:Server.exe
4 | mcs /r:snap7.net.dll ../SrvResourceless.cs /out:SrvResourceless.exe
5 | mcs /r:snap7.net.dll ../APartner.cs /out:APartner.exe
6 | mcs /r:snap7.net.dll ../PPartner.cs /out:PPartner.exe
7 |
8 |
9 |
--------------------------------------------------------------------------------
/examples/pascal/README.txt:
--------------------------------------------------------------------------------
1 | Rich demos are written in Object pascal, so, to have more fun look at them.
2 |
3 | There are no makefile/project, these files are good enough to be compiled with any Delphi/Freepascal release.
4 |
5 | To run them you need the correct binary library (libsnap7.so or snap7.dll) either 32 or 64 bit.
6 | Please copy them from release\ folder to /usr/lib (unix) or win folder (windows).
--------------------------------------------------------------------------------
/examples/pascal/apartner.dproj.local:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/examples/pascal/apartner.identcache:
--------------------------------------------------------------------------------
1 | CC:\Snap7\Deploy-1.4.0\snap7-full-1.4.0\examples\pascal\apartner.dpr
--------------------------------------------------------------------------------
/examples/pascal/apartner.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/pascal/apartner.res
--------------------------------------------------------------------------------
/examples/pascal/client.dproj.local:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/examples/pascal/client.identcache:
--------------------------------------------------------------------------------
1 | AC:\Snap7\Deploy-1.4.0\snap7-full-1.4.0\examples\pascal\client.dpr
--------------------------------------------------------------------------------
/examples/pascal/client.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/pascal/client.res
--------------------------------------------------------------------------------
/examples/pascal/ppartner.identcache:
--------------------------------------------------------------------------------
1 | CC:\Snap7\Deploy-1.4.0\snap7-full-1.4.0\examples\pascal\ppartner.dpr
--------------------------------------------------------------------------------
/examples/pascal/ppartner.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/pascal/ppartner.res
--------------------------------------------------------------------------------
/examples/pascal/server.dproj.local:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/examples/pascal/server.identcache:
--------------------------------------------------------------------------------
1 | AC:\Snap7\Deploy-1.4.0\snap7-full-1.4.0\examples\pascal\server.dpr
--------------------------------------------------------------------------------
/examples/pascal/server.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/pascal/server.res
--------------------------------------------------------------------------------
/examples/pascal/snap7.pas:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/pascal/snap7.pas
--------------------------------------------------------------------------------
/examples/pascal/win64/apartner.rsm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/pascal/win64/apartner.rsm
--------------------------------------------------------------------------------
/examples/pascal/win64/ppartner.rsm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/pascal/win64/ppartner.rsm
--------------------------------------------------------------------------------
/examples/pascal/win64/server.rsm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/pascal/win64/server.rsm
--------------------------------------------------------------------------------
/examples/plain-c/arm_v7-linux/README.txt:
--------------------------------------------------------------------------------
1 | Since ARM V7 architecture is shared among all Linux small boards (except for Raspberry), binary demos are not supplied.
2 | Simply run make to build them.
--------------------------------------------------------------------------------
/examples/plain-c/i386-bsd/README.txt:
--------------------------------------------------------------------------------
1 | For BSD use gmake (clean|all) instead of make.
--------------------------------------------------------------------------------
/examples/plain-c/i386-linux/README.txt:
--------------------------------------------------------------------------------
1 | In this folder there are no more binaries since they depends on the LIBCC version.
2 | To build them open a terminal and just type "make"
--------------------------------------------------------------------------------
/examples/plain-c/i386-solaris/README.txt:
--------------------------------------------------------------------------------
1 | For Solaris 11 use gmake (clean|all) instead of make.
--------------------------------------------------------------------------------
/examples/plain-c/win32/make.bat:
--------------------------------------------------------------------------------
1 | path=c:\MinGW32\bin;c:\MinGW32\mingw32\bin;%PATH
2 | mingw32-make %1
3 |
--------------------------------------------------------------------------------
/examples/plain-c/win64/README.txt:
--------------------------------------------------------------------------------
1 | Since these examples are compiled with MinGW64 and EABI (binary calling convention) is different from the Microsoft one, the .lib and .dll in this folder were compiled with MinGW64 (the same that you find in release\Windows\Legacy|Win64).
2 |
3 | If you want rebuild these examples using Visual Studio keep snap7.lib and snal7.dll from release\windows\win64
4 |
5 |
--------------------------------------------------------------------------------
/examples/plain-c/win64/make.bat:
--------------------------------------------------------------------------------
1 | path=c:\MinGW64\bin;c:\MinGW64\x86_64-w64-mingw32\bin;%PATH
2 | mingw32-make %1
3 |
--------------------------------------------------------------------------------
/examples/plain-c/win64/snap7.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/examples/plain-c/win64/snap7.lib
--------------------------------------------------------------------------------
/examples/plain-c/x86_64-bsd/README.txt:
--------------------------------------------------------------------------------
1 | For BSD use gmake (clean|all) instead of make.
--------------------------------------------------------------------------------
/examples/plain-c/x86_64-linux/README.txt:
--------------------------------------------------------------------------------
1 | In this folder there are no more binaries since they depends on the LIBCC version.
2 | To build them open a terminal and just type make
--------------------------------------------------------------------------------
/examples/plain-c/x86_64-solaris/README.txt:
--------------------------------------------------------------------------------
1 | For Solaris 11 use gmake (clean|all) instead of make.
--------------------------------------------------------------------------------
/examples/start_s7oiehsx_x64.bat:
--------------------------------------------------------------------------------
1 | net start s7oiehsx64
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/examples/start_s7oiehsx_x86.bat:
--------------------------------------------------------------------------------
1 | net start s7oiehsx
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/examples/stop_s7oiehsx_x64.bat:
--------------------------------------------------------------------------------
1 | net stop s7oiehsx64
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/examples/stop_s7oiehsx_x86.bat:
--------------------------------------------------------------------------------
1 | net stop s7oiehsx
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/release/Windows/Legacy/README.txt:
--------------------------------------------------------------------------------
1 | The libraries in these folders were built with MinGW32/64.
2 | Use them only for Windows NT, Windows 2000, Windows 2003 Server.
3 |
4 | They work also with Windows XP+ (Win7,Win8,Win2010) but there are some issues with the 64 bit dot net compilers.
--------------------------------------------------------------------------------
/release/Windows/Legacy/Win32/snap7.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/release/Windows/Legacy/Win32/snap7.lib
--------------------------------------------------------------------------------
/release/Windows/Legacy/Win64/snap7.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/release/Windows/Legacy/Win64/snap7.lib
--------------------------------------------------------------------------------
/release/Windows/Win32/snap7.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/release/Windows/Win32/snap7.lib
--------------------------------------------------------------------------------
/release/Windows/Win64/snap7.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/release/Windows/Win64/snap7.lib
--------------------------------------------------------------------------------
/release/Wrappers/c-cpp/README.txt:
--------------------------------------------------------------------------------
1 | In your C programs you need only to include snap7.h.
2 |
3 | In your c++ program you also need to add snap7.cpp to the project.
4 |
5 | In both cases, only in Windows, you need to add snap7.lib to the linker lib references (use the correct release in accord to your platform model 32 or 64 bit).
--------------------------------------------------------------------------------
/release/Wrappers/pascal/snap7.pas:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/release/Wrappers/pascal/snap7.pas
--------------------------------------------------------------------------------
/rich-demos/Cubieboard2/clientdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Cubieboard2/clientdemo.ico
--------------------------------------------------------------------------------
/rich-demos/Cubieboard2/clientdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Cubieboard2/clientdemo.res
--------------------------------------------------------------------------------
/rich-demos/Cubieboard2/partnerdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Cubieboard2/partnerdemo.ico
--------------------------------------------------------------------------------
/rich-demos/Cubieboard2/partnerdemo.lpr:
--------------------------------------------------------------------------------
1 | program partnerdemo;
2 |
3 | {$mode objfpc}{$H+}
4 |
5 | uses
6 | {$IFDEF UNIX}
7 | cthreads,
8 | {$ENDIF}
9 | Forms, Interfaces,
10 | MainPartner in 'MainPartner.pas' {Form1},
11 | frmPartner in 'frmPartner.pas' {PartnerForm};
12 |
13 | {$R *.res}
14 |
15 | begin
16 | Application.Initialize;
17 | Application.CreateForm(TForm1, Form1);
18 | Application.Run;
19 | end.
--------------------------------------------------------------------------------
/rich-demos/Cubieboard2/partnerdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Cubieboard2/partnerdemo.res
--------------------------------------------------------------------------------
/rich-demos/Cubieboard2/serverdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Cubieboard2/serverdemo.ico
--------------------------------------------------------------------------------
/rich-demos/Cubieboard2/serverdemo.lpr:
--------------------------------------------------------------------------------
1 | program serverdemo;
2 |
3 | {$mode objfpc}{$H+}
4 |
5 | uses
6 | {$IFDEF UNIX}{$IFDEF UseCThreads}
7 | cthreads,
8 | {$ENDIF}{$ENDIF}
9 | Interfaces, // this includes the LCL widgetset
10 | Forms,
11 | MainServer;
12 | { you can add units after this }
13 |
14 | {$R *.res}
15 |
16 | begin
17 | Application.Initialize;
18 | Application.CreateForm(TFrmServer, FrmServer);
19 | Application.Run;
20 | end.
21 |
--------------------------------------------------------------------------------
/rich-demos/Cubieboard2/serverdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Cubieboard2/serverdemo.res
--------------------------------------------------------------------------------
/rich-demos/Raspberry/bin/clientdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Raspberry/bin/clientdemo
--------------------------------------------------------------------------------
/rich-demos/Raspberry/bin/partnerdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Raspberry/bin/partnerdemo
--------------------------------------------------------------------------------
/rich-demos/Raspberry/bin/serverdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Raspberry/bin/serverdemo
--------------------------------------------------------------------------------
/rich-demos/Raspberry/clientdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Raspberry/clientdemo.ico
--------------------------------------------------------------------------------
/rich-demos/Raspberry/clientdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Raspberry/clientdemo.res
--------------------------------------------------------------------------------
/rich-demos/Raspberry/partnerdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Raspberry/partnerdemo.ico
--------------------------------------------------------------------------------
/rich-demos/Raspberry/partnerdemo.lpr:
--------------------------------------------------------------------------------
1 | program partnerdemo;
2 |
3 | {$mode objfpc}{$H+}
4 |
5 | uses
6 | {$IFDEF UNIX}
7 | cthreads,
8 | {$ENDIF}
9 | Forms, Interfaces,
10 | MainPartner in 'MainPartner.pas' {Form1},
11 | frmPartner in 'frmPartner.pas' {PartnerForm};
12 |
13 | {$R *.res}
14 |
15 | begin
16 | Application.Initialize;
17 | Application.CreateForm(TForm1, Form1);
18 | Application.Run;
19 | end.
--------------------------------------------------------------------------------
/rich-demos/Raspberry/partnerdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Raspberry/partnerdemo.res
--------------------------------------------------------------------------------
/rich-demos/Raspberry/serverdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Raspberry/serverdemo.ico
--------------------------------------------------------------------------------
/rich-demos/Raspberry/serverdemo.lpr:
--------------------------------------------------------------------------------
1 | program serverdemo;
2 |
3 | {$mode objfpc}{$H+}
4 |
5 | uses
6 | {$IFDEF UNIX}{$IFDEF UseCThreads}
7 | cthreads,
8 | {$ENDIF}{$ENDIF}
9 | Interfaces, // this includes the LCL widgetset
10 | Forms,
11 | MainServer;
12 | { you can add units after this }
13 |
14 | {$R *.res}
15 |
16 | begin
17 | Application.Initialize;
18 | Application.CreateForm(TFrmServer, FrmServer);
19 | Application.Run;
20 | end.
21 |
--------------------------------------------------------------------------------
/rich-demos/Raspberry/serverdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/Raspberry/serverdemo.res
--------------------------------------------------------------------------------
/rich-demos/i386-bsd/bin/clientdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-bsd/bin/clientdemo
--------------------------------------------------------------------------------
/rich-demos/i386-bsd/bin/partnerdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-bsd/bin/partnerdemo
--------------------------------------------------------------------------------
/rich-demos/i386-bsd/bin/serverdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-bsd/bin/serverdemo
--------------------------------------------------------------------------------
/rich-demos/i386-bsd/clientdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-bsd/clientdemo.ico
--------------------------------------------------------------------------------
/rich-demos/i386-bsd/clientdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-bsd/clientdemo.res
--------------------------------------------------------------------------------
/rich-demos/i386-bsd/partnerdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-bsd/partnerdemo.ico
--------------------------------------------------------------------------------
/rich-demos/i386-bsd/partnerdemo.lpr:
--------------------------------------------------------------------------------
1 | program partnerdemo;
2 |
3 | {$mode objfpc}{$H+}
4 |
5 | uses
6 | {$IFDEF UNIX}
7 | cthreads,
8 | {$ENDIF}
9 | Forms, Interfaces,
10 | MainPartner in 'MainPartner.pas' {Form1},
11 | frmPartner in 'frmPartner.pas' {PartnerForm};
12 |
13 | {$R *.res}
14 |
15 | begin
16 | Application.Initialize;
17 | Application.CreateForm(TForm1, Form1);
18 | Application.Run;
19 | end.
--------------------------------------------------------------------------------
/rich-demos/i386-bsd/partnerdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-bsd/partnerdemo.res
--------------------------------------------------------------------------------
/rich-demos/i386-bsd/serverdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-bsd/serverdemo.ico
--------------------------------------------------------------------------------
/rich-demos/i386-bsd/serverdemo.lpr:
--------------------------------------------------------------------------------
1 | program serverdemo;
2 |
3 | {$mode objfpc}{$H+}
4 |
5 | uses
6 | {$IFDEF UNIX}{$IFDEF UseCThreads}
7 | cthreads,
8 | {$ENDIF}{$ENDIF}
9 | Interfaces, // this includes the LCL widgetset
10 | Forms,
11 | MainServer;
12 | { you can add units after this }
13 |
14 | {$R *.res}
15 |
16 | begin
17 | Application.Initialize;
18 | Application.CreateForm(TFrmServer, FrmServer);
19 | Application.Run;
20 | end.
21 |
--------------------------------------------------------------------------------
/rich-demos/i386-bsd/serverdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-bsd/serverdemo.res
--------------------------------------------------------------------------------
/rich-demos/i386-linux/bin/clientdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-linux/bin/clientdemo
--------------------------------------------------------------------------------
/rich-demos/i386-linux/bin/partnerdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-linux/bin/partnerdemo
--------------------------------------------------------------------------------
/rich-demos/i386-linux/bin/serverdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-linux/bin/serverdemo
--------------------------------------------------------------------------------
/rich-demos/i386-linux/clientdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-linux/clientdemo.ico
--------------------------------------------------------------------------------
/rich-demos/i386-linux/clientdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-linux/clientdemo.res
--------------------------------------------------------------------------------
/rich-demos/i386-linux/partnerdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-linux/partnerdemo.ico
--------------------------------------------------------------------------------
/rich-demos/i386-linux/partnerdemo.lpr:
--------------------------------------------------------------------------------
1 | program partnerdemo;
2 |
3 | {$mode objfpc}{$H+}
4 |
5 | uses
6 | {$IFDEF UNIX}
7 | cthreads,
8 | {$ENDIF}
9 | Forms, Interfaces,
10 | MainPartner in 'MainPartner.pas' {Form1},
11 | frmPartner in 'frmPartner.pas' {PartnerForm};
12 |
13 | {$R *.res}
14 |
15 | begin
16 | RequireDerivedFormResource := True;
17 | Application.Initialize;
18 | Application.CreateForm(TForm1, Form1);
19 | Application.Run;
20 | end.
--------------------------------------------------------------------------------
/rich-demos/i386-linux/partnerdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-linux/partnerdemo.res
--------------------------------------------------------------------------------
/rich-demos/i386-linux/serverdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-linux/serverdemo.ico
--------------------------------------------------------------------------------
/rich-demos/i386-linux/serverdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-linux/serverdemo.res
--------------------------------------------------------------------------------
/rich-demos/i386-win32/PartnerDemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-win32/PartnerDemo.ico
--------------------------------------------------------------------------------
/rich-demos/i386-win32/PartnerDemo.lpr:
--------------------------------------------------------------------------------
1 | program PartnerDemo;
2 |
3 | {$MODE Delphi}
4 |
5 | uses
6 | Forms, Interfaces,
7 | MainPartner in 'MainPartner.pas' {Form1},
8 | frmPartner in 'frmPartner.pas' {PartnerForm};
9 |
10 | {$R *.res}
11 |
12 | begin
13 | Application.Initialize;
14 | Application.CreateForm(TForm1, Form1);
15 | Application.Run;
16 | end.
17 |
--------------------------------------------------------------------------------
/rich-demos/i386-win32/PartnerDemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-win32/PartnerDemo.res
--------------------------------------------------------------------------------
/rich-demos/i386-win32/clientdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-win32/clientdemo.ico
--------------------------------------------------------------------------------
/rich-demos/i386-win32/clientdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-win32/clientdemo.res
--------------------------------------------------------------------------------
/rich-demos/i386-win32/serverdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-win32/serverdemo.ico
--------------------------------------------------------------------------------
/rich-demos/i386-win32/serverdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/i386-win32/serverdemo.res
--------------------------------------------------------------------------------
/rich-demos/snap7.pas:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/snap7.pas
--------------------------------------------------------------------------------
/rich-demos/x86_64-linux/bin/clientdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-linux/bin/clientdemo
--------------------------------------------------------------------------------
/rich-demos/x86_64-linux/bin/partnerdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-linux/bin/partnerdemo
--------------------------------------------------------------------------------
/rich-demos/x86_64-linux/bin/serverdemo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-linux/bin/serverdemo
--------------------------------------------------------------------------------
/rich-demos/x86_64-linux/clientdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-linux/clientdemo.ico
--------------------------------------------------------------------------------
/rich-demos/x86_64-linux/clientdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-linux/clientdemo.res
--------------------------------------------------------------------------------
/rich-demos/x86_64-linux/partnerdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-linux/partnerdemo.ico
--------------------------------------------------------------------------------
/rich-demos/x86_64-linux/partnerdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-linux/partnerdemo.res
--------------------------------------------------------------------------------
/rich-demos/x86_64-linux/serverdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-linux/serverdemo.ico
--------------------------------------------------------------------------------
/rich-demos/x86_64-linux/serverdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-linux/serverdemo.res
--------------------------------------------------------------------------------
/rich-demos/x86_64-win64/PartnerDemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-win64/PartnerDemo.ico
--------------------------------------------------------------------------------
/rich-demos/x86_64-win64/PartnerDemo.lpr:
--------------------------------------------------------------------------------
1 | program PartnerDemo;
2 |
3 | {$MODE Delphi}
4 |
5 | uses
6 | Forms, Interfaces,
7 | MainPartner in 'MainPartner.pas' {Form1},
8 | frmPartner in 'frmPartner.pas' {PartnerForm};
9 |
10 | {$R *.res}
11 |
12 | begin
13 | Application.Initialize;
14 | Application.CreateForm(TForm1, Form1);
15 | Application.Run;
16 | end.
17 |
--------------------------------------------------------------------------------
/rich-demos/x86_64-win64/PartnerDemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-win64/PartnerDemo.res
--------------------------------------------------------------------------------
/rich-demos/x86_64-win64/clientdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-win64/clientdemo.ico
--------------------------------------------------------------------------------
/rich-demos/x86_64-win64/clientdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-win64/clientdemo.res
--------------------------------------------------------------------------------
/rich-demos/x86_64-win64/serverdemo.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-win64/serverdemo.ico
--------------------------------------------------------------------------------
/rich-demos/x86_64-win64/serverdemo.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/rich-demos/x86_64-win64/serverdemo.res
--------------------------------------------------------------------------------
/utility/Windows/HMITracer/FastMM4.pas:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/utility/Windows/HMITracer/FastMM4.pas
--------------------------------------------------------------------------------
/utility/Windows/HMITracer/HMITracer.dpr:
--------------------------------------------------------------------------------
1 | program HMITracer;
2 |
3 | uses
4 | FastMM4,
5 | Vcl.Forms,
6 | frmMain in 'frmMain.pas' {SrvForm},
7 | frmReport in 'frmReport.pas' {ReportForm};
8 |
9 | {$R *.res}
10 |
11 | begin
12 | Application.Initialize;
13 | Application.MainFormOnTaskbar := True;
14 | Application.CreateForm(TSrvForm, SrvForm);
15 | Application.Run;
16 | end.
17 |
--------------------------------------------------------------------------------
/utility/Windows/HMITracer/HMITracer.identcache:
--------------------------------------------------------------------------------
1 | NC:\Snap7\Deploy-1.4.0\snap7-full-1.4.0\utility\Windows\HMITracer\frmReport.pas NC:\Snap7\Deploy-1.4.0\snap7-full-1.4.0\utility\Windows\HMITracer\HMITracer.dpr LC:\Snap7\Deploy-1.4.0\snap7-full-1.4.0\utility\Windows\HMITracer\frmMain.pas
--------------------------------------------------------------------------------
/utility/Windows/HMITracer/HMITracer.res:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/utility/Windows/HMITracer/HMITracer.res
--------------------------------------------------------------------------------
/utility/Windows/HMITracer/SynPDF/SynCommons.pas:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/utility/Windows/HMITracer/SynPDF/SynCommons.pas
--------------------------------------------------------------------------------
/utility/Windows/HMITracer/SynPDF/SynPdf.pas:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/utility/Windows/HMITracer/SynPDF/SynPdf.pas
--------------------------------------------------------------------------------
/utility/Windows/HMITracer/SynPDF/SynopseCommit.inc:
--------------------------------------------------------------------------------
1 | '1.18.1150'
2 |
--------------------------------------------------------------------------------
/utility/Windows/HMITracer/SynPDF/mORMotReport.pas:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/utility/Windows/HMITracer/SynPDF/mORMotReport.pas
--------------------------------------------------------------------------------
/utility/Windows/HMITracer/snap7.pas:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SCADACS/snap7/f6ff90317ca5d54250f4dcd29209689a74e26d82/utility/Windows/HMITracer/snap7.pas
--------------------------------------------------------------------------------