top of page
building6.jpg

DSK

DSK GitHub

CUSTOMIZABLE PAUT PROGRAM - DSK

DSK is a fully customizable, C# based development kit that allows you to easily build your own solutions specifically designed for certain inspection tasks. 

FEATURES

Easy-to-Read Support Documents

We provide documents that will help you become familiar with the DSK program. You may refer to the API Reference, Getting Started, and DSK Install documents. 

DEEPSOUND Equipment Compatibility

DSK is compatible with all DEEPSOUND equipment. 
Connect your device to your PC using a LAN cable to run the program. 

​Providing examples of setup, acquisition, and visualization (Tutorial)

DSK provides users with the Tutorial file for development and research purposes. 
The Tutorial consists of sequential examples from Init Device to SamplePAUT / UT. 

Supporting Documents

Easy-to-understand documents to help create your own DSK programs

DSKDocument

InitDevice

Connect to the hardware through InitDevice

Getting_Start_InitDevice.PNG

Sscan

Create an S Scan image using RawData

S-scan.PNG

Ascan

Create an A Scan image using its vectors and data

A-scan.PNG

Inspection

Use the encoder to locate or obtain images of a given location

Inspection.PNG

SamplePAUT

Configure the parameter settings using DSK’s functions

SamplePAUT.PNG

B/C Scan & Save / Load

Create a B/C Scan image using encoder settings and functions

B_C_Load_Save.PNG

DSK Remote Connection

Use DSK to freely connect to your desktops and laptops. 

DSKREMOTE

DSK Tutorial Examples

Develop your program using DEEPSOUND equipment and DSK. 

InitDevice

This is the first in the sequence of programs provided by the DSKTutorial.


InitDevice was created to check the connection status with the device.


Once a connection is established with your device, click the Init Device button to see the number count go up. 

DSKTUTORIAL

S-Scan

This is the second program provided by DSKTutorial.


SScan was created for checking the Phased Array image after connecting to the equipment. 


​To connect, click the Init Device button.

A-Scan

This is the third program provided by DSKTutorial.


Ascan was created to check the amplitude and the pulse form. 


To connect, click the Init Device button. 

Inspection

This is the fourth program provided by DSKTutorial.


The Inspection program was created to verify the operation of the encoder.


To connect, click the Init Device button. 

SimplePAUT

This is the tenth program presented in DSKTutorial. 


SimplePAUT is where all parameter settings can be operated, and it implements the content learned throughout the tutorial such as the layout and inspection of A, S, C, and B scans. 


​To connect, click the Init Device button.

bottom of page