嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
雷赛卡3K5K通用LS板初始化
一个专门用于雷赛卡初始化的通用化模块,读取卡,读取轴,写入轴参数,控制运动前的准备完全初始化。
.
├── C#雷赛卡3K5K通用LS板初始化_WinLSInitCard.rar
└── WinLSInitCard
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── LTDMC.cs
├── Program.cs
├── WinLSInitCard.csproj
├── WinLSInitCard.csproj.user
├── WinLSInitCard.sln
├── bin
│ └── Debug
│ └── net6.0-windows
│ ├── WinLSInitCard.deps.json
│ ├── WinLSInitCard.dll
│ ├── WinLSInitCard.exe
│ ├── WinLSInitCard.pdb
│ └── WinLSInitCard.runtimeconfig.json
└── obj
├── Debug
│ └── net6.0-windows
│ ├── WinLSInitCard.AssemblyInfo.cs
│ ├── WinLSInitCard.AssemblyInfoInputs.cache
│ ├── WinLSInitCard.Form1.resources
│ ├── WinLSInitCard.GeneratedMSBuildEditorConfig.editorconfig
│ ├── WinLSInitCard.GlobalUsings.g.cs
│ ├── WinLSInitCard.assets.cache
│ ├── WinLSInitCard.csproj.AssemblyReference.cache
│ ├── WinLSInitCard.csproj.BuildWithSkipAnalyzers
│ ├── WinLSInitCard.csproj.CoreCompileInputs.cache
│ ├── WinLSInitCard.csproj.FileListAbsolute.txt
│ ├── WinLSInitCard.csproj.GenerateResource.cache
│ ├── WinLSInitCard.designer.deps.json
│ ├── WinLSInitCard.designer.runtimeconfig.json
│ ├── WinLSInitCard.dll
│ ├── WinLSInitCard.genruntimeconfig.cache
│ ├── WinLSInitCard.pdb
│ ├── apphost.exe
│ ├── ref
│ │ └── WinLSInitCard.dll
│ └── refint
│ └── WinLSInitCard.dll
├── WinLSInitCard.csproj.nuget.dgspec.json
├── WinLSInitCard.csproj.nuget.g.props
├── WinLSInitCard.csproj.nuget.g.targets
├── project.assets.json
└── project.nuget.cache
9 directories, 38 files