WOLFRAM SYSTEM MODELER
IntegerChange |
SystemModel["Modelica_Synchronous.IntegerSignals.NonPeriodic.IntegerChange"]
previous
instead of the implicit pre
of
change
to set the Boolean output y
to
true
when the integer input u
changed. Thus, it's
logic is:
if firstTick() then
y = false;
else
y = not(u == previous(u));
end if;
This block might be superfluous and replaced by
Modelica.Blocks.Math.IntegerChange
when the semantics
of change
are relaxed and well-defined for
clocked discrete-time partitions.
u |
Type: IntegerInput Description: Connector of Integer input signal. |
|
---|---|---|
y |
Type: BooleanOutput Description: Connector of Boolean output signal. |
Modelica_Synchronous.ClockSignals.Clocks.Rotational Event clock generating a clock tick each time an observed input angle changed for a rotational-interval given as variable input. |