<?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: Typical Floor Scheduling in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230698#M11044</link>
    <description>Thanks Kristian,&lt;BR /&gt;
I actually want it to drop the properties of the mod file so it reads the story settings of the main file.&lt;BR /&gt;
I guess it would make sence if the parameter read the same number in plan and schedule. Im confussed</description>
    <pubDate>Thu, 11 Dec 2014 02:33:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-12-11T02:33:46Z</dc:date>
    <item>
      <title>Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230692#M11038</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
I have created Zones, Doors and Windows which display the story number as part of a custom field Output Zone Number, Output Door Number or Output Window Number.&lt;BR /&gt;
&lt;BR /&gt;
This is so that an element that is placed in a typical hotlink file, will show its relevant story number when brought into the main file.&lt;BR /&gt;
&lt;BR /&gt;
I have done this by using the 'index' for the story number in&lt;BR /&gt;
Request("story", "",index,story_name)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
For Example, Zone Output Number = 'story number'-'Zone Number&lt;BR /&gt;
05-001&lt;BR /&gt;
&lt;BR /&gt;
All works well in plan, that as the typical module is copied up the building, the zone number looks as I like&lt;BR /&gt;
i.e.&lt;BR /&gt;
05-001&lt;BR /&gt;
06-001&lt;BR /&gt;
07-001&lt;BR /&gt;
etc.&lt;BR /&gt;
&lt;BR /&gt;
However when I open the schedule and add the custom parameter, it doesn't pick up the same number, it picks up the story number of the hotlink&lt;BR /&gt;
ie&lt;BR /&gt;
00-001&lt;BR /&gt;
00-001&lt;BR /&gt;
00-001&lt;BR /&gt;
&lt;BR /&gt;
Is there a way around this to pick up the main file story in schedules??&lt;BR /&gt;
I'm stumped&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Tom&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:32:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230692#M11038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T10:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230693#M11039</link>
      <description>Hey Tom&lt;BR /&gt;
&lt;BR /&gt;
Are you doing units within the overall building and are you saving the modules as .pln or just .mod?</description>
      <pubDate>Wed, 10 Dec 2014 03:17:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230693#M11039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T03:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230694#M11040</link>
      <description>Hi Kristian,&lt;BR /&gt;
We are using a separate pln authoring file, which has many stories to represent all the seperate typical files.&lt;BR /&gt;
We then publish to mod</description>
      <pubDate>Wed, 10 Dec 2014 03:28:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230694#M11040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T03:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230695#M11041</link>
      <description>Ahhh ok&lt;BR /&gt;
Unfortunately the mod file wont pass any of that info into &lt;BR /&gt;
the master folder!You might be able to create a second parameter&lt;BR /&gt;
that calls the story number as just text from your story_name parameter. (say, story_name_txt)&lt;BR /&gt;
If you use the GLOB_MODPAR_NAME you should be able to get it to fill out once... maybe??&lt;BR /&gt;
&lt;BR /&gt;
So something like&lt;BR /&gt;
IF GLOB_MODPAR_NAME = story_name THEN&lt;BR /&gt;
     PARAMETERS story_name_txt = story_name&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
I'm not at a machine with AC on it at the moment to test it mate but it's worth a shot!</description>
      <pubDate>Wed, 10 Dec 2014 06:16:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230695#M11041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T06:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230696#M11042</link>
      <description>No luck.&lt;BR /&gt;
I just find it really odd that when I check the parameters of the object in my combined main file, the parameter looks good.&lt;BR /&gt;
When I check the schedule which is calling up the exact same parameter, it reads a different number. I don't understand how this can happen</description>
      <pubDate>Thu, 11 Dec 2014 02:20:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230696#M11042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T02:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230697#M11043</link>
      <description>The thing is when you use modules, it essentially drops the project settings&lt;BR /&gt;
