Usage with Elipse Power Objects

<< Click to Display Table of Contents >>

 

Usage with Elipse Power Objects

To use Templates of type 3: Faceplate with Elipse Power objects, users must execute the following settings:

 

Screen Objects

1.Select an object on PowerControls library, such as a Breaker.

2.Create a property called "DataObject", with type xfPlantFolder.

3.Right-click this Breaker and select the Insert - Libraries - hpMenus - hpPopupOpen option, so that this object opens the Faceplate Screen with a mouse click.

4.Create a Simple Link in the popArg property of the hpPopupOpen object with the expression "Parent.DataObject.PathName".

5.Create a Simple Link in the popName property of the hpPopupOpen object with the expression "Parent.ModalScreenName".

6.Create a Link in the popTemplate property of the hpPopupOpen object with the expression "hpObjects.ScreenTemplates.Faceplate1".

7.Select the XPowerMenuCreator1 object and change the Enabled and Visible properties to False.

 

Data Objects

1.To create an object to store XML code, select an object on the data structure that represents a device.

2.Create a folder of type DataServer on this object's root, called "xmlView".

3.Right-click this folder and select the Insert - Panel - Internal Tag option. Name this Tag as "xmlData".

4.Repeat this process for each device on the data structure.

5.To configure the address of an hpXFaceplateTemplate object, configure the DocString property of the device with the path of the respective hpXFaceplateTemplate object, such as "hpXObjects.FaceplateTemplates.hpXFaceplateTemplate_Breaker".

 

Configuration of an hpXMLCatalog Object

1.Configure the KeywordProperty property of the object with an empty String.

2.Configure the XMLTemplate property of the object with the value 3: Faceplate.

3.All other settings are the same ones used by the PlantModel Library.

Was this page useful?