Collaboration with other software
About model and data exchange with 3rd party solutions: Revit, Solibri, dRofus, Bluebeam, structural analysis solutions, and IFC, BCF and DXF/DWG-based exchange, etc.

Wrong Storey in Schedule

Anonymous
Not applicable
Hi everyone,

Please see attached screenshot.

I have 2 windows W102 of exactly the same dimensions.

Both are on the First Floor.

One of the walls, in which one window sits, starts 600mm higher (Its a split level house), and this is causing the STOREY of that window to show as FF CEILING and not FIRST FLOOR.

Is there anyway possible to get both windows to read as being on FIRST FLOOR?

Thanks,

Mike


Screen Shot 2013-03-16 at 1.25.39 PM.png
8 REPLIES 8
Laszlo Nagy
Community Admin
Community Admin
I suppose that the Anchor of the Windows is the Wall Base.
What happens if you Anchor them to the desired Story instead (First Floor in this case)?
Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
Anonymous
Not applicable
Thanks Lazlo, but no luck in this one!!! Still showing incorrect storey.
Laszlo Nagy
Community Admin
Community Admin
It may be that because your FIrst Floor is 2700 high and because that Window's Sill is 3000 above the First Floor, ArchiCAD considers it to be in the range of the next Floor and this is why it is scheduled like this.
I would schedule a User Defined listing parameter instead of this and provide the values manually (select all Windows and modify parameter value in one step). You can also modify the Header of the User Defined parameter in the Schedule so it reads "Story".
Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
Anonymous
Not applicable
You are confirming all of my worst nightmares Lazlo!!

I had assumed exactly what you said about ArchiCAD reading it as on the storey above because of the split level building.

And I had thought about going manual in the schedule. But I just hate to leave things to human error.

I was just really hoping someone had a more automated work around.

Thanks again for your ideas mate.

Mike
Laszlo Nagy
Community Admin
Community Admin
Sorry I couldN't be of more help.
By the way, I looked at it a bit closer and it looks like that it decides what the Floor will be based on which Story more of its vertical height falls to.
So if you have a 1000 mm high Window and it vertical height is 500 mm or more above Story 2, the Floor field will display that instead of Story 1.
So it is not in which Story's vertical range the Sill falls to, but where more of the vertical height falls to.
Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
Anonymous
Not applicable
Thanks for that.

It does make sense.

I had another window doing the same thing, and if I changed its height by just 1mm, and made the sill that 1mm lower, then it would schedule on the correcr storey!!
Anonymous
Not applicable
Mike

How is your GDL mate?
If you can slot the code below in your master script of the windows and create a parameter named "home" you can schedule that and it will call the home story of the window no matter what height you put them at.

nn = REQUEST ("Home_story", "", index, story_name)

values 'home' story_name
Anonymous
Not applicable
Cheers Kristian,

the object code is actually locked as part of a purchased extra library.

But I will shoot that code off the library creator and see if he can help us out.

Huge thank you to you mate.

Mike