of the original file and adopts the environment of the file its brought into!&lt;BR /&gt;
&lt;BR /&gt;
I'll have a dig at it tonight mate and see if I can come up with a way around it!</description>
      <pubDate>Thu, 11 Dec 2014 02:28:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230697#M11043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T02:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230698#M11044</link>
      <description>Thanks Kristian,&lt;BR /&gt;
I actually want it to drop the properties of the mod file so it reads the story settings of the main file.&lt;BR /&gt;
I guess it would make sence if the parameter read the same number in plan and schedule. Im confussed</description>
      <pubDate>Thu, 11 Dec 2014 02:33:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230698#M11044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T02:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230699#M11045</link>
      <description>ahhhhhh ok now I see what you're doing mate&lt;BR /&gt;
I just did a quick test with another object.&lt;BR /&gt;
Where in the script have you placed the request and parameter value? (Master, 2D, Parameter etc)&lt;BR /&gt;
I did mine in the master and I can get it to keep the info from the authoring file (which could be handy) but I can't get the 00 like you have mate!</description>
      <pubDate>Thu, 11 Dec 2014 04:47:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230699#M11045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T04:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230700#M11046</link>
      <description>Thanks for looking at this Kristian,&lt;BR /&gt;
I am doing everything to do with this in the parameter script. I think I have over complicated things by also doing something such as if index = 0 then output = "00".&lt;BR /&gt;
I will try simplifying and moving to the master script and hope I can pull the number from the main file&lt;BR /&gt;
Cheers</description>
      <pubDate>Thu, 11 Dec 2014 04:54:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230700#M11046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T04:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230701#M11047</link>
      <description>That's no sweat at all mate!&lt;BR /&gt;
I'ma actually working on some module stuff myself so I've just tagged it into that!  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Thu, 11 Dec 2014 07:10:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230701#M11047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-11T07:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230702#M11048</link>
      <description>So, have moved my script into the master but still with problems that the parameter updates in the object settings, but the schedule is still not updating</description>
      <pubDate>Fri, 12 Dec 2014 04:29:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230702#M11048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-12T04:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230703#M11049</link>
      <description>Just to explain what I have done,&lt;BR /&gt;
&lt;BR /&gt;
I have this in the master script (I know the 'parameters' command should be in the parameter script, however I have tried all conditions)&lt;BR /&gt;
&lt;BR /&gt;
aaa= Request("story", "",index,story_name)&lt;BR /&gt;
parameters storyno = str(index,2,0)+""&lt;BR /&gt;
&lt;BR /&gt;
But as the attached image, the parameters update in the main file, but not the schedule in the same file?? I am assuming I am missing something very simple.&lt;BR /&gt;
This is quite a frustrating stumbling block at the moment&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/68728i7DCCE4D207FCC21C/image-size/large?v=v2&amp;amp;px=999" border="0" alt="schedule prob.jpg" title="schedule prob.jpg" /&gt;</description>
      <pubDate>Fri, 12 Dec 2014 04:51:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230703#M11049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-12T04:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230704#M11050</link>
      <description>Tom just as a test, break one of the hotlinks and then open the schedule!&lt;BR /&gt;
See if it just because of the static state of the module!&lt;BR /&gt;
Make sure you save just before you break it though!&lt;BR /&gt;
Just in case! haa ha ha haaa</description>
      <pubDate>Fri, 12 Dec 2014 06:44:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230704#M11050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-12T06:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Typical Floor Scheduling</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230705#M11051</link>
      <description>It is unfortunately known bug  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
I had this in my zone stamp &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
The problem is that the parameter change in the schedule (I mean the users' parameters change not the default ones) must be some kind of triggered to change.&lt;BR /&gt;
I had a dummy parameter in the zone stamp that was put into a dummy schedule (containing this parameter only) and changing this parameter (it was an changing back after running) the all custom values were going to the "main" schedule quite correctly.&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Piotr</description>
      <pubDate>Fri, 12 Dec 2014 09:42:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Typical-Floor-Scheduling/m-p/230705#M11051</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2014-12-12T09:42:10Z</dc:date>
    </item>
  </channel>
</rss>

