Skip to main content
Version: Next

Asset Details

The Asset details is a tab on the right hand panel, and provides additional information about a specific asset selected from the map or device tree.

Details tab

An example of a details tab is provided in the screen shot below

Details Panel

Details Header

A header on the top of the Details panel, as shown in the screen shot below, provides various useful functions and options.

details settings

Open in Google Street View

As the same suggests, this button will open a new browser tab and using the geo-coordinates (latitude and longitude) of the asset in the details panel, attempt to show the asset in Google street view.

note

The street view will only succeed if there is a street view close to the co-coordinates of the selected asset. If you pick an overhead conductor in the middle of a field, for instance, its unlikely you will be able to obtain a street view of the asset.

Show downstream trend

This will open the trend panel and show a min/max downstream load trend for the currently selected asset.

Show raw asset info

This will show information about the asset as delivered to the Network Explorer client. This contains information that is useful to debug data issues, and may contain additional information not displayed in the tabular attributes displayed in the panel.

Show the asset on the map

If you have panned away from the asset on the map, pressing this button will re-centre the map on the asset.

Copy asset URL to clipboard

This will create a URL which will allow you to share the assets details with someone else, if they simply paste the link into their own browser. The link will open the Network Explorer app, centre the map on the asset passes as a parameter and open the asset Details tab for the asset.

https://prod.your-org.zepben.com/?asset=%7B%22id%22%3A%2223731460%2C3%22%7D

Settings

The options available in the Settings dialog is shown in the screen shot below

details settings
  1. Hide Blank Fields - setting is set to "Yes", attributes with no value will not be shown in the list of attributes
  2. Show Asset info - will show or hide the icon to show raw asset info
  3. Show Info On Selection - .

Explanation of asset attributes

info

The underlying asset model used by the Energy Workbench is the IEC Common Information Model (CIM). For those readers interested in how the IEC CIM is expressed in the asset details panel, please follow this link

note

Although the Energy Workbench supports a wide range of asset attribution, not all of this may be captured for an Energy Workbench deployment, and not all of it is exposed in the Details panel

The assets details will include the following information for each asset type displayed on the map, where available:

Attribute NamePresent inDescription/Explanation
asset IDall assetsthis is unique ID, which is typically an integer obtained from the asset model source system. It may also be an alpha-numeric text string, depending on how ID’s are constructed in the source system
nameall assets except conductorsthis is typically used to identify the asset in the field, with a physical label with the name attached to the asset. The name can also be used to search for the asset in the asset search tool. The asset name is displayed as a header field in the Details panel for node assets like switches, poles and transformers
typetransformers, switches and conductorsA switch can be one of a fuse, breaker, disconnector, recloser or jumper - This are obtained from the actual switch class defined in the IEC CIM. Transformers can be one of a Zone Transformer, Distribution Transformer, Isolation Transformer or Regulator – this is obtained from the function attribute in the IEC CIM.
Line TypeconductorsThis is a field that provides a code for the type of line, which is used to lookup impedance and rating characteristics.
Descriptionall assetsthis will often not a blank value, but it may be used to display additional information about the asset which does not fit naturally in any other fields. For example, the description could have information about the material used for a conductor, or a sub-type of a recloser. This attribute is dependent on how the network model has been built from source systems
Nominal PhasesConductors, Switches and Supply PointsThis shows what Phases the asset has. It is not shown on transformers because phasing can change on each winding of the transformer. The conductors connected to each of the transformers windings define how the transformer treats phases on each winding. See additional notes below about how Nominal Phases are calculated
asset container(s)all assetsthis will be either the HV Feeder or the LV Feeder the asset is contained by. This field is not available for objects contained by a Zone Substation or EHV circuit in this release of the software but may be in future. Normally open switches between two feeders in the distribution network will have the two feeders either side of the switch as containers.
Voltageall assetsThis is the operating voltage of the asset, not the voltage level as described [here]. For transformers, a separate voltage is provided for each winding (or transformer "end") (http://localhost:3000/evolve/docs/evolve-web-app/next/layer-controls#voltage-levels). Like Nominal Phase, the Voltage is calculated at run time based on information in source systems. The algorithm that does this guarantees the creation of an electrically correct model. If a voltage level cannot be determined for an asset, it will be treated as having an unknown voltage
LengthconductorsThis is the length of the conductor - this is generally taken directly from source systems
Impedanceconductors and transformersThis contains electrical impedance data. Another table is provided below that has a description of the impedance fields. On transformers, impedance data is provide for each transformer winding (or "end").
Customer CounttransformersThis provides a simple count of all customers connected to the transformer.
Design Temperatureconductorstodo - explain this
Design Ratingconductors and switchesThis is the rated design current for the asset, expressed in Amps
Stateswitchesthe normally open or closed state of the device.

Additional notes on asset attribution

  • The Nominal Phases of an asset is calculated by an algorithm that considers available phase information in the source system(s) and attempts to create phase information that is electrically consistent and has the highest chance of being correct. This is because the phase information in source systems is often anomalous and/or only partially populated.

Impedance data

The following table describes the impedance data for conductors

Impedance fieldDescription/Explanation
rPositive sequence series resistance, in ohms per meter
r0Zero Sequence series resistance, in ohms per meter
xPositive sequence series reactance, in ohms per meter
x0Zero sequence series reactance, in ohms per meter
b0chZero sequence shunt (charging) susceptance, in siemens per metre (SPerm)
bchPositive sequence shunt (charging) susceptance, in siemens per metre (SPerm)
g0chZero sequence shunt (charging) conductance, in siemens per meter (SPerm)
gchPositive sequence shunt (charging) conductance, in siemens per meter (SPerm)

The following table describes the impedance data for transformer windings (or ends)

Impedance fieldDescription/Explanation
rResistance (star-model) of the transformer end, in ohms
r0Zero sequence series resistance (star-model) of the transformer end, in ohms
xPositive sequence series reactance (star-model) of the transformer end, in ohms
x0Zero sequence series reactance of the transformer end, in ohms
bMagnetizing branch susceptance (B mag). The value can be positive or negative, in siemens (S)
b0Zero sequence magnetizing branch susceptance, in siemens per metre (S)
gMagnetizing branch conductance, in siemens (S)
g0Zero sequence magnetizing branch conductance (star-model), in siemens (S)
Phase Angle ClockTerminal voltage phase angle displacement where 360 degrees are represented with clock hours. The valid values are 0 to 11. For example, for the secondary side end of a transformer with vector group code of 'Dyn11', specify the connection kind as wye with neutral and specify the phase angle of the clock as 11. The clock value of the transformer end number specified as 1, is assumed to be zero. Note the transformer end number is not assumed to be the same as the terminal sequence number.

todo - check these all make sence and query why connectionkind and vectorgroup is not coming through/ being displayed