Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : Xcos toolbox skeleton details
Login with GitLab

Xcos toolbox skeleton

Skeleton to create an Xcos palette (implementation of blocks) toolbox
(5142 downloads for this version - 19695 downloads for all versions)
Details
Version
5.3.2
A more recent valid version exists: 5.4.0
Author
Clement DAVID
Owner Organization
Consortium Scilab - DIGITEO
Maintainer
Atoms Admin
Category
License
Creation Date
April 5, 2011
Source created on
Scilab 5.3.x
Binaries available on
Scilab 5.3.x:
Linux 32-bit Windows 32-bit Windows 64-bit macOS Linux 64-bit
Install command
--> atomsInstall("xcos_toolbox_skeleton")
Description
            Provide a skeleton to create your own Xcos palette with customs blocks.             
Files (6)
[22.64 kB]
Source code archive

[26.16 kB]
Linux 32-bit binary for Scilab 5.3.x
Linux 32-bit
Automatically generated by the ATOMS compilation chain

[89.08 kB]
Windows 32-bit binary for Scilab 5.3.x
Windows 32-bit
Automatically generated by the ATOMS compilation chain

[91.38 kB]
Windows 64-bit binary for Scilab 5.3.x
Windows 64-bit
Automatically generated by the ATOMS compilation chain

[24.60 kB]
macOS binary for Scilab 5.3.x
MacOSX version
Automatically generated by the ATOMS compilation chain

[27.93 kB]
Linux 64-bit binary for Scilab 5.3.x
Linux 64-bit
Automatically generated by the ATOMS compilation chain

News (0)
Comments (3)     Leave a comment 
Comment from Randy Huang -- May 13, 2011, 12:12:26 AM    
###########################################################

Build successfully 

-->exec builder.sce
 
-->// Copyright (C) 2008 - INRIA
 
-->// Copyright (C) 2009-2011 - DIGITEO
 
 
-->// This file is released under the 3-clause BSD license. See COPYING-BSD.
 
 
-->mode(-1);
Building macros...
-- Creation of [xcos_toolbox_skeletonlib] (Macros) --
Building blocks...
Can't go to directory C:\Program Files\scilab-
5.3.2\contrib\xcos_toolbox_skeleton\\images\h5\.
Building sources...
   Generate a loader file
   Generate a Makefile
   Running the Makefile
   Compilation of block_sum.c
   Compilation of business_sum.c
   Building shared library (be patient)
   Generate a cleaner file
Building gateway...
   Generate a gateway file
   Generate a loader file
   Generate a Makefile: Makelib
   Running the makefile
   Compilation of sci_tbx_sum.c
   Building shared library (be patient)
   Generate a cleaner file
Generating loader_gateway.sce...
Generating cleaner_gateway.sce...
Building help...

Building the master document:
	SCI\contrib\xcos_toolbox_skeleton\help\en_US\

Building the manual file [javaHelp] in SCI\contrib\xcos_toolbox_skeleton\help\en_US\.
Warning (should be fixed): invalid internal link to TBX_SUM_c in 
file:/C:/PROGRA~1/SCILAB~2.2/contrib/XCOS_T~1/help/en_US/tbx_sum.xml
at line 44
Total files without example: 2
Total generated html files: 3
Generating loader.sce...
Generating cleaner.sce...

#####################################################

exec loader.sce failed

-->exec(get_absolute_file_path("loader.sce")+"etc\"+"xcos_toolbox_skeleton.start");
Start Xcos toolbox skeleton
	Load macros
	Load palette
 !--error 999 
xcosPalLoad: Unable to decode "palette.blockNames" : invalid field.
at line      76 of function xcosPalAdd called by :  
at line      46 of function startModule called by :  
xcos_skeletonlib = startModule();
at line      90 of exec file called by :    
exec(get_absolute_file_path("loader.sce")+"etc\"+"xcos_toolbox_skeleton.start");
at line      10 of exec file called by :    
exec loader.sce


############################

Scilab 5.3.2 32-bit
Compiler MSVC 2010 express
Windows 7 64-bit

I can build but I can't load
Answer -- May 13, 2011, 02:47:16 PM    
> Building blocks...
> Can't go to directory C:\Program Files\scilab-
> 5.3.2\contrib\xcos_toolbox_skeleton\\images\h5\.

I don't think that the build is sucessful, I should throw an error there.
Comment from Thomas Moeltner -- August 10, 2012, 07:45:50 PM    
I've got the same error with version 5.4.0
Comment from CHILAKALA MANI SRAVAN -- June 16, 2016, 02:13:07 PM    
how to plot the 4 different y-axis plots on only 1 x-axis from csv file
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.