11
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 Powerlogic SMS software to AVReporter v3.0 1 GETTING STARTED ........................................................................................................................................................ 2 2 CHECK POWERLOGIC SMS SOFTWARE VERSION ..................................................................................................... 2 3 CONNECT TO SMS SOFTWARE DATABASE BY SQL MANAGEMENT STUDIO ...................................................... 2 4 EXPORT POWERLOGIC SMS SOFTWARE DEVICE LIST ............................................................................................. 4 5 INSTALL DEVICE DRIVERS FROM COMPONENT STORE .......................................................................................... 6 6 IMPORT DEVICE SETTINGS TO AVREPORTER ........................................................................................................... 8 7 GENERATE REALTIME SCREENS .................................................................................................................................. 8 8 MIGRATE POWERLOGIC SMS SOFTWARE HISTORICAL DATABASE TO AVREPORTER .................................... 11 http://www.twitter.com/avreporter http://www.energy-management-software.org/

Migration from Powerlogic SMS software to AVReporter v3.0

Embed Size (px)

Citation preview

Page 1: Migration from Powerlogic SMS software to AVReporter v3.0

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 Powerlogic SMS software to

AVReporter v3.0

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

2 CHECK POWERLOGIC SMS SOFTWARE VERSION ..................................................................................................... 2

3 CONNECT TO SMS SOFTWARE DATABASE BY SQL MANAGEMENT STUDIO ...................................................... 2

4 EXPORT POWERLOGIC SMS SOFTWARE DEVICE LIST ............................................................................................. 4

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

6 IMPORT DEVICE SETTINGS TO AVREPORTER ........................................................................................................... 8

7 GENERATE REALTIME SCREENS .................................................................................................................................. 8

8 MIGRATE POWERLOGIC SMS SOFTWARE HISTORICAL DATABASE TO AVREPORTER .................................... 11

http://www.twitter.com/avreporter

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

Page 2: Migration from Powerlogic SMS software to AVReporter v3.0

AVReporter Energy Management Solutions

www.konsys-international.com 2

1 Getting Started

This documentation is included migration steps from Powerlogic SMS software (SMS1500,

SMS3000, SMS 4.x DL/SE, SMS 4.x PE) to AVReporter v3.0.

2 Check Powerlogic SMS software version

3 Connect to SMS software database by SQL Management Studio

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

Page 3: Migration from Powerlogic SMS software to AVReporter v3.0

AVReporter Energy Management Solutions

www.konsys-international.com 3

Typical SQL server names:

If SMS-1500 system is applied: SMS1500

If SMS-3000 system is applied: SMS3000

If SMS 4.0 system is applied: SMS3000

If SMS 4.x system is applied: POWERLOGIC

Typical Powerlogic SMS passwords:

SMS software Administrator:

Username: master

Password: master

SQL Server:

Username: sa

Password: “” - nothing

or

Username: sa

Password: DBMaster

or

Username: SMS_DB_Master

Password: squared

Page 4: Migration from Powerlogic SMS software to AVReporter v3.0

AVReporter Energy Management Solutions

www.konsys-international.com 4

4 Export Powerlogic SMS software device list

SMS_System database is included gateway and device settings.

Run SQL script: SELECT

CS_MBTCP_DRIVER_SETTINGS.IP_Address_Or_URL, CS_MBTCP_DEVICE_ROUTES.ModBusTCPDevice_ID, CS_DEVICES.Device_Description,

CS_DEVICE_TYPES.Device_Type_Description

FROM

CS_DEVICE_TYPES INNER JOIN

CS_DEVICES ON CS_DEVICE_TYPES.Device_Type_ID = CS_DEVICES.Device_Type_ID LEFT OUTER JOIN

CS_MBTCP_DRIVER_SETTINGS ON CS_DEVICES.Connection_Number = CS_MBTCP_DRIVER_SETTINGS.Connection_Number LEFT OUTER JOIN

CS_MBTCP_DEVICE_ROUTES ON CS_DEVICES.Device_ID = CS_MBTCP_DEVICE_ROUTES.Device_ID ORDER BY

CS_MBTCP_DRIVER_SETTINGS.IP_Address_Or_URL, CS_MBTCP_DEVICE_ROUTES.ModBusTCPDevice_ID

Page 5: Migration from Powerlogic SMS software to AVReporter v3.0

AVReporter Energy Management Solutions

www.konsys-international.com 5

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.

Page 6: Migration from Powerlogic SMS software to AVReporter v3.0

AVReporter Energy Management Solutions

www.konsys-international.com 6

5 Install Device drivers from Component Store

Open Realtime Device Manager Module.

Page 7: Migration from Powerlogic SMS software to AVReporter v3.0

AVReporter Energy Management Solutions

www.konsys-international.com 7

Next step open Component Store and install device drivers.

Page 8: Migration from Powerlogic SMS software to AVReporter v3.0

AVReporter Energy Management Solutions

www.konsys-international.com 8

6 Import Device settings to AVReporter

Next step click Update project modifications.

7 Generate Realtime Screens

Download Realtime dashboards from Component Store.

Page 9: Migration from Powerlogic SMS software to AVReporter v3.0

AVReporter Energy Management Solutions

www.konsys-international.com 9

Open Screen View and click Generate Screens:

Generate realtime screens:

Page 10: Migration from Powerlogic SMS software to AVReporter v3.0

AVReporter Energy Management Solutions

www.konsys-international.com 10

Page 11: Migration from Powerlogic SMS software to AVReporter v3.0

AVReporter Energy Management Solutions

www.konsys-international.com 11

8 Migrate Powerlogic SMS software historical database to AVReporter

- Connect to SMS software database by SQL Management Studio

- Detach historical database from Powerlogic MS SQL Server

o If SMS PE v4.x system is applied: SMS_AR_Report historical database

o If SMS v4.x DL, SE, SMS1500, SMS3000 system is applied: SMS_HISTORY historical

database

- Attach SMS historical database to AVReporter MS SQL Server

- AVReporter’s user can access logged data of old Powerlogic SMS software by Basic

Reporter module.