This section describes the timing setting screen in Basic mode.
On this screen, you can set the timing to execute the I/O task.
①#Timing
Indicates the Timing No.. Up to 100 types (0 to 99) can be set.
Select the type that causes the timing.
In Basic mode, you can select from the following.
Item |
Description |
Timer |
Specifies the cycle in 1 msec unit. |
Button |
Uses the Click event of the Button control. |
Match |
Count match detection set on the CNT device can be used. It is displayed as a combination of [device name_Match_setting channel number_comparison register number]. For example, CNT000_Match_00_00 Device name: CNT000 Match: Fixed string 00: Setting channel number ch0 00: Comparison register number RegNo.0 |
TrackBar_ValueChange |
Use the TrackBar control's ValueChange event. Displayed as a combination of [component name_valueChage]. For example, dncTrackBar01_valueChange Component name: dncTrackBar01 Fixed string: valueChange |
Volume_ValueChange |
Use the Volume control's ValueChange event. Displayed as a combination of [component name_valueChage]. For example, dncVolume01_valueChange Component name: dncVolume01 Fixed string: valueChange |
③Interval(ms)
It is enabled when Timer is selected at (2)Timing.
The timing generation cycle can be specified in 1 msec unit.
④Timer delay
It is enabled when Timer is selected at (2)Timing.
It is possible to delay the start time in 1 msec unit.
⑤Enabled
You can select whether to enable/disable the set timing.