modelcountUPandDOWN
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
In this example have been tested the basic functionalities of the Up and DOWN counter.
At each time step Ts the inputs are read and the new output values Q and
CV are computed.
In the former image, are reported the S (Set), R (Reset), CU (CountUP),
CD (CountDown) signals.
The latter images contains the CV (Current Value) and the PV(Preset Value).

The counter update the CV when the Set signal rises, then for each rising edge of the Count Up (CU)
or Count Down (CD) signals the CV is incremented or decremented by 1.
The Set signal has to be high during this phase, otherwise the rising edges are not detected.
When the Reset (R) signal rises, the counter is reset to zero.
Constraints
The current value CV must be
0 <= CV <= MaxWhere Max is the module of the counter.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Counter | counter | ||
| Modelica.Blocks.Sources.IntegerConstant | x0 | ||
| Modelica.Blocks.Sources.BooleanTable | countUP | ||
| Modelica.Blocks.Sources.BooleanTable | countDOWN | ||
| Modelica.Blocks.Sources.BooleanTable | set | ||
| Modelica.Blocks.Sources.BooleanTable | reset |
Revisions
- First release of the Industrial Control Systems: April-May 2012
- List of revisions:
- 11 May 2012 (author: Marco Bonvini)
- Main Authors:
- Marco Bonvini; <bonvini@elet.polimi.it>
- Alberto Leva <leva@elet.polimi.it>
- Politecnico di Milano
- Dipartimento di Elettronica e Informazione
- Via Ponzio 34/5
- 20133 Milano - ITALIA -
- Copyright:
- Copyright © 2010-2012, Marco Bonvini and Alberto Leva.
- The IndustrialControlSystems package is free software; it can be redistributed and/or modified under the terms of the Modelica license, see the license conditions and the accompanying disclaimer in the documentation of package Modelica in file "Modelica/package.mo".