- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm working on one of those timeliner simulations that tends to be a bitch. Have about 1700 elements that I need to sequence, with a reasonable resolution. "Reasonable resolution" meaning most elements have to be assigned to a certain timeliner day, so they'll show up in the correct order and allow for conflict detection. In other words no entire floors showing up at once.
I've got it pretty well solved. What I did was group the RVT model into activities via a project parameter. I set this one to "foundations", "columns", "beams", etc accordingly. I also gave it another project parameter for sequence. That one simply holds 1,2,3,4,etc depending on the order of construction.
Then I scheduled by sequences in MS Project. As you'd imagine: foundations sequence 1, foundations sequence 2, foundations sequence 3, columns seq 1, columns seq 2, etc.
Pretty easy up to that point. The idea is simple: you attach elements from foundations sequence 1 to timeline foundations sequence 1.And so on. And you link your Project file. All done via search sets.
Once you're done attaching, if you change the sequences in your RVT model, the timeliner changes accordingly thanks to the sequence parameter. And if you change your durations in MS Project, timeliner updates thanks to the data link.
(Really important hint: use Unique ID and NOT regular "ID" in Project to identify your tasks. If you use regular ID, you'll be sorry if you have to change the activity list later on)
For the sets, I exported a set sample from NW to an XML file, and then wrote a VBA script in Excel to generate all the sets I needed, about 40.000 lines of XML code. Then I simply imported that file into NW.
Neat part is, with that arrangement I can play around with durations and activity order until I arrive at a simulation where everything's in sync and there's minimal activity conflict.
Ok, now the question:
I have about 400 search sets I need to attach to timeliner activities. For the most part that means click on search set, drag on top of the timeliner activity, release.
It's doable by hand in about 15 minutes, but I was wondering if anyone has a more efficient solution. Something that might automate that assignment or at least make it go faster. (I'm not looking for an API solution on this one, already had enough nightmare scenarios with the RVT API...)
Any ideas?
Solved! Go to Solution.