Sample Median Concrete Island AutoSwitch Criteria

XSECTION

PROPOSED XS

/* >>> For english, reset the tolerance to 0.10 <<< */
Tolerance = 0.03

PATTERN BY STATION
PATTERN SET
JOB NUMBER = RDY
BASELINE = L
HORIZ SCALE = 10
VERT SCALE = 10
BEGINNING STATION = 1000
ENDING STATION = 5500
EVEN = 50
LT = 150
RT = 150

DEFINE "TM01 CONFIG" 3

DEFINE "SH01 WIDTH CUT" 14
DEFINE "SH01 WIDTH FILL" 14
DEFINE "SH01 SLOPE" 0.08
DEFINE "SH01 PAVED" 4

DEFINE "AD01 DITCH WIDTH" 12
DEFINE "AD01 DITCH SLOPE" 6

DEFINE "MCC01 LEFT CURB TYPE" 9
DEFINE "MCC01 RIGHT CURB TYPE" 9
DEFINE "MCC01 COVER" 1
DEFINE "MCC01 BASE DEPTH" 13
DEFINE "MCC01 CONCRETE ISLAND AUTOSWITCH" 1

DEFINE "PAVEMENT DEPTH" 12
DEFINE "RESURFACE DEPTH" 3

DEFINE "EOP IN XSC" 0

DEFINE_DGN "EXIST DGN EOP"\
   DGN = [TIP]_RDY_EOP_[DESC].DGN\
   TYPE = LINE,LINE_STRING,ARC,CURVE\
   LVNAME = EXIST ROADS EOP /* >>> use "Old_Level_3" instead of "Exist Roads EOP" if topo is old. <<< */

DEFINE_DGN "CONCRETE ISLAND "\
   DGN = [TIP]_RDY_DSN_[DESC].DGN\
   LVNAME = PROP CONC 5IN MONOLITHIC KEYED IN ISLAND

/* >>> For english, change the extension from .met to .eng <<< */
include L:\standard.eng

include L:\cc_defs.eng

CRITERIA FOR SHAPE CLUSTER
SHAPE CLUSTER BASELINE = L
SHAPE CLUSTER PROFILE = L
SHAPE CLUSTER TIE = 0
SHAPE CLUSTER OFFSET MINUS

SIDE SLOPE LT /*where (station >= ) and (station <= )*/
                 /*or (station > ) and (station < )*/

   include L:\tmplt01.cri
   include L:\shld01.cri
   include L:\adss01.cri

SIDE SLOPE RT /*where (station >= ) and (station <= )*/
                 /*or (station > ) and (station < )*/
   include L:\tmplt01.cri
   include L:\mdncc01.cri

CRITERIA FOR SHAPE CLUSTER
SHAPE CLUSTER BASELINE = L
SHAPE CLUSTER PROFILE = L
SHAPE CLUSTER TIE = 0
SHAPE CLUSTER OFFSET PLUS

SIDE SLOPE LT /*where (station >= ) and (station <= )*/
                 /*or (station > ) and (station < )*/
   include L:\tmplt01.cri
   include L:\mdncc01.cri

SIDE SLOPE RT /*where (station >= ) and (station <= )*/
                 /*or (station > ) and (station < )*/
   include L:\tmplt01.cri
   include L:\shld01.cri
   include L:\adss01.cri

SHAPE DGN = [TIP]_RDY_SHP_[DESC].DGN
SHAPE SET
TYPE = CMP_SHAPE
LVNAME = Prop Geopak Pavement Shape Dependent
LVNAME = Prop Geopak Pavement Shape Independent

XS DGN = [TIP]_RDY_XSC_[DESC].DGN
EXISTING GROUND LINE
TYPE = LINE,LINE_STRING
LVNAME = Exist XS Ground Line

PLOT PARAMETERS
LINE
LVNAME = Prop XS Dump Level

PAVEMENT THICKNESS = 0.0
DO NOT FILL GAPS BETWEEN CLUSTERS
WRITE XS INTO DGN = [TIP]_RDY_XSC_[DESC].DGN

 

USAGE:

Suppose the cross sections are transitioning from a median concrete curb island typical section to an undivided typical with left turning lanes with a raised monolithic concrete island. The Geopak shapes are still configured as a median.

If you create a Geopak shape to the span up to or through the concrete island (red shape), Criteria will not work properly because your are still using the median curbing criteria (mdncc01.cri) and their is no "room" to form a median definition (space or gape between the Geopak shapes (blue shapes) and center line.

At station 35+00, the cross section would look like this without the AutoSwitch variable.

Note that this cross section is not correct.

At station 35+00, the cross section would look like this WITH the AutoSwitch variable.

With the AutoSwitch variable enabled, Roadway Designers can continue to use the median curbing criteria, without manully switching to a new configuration criteria. In addition, NO Additional Geopak Shapes were warranted to process the cross section!

 

 

 

 


Disclaimer: The content on the CADD Tutorial Web Pages are to be use as a general guide in producing a set of NCDOT Roadway plans. It should not be used as the sole reference to seal a set of plans. All other official manuals, such as THE ROADWAY DESIGN MANUAL and AASHTO A POLICY ON GEOMETRIC DESIGN OF HIGHWAYS AND STREETS (The "Green" Book) take precedence. The content contained on the CADD Tutorial web pages has no legal merit.