Rockwell Automation FactoryTalk Historian SE ActiveView 3.2 User Guide User Manual

Page 75

Advertising
background image

3

For Developers: Administering FactoryTalk Historian ActiveView

67

For example, you can specify
http://myserver/mydir1/mypilogin.ini first, and then
specify any of the following paths to change the display (assuming that
http://myserver/mydir1/mypilogin2.ini and
http://myserver/mydir2/mypilogin3.ini are valid files):

http: mypilogin2.ini
mypilogin2.ini
http:../mydir2/ mypilogin3.ini

When ServerIniURL value is set or changes, the file that it points to is
read and the values are merged with the user's pilogin.ini file.

Examples

The examples are written in VBScript. To use, insert after the <HTML>
tag in the following HTML code.

<HTML>
<object id = "pbd1"
classid = "clsid:4F26B906-2854-11D1-9597-
00A0C931BFC8"
height = "300"
width = "400">
</object>
<P>
<input id = "btnGetServerINIURL"
type = "button"
value = "Get ServerINIURL"
title = "This optional property specifies the location
of a pilogin.ini file that contains Historian Server
information.">
<input id = "txtServerINIURL"
size = "64"
value = "ServerINIURL">
<input id = "btnSetServerINIURL"
type = "button"
value = "Set ServerINIURL"
title = "To set the ServerINI URL:
MyControl.ServerINIURL =
http://www.MyServer.Com/MyPILogin.ini">

Advertising