Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - English

Change language to:
Français - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab Help >> Xcos > palettes > Continuous time systems palette > INTEGRAL_m

INTEGRAL_m

Integration

Block Screenshot

Description

This block is an integrator. The output y is the integral of the input u at the current time step t.

where y0 is an initial condition and t0 is its corresponding time.

Parameters

The parameter dialog box allows you to define:

  • The initial condition with or without saturation limit.

  • The upper and lower limits on the integral.

The dialog box also allows you to add an event port to the block in order to reset its state to a specified initial condition.

If ”reinitialization” is selected the following yields:

  • The value to be integrated shall be connected to the integral block port number 1. (the port in the upper left corner of the integral block)

  • The value that the integrator shall initiate to, at each trigger signal on the red marked trigger port, shall be connected to the integral block port number 2. (the port in the lower left corner of the integral block).

  • Initial Condition

    A vector/scalar initial conditions.

    With that parameter, one can define the datatype of the input/output. It can be a real or a complex type.

    Properties : Type 'mat' of size [-1,-1].

  • With reinitialization

    To reset its state to the specified initial condition based on an external signal select1 .

    Properties : Type 'vec' of size 1.

  • With saturation

    If selected, limits the states to a value between the Lower saturation limit and Upper saturation limit parameters.

    Properties : Type 'vec' of size 1.

  • Upper limit

    The upper limit for the integral.

    Properties : Type 'mat' of size [-1,-1].

  • Lower limit

    The lower limit for the integral.

    Properties : Type 'mat' of size [-1,-1].

Default properties

  • always active: yes

  • direct-feedthrough: no

  • zero-crossing: no

  • mode: no

  • regular inputs:

    - port 1 : size [1,1] / type 1

  • regular outputs:

    - port 1 : size [1,1] / type 1

  • number/sizes of activation inputs: 0

  • number/sizes of activation outputs: 0

  • continuous-time state: yes

  • discrete-time state: no

  • object discrete-time state: no

  • name of computational function: integral_func

Interfacing function

  • SCI/modules/scicos_blocks/macros/Linear/INTEGRAL_m.sci

Computational function

  • SCI/modules/scicos_blocks/src/c/integral_func.c
  • SCI/modules/scicos_blocks/src/c/integralz_func.c

Examples

Example 1

This sample model demonstrates how to use the integrator's state port.

The reinitialization parameter is set to 1, the Upper limit to 1 and the lower limit to -1.

Example 2

Report an issue
<< INTEGRAL_f Continuous time systems palette PID >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 25 08:49:21 CET 2020