|
@@ -128,15 +128,16 @@
|
|
|
<Compile Include="Common\Tcp\TcpClientBase.cs" />
|
|
<Compile Include="Common\Tcp\TcpClientBase.cs" />
|
|
|
<Compile Include="Machine\Monitor\MachineLatchTask.cs" />
|
|
<Compile Include="Machine\Monitor\MachineLatchTask.cs" />
|
|
|
<Compile Include="Machine\Monitor\MachineStateLatchMonitor.cs" />
|
|
<Compile Include="Machine\Monitor\MachineStateLatchMonitor.cs" />
|
|
|
- <Compile Include="Device\SKVision\SKVisionClient.cs" />
|
|
|
|
|
- <Compile Include="Device\SKVision\SKVisionProtocol.cs" />
|
|
|
|
|
- <Compile Include="Device\SKVision\SKVisionClientBase.cs" />
|
|
|
|
|
|
|
+ <Compile Include="Vision\SKV0\SKVisionClient.cs" />
|
|
|
|
|
+ <Compile Include="Vision\SKV0\SKVisionProtocol.cs" />
|
|
|
|
|
+ <Compile Include="Vision\SKV0\SKVisionClientBase.cs" />
|
|
|
<Compile Include="Machine\Config\MachineConfigStore.cs" />
|
|
<Compile Include="Machine\Config\MachineConfigStore.cs" />
|
|
|
<Compile Include="Machine\Control\IMachineBoardControl.cs" />
|
|
<Compile Include="Machine\Control\IMachineBoardControl.cs" />
|
|
|
<Compile Include="Machine\Control\IMachineButtonControl.cs" />
|
|
<Compile Include="Machine\Control\IMachineButtonControl.cs" />
|
|
|
<Compile Include="Machine\Control\IMachineTowerLightControl.cs" />
|
|
<Compile Include="Machine\Control\IMachineTowerLightControl.cs" />
|
|
|
<Compile Include="Motion\Config\MotionConfigStore.cs" />
|
|
<Compile Include="Motion\Config\MotionConfigStore.cs" />
|
|
|
<Compile Include="Motion\Driver\IMotionDriverAdvance.cs" />
|
|
<Compile Include="Motion\Driver\IMotionDriverAdvance.cs" />
|
|
|
|
|
+ <Compile Include="Motion\IMotionCardManager.cs" />
|
|
|
<Compile Include="Motion\Model\MotionAO.cs" />
|
|
<Compile Include="Motion\Model\MotionAO.cs" />
|
|
|
<Compile Include="Common\Types\TimestampSet.cs" />
|
|
<Compile Include="Common\Types\TimestampSet.cs" />
|
|
|
<Compile Include="Motion\Model\MotionPosition.cs" />
|
|
<Compile Include="Motion\Model\MotionPosition.cs" />
|
|
@@ -191,9 +192,9 @@
|
|
|
<Compile Include="Motion\MotionCacher.cs" />
|
|
<Compile Include="Motion\MotionCacher.cs" />
|
|
|
<Compile Include="Motion\Model\MotionCnd.cs" />
|
|
<Compile Include="Motion\Model\MotionCnd.cs" />
|
|
|
<Compile Include="Motion\Config\MotionException.cs" />
|
|
<Compile Include="Motion\Config\MotionException.cs" />
|
|
|
- <Compile Include="Process\Model\AxisCnd.cs" />
|
|
|
|
|
- <Compile Include="Process\Model\Cnds.cs" />
|
|
|
|
|
- <Compile Include="Process\Model\DioCnd.cs" />
|
|
|
|
|
|
|
+ <Compile Include="Motion\Model\AxisCnd.cs" />
|
|
|
|
|
+ <Compile Include="Motion\Model\Cnds.cs" />
|
|
|
|
|
+ <Compile Include="Motion\Model\DioCnd.cs" />
|
|
|
<Compile Include="Process\Model\ProcessStep.cs" />
|
|
<Compile Include="Process\Model\ProcessStep.cs" />
|
|
|
<Compile Include="Recipe\RecipeCacher.cs" />
|
|
<Compile Include="Recipe\RecipeCacher.cs" />
|
|
|
<Compile Include="Common\Exceptions\ExceptionConfig.cs" />
|
|
<Compile Include="Common\Exceptions\ExceptionConfig.cs" />
|
|
@@ -211,6 +212,7 @@
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Folder Include="Device\Ethercats\Config\" />
|
|
<Folder Include="Device\Ethercats\Config\" />
|
|
|
<Folder Include="Device\External\" />
|
|
<Folder Include="Device\External\" />
|
|
|
|
|
+ <Folder Include="Vision\SKV1\" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<None Include="app.config" />
|
|
<None Include="app.config" />
|