Embed processbook displays in other containers, E 56) – Rockwell Automation FactoryTalk Historian SE ActiveView 3.2 User Guide User Manual

Page 64

Advertising
background image

FactoryTalk Historian ActiveView User Guide

56

<html>

<head>

<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">

<title>New Page 1</title>

</head>

<body>

<p>

<object classid="clsid:4F26B906-2854-11D1-9597-
00A0C931BFC8" id="Pbd1" width="100%" height="100%">

<param name="ServerIniURL" ref
value="http://MyWebServer/pi/servers.ini">

<param name="DisplayURL"
value="http://MyWebServer/pi/display.pdi">

</object>

</p>

</body>

</html>

12. Place the .htm file on your Web site.

Embed ProcessBook Displays in Other
Containers

In addition to HTML pages, you can use the FactoryTalk Historian
ActiveView Control in other containers capable of supporting ActiveX
controls, such as Microsoft Excel, Visual Basic or VBA forms. The
Control is essentially a container for a Display Document object. The
Control starts the PI ActiveView application, which is used as a local
server for the Display. The user can interact with the display from the
Control's window.

This means, for example, that you can view a dynamic display of PI data
inside an Excel spreadsheet. After you load Excel and FactoryTalk
Historian ActiveView on a PC, the FactoryTalk Historian ActiveView
Control is available to be inserted into Excel. For details, see Embed a
Display in a Spreadsheet
(page 57). You would use similar procedures to
embed a Display Document in other containers.

Advertising