Applies To:
  • CitectSCADA 6.x
  • VijeoCitect 6.x

Summary:
How do I reference the Graphics Builder automation library in a VBSCript.  

Solution:
To reference a library in VBScript we use the function CreateObject(servername.typename). For example CreateObject("Excel.Application"). To reference the Graphics builder automation library the format is

CREATEOBJECT("GraphicsBuilder.Application.6.1")

Similarly for different version the version number will differ in the end for 6.0 it would be CREATEOBJECT("GraphicsBuilder.Application.6.0") etc.

 

Keywords:
 

Attachments