Wait for specified time
Overview
Wait for specified time.
Specification of this example
Behavior
After trigger input, Input image after wait for 100ms.
Output Image
How to try this example
1.When cleck the link of file, open the folder.
File
2.The zip file is stored in the folder. When drug & drops on the screen of FJ, read the scene data and the image data.
3.When remeasure the sample images, display image after 100ms.
How to implement
Scene data
Unit No.
|
Processing Item
|
0.
|
Macro
|
1.
|
Camera Image Input
|
The Macro Program below segment is to be set in '0.Macro'.
Macro Program
*MEASUREPROC
Wait 100 '(1)
Return
The macro program is in
this link.
Explanation
(1)After wait for 100ms, do the next unit (this sample is [Camera Image Input]).