<?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: DESIGN OCCUPANT LOAD in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139905#M15107</link>
    <description>&lt;BLOCKQUOTE&gt;StaceyS wrote:&lt;BR /&gt;occLoad = STR (CEIL((net_area_val/SqFtPerson)-0.5),1,0)&lt;/BLOCKQUOTE&gt;

Try this instead:  occLoad = STR (CEIL(net_area_val/SqFtPerson),1,0)&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure why the .5 was being subtracted from the calculation, but that was changing the value from 16.27 (which with the CEIL would return 17) to 15.77 (which with the CEIL would return 16)</description>
    <pubDate>Wed, 19 May 2010 20:18:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-05-19T20:18:42Z</dc:date>
    <item>
      <title>DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139899#M15101</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I would like to have a schedule for calculating the Design Occupant Load per area and dispaly the total of those areas.  &lt;BR /&gt;
&lt;BR /&gt;
I would prefer to use the areas extracted from zones on a certain layer but it could work with fills too.&lt;BR /&gt;
&lt;BR /&gt;
Can such a schedule be made with ArchiCAD ?&lt;BR /&gt;
&lt;BR /&gt;
area/300 + other area/100 + other area/500 = Total Design Ocupant Load&lt;BR /&gt;
&lt;BR /&gt;
Something like that.  Do I need ArchiQuant or what ever it's called ?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 May 2010 19:30:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139899#M15101</guid>
      <dc:creator>Steve Jepson</dc:creator>
      <dc:date>2010-05-12T19:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139900#M15102</link>
      <description>I am doing that in a zone stamp... It is taking the area and dividing by the occupant load.  Then you can use a schedule and add all the loads per zone together.  There is a zone in the depository that does this also.</description>
      <pubDate>Wed, 12 May 2010 19:37:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139900#M15102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-12T19:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139901#M15103</link>
      <description>Thanks.</description>
      <pubDate>Wed, 12 May 2010 19:38:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139901#M15103</guid>
      <dc:creator>Steve Jepson</dc:creator>
      <dc:date>2010-05-12T19:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139902#M15104</link>
      <description>I'm noticing that the zone stamps round the value of the occupant calculation down.&lt;BR /&gt;
&lt;BR /&gt;
The building codes in many US states require the value to be rounded up. Any way to do this?</description>
      <pubDate>Wed, 19 May 2010 17:35:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139902#M15104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-19T17:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139903#M15105</link>
      <description>You can edit the zone stamp to fix this.  Whever the calculation is being made for the occupants there is probably the use of the INT function which will take only the whole interger for the occupant load. For example if the claculation works out to 10.234 occupants, INT will return 10.  It you replace the INT function with CEIL it will return 11.</description>
      <pubDate>Wed, 19 May 2010 18:10:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139903#M15105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-19T18:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139904#M15106</link>
      <description>Hm.&lt;BR /&gt;
Here's the line, I took out ROUND_INT and replaced it with CEIL&lt;BR /&gt;
&lt;BR /&gt;
occLoad = STR (CEIL((net_area_val/SqFtPerson)-0.5),1,0)&lt;BR /&gt;
&lt;BR /&gt;
In a room that is 1,627 sq ft, at 100 sq ft per occupant, the load is being returned as 16, not 17 as is required by code.</description>
      <pubDate>Wed, 19 May 2010 20:08:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139904#M15106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-19T20:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139905#M15107</link>
      <description>&lt;BLOCKQUOTE&gt;StaceyS wrote:&lt;BR /&gt;occLoad = STR (CEIL((net_area_val/SqFtPerson)-0.5),1,0)&lt;/BLOCKQUOTE&gt;

Try this instead:  occLoad = STR (CEIL(net_area_val/SqFtPerson),1,0)&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure why the .5 was being subtracted from the calculation, but that was changing the value from 16.27 (which with the CEIL would return 17) to 15.77 (which with the CEIL would return 16)</description>
      <pubDate>Wed, 19 May 2010 20:18:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139905#M15107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-19T20:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139906#M15108</link>
      <description>That did it. Thank you!</description>
      <pubDate>Wed, 19 May 2010 22:00:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139906#M15108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-19T22:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139907#M15109</link>
      <description>was this tag ever perfected? if so can you share?  I need the same type of tag and haven't learned GDL  yet... still early in the move from Revit and Adesk.</description>
      <pubDate>Mon, 20 Jun 2011 20:00:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139907#M15109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-20T20:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139908#M15110</link>
      <description>Anyone have more recent information on how to do this in AC20? Can't find this line of code in the Zone 20 script!</description>
      <pubDate>Wed, 06 Jun 2018 16:56:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/139908#M15110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-06T16:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/354639#M40673</link>
      <description>&lt;P&gt;For various reasons, I'm trying to achieve the same thing using properties.&amp;nbsp; I keep running into a snag where the EXPRESSION calculator has no way of knowing that my 100 is PEOPLE / SF and says that my expression should equal an AREA instead of Number...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help appreciated..&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 00:51:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/354639#M40673</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2022-08-31T00:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/354768#M40674</link>
      <description>&lt;P&gt;Duane,&lt;/P&gt;&lt;P&gt;Here is the expression we use&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-08-31 at 12.47.04 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/29428i1F6549E2CA072CF1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-08-31 at 12.47.04 PM.png" alt="Screen Shot 2022-08-31 at 12.47.04 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(can't copy and paste for some reason)&lt;/P&gt;&lt;P&gt;'Occupant Load' is another property (number) derived from the list of Space Functions&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 16:49:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/354768#M40674</guid>
      <dc:creator>Stuart Smith</dc:creator>
      <dc:date>2022-08-31T16:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/355028#M40680</link>
      <description>&lt;P&gt;Stuart,&lt;/P&gt;&lt;P&gt;Thanks for the response... I went a slightly different route, but looks like yours might work better... I had to dumb the result into TEXT in order to acheive the UNITS I needed... looks like your version keeps everything as a number...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does your SPACE FUNCTION list contain a bunch of IF/ THENs? to get LOAD related to the SPACE?&amp;nbsp; or do you have a different method for that?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 16:07:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/355028#M40680</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2022-09-02T16:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/355036#M40681</link>
      <description>&lt;P&gt;The Space Function property is an Option Set with all the space functions as listed in the IBC&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-09-02 at 2.36.31 PM.png" style="width: 498px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/29530i0772BA28C96FB32A/image-dimensions/498x725?v=v2" width="498" height="725" role="button" title="Screen Shot 2022-09-02 at 2.36.31 PM.png" alt="Screen Shot 2022-09-02 at 2.36.31 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Occupant Load property derives the numeric value from the selected Space Function property using STRTONUM (string to number):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-09-02 at 2.37.03 PM.png" style="width: 513px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/29531iDBC23D8E869499A9/image-dimensions/513x317?v=v2" width="513" height="317" role="button" title="Screen Shot 2022-09-02 at 2.37.03 PM.png" alt="Screen Shot 2022-09-02 at 2.37.03 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;All the user has to to do is select the appropriate space function from the list and the Occ load gets calculated automatically for that zone.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 18:52:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/355036#M40681</guid>
      <dc:creator>Stuart Smith</dc:creator>
      <dc:date>2022-09-02T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: DESIGN OCCUPANT LOAD</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/355217#M40689</link>
      <description>&lt;P&gt;Nicely Done!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 14:29:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/DESIGN-OCCUPANT-LOAD/m-p/355217#M40689</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2022-09-06T14:29:48Z</dc:date>
    </item>
  </channel>
</rss>

