Specifications

Table Of Contents
7 - 8
Time waiting: TIME
Format Setting data Contents Result data type
TIME (S) (S) Waiting time (0 to 2147483647) msec Logical type (True/False)
(1) The system will wait for time designated by (S).
When the time elapsed is less than the setting time, the state becomes "False".
When it is over the setting time, it becomes "True".
Program example
Program to wait for 60 sec. (when constant is designated)
TIME K60000
Comment: / /
Format
/ /
(1) The character string after // to the end of the block is a comment.
(2) Double-byte characters can be used.
Program example
Example to attach a comment to the substitute program
Substitute the value D0=D1//D0 (16-bit integer data) for "D1".