Warning: Objects of Topology type are not included in standard version of D2000 system !!!

Network topology is represented by one object of Topology type, N objects of Topological node type and M objects of Topology link type. Network topology can be described by a graph in terms of the graph theory, where a node represents an edge and a link represents a directed vertex in the graph. Topological link is defined by two nodes, which it connects - source node and destination node.

Note: Objects of Topological link and Topological node type are part of an object of Topology type and therefore they can be configured through the configuration of respective object of Topology type.


Valid topology configuration check

Valid topology configuration check is executed after clicking the button Save in the configuration dialog box. There must be valid:


Topology functionality

Process D2000 TOPOLOGY calculates the values of objects of Topology link type based on the values of nodes of the whole topology and topologies connected to it, by means of topology nodes of Terminal type. The result of the calculation is one of the following values of topology link:


Description of topology components


Topology evaluation

Topology is evaluated in a way that for every source node (nodes of Generator or Ground type) all the connected links are scanned (crossing a Transformer the voltage is transformed, passing a switch that is turned on the voltage does not change, going through a switch in UNKNOWN state a voltage is tagged weak and naturally voltage cannot get through a switch that is switched off). Subsequently the value of a link is calculated as an addition of contributions from all the source nodes according to the following rules (the priority of a rule declines from the first to the last one):


Topology debugging


D2000 TOPOLOGY start parameters

Start parameter /FM (Full mode) serves for complete topology recalculation after a change of control object of a switch. Without the /FM parameter, in case that a switch's control object has changed, all the topologies having connection to the topology comprising the changed switch, are traced and only objects in these topologies will be recalculated. The command is of great significance for the speed of calculations in topologies, where there is a higher number of interconnected topologies.

Start parameter /QM (Quick mode) serves for accelerating the calculations of a topology after a control object of a switch has changed. When the parameter is not used, for every source node (nodes of Generator or Ground type) a contribution to the value of every link is calculated, on which there is voltage from a power source (through the nodes of Branch, Transformer and Switch (in position when it is switched on) type). i.e. for every source node the whole available topology have to be examined (and topologies depending on it).
With parameter /QM the calculation stops, as soon as another source has contributed to the link value with same value in the same direction as the currently evaluated source node. A side effect to faster calculation is that after turning on the debug category DBG.TOPOLOGY.SUBVALUES and listing all the contributions from individual source nodes, not all the contributions from all the source nodes will be shown, however, for every voltage level (e.g. GND, GNDw, U1, U1w ... U10w) a contribution from one source node at most.