3
RISR1 This routine will calculate the different possible stair riser-count options given: - F2F in FIS (the finished floor to finished floor height) Items calculated by this routine are: - ADA Compliant riser details - Typical Riser details - Maximum Height Riser details - Out of code Riser details **NOTE: When plans are not clear, this is a good tool to use to quickly determine riser information for stair building. As with all of these routines, the user is “prompted” to enter the required numbers so that the calculation can be performed. 1 WALLMAXX, INC COPYRIGHT © 2012 ALL RIGHTS RESERVED

RISR1

  • Upload
    mike-m

  • View
    215

  • Download
    2

Embed Size (px)

DESCRIPTION

Determining Riser Heights

Citation preview

RISR1

This routine will calculate the different possible stair riser-count options given:- F2F in FIS (the finished floor to finished floor height)

Items calculated by this routine are:- ADA Compliant riser details- Typical Riser details- Maximum Height Riser details- Out of code Riser details

**NOTE: When plans are not clear, this is a good tool to use to quickly determine riser information for stair building.

As with all of these routines, the user is “prompted” to enter the required numbers so that the calculation can be performed.

1

WALLMAXX, INC COPYRIGHT © 2012 ALL RIGHTS RESERVED

Here is what the actual routine looks like when keyed into the calculator.

2

WALLMAXX, INC COPYRIGHT © 2012 ALL RIGHTS RESERVED

The keystrokes to enter/store, in an HP scientific calculator, in RPN mode are below:

<< “F2F FIS” “” INPUT OBJ INSH ‘A’ STO

A 6.875 / .5 + IP ‘B’ STOA B / FEET ‘ADA’ TAGB ‘RISRS’ TAGA B 1 - / FEET ‘TYPICAL’ TAGB 1 - ‘RISRS’ TAGA B 2 - / FEET ‘MAXX’ TAGB 2 ‘RISRS’ TAGA B 3 - / FEET ‘NOPE’ TAG B 3 - ‘RISRS’ TAG

{ A B } PURGE >>

3

WALLMAXX, INC COPYRIGHT © 2012 ALL RIGHTS RESERVED