12
AVReporter Energy Management Solutions www.konsys-international.com 1 ENERGY MANAGEMENT, SAVE ENERGY, ENERGY MANAGEMENT SOFTWARE, ENERGY MONITORING, INDUSTRY ENERGY EFFICIENCY SOFTWARE, ENERGY USAGE, ENERGY MANAGEMENT SYSTEM, REPORT AND DASHBOARD, COST ALLOCATION AND BILLING, ISO50001, ENERGY PERFORMANCE CERTIFICATION OF BUILDINGS, REPORTING AND DATA VISUALIZATION TOOL Step-by-Step: Migration from ION Enterprise software to AVReporter v3.0 1 GETTING STARTED ................................................................................................................................ 2 2 CONNECT TO ION ENTERPRISE DATABASE BY SQL MANAGEMENT STUDIO ................ 2 3 EXPORT ION ENTERPRISE SOFTWARE DEVICE LIST ..................................................................... 3 4 INSTALL DEVICE DRIVERS FROM COMPONENT STORE .............................................................. 5 5 IMPORT DEVICE SETTINGS TO AVREPORTER................................................................................. 7 6 GENERATE REALTIME SCREENS ......................................................................................................... 7 7 MIGRATE ION ENTERPRISE SOFTWARE HISTORICAL DATABASE TO AVREPORTER.......... 10 http://www.twitter.com/avreporter http://www.energy-management-software.org/

Migration from ION Enterprise software to AVReporter v3.0

Embed Size (px)

Citation preview

AVReporter Energy Management Solutions

www.konsys-international.com 1

ENERGY MANAGEMENT, SAVE ENERGY, ENERGY MANAGEMENT SOFTWARE, ENERGY MONITORING, INDUSTRY ENERGY EFFICIENCY SOFTWARE, ENERGY USAGE,

ENERGY MANAGEMENT SYSTEM, REPORT AND DASHBOARD, COST ALLOCATION AND BILLING, ISO50001, ENERGY PERFORMANCE CERTIFICATION OF BUILDINGS,

REPORTING AND DATA VISUALIZATION TOOL

Step-by-Step: Migration

from ION Enterprise software to

AVReporter v3.0

1 GETTING STARTED ................................................................................................................................ 2

2 CONNECT TO ION ENTERPRISE DATABASE BY SQL MANAGEMENT STUDIO ................ 2

3 EXPORT ION ENTERPRISE SOFTWARE DEVICE LIST ..................................................................... 3

4 INSTALL DEVICE DRIVERS FROM COMPONENT STORE .............................................................. 5

5 IMPORT DEVICE SETTINGS TO AVREPORTER ................................................................................. 7

6 GENERATE REALTIME SCREENS ......................................................................................................... 7

7 MIGRATE ION ENTERPRISE SOFTWARE HISTORICAL DATABASE TO AVREPORTER.......... 10

http://www.twitter.com/avreporter

http://www.energy-management-software.org/

AVReporter Energy Management Solutions

www.konsys-international.com 2

1 Getting Started

This documentation is included migration steps from ION Enterprise software (ION Enterprise 5.x,

6.x) to AVReporter v3.0.

2 Connect to ION Enterprise database by SQL Management Studio

AVReporter v3.0 Installation package is included SQL Server 2012 Management Studio.

Typical SQL server name: ION

Typical SQL server database password:

Username: sa

Password: ION!Everywhere

AVReporter Energy Management Solutions

www.konsys-international.com 3

3 Export ION Enterprise software device list

ION_Network database is included gateway and device settings.

Run SQL script:

SELECT Gate.Name as GatewayName, Gate.Address as IP_Address, Port.Address as Port, Device.Address as Slave_Address , Device.Name as DeviceName, Devicetype.DisplayName as DeviceTypeName FROM Gate INNER JOIN Port ON Gate.id = Port.GateID INNER JOIN Device on Port.ID= Device.PortID INNER JOIN DeviceType on DeviceType.id= Device.DeviceTypeID

AVReporter Energy Management Solutions

www.konsys-international.com 4

Copy to excel table:

You can find device list template excel file in Component Store.

Important! Name of Device Type has to be same as in AVReporter Realtime Device Manager.

AVReporter Energy Management Solutions

www.konsys-international.com 5

4 Install Device drivers from Component Store

Open Realtime Device Manager Module.

AVReporter Energy Management Solutions

www.konsys-international.com 6

Next step open Component Store and install device drivers.

AVReporter Energy Management Solutions

www.konsys-international.com 7

5 Import Device settings to AVReporter

Next step click Update project modifications.

6 Generate Realtime Screens

Download Realtime dashboards from Component Store.

AVReporter Energy Management Solutions

www.konsys-international.com 8

Open Screen View and click Generate Screens:

Generate realtime screens:

AVReporter Energy Management Solutions

www.konsys-international.com 9

AVReporter Energy Management Solutions

www.konsys-international.com 10

7 Migrate ION Enterprise software historical database to AVReporter

- Create ION Enterprise database backup

- Stop all of ION Enterprise services

- Connect to ION Enterprise database by SQL Management Studio

- Run CONVERT_ION_TO_AVRDATA.sql on ION_Data (It can be download from AVReporter

Component Store). This query generates from ION_Data to a new AVRDATA database.

AVReporter Energy Management Solutions

www.konsys-international.com 11

- ION_Data can be deleted from SQL Server and uninstall ION Enteprise software.

- Install AVReporter software package without database.

AVReporter Energy Management Solutions

www.konsys-international.com 12