Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

PageOpenEx

  • Last UpdatedJul 13, 2023
  • 1 minute read

Opens the specified symbol, Genie or Super Genie page, if it is found. See BrokenLinkCancelEnabled for more information if a missing reference is encountered.

Syntax

PageOpenEx(Project, Library, Element, PageType)

Project:

The name of the project where the element can be found.

Library:

The name of the library where the element can be found.

Element:

The name of the symbol, Genie or Super Genie.

PageType:

Type:

0 = Symbol

1 = Genie

2 = Super Genie

Return Value

0 (zero) if successful, otherwise an error is returned.

Note: For details on handling return and error values, see Error Handling.

PageNew, PageSave, PageSaveAs, PageClose

Example

' Opens a symbol saved as a graphics page
GraphicsBuilder.PageOpenEx "Example", "boiler", "tubes1", 0

' Opens a Genie saved as a new graphics page
GraphicsBuilder.PageOpenEx "Example", "example", "dial", 1

' Opens a Super Genie saved as a graphics page
GraphicsBuilder.PageOpenEx "Example", "utility", "!sysinfo", 2

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in