<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 http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.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 lang="EN-NZ" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I'm testing an EK1960 TwinSAFE PLC device.  It integrates a TwinSAFE PLC and a bunch of safe inputs and outputs.  I am creating the safety project in TwinCAT 3.1.4024.10 (with Visual Studio 2019 16.5 Community).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have exported the safety project and successfully loaded it onto the EK1960 (via TwinSAFE Loader and the EtherCAT Mailbox Gateway server I wrote last year).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have created my pdoEntries, pdos and syncs structures based off TwinCAT 3's Process Data information that is available if I map the EK1960 safety project to an EK1960 device under the I/O section of TwinCAT.  There are multiple pdo entries
 with the same index and subIndex (with 0x6000 and 0x7000 indexes).  I am using ecrt_slave_config_reg_pdo_entry_pos() to access the pdo entries to avoid this being a problem.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I get the slave configured and into OP and it is running happily, however the slave does not allow PDO config and mapping so I get a bunch of startup errors with "This object does not exist" and related warnings<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The slave does not contain the pdos being configured (0x1600, 0x17F0, 0x1A00, 0x1BF0, 0x1BFE) or the pdo entry indexes (0x6000, 0x7000).  The master reports "This object does not exist in the object directory" for each of them.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The EtherLab master does however correctly map the Sync Manager and FMMU settings correctly (and match those that would be requested via TwinCAT).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">So the question is, is there a way to get the master to skip checking and setting the pdo mapping for this slave and just go straight to configuring the sync manager and fmmu information?  (I'm using GavinL's patchset 20171108, a little
 old but AFAIK the latest patchset doesn't have this ability.)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">(Doing so would also help me for slaves with multiple revisions, where the data hasn't changed but the index it gets it from has.)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Regards,<br>
Graeme.<o:p></o:p></p>
</div>
</body>
</html>