Chers Messieurs:<div><div><br></div><div>Je vous écrit car j'ai une question concernant la création de nouveaux Blocs en SciLab/XCos et l'adhésion de ses blocs a la palette de XCos.</div><div><br></div><div>J'ai crée différent Blocs en XCos et je les ajoute a la palette en utilisant le suivant script:</div>
<div><br></div><div>Exemple pour un bloc appelé "Line":</div><div><br></div><div><br></div><div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">***************************</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<div>loadXcosLibs();</div><div>getd("Path to directory");</div><div>%MODELICA_USER_LIBS = " Path to directory ";</div><div>modelica_libs = getModelicaPath();</div><div><br></div><div>pal = xcosPal("Name of Palette");</div>
<div><br></div><div>scs_m = Line("define");</div><div>export_to_hdf5(" Path to directory\H5\Line.h5 ","scs_m");</div><div>clear scs_m;</div></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">pal = xcosPalAddBlock(pal,"  Path to directory\H5\Line.h5","  Path to directory\ICONS\Line.png","  Path to directory \ICONS\Line.svg");</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<div>xcosPalAdd(pal);</div><div>clear pal;</div></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">**************************</div><br class="Apple-interchange-newline"></div><div>Jusqu'ici tout fonction bien mais quand je construit un diagramme avec mes blocs et je le sauve, les images des blocs disparaissent et j'obtiens des blocs carrés sans figures (voir figure attachée):</div>
<div><br></div><div>Est-ce que vous pourriez m'aider?</div><div><br></div><div>Merci en avance.</div><div><br></div><div>Salutations,</div><div><br></div><div>Gladys L.</div><div><br></div><div><img src="cid:ii_1396cba250ca4d98" alt="Imágenes integradas 1">
</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>