产品
下载
联系我们
网站地图
返回首页

微信扫一扫
在线技术支持

微信扫一扫
访问视频号

FAQ

 Sample of Pulse Timer Settings
Set the preset value by the minute on the screen, and create the timer which passes power for only the preset time (the setting value) after "NO (Normally Open)" had turned ON.


1. Place [Pulse Timer] on Logic Program.

A.
Set the specified variable (e.g. Timer) on the placed [Pulse Timer].

B.
Place "OUT (Coil Output)" which turns ON while the preset value after "NO (Normally Open)" had turned ON, and set the specified variable (e.g.; Output).

C.
Place "NO (Normally Open)" as Timer keeps tuned ON while power passes, and set the specified variable (e.g.; Timer on).

2. Timer counts by the millisecond. Therefore, please use "MUL (Multiplication Operation)" to set the value by the minute.
A.
Set the specified variable (e.g.; Setting Value).

The variable value which has been allocated to the Operand "S1" will be the preset value by the minute.

* In Step 3, you will place Data Display to input the preset value to the variable which you have set at this point, on the screen.

B.
Set the constant on "S2" to change the value which has been inputted on the screen into the value by the minute.

(1 second = 1000 ms, 1 minute = 60 seconds, 1 minute = 60000 ms. Therefore , in case to set by the minute, set 60000)

C.
Set the preset value variable "Variable. PT (e.g.; Timer PT)", which has been created automatically when the timer variable was created, on "D1"to store the result of "MUL" calculation.



3. Place Data Display on the screen, and allocate the variable (e.g.; Setting Value), which you have set on "S1" of "MUL", to Monitor Word Address.

Settings completed.


MEMO