Bonjour,
Pour une bobine maitre il faut ajouter le tag link_type="master"
exemple:
<definition width="60" version="0.4" hotspot_x="25" hotspot_y="30" height="60" type="element" ic="true" orientation="dyyy">
en
<definition width="60" version="0.4" hotspot_x="25" hotspot_y="30" height="60" type="element" ic="true" orientation="dyyy" link_type="master">
Pour le label auto de la bobine
<input x="30" y="3" size="9" text="KA1" />
en
<input x="30" y="3" size="9" text="_" tagg="label"/>
Les <kindInformations></kindInformations> c'est pour les contacts.
ça définit le type NO, NC le nombre de contact, simple , puissance, tempo travail repos etc, pour l'instant toutes ces informations ne sont pas encore intégrées.
Pour mettre des contacts en esclave dans la definition on ajoute link_type="slave"
<definition width="30" version="0.3" hotspot_x="10" hotspot_y="25" height="50" type="element" orientation="dnny" link_type="slave">
Pour le label auto c'est pareil que pour les bobines (text="_" tagg="label"/>)