SDK软件开发工具包

DHM® SDK

The DHM® Software Development Kit (SDK) allows programmers to integrate the DHM® on quality control lines or as an OEM instrument.

It enables creation of dedicated software to control microscope hardware, reconstruction routines and Koala image analysis features. DHM® automation is now a piece of cake thanks to the SDK!

The SDK is distributed as NuGet packages and is made available with documentation and examples on a server.

Development environment:

  • Microsoft Visual Studio 2015 with Nuget Package Manager extension
  • .NET 4.5.2
  • Windows 7, 64-bit
Program using SDK functions to perform automatic measurement

The SDK differentiates from the Remote TCP-IP module by its working environment.

  • The SDK doesn’t require a running Koala instance and it is adapted when speed is critical. C++ programming skills are required
  • The Remote  TCP-IP requires a running instance of Koala and it grabs image one by one, the sequence mode is not compatible. Integration with labview, python, matlab, … using .NET framework