+ All Categories
Home > Documents > 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje,...

1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje,...

Date post: 15-Dec-2015
Category:
Upload: hector-slocumb
View: 216 times
Download: 2 times
Share this document with a friend
27
1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIR Dr Phil Flentje, Faculty of Engineeri
Transcript
Page 1: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

1

Realtime displayof landslidemonitoringdata

Russ Pennell, Dhammika Ruberu,CEDIR Dr Phil Flentje, Faculty of Engineering

Page 2: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

2

Context: Wollongong 80 km S of Sydney

Bulli Pass

Mount OusleyExpressway

1200 to 1800mm rainfall

Wombarra

Page 3: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

3

Context: Wollongong 80 km S of Sydney

Fall

Flow

Slide

Page 4: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

4

Context

Page 5: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

5

Context

Page 6: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

6

Context

Page 7: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

7

Context: Solution - $40 million bridge

Page 8: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

8

Monitoring stations

Continuous monitoringstations

Page 9: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

9

Data

movement2D

rainfall

porepressure

Page 10: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

10

Collection sites

University ofWollongong

site 141

Page 11: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

11

Site 141

60 m

200

m

Page 12: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

12

Site 141

Page 13: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

13

Site 141

Page 14: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

14

Site 141

Page 15: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

15

Site 141

Page 16: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

16

Data acquisition

40 mmdiameter

450 mm long

at site 141, 3 sensors 18 to 23 m below surface

Page 17: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

17

Outputs

Page 18: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

18

Task

Data files on researcher's office PC

Instruments in the field at four sites

Data transmitted periodically

via mobilephone system

Our taskRead data files as they arrive, add to existing data store.As called for, prepare graphs of the data and display on website for viewing by stakeholders

Sites ring in independently at varying times

Page 19: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

19

Data in

Simplest

103,2003,176,1300,196.27,-643.05,19.63,3125.1,22.36,14.34,13.11translated asStringID,year,dayofyear,hhhh,IPIA(Downslope),IPIB(Transverse),IPITemp,vwpFreq,vwpTemp,FieldStationTemp,BatteryVoltage

IPI = InPlace Inclinometer giving displacement - 2Dvwp = vibrating wire piezometer giving pore pressure

Page 20: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

20

Complications• Seventeen graphs• Four data sites

– allow for future sites– allow for instrument removal/damage/addition

• At three sites– three instruments measuring earth movement– two instruments measuring pore pressure– each instrument had its own set of (up to 26)

conversion constants

• two graph modes– selectable– emergency set

Page 21: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

21

Proving in realBASIC

Page 22: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

22

Solution

DAT fileon PC

Sensors in the field

convert to

Graph request received

get data

Draw graph

graph points(hourly, etc)

researchdatabaseof allreadings

convert to readings

Identify data

requiredgraph

data points

Select graph parameters

weekly, daily or 4-hourly downloads

readings hourly down to every5 minutes

Page 23: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

23

Solution

• Applications run periodically by the Windows scheduling system• The application checks for the existence of a DAT file specified

in its own configuration file• DAT file is processed if found• Can add extra sites to the system without modifying code

site141

application

configuration file for 141

DAT filesfor all sites

DATstore

141.DAT

153 newsite

153.DAT

Page 24: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

24

File manipulation

Page 25: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

25

Website

Page 26: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

26

Website: data from a station

Page 27: 1 Realtime display of landslide monitoring data Russ Pennell, Dhammika Ruberu,CEDIRDr Phil Flentje, Faculty of Engineering.

27

The website

UOW landslideresearchers

NPWS

road transport authorities

rail authorities

local council

other local andforeign researchers

Stakeholders

emergency services


Recommended