IndustrialControlSystems.Logical.Timers.Functions

Functions

Information

Extends from IndustrialControlSystems.Icons.FunctionsPackage (Function package icon).

Package Content

NameDescription
IndustrialControlSystems.Logical.Timers.Functions.tim tim This function represent the logical of the timer
IndustrialControlSystems.Logical.Timers.Functions.hold hold this function keeps high the set value after a rising edge, until an high value of the reset signal
IndustrialControlSystems.Logical.Timers.Functions.odt odt This logical function represents the Off-Delay timer behaviour.
IndustrialControlSystems.Logical.Timers.Functions.odts odts This function represents the Off-Delay timer (active on a rising edge) behaviour.
IndustrialControlSystems.Logical.Timers.Functions.positiveEdge positiveEdge The positive Edge Detection function detects a change from 0 to 1
IndustrialControlSystems.Logical.Timers.Functions.risingEdge risingEdge logical function that senses a rising edge of set signal
IndustrialControlSystems.Logical.Timers.Functions.fallingEdge fallingEdge logical function that senses a falling edge of set signal

IndustrialControlSystems.Logical.Timers.Functions.tim

This function represent the logical of the timer

Inputs

NameDescription
S 
R 
durata 
t 
inizio 

Outputs

NameDescription
run 
Q 

IndustrialControlSystems.Logical.Timers.Functions.hold

this function keeps high the set value after a rising edge, until an high value of the reset signal

Inputs

NameDescription
S_old 
S 
R 
S_hold 

Outputs

NameDescription
Y 

IndustrialControlSystems.Logical.Timers.Functions.odt

This logical function represents the Off-Delay timer behaviour.

Inputs

NameDescription
S 
R 
durata 
t 
inizio 

Outputs

NameDescription
run 
Q 

IndustrialControlSystems.Logical.Timers.Functions.odts

This function represents the Off-Delay timer (active on a rising edge) behaviour.

Inputs

NameDescription
R 
durata 
t 
inizio 
run 

Outputs

NameDescription
Q 

IndustrialControlSystems.Logical.Timers.Functions.positiveEdge

The positive Edge Detection function detects a change from 0 to 1

Inputs

NameDescription
S_old 
S 
R 
s_time 
t 

Outputs

NameDescription
st_time 

IndustrialControlSystems.Logical.Timers.Functions.risingEdge

logical function that senses a rising edge of set signal

Inputs

NameDescription
S_old 
S 
R 
s_time 
t 
Run_old 

Outputs

NameDescription
st_time 
Run 

IndustrialControlSystems.Logical.Timers.Functions.fallingEdge

logical function that senses a falling edge of set signal

Inputs

NameDescription
S_old 
S 
R 
s_time 
t 
Run_old 

Outputs

NameDescription
st_time 
Run 

Automatically generated Mon May 21 13:34:13 2012.