Rockwell Automation FactoryTalk Historian SE ActiveView 3.2 User Guide User Manual
Page 72
●
●
●
●
●
FactoryTalk Historian ActiveView User Guide
64
Examples
The following examples are written in VBScript. To use, insert each
example code after the tag in the following HTML code.
'Insert the code from all three examples here.
type = "button"
value = "Get DisplayURL"
title = "This property specifies the location of the
FactoryTalk Historian ProcessBook Display file. It can be set
to a URL string. The URL string should not contain any escape
characters. HTTP or FTP protocols (services) are supported.
You can also use a UNC path or a local path to a display. For
the UNC and local paths, the protocol prefix file: is
optional.">
size = "64"
value = "DisplayURL">
type = "button"
title = "To set the display URL: MyControl.DisplayURL
= http://www.MyServer.Com/MyDisplay.pdi">
Example 1 gets the DisplayURL property from the control.