how to temporize the time that a input is active.

Hi everyone. Sorry for my bad english.

I want to know the time that a input is active.

For example, Execute a action when a DI_signal=1 for a 1.0seg and not less.

Thanks in advance.

If I understand you correctly, then you want to add FiltAct to your configuration for that signal. 1000 ms will me the value you should enter.

Try Filter Time Active on the signal that must be 1 for a specified time period. Filter Time Passive will work for a 0 level signal.

The active filter time specifies the period in ms (milliseconds) that the physical
value of the I/O signal must remain active before the I/O signal will be considered
active and the logical I/O signal is changed to active, that is if the time period that
the physical value is active is shorter than Filter Time Active, the logical I/O signal
is not changed

The passive filter time specifies the period in ms (milliseconds) that the physical
value of the I/O signal must remain passive before the I/O signal will be considered
passive and the logical I/O signal is changed to passive, that is if the time period
that the physical value is passive is shorter than Filter Time Passive, the logical
signal is not changed.

Permissible values;
For both 1 & 0 levels 0=no filtering
10 - 32000 = Time in milliseconds.

Thanks You !!