SICKLMS51 数据解析SICKLMS511-masterSICKLMS511-master├── README.md
└── SICKLMS511 reader
├── Reference library
│ ├── SICK_Communication.dll
│ ├── SICK_FileManagement.dll
│ ├── SICK_LMS5xx-PRO_Library.dll
│ └── SICKwork.dll
└── SICKLMS511 reader
├── Reference library
│ ├── SICK_Communication.dll
│ ├── SICK_FileManagement.dll
│ ├── SICK_LMS5xx-PRO_Library.dll
│ └── SICKwork.dll
├── SICKLMS511 reader
│ ├── App.config
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SICKLMS511 reader.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── SICKLMS511 reader.exe
│ │ ├── SICKLMS511 reader.exe.config
│ │ ├── SICKLMS511 reader.pdb
│ │ ├── SICKLMS511 reader.vshost.exe
│ │ ├── SICKLMS511 reader.vshost.exe.config
│ │ ├── SICKLMS511 reader.vshost.exe.manifest
│ │ ├── SICK_Communication.dll
│ │ ├── SICK_FileManagement.dll
│ │ ├── SICK_LMS5xx-PRO_Library.dll
│ │ └── SICKwork.dll
│ └── obj
│ └── Debug
│ ├── AssemblyReference.cache
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── SICKLMS511 reader.csproj.CoreCompileInputs.cache
│ ├── SICKLMS511 reader.csproj.FileListAbsolute.txt
│ ├── SICKLMS511 reader.csproj.GenerateResource.cache
│ ├── SICKLMS511 reader.csprojAssemblyReference.cache
│ ├── SICKLMS511 reader.csprojResolveAssemblyReference.cache
│ ├── SICKLMS511 reader.exe
│ ├── SICKLMS511 reader.pdb
│ ├── SICKLMS511_reader.Form1.resources
│ ├── SICKLMS511_reader.Properties.Resources.resources
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── SICKLMS511 reader.sln
└── SICKLMS511 reader.v12.suo
11 directories, 45 files
评论