基本信息
源码名称:C#雷赛运控控制卡实例
源码大小:3.71M
文件格式:.rar
开发语言:C#
更新时间:2023-03-27
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 4 元×
微信扫码支付:4 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#雷赛运控控制卡实例
.
├── C#的雷赛板卡案例
│ ├── 例10_单轴任意速度规划PVT
│ │ ├── Backup
│ │ │ ├── 单轴任意速度规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 单轴任意速度规划PVT.csproj
│ │ │ ├── 单轴任意速度规划PVT.sln
│ │ │ └── 单轴任意速度规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 单轴任意速度规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 单轴任意速度规划PVT.exe
│ │ │ │ ├── 单轴任意速度规划PVT.pdb
│ │ │ │ ├── 单轴任意速度规划PVT.vshost.exe
│ │ │ │ └── 单轴任意速度规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 单轴任意速度规划PVT.Form1.resources
│ │ │ │ ├── 单轴任意速度规划PVT.Properties.Resources.resources
│ │ │ │ ├── 单轴任意速度规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 单轴任意速度规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 单轴任意速度规划PVT.exe
│ │ │ │ └── 单轴任意速度规划PVT.pdb
│ │ │ └── 单轴任意速度规划PVT.csproj
│ │ ├── 单轴任意速度规划PVT.sln
│ │ └── 单轴任意速度规划PVT.suo
│ ├── 例11_两轴高级轨迹规划PVT
│ │ ├── Backup
│ │ │ ├── 两轴高级轨迹规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 两轴高级轨迹规划PVT.csproj
│ │ │ ├── 两轴高级轨迹规划PVT.sln
│ │ │ └── 两轴高级轨迹规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 两轴高级轨迹规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 两轴高级轨迹规划PVT.exe
│ │ │ │ ├── 两轴高级轨迹规划PVT.pdb
│ │ │ │ ├── 两轴高级轨迹规划PVT.vshost.exe
│ │ │ │ └── 两轴高级轨迹规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 两轴高级轨迹规划PVT.Form1.resources
│ │ │ │ ├── 两轴高级轨迹规划PVT.Properties.Resources.resources
│ │ │ │ ├── 两轴高级轨迹规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 两轴高级轨迹规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 两轴高级轨迹规划PVT.exe
│ │ │ │ └── 两轴高级轨迹规划PVT.pdb
│ │ │ └── 两轴高级轨迹规划PVT.csproj
│ │ ├── 两轴高级轨迹规划PVT.sln
│ │ └── 两轴高级轨迹规划PVT.suo
│ ├── 例12_三轴高级轨迹规划PVT
│ │ ├── Backup
│ │ │ ├── 三轴高级轨迹规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 三轴高级轨迹规划PVT.csproj
│ │ │ ├── 三轴高级轨迹规划PVT.sln
│ │ │ └── 三轴高级轨迹规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 三轴高级轨迹规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 三轴高级轨迹规划PVT.exe
│ │ │ │ ├── 三轴高级轨迹规划PVT.pdb
│ │ │ │ ├── 三轴高级轨迹规划PVT.vshost.exe
│ │ │ │ └── 三轴高级轨迹规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 三轴高级轨迹规划PVT.Form1.resources
│ │ │ │ ├── 三轴高级轨迹规划PVT.Properties.Resources.resources
│ │ │ │ ├── 三轴高级轨迹规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 三轴高级轨迹规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 三轴高级轨迹规划PVT.exe
│ │ │ │ └── 三轴高级轨迹规划PVT.pdb
│ │ │ └── 三轴高级轨迹规划PVT.csproj
│ │ ├── 三轴高级轨迹规划PVT.sln
│ │ └── 三轴高级轨迹规划PVT.suo
│ ├── 例1_定长运动
│ │ ├── Backup
│ │ │ ├── 定长运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 定长运动.csproj
│ │ │ ├── 定长运动.sln
│ │ │ └── 定长运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 定长运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── LTDMC.dll
│ │ │ │ │ ├── PVT.dll
│ │ │ │ │ ├── 定长运动.exe
│ │ │ │ │ ├── 定长运动.pdb
│ │ │ │ │ ├── 定长运动.vshost.exe
│ │ │ │ │ └── 定长运动.vshost.exe.manifest
│ │ │ │ └── Release
│ │ │ │ ├── 定长运动.exe
│ │ │ │ ├── 定长运动.pdb
│ │ │ │ ├── 定长运动.vshost.exe
│ │ │ │ └── 定长运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── 定长运动.Form1.resources
│ │ │ │ │ ├── 定长运动.Properties.Resources.resources
│ │ │ │ │ ├── 定长运动.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── 定长运动.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 定长运动.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── 定长运动.exe
│ │ │ │ │ └── 定长运动.pdb
│ │ │ │ └── Release
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 定长运动.Form1.resources
│ │ │ │ ├── 定长运动.Properties.Resources.resources
│ │ │ │ ├── 定长运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 定长运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 定长运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 定长运动.exe
│ │ │ │ └── 定长运动.pdb
│ │ │ └── 定长运动.csproj
│ │ ├── 定长运动.sln
│ │ └── 定长运动.suo
│ ├── 例2_连续运动
│ │ ├── Backup
│ │ │ ├── 连续运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 连续运动.csproj
│ │ │ ├── 连续运动.sln
│ │ │ └── 连续运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 连续运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 连续运动.exe
│ │ │ │ ├── 连续运动.pdb
│ │ │ │ ├── 连续运动.vshost.exe
│ │ │ │ └── 连续运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 连续运动.Form1.resources
│ │ │ │ ├── 连续运动.Properties.Resources.resources
│ │ │ │ ├── 连续运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 连续运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 连续运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 连续运动.exe
│ │ │ │ └── 连续运动.pdb
│ │ │ └── 连续运动.csproj
│ │ ├── 连续运动.sln
│ │ └── 连续运动.suo
│ ├── 例3_回原点运动
│ │ ├── Backup
│ │ │ ├── 回原点运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 回原点运动.csproj
│ │ │ ├── 回原点运动.sln
│ │ │ └── 回原点运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 回原点运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 回原点运动.exe
│ │ │ │ ├── 回原点运动.pdb
│ │ │ │ ├── 回原点运动.vshost.exe
│ │ │ │ └── 回原点运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 回原点运动.Form1.resources
│ │ │ │ ├── 回原点运动.Properties.Resources.resources
│ │ │ │ ├── 回原点运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 回原点运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 回原点运动.exe
│ │ │ │ └── 回原点运动.pdb
│ │ │ └── 回原点运动.csproj
│ │ ├── 回原点运动.sln
│ │ └── 回原点运动.suo
│ ├── 例4_通用专用输入输出
│ │ ├── Backup
│ │ │ ├── 通用专用输入输出
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 通用专用输入输出.csproj
│ │ │ ├── 通用专用输入输出.sln
│ │ │ └── 通用专用输入输出.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 通用专用输入输出
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 通用专用输入输出.exe
│ │ │ │ ├── 通用专用输入输出.pdb
│ │ │ │ ├── 通用专用输入输出.vshost.exe
│ │ │ │ └── 通用专用输入输出.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 通用专用输入输出.Form1.resources
│ │ │ │ ├── 通用专用输入输出.Properties.Resources.resources
│ │ │ │ ├── 通用专用输入输出.csproj.FileListAbsolute.txt
│ │ │ │ ├── 通用专用输入输出.csproj.GenerateResource.Cache
│ │ │ │ ├── 通用专用输入输出.exe
│ │ │ │ └── 通用专用输入输出.pdb
│ │ │ └── 通用专用输入输出.csproj
│ │ ├── 通用专用输入输出.sln
│ │ └── 通用专用输入输出.suo
│ ├── 例5_直线插补
│ │ ├── Backup
│ │ │ ├── 直线插补
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 直线插补.csproj
│ │ │ ├── 直线插补.sln
│ │ │ └── 直线插补.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 直线插补
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 直线插补.exe
│ │ │ │ ├── 直线插补.pdb
│ │ │ │ ├── 直线插补.vshost.exe
│ │ │ │ └── 直线插补.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 直线插补.Form1.resources
│ │ │ │ ├── 直线插补.Properties.Resources.resources
│ │ │ │ ├── 直线插补.csproj.FileListAbsolute.txt
│ │ │ │ ├── 直线插补.csproj.GenerateResource.Cache
│ │ │ │ ├── 直线插补.exe
│ │ │ │ └── 直线插补.pdb
│ │ │ └── 直线插补.csproj
│ │ ├── 直线插补.sln
│ │ └── 直线插补.suo
│ ├── 例6_两轴圆弧插补
│ │ ├── Backup
│ │ │ ├── 两轴圆弧插补
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 两轴圆弧插补.csproj
│ │ │ ├── 两轴圆弧插补.sln
│ │ │ └── 两轴圆弧插补.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 两轴圆弧插补
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 两轴圆弧插补.exe
│ │ │ │ ├── 两轴圆弧插补.pdb
│ │ │ │ ├── 两轴圆弧插补.vshost.exe
│ │ │ │ └── 两轴圆弧插补.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 两轴圆弧插补.Form1.resources
│ │ │ │ ├── 两轴圆弧插补.Properties.Resources.resources
│ │ │ │ ├── 两轴圆弧插补.csproj.FileListAbsolute.txt
│ │ │ │ ├── 两轴圆弧插补.csproj.GenerateResource.Cache
│ │ │ │ ├── 两轴圆弧插补.exe
│ │ │ │ └── 两轴圆弧插补.pdb
│ │ │ └── 两轴圆弧插补.csproj
│ │ ├── 两轴圆弧插补.sln
│ │ └── 两轴圆弧插补.suo
│ ├── 例7_手轮运动
│ │ ├── Backup
│ │ │ ├── 手轮运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 手轮运动.csproj
│ │ │ ├── 手轮运动.sln
│ │ │ └── 手轮运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 手轮运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 手轮运动.exe
│ │ │ │ ├── 手轮运动.pdb
│ │ │ │ ├── 手轮运动.vshost.exe
│ │ │ │ └── 手轮运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 手轮运动.Form1.resources
│ │ │ │ ├── 手轮运动.Properties.Resources.resources
│ │ │ │ ├── 手轮运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 手轮运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 手轮运动.exe
│ │ │ │ └── 手轮运动.pdb
│ │ │ └── 手轮运动.csproj
│ │ ├── 手轮运动.sln
│ │ └── 手轮运动.suo
│ ├── 例8_单轴点位运动
│ │ ├── Backup
│ │ │ ├── 单轴点位运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 单轴点位运动.csproj
│ │ │ ├── 单轴点位运动.sln
│ │ │ └── 单轴点位运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 单轴点位运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 单轴点位运动.exe
│ │ │ │ ├── 单轴点位运动.pdb
│ │ │ │ ├── 单轴点位运动.vshost.exe
│ │ │ │ └── 单轴点位运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 单轴点位运动.Form1.resources
│ │ │ │ ├── 单轴点位运动.Properties.Resources.resources
│ │ │ │ ├── 单轴点位运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 单轴点位运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 单轴点位运动.exe
│ │ │ │ └── 单轴点位运动.pdb
│ │ │ └── 单轴点位运动.csproj
│ │ ├── 单轴点位运动.sln
│ │ └── 单轴点位运动.suo
│ └── 例9_轨迹运动
│ ├── Backup
│ │ ├── 轨迹运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── 轨迹运动.csproj
│ │ ├── 轨迹运动.sln
│ │ └── 轨迹运动.suo
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── 轨迹运动
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── LTDMC.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── LTDMC.h
│ │ │ │ ├── LTDMC.lib
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 轨迹运动.exe
│ │ │ │ ├── 轨迹运动.pdb
│ │ │ │ ├── 轨迹运动.vshost.exe
│ │ │ │ └── 轨迹运动.vshost.exe.manifest
│ │ │ └── Release
│ │ │ ├── 轨迹运动.exe
│ │ │ └── 轨迹运动.pdb
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 轨迹运动.Form1.resources
│ │ │ │ ├── 轨迹运动.Properties.Resources.resources
│ │ │ │ ├── 轨迹运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 轨迹运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 轨迹运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 轨迹运动.exe
│ │ │ │ └── 轨迹运动.pdb
│ │ │ └── Release
│ │ │ ├── TempPE
│ │ │ ├── 轨迹运动.Form1.resources
│ │ │ ├── 轨迹运动.Properties.Resources.resources
│ │ │ ├── 轨迹运动.csproj.FileListAbsolute.txt
│ │ │ ├── 轨迹运动.csproj.GenerateResource.Cache
│ │ │ ├── 轨迹运动.exe
│ │ │ └── 轨迹运动.pdb
│ │ └── 轨迹运动.csproj
│ ├── 轨迹运动.sln
│ └── 轨迹运动.suo
└── 好例子网_C#的雷赛板卡案例.rar
151 directories, 605 files
C#雷赛运控控制卡实例
.
├── C#的雷赛板卡案例
│ ├── 例10_单轴任意速度规划PVT
│ │ ├── Backup
│ │ │ ├── 单轴任意速度规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 单轴任意速度规划PVT.csproj
│ │ │ ├── 单轴任意速度规划PVT.sln
│ │ │ └── 单轴任意速度规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 单轴任意速度规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 单轴任意速度规划PVT.exe
│ │ │ │ ├── 单轴任意速度规划PVT.pdb
│ │ │ │ ├── 单轴任意速度规划PVT.vshost.exe
│ │ │ │ └── 单轴任意速度规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 单轴任意速度规划PVT.Form1.resources
│ │ │ │ ├── 单轴任意速度规划PVT.Properties.Resources.resources
│ │ │ │ ├── 单轴任意速度规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 单轴任意速度规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 单轴任意速度规划PVT.exe
│ │ │ │ └── 单轴任意速度规划PVT.pdb
│ │ │ └── 单轴任意速度规划PVT.csproj
│ │ ├── 单轴任意速度规划PVT.sln
│ │ └── 单轴任意速度规划PVT.suo
│ ├── 例11_两轴高级轨迹规划PVT
│ │ ├── Backup
│ │ │ ├── 两轴高级轨迹规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 两轴高级轨迹规划PVT.csproj
│ │ │ ├── 两轴高级轨迹规划PVT.sln
│ │ │ └── 两轴高级轨迹规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 两轴高级轨迹规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 两轴高级轨迹规划PVT.exe
│ │ │ │ ├── 两轴高级轨迹规划PVT.pdb
│ │ │ │ ├── 两轴高级轨迹规划PVT.vshost.exe
│ │ │ │ └── 两轴高级轨迹规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 两轴高级轨迹规划PVT.Form1.resources
│ │ │ │ ├── 两轴高级轨迹规划PVT.Properties.Resources.resources
│ │ │ │ ├── 两轴高级轨迹规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 两轴高级轨迹规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 两轴高级轨迹规划PVT.exe
│ │ │ │ └── 两轴高级轨迹规划PVT.pdb
│ │ │ └── 两轴高级轨迹规划PVT.csproj
│ │ ├── 两轴高级轨迹规划PVT.sln
│ │ └── 两轴高级轨迹规划PVT.suo
│ ├── 例12_三轴高级轨迹规划PVT
│ │ ├── Backup
│ │ │ ├── 三轴高级轨迹规划PVT
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 三轴高级轨迹规划PVT.csproj
│ │ │ ├── 三轴高级轨迹规划PVT.sln
│ │ │ └── 三轴高级轨迹规划PVT.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 三轴高级轨迹规划PVT
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 三轴高级轨迹规划PVT.exe
│ │ │ │ ├── 三轴高级轨迹规划PVT.pdb
│ │ │ │ ├── 三轴高级轨迹规划PVT.vshost.exe
│ │ │ │ └── 三轴高级轨迹规划PVT.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 三轴高级轨迹规划PVT.Form1.resources
│ │ │ │ ├── 三轴高级轨迹规划PVT.Properties.Resources.resources
│ │ │ │ ├── 三轴高级轨迹规划PVT.csproj.FileListAbsolute.txt
│ │ │ │ ├── 三轴高级轨迹规划PVT.csproj.GenerateResource.Cache
│ │ │ │ ├── 三轴高级轨迹规划PVT.exe
│ │ │ │ └── 三轴高级轨迹规划PVT.pdb
│ │ │ └── 三轴高级轨迹规划PVT.csproj
│ │ ├── 三轴高级轨迹规划PVT.sln
│ │ └── 三轴高级轨迹规划PVT.suo
│ ├── 例1_定长运动
│ │ ├── Backup
│ │ │ ├── 定长运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 定长运动.csproj
│ │ │ ├── 定长运动.sln
│ │ │ └── 定长运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 定长运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── LTDMC.dll
│ │ │ │ │ ├── PVT.dll
│ │ │ │ │ ├── 定长运动.exe
│ │ │ │ │ ├── 定长运动.pdb
│ │ │ │ │ ├── 定长运动.vshost.exe
│ │ │ │ │ └── 定长运动.vshost.exe.manifest
│ │ │ │ └── Release
│ │ │ │ ├── 定长运动.exe
│ │ │ │ ├── 定长运动.pdb
│ │ │ │ ├── 定长运动.vshost.exe
│ │ │ │ └── 定长运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── 定长运动.Form1.resources
│ │ │ │ │ ├── 定长运动.Properties.Resources.resources
│ │ │ │ │ ├── 定长运动.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── 定长运动.csproj.GenerateResource.Cache
│ │ │ │ │ ├── 定长运动.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── 定长运动.exe
│ │ │ │ │ └── 定长运动.pdb
│ │ │ │ └── Release
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 定长运动.Form1.resources
│ │ │ │ ├── 定长运动.Properties.Resources.resources
│ │ │ │ ├── 定长运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 定长运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 定长运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 定长运动.exe
│ │ │ │ └── 定长运动.pdb
│ │ │ └── 定长运动.csproj
│ │ ├── 定长运动.sln
│ │ └── 定长运动.suo
│ ├── 例2_连续运动
│ │ ├── Backup
│ │ │ ├── 连续运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 连续运动.csproj
│ │ │ ├── 连续运动.sln
│ │ │ └── 连续运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 连续运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 连续运动.exe
│ │ │ │ ├── 连续运动.pdb
│ │ │ │ ├── 连续运动.vshost.exe
│ │ │ │ └── 连续运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 连续运动.Form1.resources
│ │ │ │ ├── 连续运动.Properties.Resources.resources
│ │ │ │ ├── 连续运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 连续运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 连续运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 连续运动.exe
│ │ │ │ └── 连续运动.pdb
│ │ │ └── 连续运动.csproj
│ │ ├── 连续运动.sln
│ │ └── 连续运动.suo
│ ├── 例3_回原点运动
│ │ ├── Backup
│ │ │ ├── 回原点运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 回原点运动.csproj
│ │ │ ├── 回原点运动.sln
│ │ │ └── 回原点运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 回原点运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 回原点运动.exe
│ │ │ │ ├── 回原点运动.pdb
│ │ │ │ ├── 回原点运动.vshost.exe
│ │ │ │ └── 回原点运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 回原点运动.Form1.resources
│ │ │ │ ├── 回原点运动.Properties.Resources.resources
│ │ │ │ ├── 回原点运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 回原点运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 回原点运动.exe
│ │ │ │ └── 回原点运动.pdb
│ │ │ └── 回原点运动.csproj
│ │ ├── 回原点运动.sln
│ │ └── 回原点运动.suo
│ ├── 例4_通用专用输入输出
│ │ ├── Backup
│ │ │ ├── 通用专用输入输出
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 通用专用输入输出.csproj
│ │ │ ├── 通用专用输入输出.sln
│ │ │ └── 通用专用输入输出.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 通用专用输入输出
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 通用专用输入输出.exe
│ │ │ │ ├── 通用专用输入输出.pdb
│ │ │ │ ├── 通用专用输入输出.vshost.exe
│ │ │ │ └── 通用专用输入输出.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 通用专用输入输出.Form1.resources
│ │ │ │ ├── 通用专用输入输出.Properties.Resources.resources
│ │ │ │ ├── 通用专用输入输出.csproj.FileListAbsolute.txt
│ │ │ │ ├── 通用专用输入输出.csproj.GenerateResource.Cache
│ │ │ │ ├── 通用专用输入输出.exe
│ │ │ │ └── 通用专用输入输出.pdb
│ │ │ └── 通用专用输入输出.csproj
│ │ ├── 通用专用输入输出.sln
│ │ └── 通用专用输入输出.suo
│ ├── 例5_直线插补
│ │ ├── Backup
│ │ │ ├── 直线插补
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 直线插补.csproj
│ │ │ ├── 直线插补.sln
│ │ │ └── 直线插补.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 直线插补
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 直线插补.exe
│ │ │ │ ├── 直线插补.pdb
│ │ │ │ ├── 直线插补.vshost.exe
│ │ │ │ └── 直线插补.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 直线插补.Form1.resources
│ │ │ │ ├── 直线插补.Properties.Resources.resources
│ │ │ │ ├── 直线插补.csproj.FileListAbsolute.txt
│ │ │ │ ├── 直线插补.csproj.GenerateResource.Cache
│ │ │ │ ├── 直线插补.exe
│ │ │ │ └── 直线插补.pdb
│ │ │ └── 直线插补.csproj
│ │ ├── 直线插补.sln
│ │ └── 直线插补.suo
│ ├── 例6_两轴圆弧插补
│ │ ├── Backup
│ │ │ ├── 两轴圆弧插补
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 两轴圆弧插补.csproj
│ │ │ ├── 两轴圆弧插补.sln
│ │ │ └── 两轴圆弧插补.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 两轴圆弧插补
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 两轴圆弧插补.exe
│ │ │ │ ├── 两轴圆弧插补.pdb
│ │ │ │ ├── 两轴圆弧插补.vshost.exe
│ │ │ │ └── 两轴圆弧插补.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 两轴圆弧插补.Form1.resources
│ │ │ │ ├── 两轴圆弧插补.Properties.Resources.resources
│ │ │ │ ├── 两轴圆弧插补.csproj.FileListAbsolute.txt
│ │ │ │ ├── 两轴圆弧插补.csproj.GenerateResource.Cache
│ │ │ │ ├── 两轴圆弧插补.exe
│ │ │ │ └── 两轴圆弧插补.pdb
│ │ │ └── 两轴圆弧插补.csproj
│ │ ├── 两轴圆弧插补.sln
│ │ └── 两轴圆弧插补.suo
│ ├── 例7_手轮运动
│ │ ├── Backup
│ │ │ ├── 手轮运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 手轮运动.csproj
│ │ │ ├── 手轮运动.sln
│ │ │ └── 手轮运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 手轮运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 手轮运动.exe
│ │ │ │ ├── 手轮运动.pdb
│ │ │ │ ├── 手轮运动.vshost.exe
│ │ │ │ └── 手轮运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 手轮运动.Form1.resources
│ │ │ │ ├── 手轮运动.Properties.Resources.resources
│ │ │ │ ├── 手轮运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 手轮运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 手轮运动.exe
│ │ │ │ └── 手轮运动.pdb
│ │ │ └── 手轮运动.csproj
│ │ ├── 手轮运动.sln
│ │ └── 手轮运动.suo
│ ├── 例8_单轴点位运动
│ │ ├── Backup
│ │ │ ├── 单轴点位运动
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LTDMC.cs
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── 单轴点位运动.csproj
│ │ │ ├── 单轴点位运动.sln
│ │ │ └── 单轴点位运动.suo
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── 单轴点位运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 单轴点位运动.exe
│ │ │ │ ├── 单轴点位运动.pdb
│ │ │ │ ├── 单轴点位运动.vshost.exe
│ │ │ │ └── 单轴点位运动.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 单轴点位运动.Form1.resources
│ │ │ │ ├── 单轴点位运动.Properties.Resources.resources
│ │ │ │ ├── 单轴点位运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 单轴点位运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 单轴点位运动.exe
│ │ │ │ └── 单轴点位运动.pdb
│ │ │ └── 单轴点位运动.csproj
│ │ ├── 单轴点位运动.sln
│ │ └── 单轴点位运动.suo
│ └── 例9_轨迹运动
│ ├── Backup
│ │ ├── 轨迹运动
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── 轨迹运动.csproj
│ │ ├── 轨迹运动.sln
│ │ └── 轨迹运动.suo
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport.xslt
│ │ ├── UpgradeReport_Minus.gif
│ │ └── UpgradeReport_Plus.gif
│ ├── 轨迹运动
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── LTDMC.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── LTDMC.h
│ │ │ │ ├── LTDMC.lib
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── 轨迹运动.exe
│ │ │ │ ├── 轨迹运动.pdb
│ │ │ │ ├── 轨迹运动.vshost.exe
│ │ │ │ └── 轨迹运动.vshost.exe.manifest
│ │ │ └── Release
│ │ │ ├── 轨迹运动.exe
│ │ │ └── 轨迹运动.pdb
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 轨迹运动.Form1.resources
│ │ │ │ ├── 轨迹运动.Properties.Resources.resources
│ │ │ │ ├── 轨迹运动.csproj.FileListAbsolute.txt
│ │ │ │ ├── 轨迹运动.csproj.GenerateResource.Cache
│ │ │ │ ├── 轨迹运动.csprojResolveAssemblyReference.cache
│ │ │ │ ├── 轨迹运动.exe
│ │ │ │ └── 轨迹运动.pdb
│ │ │ └── Release
│ │ │ ├── TempPE
│ │ │ ├── 轨迹运动.Form1.resources
│ │ │ ├── 轨迹运动.Properties.Resources.resources
│ │ │ ├── 轨迹运动.csproj.FileListAbsolute.txt
│ │ │ ├── 轨迹运动.csproj.GenerateResource.Cache
│ │ │ ├── 轨迹运动.exe
│ │ │ └── 轨迹运动.pdb
│ │ └── 轨迹运动.csproj
│ ├── 轨迹运动.sln
│ └── 轨迹运动.suo
└── 好例子网_C#的雷赛板卡案例.rar
151 directories, 605 files