List of GUI sample programs

In the folder of each language, sample programs are stored with the following configuration.

Development Language: VB, VC#, VC++, Python (*1)

Function Category

Subfolder Name

Project Name

Sample Name

Samples for general-purpose function

Dio\

DiCounter

Digital Input Counter Sample

Interrupt 

Interrupt Sample

InterruptCallback (*2)

Interrupt (Callback) Sample

MultiIO

Multi-port/Multi-bit I/O Sample

SimpleIO

Simple I/O Sample

Trigger

Monitoring Trigger Sample

Samples for bus master function

DioBusMaster\

Generating

Generating Sample

Infinite

Infinite Sampling Sample

Sampling 

Sampling Sample

Sync

Sync Sampling Sample

*1 Python GUI Sample program use Tkinter as a graphical user interface library.
*2 The sample program named "Callback" is not provided for Python GUI. All Python GUI Sample program use callback function for event notification processing.