在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#雷赛运控控制卡实例

C#雷赛运控控制卡实例

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:3.71M
  • 下载次数:47
  • 浏览次数:234
  • 发布时间:2023-03-27
  • 实例类别:C#语言基础
  • 发 布 人:哒哒哒哒A
  • 文件格式:.rar
  • 所需积分:4
 相关标签: 控制卡 雷赛 运控 控制 C#

实例介绍

【实例简介】C#雷赛运控控制卡实例

【实例截图】

from clipboard

【核心代码】
.
├── 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#雷赛运控控制卡实例

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警