<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Find Nearest Open Slot Exception in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539798#M46844</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Thanks &lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Jörg Vogel&lt;/A&gt; - we already have that accounted for in our queries - the plot thickens....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33960-findslotnearestdistancequeries.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1504085i32EC6A9FD836B24F/image-size/large?v=v2&amp;amp;px=999" role="button" title="33960-findslotnearestdistancequeries.png" alt="33960-findslotnearestdistancequeries.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 07 Nov 2020 12:25:19 GMT</pubDate>
    <dc:creator>jason_lightfoot_adsk</dc:creator>
    <dc:date>2020-11-07T12:25:19Z</dc:date>
    <item>
      <title>Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539787#M46833</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.2.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I'm modifying the logic from &lt;A rel="nofollow noopener noreferrer" href="https://answers.flexsim.com/questions/83916/finding-the-nearest-open-slots-to-an-item-in-a-rac.html" target="_blank"&gt;this&lt;/A&gt; post to find the nearest slot in multiple racks that use AGV network. But I end up getting following error, perhaps due to queries that I am using while finding a storage slot. Also &lt;A rel="user" href="https://answers.flexsim.com/users/207/anthony.j.html" nodeid="207"&gt;@anthony.johnson&lt;/A&gt; mentioned to use Vec3.project() method to query multiple racks, which I don't know how do. Any pointers are appreciated. Sample model is attached.&lt;/P&gt;
 &lt;PRE&gt;time: 120.000000 exception: FlexScript exception: MODEL:/Tools/ProcessFlow/ProcessFlow/Find Nearest Slot&amp;gt;labels/1/2
time: 120.000000 exception: FlexScript exception: MODEL:/Tools/ProcessFlow/ProcessFlow/Find a Storage Slot&amp;gt;labels/1/2
time: 120.000000 exception: FlexScript exception: MODEL:/Tools/ProcessFlow/ProcessFlow/Which Rack?&amp;gt;labels/1/2
time: 120.000000 exception: FlexScript exception: MODEL:/Tools/ProcessFlow/ProcessFlow/Slot Placement Strategy&amp;gt;variables/codeNode
time: 120.000000 exception: FlexScript exception: MODEL:/Tools/ProcessFlow/ProcessFlow/Find Nearest Slot&amp;gt;labels/1/2
time: 120.000000 exception: FlexScript exception: MODEL:/Tools/ProcessFlow/ProcessFlow/Find a Storage Slot&amp;gt;labels/1/2
time: 120.000000 exception: FlexScript exception: MODEL:/Tools/ProcessFlow/ProcessFlow/Which Rack?&amp;gt;labels/1/2
time: 120.000000 exception: FlexScript exception: MODEL:/Tools/ProcessFlow/ProcessFlow/Slot Placement Strategy&amp;gt;variables/codeNode


