ATOMS CPGE Toolbox

Hi,

I have installed SciLab 2023 recently and I would like to generate Bode-Plots with Xcos.
Does the Toolbox CPGE work with this SciLab Version?

Thanks a lot for your helb.

Best regards

Hello,

The CPGE toolbox is not maintained anymore. Scilab 6.0.2 is the latest compatible version.

S.

Dear Stéphane Mottelet

Many thanks a lot for your very quick reply.

However it is a petty that CPGE Control systems has not been continued.

  • Bode Diagram "bode(frq, db, phi)“
  • Zero Pole Plot „plzr“
  • Root Locus “evans(RF,%inf)”
  • Nyquist-Plot “nyquist(f)”
    … are available with SciCos, but I would like to stick to XCos (no code development?).

Is there any way to call those four functions easily with XCos?

Best regards

Juergen

What do you mean by “available with Scicos” ? Scicos is the name of the internal simulation engine which is used by Xcos. The functions you mention are available from Scilab and the added value of having them available from within Xcos is not clear to me.

S.

Hello,

Maybe you should have a look to lincos - Constructs by linearization a linear state-space model from a general dynamical system described by a Xcos diagram.

S.