modelSendSample
Information
Overview
- This model creates a burst of Boolean singals (on-off-on-off) at a rising edge on the input
- It is used by the PartialAgent when "usePoke=true" is selected
Concept
The model simulates a trigger, which is only active for a certain period of time, thus not creating events throughout the whole simulation time.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.BooleanInput | u | Input connected to boolean output of UDPSend_adapted | |
| Modelica.Blocks.Interfaces.BooleanOutput | y | Output connected to sendOut of PartialAgent |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.MathBoolean.Or | or1 | ||
| Modelica.Blocks.MathBoolean.OnDelay | onDelay4 | ||
| Modelica.Blocks.MathBoolean.OnDelay | onDelay5 | ||
| Modelica.Blocks.MathBoolean.OnDelay | onDelay6 | ||
| Modelica.Blocks.MathBoolean.OnDelay | onDelay7 | ||
| Modelica.Blocks.Logical.Edge | edge1 | ||
| Modelica.Blocks.Logical.Edge | edge2 | ||
| Modelica.Blocks.Logical.Edge | edge3 | ||
| Modelica.Blocks.Logical.Edge | edge4 |
Revisions
- November 2016: Developed and implemented by Felix Bünning