<?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: Schedule -gsm objects - zone number &amp;amp; name not showi in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122271#M12546</link>
    <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt;Laszlo,&lt;BR /&gt;
&lt;BR /&gt;
You are thinking about something entirely different from what the question is!&lt;BR /&gt;
&lt;BR /&gt;
All objects "know" what zone they are in, and the scheduler will report that zone information (obtained from the General group of parameters).  No GDL programming /etc is required for what is being asked.&lt;BR /&gt;

&lt;/BLOCKQUOTE&gt;

Yes, it seems like I was a bit slipshod in answering to this question. I have to confess I did not try this myself. Had I done so I would have seen that Zone Name and Zone Number in fact return the name and number of the Zone the Object is placed into. Sorry for the misinformation.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt;</description>
    <pubDate>Fri, 21 Nov 2008 17:52:44 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2008-11-21T17:52:44Z</dc:date>
    <item>
      <title>Schedule -gsm objects - zone number &amp; name not showing</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122267#M12542</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I've created a schedule of appliances from gsm objects in Achicad 12.  In order to show the room number and location of each appliance, in Scheme Settings/Fields/Available Parameters I've selected General/Zone number and General/ Zone Name.  Unfortunately, the zone name and number isn't showing up in my schedule (though it worked in Archicad11).  If I select other parameters from the General category such as ID or Layer, it works.  Does anyone have a fix for this problem?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Nov 2008 19:54:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122267#M12542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-20T19:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule -gsm objects - zone number &amp; name not showi</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122268#M12543</link>
      <description>The Zone Name and Zone Number return usable values only in case of Zones.&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately, this is not directly possible because in the Object/Lamp category there is no such listable parameter as "Name of Zone the Object is located in"&lt;BR /&gt;
&lt;BR /&gt;
In GDL there is a function:&lt;BR /&gt;

&lt;PRE&gt;REQUEST ("Zone_relations", "", category_name, code, name, number [ ,category_name2, code2, name2, number2])&lt;/PRE&gt;

This can be used in GDL scripts and will return the name etc. of the Zone the Object is located in.&lt;BR /&gt;
What can be possible in theory is that you read this value with the above REQUEST function and assign this value to a parameter of the Object.&lt;BR /&gt;
Then, in the Scheme Settings Dialog you can select this parameter of this object to be listed in the Additional Parameters subDialog of the Scheme Settings Dialog.</description>
      <pubDate>Fri, 21 Nov 2008 12:20:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122268#M12543</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2008-11-21T12:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule -gsm objects - zone number &amp; name not showi</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122269#M12544</link>
      <description>Laszlo,&lt;BR /&gt;
&lt;BR /&gt;
You are thinking about something entirely different from what the question is!&lt;BR /&gt;
&lt;BR /&gt;
All objects "know" what zone they are in, and the scheduler will report that zone information (obtained from the General group of parameters).  No GDL programming /etc is required for what is being asked.&lt;BR /&gt;
&lt;BR /&gt;
That said, there is something peculiar going on - as I was able to get a proper schedule of objects and lamps showing what zones they are in in 12 ... but not always.  More after a bit more testing in 11 and 12...&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 21 Nov 2008 16:34:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122269#M12544</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-11-21T16:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule -gsm objects - zone number &amp; name not showi</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122270#M12545</link>
      <description>Well, I get the same behavior from 11 and 12, and it is different from what I remembered it to be.&lt;BR /&gt;
&lt;BR /&gt;
Zones are 3D objects.  I had thought that objects knew what zone they were in purely by whether they were in the 3D space defined by the zone, but that is not the case.&lt;BR /&gt;
&lt;BR /&gt;
If objects (including lamps) are placed on a floor plan that has defined zones, they will show as being 'in' those zones whether they are physically inside them in 3D or not.  But, if there are stacked zones on the same floor plan (say one zone is 0' to 4' and the next zone covers 4' to 10'), then the objects respond to which zone is 'under' them.&lt;BR /&gt;
&lt;BR /&gt;
If a zone on one story extends into the next story - objects in that higher story will NOT show as belonging to the zone in an object schedule.  This is a bug IMHO, or at least an implementation oversight.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 21 Nov 2008 16:49:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122270#M12545</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-11-21T16:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule -gsm objects - zone number &amp; name not showi</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122271#M12546</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt;Laszlo,&lt;BR /&gt;
&lt;BR /&gt;
You are thinking about something entirely different from what the question is!&lt;BR /&gt;
&lt;BR /&gt;
All objects "know" what zone they are in, and the scheduler will report that zone information (obtained from the General group of parameters).  No GDL programming /etc is required for what is being asked.&lt;BR /&gt;

&lt;/BLOCKQUOTE&gt;

Yes, it seems like I was a bit slipshod in answering to this question. I have to confess I did not try this myself. Had I done so I would have seen that Zone Name and Zone Number in fact return the name and number of the Zone the Object is placed into. Sorry for the misinformation.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 21 Nov 2008 17:52:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122271#M12546</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2008-11-21T17:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule -gsm objects - zone number &amp; name not showi</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122272#M12547</link>
      <description>Thanks for the response.  I've doubled checked to make sure I don't have zones overlapping into other stories.  However, I am still not getting the zones for my gsm objects to show up in my schedules.  Any other suggestions?  Thanks!</description>
      <pubDate>Fri, 21 Nov 2008 19:23:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122272#M12547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T19:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule -gsm objects - zone number &amp; name not showi</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122273#M12548</link>
      <description>May need some screenshots of your scheme settings, and of a floor plan showing the zones and objects.  As I said, it works fine for me...so something between the lines must be the trouble...&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 21 Nov 2008 20:09:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122273#M12548</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-11-21T20:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule -gsm objects - zone number &amp; name not showi</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122274#M12549</link>
      <description>Sorry foor creating a new post, but look at this. Seems to be a similar issue, although I can always get my objects to list their Zone in the schedule.</description>
      <pubDate>Tue, 30 Dec 2008 19:55:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122274#M12549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-30T19:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule -gsm objects - zone number &amp; name not showi</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122275#M12550</link>
      <description>Oops. Here, look at this:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=26946" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... hp?t=26946"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=26946&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Tue, 30 Dec 2008 19:56:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Schedule-gsm-objects-zone-number-amp-name-not-showing/m-p/122275#M12550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-30T19:56:33Z</dc:date>
    </item>
  </channel>
</rss>

