12
DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike [email protected]

DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike [email protected]

Embed Size (px)

Citation preview

Page 1: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and

Java

Brandon [email protected]

Page 2: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

What We’ll Cover Today

• Part 1- BIM/FM Data Input and Exchange using COBie– How have we gotten where we are today?– Crash course in COBie data models and data exchange– A look into the next generation of data exchange

• Part 2 - Let’s do it!! – Next Generation Data Transfer - Live Demonstration– Quick tour of a COBie-compliant Revit model– Use Microsoft SQL Server Management Studio to create a new SQL

database– Use Revit DBLink to sync model data with the SQL Database– Use Visual Web Developer Express to create an application to broadcast

SQL Server data across the web– Make data changes flow round trip throughout the system

Page 3: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

19

82

Au

tod

esk F

ou

nd

ed

Rele

ase

s A

uto

CA

D v

1.0

Paper

Deliv

era

ble

s

19

89

Mic

rosoft

Rele

ases O

ffice v

1.0

Auto

CA

D t

o M

icro

soft

Exc

el

Paper

Deliv

era

ble

s

19

98

Au

tod

esk R

ele

ases A

uto

CA

D

Arc

hit

ectu

ral D

eskto

p v

1.0

AD

T t

o M

icro

soft

Exc

el

Paper

Deliv

era

ble

s

20

00

Revit

Tech

. C

orp

. R

ele

ases R

evit

v1

.0R

evit

to M

icro

soft

Exc

el

Paper

Deliv

era

ble

s

20

10

Au

tod

esk R

ele

ases R

evit

DB

Lin

kR

evit

to S

QL

Serv

er

Data

base

Ele

ctro

nic

Deliv

era

ble

sB

i-D

irect

ional R

ela

tionsh

ips

Revit

to M

icro

soft

Excel

Ele

ctro

nic

Deliv

era

ble

sO

ne-W

ay D

ata

Tra

nsf

er

(som

e b

i-dir

ect

ional)

Revit

to O

DB

C E

xp

ort

Ele

ctro

nic

Deliv

era

ble

sO

ne-W

ay D

ata

Tra

nsf

er

Revit

to I

FC

Exp

ort

Ele

ctro

nic

Deliv

era

ble

sO

ne-W

ay D

ata

Tra

nsf

er

A Blast from the Past!

Page 4: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

COBie Process Overview

Open Standards for:

Building operational data parameters and information types

Data exchange means and methods

Construction Operations Building information exchange

Page 5: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

COBie Process Overview

Page 6: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

COBie Process Overview

Page 7: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

Mod

el D

ata

Non

-Mod

el

Data

Contacts

Documents

Build

Common

Job

Spare

Resource

Design

Issues

Coordinates

Attributes

Connections

O&M

Zones

Type

Systems

Components

Spaces

(and warranty)

(and installation)

Facility

Floors

COBie Process Overview

Page 8: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

BIM Model

export COBie Spreadsheet

FM, O&M Platform

s

BuildDesign O&M

BIM Model

export IFC

FM, O&M Platform

s

COBie Process Overview

*

Page 9: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

Revit Model

AD

E

WebApplicationSQL Server

Ow O

p

Cont

I

COBie Process Overview

Page 10: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

• Part 2 - Let’s do it!! – Next Generation Data Transfer - Live Demonstration– Quick tour of a COBie-compliant Revit model– Use Microsoft SQL Server Management Studio to create a new SQL

database– Use Revit DBLink to sync model data with the SQL Database– Use Visual Web Developer Express to create an application to broadcast

SQL Server data across the web– Make data changes flow round trip throughout the system

Page 11: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

• Local instance of SQL Server 2008 Express– Or a slice of your corporate SQL Server

• SQL Server Management Studio 2008 r2

• Microsoft Visual Web Developer 2010 Express

• Revit Architecture 2012

• Revit DBLink Add-in for Revit Architecture 2012

• Autodesk COBie Toolkit

• Standard Web Browser

FREE

FREE

FREE

FREE

Not-so

Free

FREE

FREE

Review

RevitModel

WebApplication

SQLServer

Page 12: DIY FM: Bridging the AEC/FM Gap using Revit DB Link, ASP.NET, HTML, VB and Java Brandon Pike Bpike@nelsononline.com

Questions?

Brandon [email protected]