Response Summary View

This database contains information summarizing the results of the Reflective Cracking Phase testing cycles, including Sensor ID, sensor name, sensor type, test section ID, cycle number, response, response value and response time.


Below are the applicable column names and descriptions to query the RC database for Phase I data.

dbo.Response

SensorID

Sequential number used for sensor identification

SensorName

Name assigned to the sensor. The first letters identify the sensor type:

T = Thermocouple

SG = Surface Strain Gauge

EG= Embedded Strain Gauge

JDG = Joint Displacement Gauge

JOG = Joint Opening Gauge (N/A)

SensorType

Temperature (ºF), Microstrain (strain x 10-6), Displacement mils (inches x 10-3), Voltage (v)

TestSectionID

Unique number assigned to identify each of the two test sections.

1 = Temperature Only (N/A)

2 = Temperature and Traffic

CycleNum

The number of the cycle.

ResponseTypeID

(sensor response)

1 = OL = Offset left (first reading)

2 = MRL = Minimum Response Left

3 = MR = Maximum Response

4 = MRR = Minimum Response Right

5 = OR = Offset Right

ResponseValue

The value associated with the response.

 

 

Sample Strain Gage Response


Response Summary Table Data

 

Sensor Name :

Response Type :

Run


Custom SQL Query

 Advanced users can query the Reflective Cracking database using Structured Query Language (SQL). The following resource is provided to help you better understand how to use SQL to query Reflective Cracking Data.

 

* Only read-only (select) queries are permitted. *




SQL Query Dynamic Data
Enter SQL statement:
Submit


 

Table Map

The database is organized into 7 tables as shown in the figure below. Key fields in each table are unique identifiers and are indicated by a key symbol. Lines represent links between tables.

 

 

 

Table Descriptions

  • Cycle - Contains data on the cycle number date and time.
  • Phase - Contains information about the phase name and ID.
  • Response - Contains response values from the sensors.
  • ResponseType - Contains name and ID of each response.
  • Sensor - Contains information about the sensors, including sensor type and location.
  • TestParameters - Contains testing parameters for each phase.
  • TestSection - Contains data on each test section.

 

Return to RCOD Main Page