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 |
|
Interrupt |
|||
InterruptCallback (*2) |
|||
MultiIO |
|||
SimpleIO |
|||
Trigger |
|||
Samples for bus master function |
DioBusMaster\ |
Generating |
|
Infinite |
|||
Sampling |
|||
Sync |
|||
*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.