In the directory of each language, sample programs are stored with the following configuration.
|
Function Category |
Subdirectory Name |
Project Name |
Sample Name |
|
Analog Input |
GUI/ |
ai_simple |
|
|
GUI/ |
ai_sampling_once_dev |
||
|
GUI/ |
ai_sampling_infinite_dev |
||
|
GUI/ |
ai_sampling_once_user |
||
|
GUI/ |
ai_sampling_infinite_user |
||
|
GUI/ |
ai_sampling_attached_data |
||
|
Analog Output |
GUI/ |
ao_simple |
|
|
GUI/ |
ao_generating_once_dev |
||
|
GUI/ |
ao_generating_infinite_dev |
||
|
GUI/ |
ao_generating_ring_memory |
||
|
GUI/ |
ao_generating_once_user |
||
|
GUI/ |
ao_generating_infinite_user |
||
|
Digital I/O |
GUI/ |
digital_io |
|
|
Counter Input |
GUI/ |
counter |
|
|
Timer |
GUI/ |
timer |
|
|
Event Controller |
GUI/ |
internal_sync_generating_sampling |
|
|
GUI/ |
ecu_sync_sampling |
Sampling Synchronization Between 2 Devices Using Synchronization Bus |
|
|
GUI/ |
internal_sync_counter_sampling |
Device Internal Synchronization (Count Comparison Match/Sampling) |
*1 Python GUI Sample program use Tkinter as a graphical user interface library.