
		"DS102VBNetSample" Release note Ver1.0.0


# Definition
DS102VBNetSample is a sample program created as a reference for controlling DS102/DS112 controllers using VB.NET. 
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
DS102VBNetSample
 DS102VBNetSample
  bin
   Debug
    DS102VBNetSample.exe				VB.NET Sample Executable File(Debug)
    DS102VBNetSample.exe.config
    DS102VBNetSample.pdb
    DS102VBNetSample.xml
   Release
      DS102VBNetSample.exe				VB.NET Sample Executable File(Release)
      DS102VBNetSample.exe.config
      DS102VBNetSample.xml
  My Project
   Application.Designer.vb
   c
  obj
   Debug
    c
   Release
      c
   App.config
   DS102VBNetSample.csproj
   Form1.Designer.vb
   Form1.resx
   Form1.vb									Windows MainForm
 DS102VBNetSample.sln							Visual Studio Solution File
 Readme_VBNet.txt

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

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