Joe_Carrick

Members
  • Posts

    12413
  • Joined

  • Last visited

Everything posted by Joe_Carrick

  1. That's exactly what I've done. I sell my system for $125. It's guaranteed to work for all 1,2 & 3 section stairs, landings & ramps. It even works on spiral stairs.
  2. I do section views but only dimension the head room when it might be an issue. I'm in California so the building departments are very picky. MY stair info text is accepted for rise, run, width, railings, etc. I haven't had a plan check correction related to stairs, landings or ramps for at least 10 years.
  3. Got it fixed. One of the Windows Security settings.
  4. I got this when I tried to install. I'm pretty sure it's happened before but I don't remember what I had to do to fix it
  5. Hi Michael, I've since changed the macros for the columns that needed to reference certain values which were previoulsy created as $Globals by other columns. Now all the columns are independent with the critical columns getting and calculating everything internally. I'm including a copy of a plan with schedule that shows what I'm doing. The plan is a "Braced Wall Plan" with a Schedule. Columns 3 & 4 of the Schedule indicate the required lengths of panels for seismic and wind. Columns 4 & 5 show the lengths of panels assigned to each wall line. Previously columns 8-13 created $Global variables that the macros for columns 3 & 4 used to return a value. Those $Globals were supposed to be used in the macros for required panel lengths but they jst didn't work. With my current implementation there are only a couple of $Globals needed and they are created elseware in the Layout and/or Plan.
  6. Here's an example of how I did it on one of my projects The Saved Plan View uses unique layer sets to display the needed information. I included the plumbing so that proper location of waste lines would be available before the foundation is poured.
  7. Can you post the plan? That's the only way to figure out what's wrong.
  8. OK, do this: Make the railing wall a "Room Divider" Add another "Railing Wall" and mark it "No Room Definition" Move that wall into position up against the Room Divider. It should work just fine. except that you will need to add an exterior band (Molding Polyline Framing or Fasia) around the deck to make the 3D and Framing work. Deck Planks need to cover Framing.
  9. How would the trim be installed if there wasn't a wall to attach it to?
  10. Jim, Are your railing walls defined outside the deck? Maybe reversing the wall layers would help.
  11. I think that was true in X17 - but I could be wrong.
  12. Hi Jason, In most cases my "rescue" performs an alternate set of code to provide the appropriate value. Sometimes it's just a matter of looking for a different NVP because the suspected object didn't have the NVP I was expecting. In other cases I present a message explaining what's wrong. IOW, an intelligent error correction hint. The last option is just a reasonable value - such as (0 or 1) when the error is "division by zero"
  13. I've also been told that schedule columns are evaluated "Left to Right" so if a macro in column 2 relies on one in column 5 there could be a problem. In that case it would be necessary to either switch the positions or incorporate the value of column 5 directly into the macro in column 2. IAE, Chief will need to do some evaluation of how to make the Schedule get the values from the Row Object; Maybe the macro context could have "Schedule Row Object"
  14. I suspect that's just a screen issue for the type of render being used. If you print to a pdf all the labels should b displayed properly.
  15. Since i prevent all my macros from returning "Error" the incorrect result is something I provide as a default. I do this by using the: begin result = Code that could produce an error rescue result = default value end to trap errors
  16. I kind of blundered into this situation. Basically what it amounts to is that when OIP fields have values assigned by macros (owner context) the macros will report a value for that object. However, if the custom field is used as a column in a Schedule - the macro uses the schedule as the owner and reports an incorrectly calculated value. This is quite simply because schedules don't have any OIP fields the macros can't return any valid data. I've reported this bug to Chief Tech Support. Hopefully they will be able to come up with a solution. but I'm sure it will require some modification of the schedules to make custom field columns to evaluate the data based on using the row object as the owner and that the value can be the result of any macro in that field
  17. Shane, The defaults will only be presented for new room labels. IOW, existing plans will show what it was, not what you change the defaut to. For existing rooms you will need to select all of them and specify the label items you want. Unfortunately things like %room.height.ceiling% and "TEST TEST TEST" will all be at the same size as the %room.name%. So RTB's are still better.
  18. So you should check the room structure elevations. It might be the floor & ceiling structure and finish settings. I don't know if Chief made any changes in the calculations (rounding, etc.) Maybe they just fixed something that was being calculated incorrectly.
  19. If it's one of my macros, I can fix it OTOH, this can be a result of the elevations in the room's structure panel.
  20. Shane, Take a good look at the room defaults. There's a lot of capability there for customization. Personally I'm suppressing the automatic label in plan views and using my RTB labels which I've stored in my user library for plan views. I'm only using the X18 automatic label in cross sections.
  21. You might also note that since the Layout and the Plan are separate - Macros in them are also separate. So you can have a macro in each with the same name but totally different script and result. My Layout files have only 25 macros and only 6 or 7 are duplicated in the Plan file. OTOH, my Plan files have over 175 macros.
  22. Unfortunately for me, going to the UGM in Idaho is just to much money. My RTB room labels use Arial Normal but with Bold, Underline & sometimes Italic. Here are a few examples: All of this information is presented by custom macros. I don't currently use a check for "room type" but I do check some NVPs. Are you really able to do this with the current room labels.