1

I use scilab / xcos in my teaching and among others the CPGE atoms module: https://atoms.scilab.org/toolboxes/CPGE This module has not yet been updated for version 6.1 and only works for version 5.5.2. The majority of its functionalities are found in other modules but one of those which is only found in this module. The functionality which allows to draw the diagrams of BODE.

Do you know how to find this functionality for version 6 under xcos?

rpapa
  • 119
  • 9

1 Answers1

0

The REP_FREQ block used to do the job, and is still proposed in the CPGE release for Scilab 6.0

S. Gougeon
  • 791
  • 3
  • 16
  • The CPGE module is not offered in the list of ATOMS modules for 6.1. where did you find it? – rpapa Feb 08 '21 at 18:44
  • This is why i mention Scilab 6.0. You may try to access to it from Scilab 6.1 with `atomsRepositoryAdd http://atoms.scilab.org/6.0` before re-running the ATOMS GUI – S. Gougeon Feb 12 '21 at 19:07
  • Je vais essayer (are you french?) – rpapa Feb 13 '21 at 09:43
  • I got ============= atomsRepositoryAdd http://atoms.scilab.org/6.0 ans = 1. --> atomsInstall("CPGE") atomsInstallList: The package "CPGE" is not registered. Please check on the ATOMS repository that it is available for Scilab 6.1 on Windows. If it is, run atomsSystemUpdate() before trying atomsInstall(..) again. ================ – rpapa Feb 13 '21 at 09:55
  • After having registered the 6.0 repository, you must update your local ATOMS database before running the GUI : atomsSystemUpdate, (or from the GUI : File => Update the list of packages). – S. Gougeon Feb 14 '21 at 21:07
  • Thanks, that's better, but it still doesn't work. I think it comes from the accounting between iodelay bookstore and CPGE. – rpapa Feb 14 '21 at 22:33
  • Both CPGE and iodelay are available for Scilab 6.0. Could you please post the result of atomsGetInstalled() – S. Gougeon Feb 17 '21 at 12:29
  • No problem for me from Scilab 6.1.0 to install and load CPGE from the 6.0 repository: ```Start iodelay toolbox Load macros Load help Load demos Start CPGE - Xcos toolbox Load macros Load palette - CPGE - Standard blocks Load help Load demos CPGE Version: 1.6.0 ``` – S. Gougeon Feb 17 '21 at 23:46
  • Voila atomsGetInstalled() ans = "mingw" "8.3.0" "user" "SCIHOME\atoms\x64\mingw\8.3.0" "I" "SIMM" "0.6.2" "user" "SCIHOME\atoms\x64\SIMM\0.6.2" "I" "coselica" "0.6.6" "user" "SCIHOME\atoms\x64\coselica\0.6.6" "I" "iodelay" "0.4.7" "user" "SCIHOME\atoms\x64\iodelay\0.4.7" "I" "CPGE" "1.6.3" "user" "SCIHOME\atoms\x64\CPGE\1.6.3" "I" – rpapa Feb 18 '21 at 09:35
  • but when I run a example with Bode, I got ================= "Erreur dans post_xcos_simulate : Simulation interrompue." =============== – rpapa Feb 18 '21 at 09:37
  • Merci pour ton aide – rpapa Feb 18 '21 at 09:38