实例介绍
本程序用于实现研华运动控制在PC端用labview程序实现各种运动控制
【实例截图】
【核心代码】
Common_Motion
└── Common Motion
├── Examples
│ ├── General
│ │ ├── General.bas
│ │ └── General.h
│ └── Windows
│ ├── C#
│ │ ├── AIO
│ │ │ ├── AIO.csproj
│ │ │ ├── AIO.sln
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── AIO.exe
│ │ │ │ └── AIO.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ARC
│ │ │ ├── ARC.csproj
│ │ │ ├── ARC.sln
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── ARC.exe
│ │ │ │ └── ARC.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Change_P
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Change_P.exe
│ │ │ │ └── Change_P.exe.manifest
│ │ │ ├── Change_P.csproj
│ │ │ ├── Change_P.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Change_V
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Change_V.exe
│ │ │ │ └── Change_V.exe.manifest
│ │ │ ├── Change_V.csproj
│ │ │ ├── Change_V.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── CMove
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── CMove.exe
│ │ │ │ └── CMove.exe.manifest
│ │ │ ├── CMove.csproj
│ │ │ ├── CMove.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Compare
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Compare.exe
│ │ │ │ └── Compare.exe.manifest
│ │ │ ├── Compare.csproj
│ │ │ ├── Compare.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DataProtect
│ │ │ ├── DataProtect
│ │ │ │ ├── bin
│ │ │ │ │ └── Release
│ │ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ │ ├── DataProtect.exe
│ │ │ │ │ └── DataProtect.exe.manifest
│ │ │ │ ├── DataProtect.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── DataProtect.sln
│ │ ├── Device DIO
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Device DIO.exe
│ │ │ │ └── Device DIO.exe.manifest
│ │ │ ├── Device DIO.csproj
│ │ │ ├── Device DIO.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DIO
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── DIO.exe
│ │ │ │ └── DIO.exe.manifest
│ │ │ ├── DIO.csproj
│ │ │ ├── DIO.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Direct
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Direct.exe
│ │ │ │ └── Direct.exe.manifest
│ │ │ ├── Direct.csproj
│ │ │ ├── Direct.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── E-CAM
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── E-CAM.exe
│ │ │ │ └── E-CAM.exe.manifest
│ │ │ ├── E-CAM.csproj
│ │ │ ├── E-CAM.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── E-Gear
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── E-Gear.exe
│ │ │ │ └── E-Gear.exe.manifest
│ │ │ ├── E-Gear.csproj
│ │ │ ├── E-Gear.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Event
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Event.exe
│ │ │ │ └── Event.exe.manifest
│ │ │ ├── Event.csproj
│ │ │ ├── Event.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Gantry
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Gantry.exe
│ │ │ │ └── Gantry.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Gantry.csproj
│ │ │ ├── Gantry.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── GMSystem
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ └── GMSystem.exe
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GMSystem.csproj
│ │ │ ├── GMSystem.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Helix
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Helix.exe
│ │ │ │ └── Helix.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Helix.csproj
│ │ │ ├── Helix.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Home
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Home.exe
│ │ │ │ └── Home.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Home.csproj
│ │ │ ├── Home.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Latch
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Latch.exe
│ │ │ │ └── Latch.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Latch.csproj
│ │ │ ├── Latch.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── LatchBuffer
│ │ │ ├── LatchBuffer
│ │ │ │ ├── bin
│ │ │ │ │ └── Release
│ │ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ │ ├── LatchBuffer.exe
│ │ │ │ │ └── LatchBuffer.exe.manifest
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LatchBuffer.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── LatchBuffer.sln
│ │ ├── Line
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Line.exe
│ │ │ │ └── Line.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Line.csproj
│ │ │ ├── Line.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DataSources
│ │ │ │ └── Form1.datasource
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Motion DAQ
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Motion DAQ.exe
│ │ │ │ └── Motion DAQ.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── FormMotionDaqConfig.cs
│ │ │ ├── FormMotionDaqConfig.Designer.cs
│ │ │ ├── FormMotionDaqConfig.resx
│ │ │ ├── Motion DAQ.csproj
│ │ │ ├── Motion DAQ.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MoveImpose
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── MoveImpose.exe
│ │ │ │ └── MoveImpose.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MoveImpose.csproj
│ │ │ ├── MoveImpose.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── MPG_JOG
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── MPG_JOG.exe
│ │ │ │ └── MPG_JOG.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MPG_JOG.csproj
│ │ │ ├── MPG_JOG.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Path
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Path.exe
│ │ │ │ └── Path.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Path.csproj
│ │ │ ├── Path.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PCI1265 Path
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Path.exe
│ │ │ │ └── Path.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Path.csproj
│ │ │ ├── Path.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PTP
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── PTP.exe
│ │ │ │ └── PTP.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── PTP.csproj
│ │ │ └── PTP.sln
│ │ ├── SetCardRelation
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── SetCardRelation.exe
│ │ │ │ └── SetCardRelation.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SetCardRelation.csproj
│ │ │ └── SetCardRelation.sln
│ │ ├── SimulateOpe
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── SimulateOpe.exe
│ │ │ │ └── SimulateOpe.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SimulateOpe.csproj
│ │ │ └── SimulateOpe.sln
│ │ └── Tangent
│ │ ├── bin
│ │ │ └── Release
│ │ │ ├── AdvMotAPI.dll
│ │ │ ├── Tangent.exe
│ │ │ └── Tangent.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Tangent.csproj
│ │ └── Tangent.sln
│ ├── VBDOTNET
│ │ ├── AIO
│ │ │ ├── AIO.sln
│ │ │ ├── AIO.vbproj
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── AIO.exe
│ │ │ │ └── AIO.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── ARC
│ │ │ ├── ARC.sln
│ │ │ ├── ARC.vbproj
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── ARC.exe
│ │ │ │ └── ARC.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── Change_P
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Change_P.exe
│ │ │ │ └── Change_P.exe.manifest
│ │ │ ├── Change_P.sln
│ │ │ ├── Change_P.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── Change_V
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Change_V.exe
│ │ │ │ └── Change_V.exe.manifest
│ │ │ ├── Change_V.sln
│ │ │ ├── Change_V.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── CMove
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── CMove.exe
│ │ │ │ └── CMove.exe.manifest
│ │ │ ├── CMove.sln
│ │ │ ├── CMove.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── Compare
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Compare.exe
│ │ │ │ └── Compare.exe.manifest
│ │ │ ├── Compare.sln
│ │ │ ├── Compare.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── DataProtect
│ │ │ ├── DataProtect
│ │ │ │ ├── bin
│ │ │ │ │ └── Release
│ │ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ │ ├── DataProtect.exe
│ │ │ │ │ └── DataProtect.exe.manifest
│ │ │ │ ├── DataProtect.vbproj
│ │ │ │ ├── Form1.Designer.vb
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form1.vb
│ │ │ │ └── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ └── DataProtect.sln
│ │ ├── Device DIO
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Device DIO.exe
│ │ │ │ └── Device DIO.exe.manifest
│ │ │ ├── Device DIO.sln
│ │ │ ├── Device DIO.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── DIO
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── DIO.exe
│ │ │ │ └── DIO.exe.manifest
│ │ │ ├── DIO.sln
│ │ │ ├── DIO.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── Direct
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Direct.exe
│ │ │ │ └── Direct.exe.manifest
│ │ │ ├── Direct.sln
│ │ │ ├── Direct.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── E-CAM
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── E-CAM.exe
│ │ │ │ └── E-CAM.exe.manifest
│ │ │ ├── E-CAM.sln
│ │ │ ├── E-CAM.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── E-Gear
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── E-Gear.exe
│ │ │ │ └── E-Gear.exe.manifest
│ │ │ ├── E-Gear.sln
│ │ │ ├── E-Gear.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── Event
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Event.exe
│ │ │ │ └── Event.exe.manifest
│ │ │ ├── Event.sln
│ │ │ ├── Event.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── Gantry
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Gantry.exe
│ │ │ │ └── Gantry.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── Gantry.sln
│ │ │ ├── Gantry.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── GMSystem
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ └── GMSystem.exe
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── GMSystem.sln
│ │ │ ├── GMSystem.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── Helix
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Helix.exe
│ │ │ │ └── Helix.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── Helix.sln
│ │ │ ├── Helix.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── Home
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Home.exe
│ │ │ │ └── Home.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── Home.sln
│ │ │ ├── Home.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── Latch
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Latch.exe
│ │ │ │ └── Latch.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── Latch.sln
│ │ │ ├── Latch.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── LatchBuffer
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── LatchBuffer.exe
│ │ │ │ └── LatchBuffer.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── LatchBuffer.sln
│ │ │ ├── LatchBuffer.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── Line
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Line.exe
│ │ │ │ └── Line.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── Line.sln
│ │ │ ├── Line.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── Motion DAQ
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Motion DAQ.exe
│ │ │ │ └── Motion DAQ.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── FormMotionDaqConfig.Designer.vb
│ │ │ ├── FormMotionDaqConfig.resx
│ │ │ ├── FormMotionDaqConfig.vb
│ │ │ ├── Motion DAQ.sln
│ │ │ ├── Motion DAQ.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── MoveImpose
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── MoveImpose.exe
│ │ │ │ └── MoveImpose.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── MoveImpose.sln
│ │ │ ├── MoveImpose.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── MPG_JOG
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── MPG_JOG.exe
│ │ │ │ └── MPG_JOG.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── MPG_JOG.sln
│ │ │ ├── MPG_JOG.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ └── Settings.Designer.vb
│ │ ├── Path
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Path.exe
│ │ │ │ └── Path.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ └── Settings.Designer.vb
│ │ │ ├── Path.sln
│ │ │ └── Path.vbproj
│ │ ├── PCI1265 Path
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── Path.exe
│ │ │ │ └── Path.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ └── Settings.Designer.vb
│ │ │ ├── Path.sln
│ │ │ └── Path.vbproj
│ │ ├── PTP
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── PTP.exe
│ │ │ │ └── PTP.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ └── Settings.Designer.vb
│ │ │ ├── PTP.sln
│ │ │ └── PTP.vbproj
│ │ ├── SetCardRelation
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── SetCardRelation.exe
│ │ │ │ └── SetCardRelation.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ └── Settings.Designer.vb
│ │ │ ├── SetCardRelation.sln
│ │ │ └── SetCardRelation.vbproj
│ │ ├── SimulateOpe
│ │ │ ├── bin
│ │ │ │ └── Release
│ │ │ │ ├── AdvMotAPI.dll
│ │ │ │ ├── SimulateOpe.exe
│ │ │ │ └── SimulateOpe.exe.manifest
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── SimulateOpe.sln
│ │ │ └── SimulateOpe.vbproj
│ │ └── Tangent
│ │ ├── bin
│ │ │ └── Release
│ │ │ ├── AdvMotAPI.dll
│ │ │ ├── Tangent.exe
│ │ │ └── Tangent.exe.manifest
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── Tangent.sln
│ │ └── Tangent.vbproj
│ └── VC_x64
│ ├── AIO
│ │ ├── AIO.APS
│ │ ├── AIO.clw
│ │ ├── AIO.cpp
│ │ ├── AIODlg.cpp
│ │ ├── AIODlg.h
│ │ ├── AIO.dsp
│ │ ├── AIO.dsw
│ │ ├── AIO.h
│ │ ├── AIO.rc
│ │ ├── AIO.sln
│ │ ├── AIO.vcproj
│ │ ├── App.manifest
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── AIO.exe
│ │ ├── res
│ │ │ ├── AIO.ico
│ │ │ ├── AIO.rc2
│ │ │ └── default1.bin
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── ARC
│ │ ├── App.manifest
│ │ ├── ARC.cpp
│ │ ├── ARCDlg.cpp
│ │ ├── ARCDlg.h
│ │ ├── ARC.dsp
│ │ ├── ARC.dsw
│ │ ├── ARC.h
│ │ ├── ARC.rc
│ │ ├── ARC.sln
│ │ ├── ARC.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── ARC.exe
│ │ ├── res
│ │ │ ├── ARC.ico
│ │ │ ├── ARC.rc2
│ │ │ └── Thumbs.db
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Change_P
│ │ ├── App.manifest
│ │ ├── Change_P.cpp
│ │ ├── Change_PDlg.cpp
│ │ ├── Change_PDlg.h
│ │ ├── Change_P.dsp
│ │ ├── Change_P.dsw
│ │ ├── Change_P.h
│ │ ├── Change_P.rc
│ │ ├── Change_P.sln
│ │ ├── Change_P.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Change_P.exe
│ │ ├── res
│ │ │ ├── Change_P.ico
│ │ │ └── Change_P.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Change_V
│ │ ├── App.manifest
│ │ ├── Change_V.cpp
│ │ ├── Change_VDlg.cpp
│ │ ├── Change_VDlg.h
│ │ ├── Change_V.dsp
│ │ ├── Change_V.dsw
│ │ ├── Change_V.h
│ │ ├── Change_V.rc
│ │ ├── Change_V.sln
│ │ ├── Change_V.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Change_V.exe
│ │ ├── res
│ │ │ ├── Change_V.ico
│ │ │ └── Change_V.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── CMove
│ │ ├── App.manifest
│ │ ├── CMove.cpp
│ │ ├── CMoveDlg.cpp
│ │ ├── CMoveDlg.h
│ │ ├── CMove.dsp
│ │ ├── CMove.dsw
│ │ ├── CMove.h
│ │ ├── CMove.rc
│ │ ├── CMove.sln
│ │ ├── CMove.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── CMove.exe
│ │ ├── res
│ │ │ ├── CMove.ico
│ │ │ └── CMove.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Compare
│ │ ├── App.manifest
│ │ ├── Compare.cpp
│ │ ├── CompareDlg.cpp
│ │ ├── CompareDlg.h
│ │ ├── Compare.dsp
│ │ ├── Compare.dsw
│ │ ├── Compare.h
│ │ ├── Compare.rc
│ │ ├── Compare.sln
│ │ ├── Compare.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Compare.exe
│ │ ├── res
│ │ │ ├── Compare.ico
│ │ │ └── Compare.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── DataProtect
│ │ ├── App.manifest
│ │ ├── DataProtect.aps
│ │ ├── DataProtect.cpp
│ │ ├── DataProtectDlg.cpp
│ │ ├── DataProtectDlg.h
│ │ ├── DataProtect.dsp
│ │ ├── DataProtect.dsw
│ │ ├── DataProtect.h
│ │ ├── DataProtect.rc
│ │ ├── DataProtect.sln
│ │ ├── DataProtect.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── DataProtect.exe
│ │ ├── res
│ │ │ ├── DataProtect.ico
│ │ │ └── DataProtect.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Device DIO
│ │ ├── App.manifest
│ │ ├── Device DIO.aps
│ │ ├── Device DIO.cpp
│ │ ├── Device DIODlg.cpp
│ │ ├── Device DIODlg.h
│ │ ├── Device DIO.dsp
│ │ ├── Device DIO.dsw
│ │ ├── Device DIO.h
│ │ ├── Device DIO.rc
│ │ ├── Device DIO.sln
│ │ ├── Device DIO.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Device DIO.exe
│ │ ├── res
│ │ │ ├── Device DIO.ico
│ │ │ └── Device DIO.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── DIO
│ │ ├── App.manifest
│ │ ├── DIO.cpp
│ │ ├── DIODlg.cpp
│ │ ├── DIODlg.h
│ │ ├── DIO.dsp
│ │ ├── DIO.dsw
│ │ ├── DIO.h
│ │ ├── DIO.rc
│ │ ├── DIO.sln
│ │ ├── DIO.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── DIO.exe
│ │ ├── res
│ │ │ ├── DIO.ico
│ │ │ └── DIO.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Direct
│ │ ├── App.manifest
│ │ ├── Direct.aps
│ │ ├── Direct.cpp
│ │ ├── DirectDlg.cpp
│ │ ├── DirectDlg.h
│ │ ├── Direct.dsp
│ │ ├── Direct.dsw
│ │ ├── Direct.h
│ │ ├── Direct.rc
│ │ ├── Direct.sln
│ │ ├── Direct.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Direct.exe
│ │ ├── res
│ │ │ ├── Direct.ico
│ │ │ └── Direct.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── E_CAM
│ │ ├── App.manifest
│ │ ├── E_CAM.APS
│ │ ├── E_CAM.cpp
│ │ ├── E_CAMDlg.cpp
│ │ ├── E_CAMDlg.h
│ │ ├── E_CAM.dsp
│ │ ├── E_CAM.dsw
│ │ ├── E_CAM.h
│ │ ├── E_CAM.rc
│ │ ├── E_CAM.sln
│ │ ├── E_CAM.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── E_CAM.exe
│ │ ├── res
│ │ │ ├── E_CAM.ico
│ │ │ └── E_CAM.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── E_Gear
│ │ ├── App.manifest
│ │ ├── E_Gear.aps
│ │ ├── E_Gear.cpp
│ │ ├── E_GearDlg.cpp
│ │ ├── E_GearDlg.h
│ │ ├── E_Gear.dsp
│ │ ├── E_Gear.dsw
│ │ ├── E_Gear.h
│ │ ├── E_Gear.rc
│ │ ├── E_Gear.sln
│ │ ├── E_Gear.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── E_Gear.exe
│ │ ├── res
│ │ │ ├── E_Gear.ico
│ │ │ └── E_Gear.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Event
│ │ ├── App.manifest
│ │ ├── Event.cpp
│ │ ├── EventDlg.cpp
│ │ ├── EventDlg.h
│ │ ├── Event.dsp
│ │ ├── Event.dsw
│ │ ├── Event.h
│ │ ├── Event.rc
│ │ ├── Event.sln
│ │ ├── Event.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Event.exe
│ │ ├── res
│ │ │ ├── Event.ico
│ │ │ └── Event.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Gantry
│ │ ├── App.manifest
│ │ ├── Gantry.aps
│ │ ├── Gantry.cpp
│ │ ├── GantryDlg.cpp
│ │ ├── GantryDlg.h
│ │ ├── Gantry.dsp
│ │ ├── Gantry.dsw
│ │ ├── Gantry.h
│ │ ├── Gantry.rc
│ │ ├── Gantry.sln
│ │ ├── Gantry.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Gantry.exe
│ │ ├── res
│ │ │ ├── Gantry.ico
│ │ │ └── Gantry.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── GMSystem
│ │ ├── GMSystem.cpp
│ │ ├── GMSystemDlg.cpp
│ │ ├── GMSystemDlg.h
│ │ ├── GMSYSTEM.dsp
│ │ ├── GMSYSTEM.dsw
│ │ ├── GMSystem.h
│ │ ├── GMSystem.rc
│ │ ├── GMSystem.sln
│ │ ├── GMSystem.vcproj
│ │ ├── Log.txt
│ │ ├── ReadMe.txt
│ │ ├── Release_x64
│ │ │ └── GMSystem.exe
│ │ ├── res
│ │ │ ├── GMSystem.ico
│ │ │ └── GMSystem.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── Helix
│ │ ├── App.manifest
│ │ ├── Helix.cpp
│ │ ├── HelixDlg.cpp
│ │ ├── HelixDlg.h
│ │ ├── Helix.dsp
│ │ ├── Helix.dsw
│ │ ├── Helix.h
│ │ ├── Helix.rc
│ │ ├── Helix.sln
│ │ ├── Helix.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Helix.exe
│ │ ├── res
│ │ │ ├── Helix.ico
│ │ │ └── Helix.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Home
│ │ ├── App.manifest
│ │ ├── Home.cpp
│ │ ├── HomeDlg.cpp
│ │ ├── HomeDlg.h
│ │ ├── Home.dsp
│ │ ├── Home.dsw
│ │ ├── Home.h
│ │ ├── Home.rc
│ │ ├── Home.sln
│ │ ├── Home.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Home.exe
│ │ ├── res
│ │ │ ├── false.bmp
│ │ │ ├── High.ico
│ │ │ ├── Home.ico
│ │ │ ├── Home.rc2
│ │ │ └── true.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Latch
│ │ ├── App.manifest
│ │ ├── Latch.aps
│ │ ├── Latch.cpp
│ │ ├── LatchDlg.cpp
│ │ ├── LatchDlg.h
│ │ ├── Latch.dsp
│ │ ├── Latch.dsw
│ │ ├── Latch.h
│ │ ├── Latch.rc
│ │ ├── Latch.sln
│ │ ├── Latch.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Latch.exe
│ │ ├── res
│ │ │ ├── Latch.ico
│ │ │ └── Latch.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── LatchBuff
│ │ ├── App.manifest
│ │ ├── LatchBuff.aps
│ │ ├── LatchBuff.cpp
│ │ ├── LatchBuffDlg.cpp
│ │ ├── LatchBuffDlg.h
│ │ ├── LatchBuff.dsp
│ │ ├── LatchBuff.dsw
│ │ ├── LatchBuff.h
│ │ ├── LatchBuff.rc
│ │ ├── LatchBuff.sln
│ │ ├── LatchBuff.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── LatchBuff.exe
│ │ ├── res
│ │ │ ├── LatchBuff.ico
│ │ │ └── LatchBuff.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Line
│ │ ├── App.manifest
│ │ ├── Line.cpp
│ │ ├── LineDlg.cpp
│ │ ├── LineDlg.h
│ │ ├── Line.dsp
│ │ ├── Line.dsw
│ │ ├── Line.h
│ │ ├── Line.rc
│ │ ├── Line.sln
│ │ ├── Line.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Line.exe
│ │ ├── res
│ │ │ ├── Line.ico
│ │ │ └── Line.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Motion DAQ
│ │ ├── App.manifest
│ │ ├── Motion DAQ.aps
│ │ ├── Motion DAQ.clw
│ │ ├── Motion DAQ.cpp
│ │ ├── Motion DAQDlg.cpp
│ │ ├── Motion DAQDlg.h
│ │ ├── Motion DAQ.dsp
│ │ ├── Motion DAQ.dsw
│ │ ├── Motion DAQ.h
│ │ ├── Motion DAQ.rc
│ │ ├── Motion DAQ.sln
│ │ ├── Motion DAQ.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Motion DAQ.exe
│ │ ├── res
│ │ │ ├── Motion DAQ.ico
│ │ │ └── Motion DAQ.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── MoveImpose
│ │ ├── App.manifest
│ │ ├── MoveImpose.aps
│ │ ├── MoveImpose.cpp
│ │ ├── MoveImposeDlg.cpp
│ │ ├── MoveImposeDlg.h
│ │ ├── MoveImpose.dsp
│ │ ├── MoveImpose.dsw
│ │ ├── MoveImpose.h
│ │ ├── MoveImpose.rc
│ │ ├── MoveImpose.sln
│ │ ├── MoveImpose.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── MoveImpose.exe
│ │ ├── res
│ │ │ ├── MoveImpose.ico
│ │ │ └── MoveImpose.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── MPG_JOG
│ │ ├── General
│ │ │ ├── App.manifest
│ │ │ ├── MPG_JOG.cpp
│ │ │ ├── MPG_JOGDlg.cpp
│ │ │ ├── MPG_JOGDlg.h
│ │ │ ├── MPG_JOG.dsp
│ │ │ ├── MPG_JOG.dsw
│ │ │ ├── MPG_JOG.h
│ │ │ ├── MPG_JOG.rc
│ │ │ ├── MPG_JOG.sln
│ │ │ ├── MPG_JOG.vcproj
│ │ │ ├── ReadMe.txt
│ │ │ ├── release_x64
│ │ │ │ └── MPG_JOG.exe
│ │ │ ├── res
│ │ │ │ ├── MPG_JOG.ico
│ │ │ │ └── MPG_JOG.rc2
│ │ │ ├── Resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ └── StdAfx.h
│ │ └── PCI1244
│ │ ├── App.manifest
│ │ ├── MPG.cpp
│ │ ├── MPGDlg.cpp
│ │ ├── MPGDlg.h
│ │ ├── MPG.dsp
│ │ ├── MPG.dsw
│ │ ├── MPG.h
│ │ ├── MPG.rc
│ │ ├── MPG.sln
│ │ ├── MPG.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── MPG.exe
│ │ ├── res
│ │ │ ├── MPG.ico
│ │ │ └── MPG.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── New SimulateOpe
│ │ ├── App.manifest
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── SimulateOpe.exe
│ │ ├── res
│ │ │ ├── SimulateOpe.ico
│ │ │ └── SimulateOpe.rc2
│ │ ├── resource.h
│ │ ├── SimulateOpe.aps
│ │ ├── SimulateOpe.cpp
│ │ ├── SimulateOpeDlg.cpp
│ │ ├── SimulateOpeDlg.h
│ │ ├── SimulateOpe.dsp
│ │ ├── SimulateOpe.dsw
│ │ ├── SimulateOpe.h
│ │ ├── SimulateOpe.rc
│ │ ├── SimulateOpe.sln
│ │ ├── SimulateOpe.vcproj
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Path
│ │ ├── App.manifest
│ │ ├── Path.cpp
│ │ ├── PathDlg.cpp
│ │ ├── PathDlg.h
│ │ ├── Path.dsp
│ │ ├── Path.dsw
│ │ ├── Path.h
│ │ ├── Path.rc
│ │ ├── Path.sln
│ │ ├── Path.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Path.exe
│ │ ├── res
│ │ │ ├── Path.ico
│ │ │ └── Path.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── PCI1265 Path
│ │ ├── App.manifest
│ │ ├── Path.aps
│ │ ├── Path.cpp
│ │ ├── PathDlg.cpp
│ │ ├── PathDlg.h
│ │ ├── Path.dsp
│ │ ├── Path.dsw
│ │ ├── Path.h
│ │ ├── Path.rc
│ │ ├── Path.sln
│ │ ├── Path.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── Path.exe
│ │ ├── res
│ │ │ ├── Path.ico
│ │ │ └── Path.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── PTP
│ │ ├── App.manifest
│ │ ├── PTP.cpp
│ │ ├── PTPDlg.cpp
│ │ ├── PTPDlg.h
│ │ ├── PTP.dsp
│ │ ├── PTP.dsw
│ │ ├── PTP.h
│ │ ├── PTP.rc
│ │ ├── PTP.sln
│ │ ├── PTP.vcproj
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── PTP.exe
│ │ ├── res
│ │ │ ├── PTP.ico
│ │ │ └── PTP.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── SetCardRelation
│ │ ├── App.manifest
│ │ ├── ReadMe.txt
│ │ ├── release_x64
│ │ │ └── SetCardRelation.exe
│ │ ├── res
│ │ │ ├── SetCardRelation.ico
│ │ │ └── SetCardRelation.rc2
│ │ ├── resource.h
│ │ ├── SetCardRelation.cpp
│ │ ├── SetCardRelationDlg.cpp
│ │ ├── SetCardRelationDlg.h
│ │ ├── SetCardRelation.dsp
│ │ ├── SetCardRelation.dsw
│ │ ├── SetCardRelation.h
│ │ ├── SetCardRelation.rc
│ │ ├── SetCardRelation.sln
│ │ ├── SetCardRelation.vcproj
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── Tangent
│ ├── App.manifest
│ ├── ReadMe.txt
│ ├── release_x64
│ │ └── Tangent.exe
│ ├── res
│ │ ├── Tangent.ico
│ │ ├── Tangent.rc2
│ │ └── Thumbs.db
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Tangent.aps
│ ├── Tangent.cpp
│ ├── TangentDlg.cpp
│ ├── TangentDlg.h
│ ├── Tangent.dsp
│ ├── Tangent.dsw
│ ├── Tangent.h
│ ├── Tangent.rc
│ ├── Tangent.sln
│ └── Tangent.vcproj
├── Include
│ ├── comdlg32.ocx
│ ├── ini_ReadWrite.h
│ ├── IOCntrl.h
│ ├── MotKey.h
│ ├── pc_ini.h
│ ├── Registry.h
│ └── X64
│ ├── ini_ReadWrite.h
│ ├── IOCntrl.h
│ ├── MotKey.h
│ ├── pc_ini.h
│ └── Registry.h
├── LabVIEW Projects
│ ├── Examples
│ │ ├── AIO
│ │ │ ├── AIO.aliases
│ │ │ ├── AIO.lvlps
│ │ │ ├── AIO.lvproj
│ │ │ └── AIO.vi
│ │ ├── Arc
│ │ │ ├── Arc.aliases
│ │ │ ├── Arc.lvlps
│ │ │ ├── Arc.lvproj
│ │ │ ├── arc vi
│ │ │ │ └── charts.llb
│ │ │ └── Arc.vi
│ │ ├── Change_P
│ │ │ ├── Change_P.aliases
│ │ │ ├── Change_P.lvlps
│ │ │ ├── Change_P.lvproj
│ │ │ └── Change_P.vi
│ │ ├── Change_V
│ │ │ ├── Change_V.aliases
│ │ │ ├── Change_V.lvlps
│ │ │ ├── Change_V.lvproj
│ │ │ └── Change_V.vi
│ │ ├── CMove
│ │ │ ├── CMove.aliases
│ │ │ ├── CMove.lvlps
│ │ │ ├── CMove.lvproj
│ │ │ └── CMove.vi
│ │ ├── Compare
│ │ │ ├── Compare.aliases
│ │ │ ├── Compare.lvlps
│ │ │ ├── Compare.lvproj
│ │ │ └── Compare.vi
│ │ ├── Data Project
│ │ │ ├── Data Project.aliases
│ │ │ ├── Data Project.lvlps
│ │ │ ├── Data Project.lvproj
│ │ │ └── Data Project.vi
│ │ ├── Device DIO
│ │ │ ├── Device DIO.aliases
│ │ │ ├── Device DIO.lvlps
│ │ │ ├── Device DIO.lvproj
│ │ │ └── Device DIO.vi
│ │ ├── DIO
│ │ │ ├── DIO.aliases
│ │ │ ├── DIO.lvlps
│ │ │ ├── DIO.lvproj
│ │ │ └── DIO.vi
│ │ ├── Direct
│ │ │ ├── Direct.aliases
│ │ │ ├── Direct.lvlps
│ │ │ ├── Direct.lvproj
│ │ │ ├── Direct.vi
│ │ │ └── sub vi
│ │ │ └── charts.llb
│ │ ├── E-CAM
│ │ │ ├── E-CAM.aliases
│ │ │ ├── E-CAM.lvlps
│ │ │ ├── E-CAM.lvproj
│ │ │ ├── E-CAM.vi
│ │ │ └── Sub vi
│ │ │ └── charts.llb
│ │ ├── E-Gear
│ │ │ ├── E-Gear.aliases
│ │ │ ├── E-Gear.lvlps
│ │ │ ├── E-Gear.lvproj
│ │ │ ├── E-Gear.vi
│ │ │ └── Sub vi
│ │ │ └── charts.llb
│ │ ├── Event
│ │ │ ├── Event-1220
│ │ │ │ ├── Event-1220.vi
│ │ │ │ ├── Event.aliases
│ │ │ │ ├── Event.lvlps
│ │ │ │ └── Event.lvproj
│ │ │ └── Event-others
│ │ │ ├── Event.aliases
│ │ │ ├── Event.lvlps
│ │ │ ├── Event.lvproj
│ │ │ └── Event.vi
│ │ ├── Gantry
│ │ │ ├── Gantry.aliases
│ │ │ ├── Gantry.lvlps
│ │ │ ├── Gantry.lvproj
│ │ │ ├── Gantry.vi
│ │ │ └── Sub vi
│ │ │ └── charts.llb
│ │ ├── GetAvailableDevs
│ │ │ ├── GetAvailabesDevs.aliases
│ │ │ ├── GetAvailabesDevs.lvlps
│ │ │ ├── GetAvailabesDevs.lvproj
│ │ │ └── GetAvailebleDevs.vi
│ │ ├── Helix
│ │ │ ├── Helix.aliases
│ │ │ ├── Helix.lvlps
│ │ │ ├── Helix.lvproj
│ │ │ ├── Helix.vi
│ │ │ └── Sub vi
│ │ │ └── charts.llb
│ │ ├── Home
│ │ │ ├── Home.aliases
│ │ │ ├── Home.lvlps
│ │ │ ├── Home.lvproj
│ │ │ ├── Home.vi
│ │ │ └── Sub vi
│ │ │ └── PAR_AxHomeExSwitchMode.vi
│ │ ├── Latch
│ │ │ ├── Latch.aliases
│ │ │ ├── Latch.lvlps
│ │ │ ├── Latch.lvproj
│ │ │ └── Latch.vi
│ │ ├── Line
│ │ │ ├── Line.aliases
│ │ │ ├── Line.lvlps
│ │ │ ├── Line.lvproj
│ │ │ ├── Line.vi
│ │ │ └── Sub vi
│ │ │ └── charts.llb
│ │ ├── MoveImpose
│ │ │ ├── MoveImpose.aliases
│ │ │ ├── MoveImpose.lvlps
│ │ │ ├── MoveImpose.lvproj
│ │ │ └── MoveImpose.vi
│ │ ├── MPG_JOG
│ │ │ ├── MPG_JOG.aliases
│ │ │ ├── MPG_JOG.lvlps
│ │ │ ├── MPG_JOG.lvproj
│ │ │ └── MPG_JOG.vi
│ │ ├── Path
│ │ │ ├── Path.aliases
│ │ │ ├── Path.lvlps
│ │ │ ├── Path.lvproj
│ │ │ ├── Path.vi
│ │ │ └── Sub vi
│ │ │ └── charts.llb
│ │ ├── PTP
│ │ │ ├── PTP.aliases
│ │ │ ├── PTP.lvlps
│ │ │ ├── PTP.lvproj
│ │ │ ├── PTP.vi
│ │ │ └── Sub vi
│ │ │ └── charts.llb
│ │ ├── SetCardRelation
│ │ │ ├── SetCardRelation.aliases
│ │ │ ├── SetCardRelation.lvlps
│ │ │ ├── SetCardRelation.lvproj
│ │ │ ├── SetCardRelation.vi
│ │ │ └── Sub vi
│ │ │ └── charts.llb
│ │ ├── SimulateOpe
│ │ │ ├── SimulateOpe.aliases
│ │ │ ├── SimulateOpe.lvlps
│ │ │ ├── SimulateOpe.lvproj
│ │ │ ├── SimulateOpe.vi
│ │ │ └── Sub vi
│ │ │ └── charts.llb
│ │ └── Tangent
│ │ ├── Sub vi
│ │ │ └── charts.llb
│ │ ├── Tangent.aliases
│ │ ├── Tangent.lvlps
│ │ ├── Tangent.lvproj
│ │ └── Tangent.vi
│ └── Manual
│ └── LabVIEW Common Motion.chm
├── Manual
│ ├── G-code_User_Manual(CH).pdf
│ ├── PCI-1245_1265_ch.pdf
│ └── PCI-1245_1265_en.pdf
├── PCI-1245_1245V_1245E_1265
│ ├── DPInst.exe
│ ├── PCI1265&45_X64.inf
│ ├── pci1265s.cat
│ ├── PCI1265s.sys
│ └── WdfCoInstaller01009.dll
├── Public
│ ├── AdvDXFReader.dll
│ ├── AdvDXFReader.h
│ ├── AdvDXFReader.lib
│ ├── AdvMotAPI.dll
│ ├── AdvMotApi.h
│ ├── ADVMOT.bas
│ ├── ADVMOTBCB.lib
│ ├── AdvMotDev.h
│ ├── ADVMOT.dll
│ ├── AdvMotDrv.h
│ ├── AdvMotErr.h
│ ├── ADVMOT.lib
│ ├── AdvMotPropID.h
│ ├── IMPLIB.EXE
│ ├── X64
│ │ ├── AdvDXFReader.dll
│ │ ├── AdvDXFReader.lib
│ │ ├── ADVMOT.dll
│ │ └── ADVMOT.lib
│ └── X86
│ ├── ADVMOT.dll
│ └── ADVMOT.lib
├── Release Notes
│ └── Release Notes Utility_Examples_x64.htm
├── Robot Example
│ └── Windows
│ └── C#
│ └── Robot_t
│ ├── robot_t
│ │ ├── bin
│ │ │ ├── ax1.cfg
│ │ │ ├── ax2.cfg
│ │ │ ├── ax3.cfg
│ │ │ ├── ax4.cfg
│ │ │ └── Release
│ │ │ ├── Advantech.Motion.dll
│ │ │ ├── AdvGraph.dll
│ │ │ ├── AdvMotAPI.dll
│ │ │ ├── MyGraph.dll
│ │ │ └── scara_t.exe
│ │ ├── FormAddPath.cs
│ │ ├── FormAddPath.Designer.cs
│ │ ├── FormAddPath.resx
│ │ ├── FormOpen.cs
│ │ ├── FormOpen.Designer.cs
│ │ ├── FormOpen.resx
│ │ ├── FormRobot.cs
│ │ ├── FormRobot.Designer.cs
│ │ ├── FormRobot.resx
│ │ ├── FormSetPoint.cs
│ │ ├── FormSetPoint.Designer.cs
│ │ ├── FormSetPoint.resx
│ │ ├── FormSetup.cs
│ │ ├── FormSetup.Designer.cs
│ │ ├── FormSetup.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Robot_t.csproj
│ │ ├── Robot_t.sln
│ │ └── Scara.cs
│ ├── robot_t_dll
│ │ ├── Advantech.Motion.dll
│ │ ├── AdvGraph.dll
│ │ ├── AdvMotAPI.dll
│ │ └── MyGraph.dll
│ └── Robot_t.docx
└── Utility
├── AdmFwDownload.dll
├── Advantech.Motion.dll
├── AdvGraph.dll
├── AdvMotAPI.dll
├── ADvRefFunction.dll
├── BufferedPanel.dll
├── ColorPickControl.dll
├── Common Motion Utility.exe
├── Common Motion Utility.exe.manifest
├── CustomBack.dll
├── en-GB
│ └── Common Motion Utility.resources.dll
├── GMSUtility.dll
├── SciLexer64.dll
├── SciLexer.dll
├── ScintillaNet.dll
├── zh-CHS
│ ├── Common Motion Utility.resources.dll
│ ├── CustomBack.resources.dll
│ └── GMSUtility.resources.dll
├── zh-CHT
│ └── GMSUtility.resources.dll
└── zh-TW
├── Common Motion Utility.resources.dll
├── CustomBack.resources.dll
└── GMSUtility.resources.dll
400 directories, 1626 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论