This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Delayed turning ON

From CANNY Wiki
Jump to: navigation, search
Appearance
5 8 1 2.png
Symbol
DLN
Group
Timers and Generators
Inputs
Input: Integer
Delay: Integer
Outputs
Output: Integer
Version CANNY Lab
from 0.6b
Icon

If holding the input value not equal to zero within a predetermined time, the output value will be set equal to the input value.

When the value at "Input" is non-zero, the countdown starts, while holding the input value other than zero for a time not less than a predetermined by input "Delay" in ms, is copying the input value to the output. When the input value changes to zero, the clock is reset and sets the output value to zero.


Features

When working with CANNY 7, it is a good practice to use the time intervals greater than 5-10 ms.

When specifying temporal values on the diagram, it is necessary to take into account the duration of the diagram execution cycle, which depends on the model of the controller, the size of the chart, controllers' operation mode, controller periphery. It may be varied from cycle to cycle within certain limits during operation. Exact execution time for each cycle is available in the register, during controller operation "Длительность программного цикла".

Time intervals in the diagram should not be specified by value less than the duration of one cycle and will be measured with an uncertainty about the duration of one cycle of a user diagram.


Examples

T=0мс
T=100мс
T>250мс
T>250мс

See also

Delayed turning OFF

PWM Generator

RND Generator

Built-in Function Blocks