&lt;/PRE&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/33886-nearestslottwinforkagv-1142020.fsm" target="_blank"&gt;NearestSlotTwinForkAGV_11.4.2020.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Nov 2020 19:59:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539787#M46833</guid>
      <dc:creator>amit_k2</dc:creator>
      <dc:date>2020-11-04T19:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539788#M46834</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The project method of a location just finds the point in 3D space relative to another object - and it takes two parameters in the example the FromObject and the ToObject.  By setting the ToObject to model() it's asking for the absolute location in model space and not relative to the containing object/Rack.&lt;/P&gt;&lt;P&gt;By subtracting one location in model space from another you get the vector between the two - and the magnitude of that is the distance between them.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Nov 2020 15:13:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539788#M46834</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-11-05T15:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539789#M46835</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I've altered the queries to this but it's still causing an exception&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1519852i76ACEB229FDAA9C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.png" alt="Image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You appear to be using findSlot to assign the token label slotItem,  but that's probably going to be a slot, while parameter two above is clearly assuming it's a slotItem.  &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Nov 2020 15:39:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539789#M46835</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-11-05T15:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539790#M46836</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@jason.lightfoot&lt;/A&gt; Thanks for the response. Here is what I changed based on your latest comment :&lt;/P&gt;
 &lt;P&gt;1. Find a Storage Slot now assigns to token label MySlot, which I assume is a slot. and made corresponding changes to where this label is used.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33898-findstorageslot.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1504080i190A8D2BDF8A2872/image-size/large?v=v2&amp;amp;px=999" role="button" title="33898-findstorageslot.png" alt="33898-findstorageslot.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Query 2 in above image checks all racks in the model that have label "Active" with value 1. Do I have to modify this to find an empty slot in any rack with the project method? Also, the label "MySlot" is used to define the rack to which it belongs and set destination for the AGV to drop off.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33910-whichrack.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1504081i632B2F7B50CEB426/image-size/large?v=v2&amp;amp;px=999" role="button" title="33910-whichrack.png" alt="33910-whichrack.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33920-destination.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1504082i6E7B12C1B41935C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="33920-destination.png" alt="33920-destination.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt; After running the model, along with the exception, I now get a invalid FlexScript code error in Query 2 in "Find Nearest Slot" activity. &lt;/P&gt;
 &lt;PRE&gt;Invalid FlexScript code: ((param(1).as(Storage.Slot).project(param(2).as(Storage.Slot).StorageObject,model())) - (param(3).as(Storage.Slot).location.project(param(4).as(Storage.Slot).storageObject,model()))).magnitude&lt;/PRE&gt;
 &lt;P&gt;Do you think the way "Which Rack?" and "destination" activities are defined are causing this issue?&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/33921-nearestslottwinforkagv-1152020.fsm" target="_blank"&gt;NearestSlotTwinForkAGV_11.5.2020.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Nov 2020 18:45:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539790#M46836</guid>
      <dc:creator>amit_k2</dc:creator>
      <dc:date>2020-11-05T18:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539791#M46837</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Attached is a version of the model without transport assigning to closest free slot across two Racks.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/33922-nearestslottwinforkagv-1142020-jl-4.fsm" target="_blank"&gt;nearestslottwinforkagv-1142020_jl_4.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Nov 2020 18:57:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539791#M46837</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-11-05T18:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539792#M46838</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I've changed a few things that were not needed or missing - see the other comment with the model attached (ending jl_4.fsm)&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Nov 2020 18:58:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539792#M46838</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-11-05T18:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539793#M46839</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I really appreciate your help on this topic and I now better understand what you did with the queries. &lt;/P&gt;
 &lt;P&gt;Any reason, why you removed the transport logic in this model? When I added the AGV logic, the pallets disappear when the AGV arrives at the loading point and the model crashes. This logic is part of a bigger model and the AGV functionality is a key part of it. &lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/33900-nearestslottransport.fsm" target="_blank"&gt;NearestSlotTransport.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Nov 2020 19:56:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539793#M46839</guid>
      <dc:creator>amit_k2</dc:creator>
      <dc:date>2020-11-05T19:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539794#M46840</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Yes - with the transport in place, the search for a matching slot-item wasn't finding anything. I'll try and get to the bottom of why that is.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Nov 2020 23:25:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539794#M46840</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-11-05T23:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539795#M46841</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;This is not looking good - it seems the logic is finding the same slot due to the fact the item first assigned to the slot has not arrived.   Current state uploaded.&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/33953-nearestslottwinforkagv-1142020-jl-6.fsm" target="_blank"&gt;nearestslottwinforkagv-1142020_jl_6.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Nov 2020 17:55:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539795#M46841</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-11-06T17:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539796#M46842</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you for the response. &lt;/P&gt;
 &lt;P&gt;I now suspect that for the labels below on the second pallet :&lt;BR /&gt;1. slotItem has no path&lt;BR /&gt;2. matchingSlot has no path&lt;/P&gt;
 &lt;P&gt;and that might be leading to crashing of the model.&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/33963-findnearestslot-crashing-ak-1104.fsm" target="_blank"&gt;FindNearestSlot_Crashing_AK_1104.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Nov 2020 19:12:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539796#M46842</guid>
      <dc:creator>amit_k2</dc:creator>
      <dc:date>2020-11-06T19:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539797#M46843</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;Jason&lt;/A&gt;, there is a condition, you must set to assign a slot that it gets reserved. &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The query must limit the items physical to enter the slot wether by hasSpace method or length property. HasSpace implies an item in storage system with known dimensions of size.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I had a similar problem, when I tried to find slots and hold them only as data at tokens. Slots can store an unlimited amount of items without a size.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Nov 2020 19:51:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539797#M46843</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2020-11-06T19:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539798#M46844</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Thanks &lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Jörg Vogel&lt;/A&gt; - we already have that accounted for in our queries - the plot thickens....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33960-findslotnearestdistancequeries.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1504085i32EC6A9FD836B24F/image-size/large?v=v2&amp;amp;px=999" role="button" title="33960-findslotnearestdistancequeries.png" alt="33960-findslotnearestdistancequeries.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 07 Nov 2020 12:25:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539798#M46844</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-11-07T12:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539799#M46845</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;In the ..jl_6 model, the second pallet's token get's these label values where the matching slot is the same as the found slot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1519853i0E67F953B4C3DECF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.png" alt="Image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is correct as the depth of the slot is the ysize of the storage object&lt;/P&gt;&lt;P&gt;The crash is something to do with using the AGVNavigator for offset travel on the load/unload task with the rack's pick face not facing the control point.  If you select another option or rotate the pick face towards the control point then the crash doesn't happen. I'll create a bug report for this aspect.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Attached is an updated version.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/temp/33991-nearestslottwinforkagv-1142020-jl-7.fsm" target="_blank"&gt;nearestslottwinforkagv-1142020_jl_7.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 07 Nov 2020 12:32:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539799#M46845</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2020-11-07T12:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Find Nearest Open Slot Exception</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539800#M46846</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@jason.lightfoot&lt;/A&gt; Thanks! About the crashing, I had ran into a similar problem while working on other parts of my actual model and &lt;A rel="user" href="https://answers.flexsim.com/users/206/phil.b.html" nodeid="206"&gt;@Phil BoBo&lt;/A&gt; mentioned that - "the AGVs offset travel code is getting into a stack overflow error, since the AGV is not doing any offset travel, the simplest solution is to turn it off." I hope this helps with the debugging.&lt;/P&gt;
 &lt;P&gt;Also, finding a matching slot and assigning the destination using a ternary operator to the item would work if there are only 2 racks in the model. How would I go about extending this to multiple racks? Perhaps, using the matching slot as a storage object?&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33983-1604803337507.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1504086i44BDB8E816B3ACFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="33983-1604803337507.png" alt="33983-1604803337507.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Thanks again for the help!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 07 Nov 2020 23:05:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-nearest-open-slot-exception/m-p/13539800#M46846</guid>
      <dc:creator>amit_k2</dc:creator>
      <dc:date>2020-11-07T23:05:10Z</dc:date>
    </item>
  </channel>
</rss>

