WOLFRAM SYSTEM MODELER

SVdiscrete

Discrete Single-Variable controller

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Interfaces.SVdiscrete"]
Out[1]:=

Information

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

Block has two Real input signals and one Real output signal that are sampled due to the defined samplePeriod parameter. The block is designed to be used as base class for a corresponding controller. See the base-class DiscreteBlock for more information.

Parameters (2)

samplePeriod

Value:

Type: Time (s)

Description: Sample period of component

startTime

Value: 0

Type: Time (s)

Description: First sample time instant

Outputs (2)

sampleTrigger

Type: Boolean

Description: True, if sample time instant

firstTrigger

Type: Boolean

Description: Rising edge signals first sample instant

Connectors (3)

u_s

Type: RealInput

Description: Scalar setpoint input signal

u_m

Type: RealInput

Description: Scalar measurement input signal

y

Type: RealOutput

Description: Scalar actuator output signal

Components (2)

sampler_s

Type: Sampler

Description: Ideal sampling of continuous signals

sampler_m

Type: Sampler

Description: Ideal sampling of continuous signals