
		"DS102CSharpSample" Release note Ver1.0.0


# Definition
DS102CSharpSample is a sample program created as a reference for controlling DS102/DS112 controllers using C#. 
It is designed in a simple form, extracting the essential parts without introducing complexity. 
While you are free to use the sample, 
please note that we do not take responsibility for the content and operation of your program.

# Overview
After launching the program, select the COM port to connect to the DS102/DS112 controller from the "Communication Port." 
Press the "Connect" button to establish the connection. 
Press the "- (CCW)" or "+ (CW)" buttons to send drive commands to the DS102/DS112 controller and drive the stage. 
For convenience, drive speed is set each time, but once set, there is no need to configure it every time. 
While driving, receive status from the DS102/DS112 controller and display the drive state in the "Status" section.

# Folder Structure
DS102CSharpSample
 DS102CSharpSample
  bin
   Debug
    DS102CSharpSample.exe				C# Sample Executable File(Debug)
    DS102CSharpSample.exe.config
    DS102CSharpSample.pdb
   Release
      DS102CSharpSample.exe				C# Sample Executable File(Release)
      DS102CSharpSample.exe.config
  obj
   Debug
    c
   Release
      c
  Properties
   AssemblyInfo.cs
   c
   App.config
   DS102CSharpSample.csproj
   Form1.cs									Windows MainForm
   Form1.Designer.cs
   Form1.resx
   Program.cs
 DS102CSharpSample.sln						Visual Studio Solution File
 Readme_CSharp.txt

# Development Environment
Windows10
.NET Framework 4.5
Visual Studio 2017A2022
C#

## License
2023 SURUGA SEIKI CO., LTD. All rights reserved.