<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body bgcolor=white lang=EN-NZ link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>IIRC, a PDO 0000:00 means that it&#8217;s just padding, not data.  As such you probably shouldn&#8217;t include it in your PDO mapping structure.  I think the master code is smart enough to align it correctly anyway, but I must admit I haven&#8217;t really experimented with that sort of layout.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'> etherlab-dev-bounces@etherlab.org [mailto:etherlab-dev-bounces@etherlab.org] <b>On Behalf Of </b>Jürgen Kunz<br><b>Sent:</b> Wednesday, 13 March 2013 06:34<br><b>To:</b> etherlab-dev@etherlab.org<br><b>Subject:</b> [etherlab-dev] PDO entry with Index 0x0000, missing PDO registration<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Hello,<br><br>I had the problem with a new slave-type that only the first of four slaves worked (OP), all others were in SAFEOP +ERROR. In the debugging output of the master (ethercat debug 1) I saw that only some of the PDOs of the first slave hat been registered in the domain, the PDOs of the other slaves had not been registered.<br>The cause is that one of the PDOs have an entry index of 0x0000 (see pdos.txt), which causes the ecrt_domain_reg_pro_entry_list to quit, so all other PDO entries after that are ignored.<br>With the attached patch (diff.txt) I get all slaves to work.<br><br>Regards,<br>Jürgen Kunz<o:p></o:p></p><div><p class=MsoNormal>-- <br>Dipl.-Inform. Jürgen Kunz<br><br><a href="http://www.tu-darmstadt.de">Technische Universität Darmstadt</a><br><a href="http://www.sim.tu-darmstadt.de">FG Simulation, Systemoptimierung und Robotik</a><br>Hochschulstr. 10<br>64289 Darmstadt<br><br>Tel.: ++49 (0) 6151-16-70383<br>Fax: ++49 (0) 6151-16-6648<br>E-Mail: kunz(at)sim.tu-darmstadt.de<br>Homepage: <a href="http://www.sim.tu-darmstadt.de">http://www.sim.tu-darmstadt.de</a><o:p></o:p></p></div></div></div></body></html>