WOLFRAM SYSTEM MODELER

LogicalNetwork1

Demonstrates the usage of logical blocks

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Examples.LogicalNetwork1"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This example demonstrates a network of logical blocks. Note, that the Boolean values of the input and output signals are visualized in the diagram animation, by the small "circles" close to the connectors. If a "circle" is "white", the signal is false. It a "circle" is "green", the signal is true.

Components (6)

table2

Type: BooleanTable

Description: Generate a Boolean output signal based on a vector of time instants

table1

Type: BooleanTable

Description: Generate a Boolean output signal based on a vector of time instants

Not1

Type: Not

Description: Logical 'not': y = not u

And1

Type: And

Description: Logical 'and': y = u1 and u2

Or1

Type: Or

Description: Logical 'or': y = u1 or u2

Pre1

Type: Pre

Description: Breaks algebraic loops by an infinitesimal small time delay (y = pre(u): event iteration continues until u = pre(u))