@enervance/insight-cim-model 0.0.227 → 0.0.229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5381,7 +5381,7 @@ class ConverterIntegral7 {
|
|
|
5381
5381
|
return terminal;
|
|
5382
5382
|
}
|
|
5383
5383
|
createBoundaryConnection(frame, conductingEquipment, i7ObjectID, phase) {
|
|
5384
|
-
var _a;
|
|
5384
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
5385
5385
|
const cimModel = frame.cimModel;
|
|
5386
5386
|
const anschlussUUID = this.integralID2UUID.get(i7ObjectID);
|
|
5387
5387
|
let terminal = undefined;
|
|
@@ -5442,7 +5442,7 @@ class ConverterIntegral7 {
|
|
|
5442
5442
|
frame.integral7Modell.currentSitesBoundary.set(int7id, frameBD.integral7Modell.integralStandorte.get(int7id));
|
|
5443
5443
|
}
|
|
5444
5444
|
else {
|
|
5445
|
-
this.logger.error(`error --- Für das Objekt ${conductingEquipment.constructor.name} ${conductingEquipment.getUUID()} / ${conductingEquipment.equipmentContainer.constructor.name} ${conductingEquipment.equipmentContainer.getUUID()} konnte am I7-Objekt ${i7ObjectID} kein Grenzknoten bestimmt werden`);
|
|
5445
|
+
this.logger.error(`error --- Für das Objekt ${(_b = conductingEquipment === null || conductingEquipment === void 0 ? void 0 : conductingEquipment.constructor) === null || _b === void 0 ? void 0 : _b.name} ${conductingEquipment.getUUID()} / ${(_d = (_c = conductingEquipment.equipmentContainer) === null || _c === void 0 ? void 0 : _c.constructor) === null || _d === void 0 ? void 0 : _d.name} ${(_e = conductingEquipment === null || conductingEquipment === void 0 ? void 0 : conductingEquipment.equipmentContainer) === null || _e === void 0 ? void 0 : _e.getUUID()} konnte am I7-Objekt ${i7ObjectID} kein Grenzknoten bestimmt werden`);
|
|
5446
5446
|
}
|
|
5447
5447
|
if (terminal) {
|
|
5448
5448
|
terminal.conductingEquipment = conductingEquipment;
|
|
@@ -5450,7 +5450,7 @@ class ConverterIntegral7 {
|
|
|
5450
5450
|
}
|
|
5451
5451
|
}
|
|
5452
5452
|
else {
|
|
5453
|
-
this.logger.error(`error --- Für das Objekt ${conductingEquipment.constructor.name} ${conductingEquipment.getUUID()} / ${conductingEquipment.equipmentContainer.constructor.name} ${conductingEquipment.equipmentContainer.getUUID()} konnte am I7-Objekt ${i7ObjectID} kein Anschlusspunkt bestimmt werden`);
|
|
5453
|
+
this.logger.error(`error --- Für das Objekt ${(_f = conductingEquipment === null || conductingEquipment === void 0 ? void 0 : conductingEquipment.constructor) === null || _f === void 0 ? void 0 : _f.name} ${conductingEquipment.getUUID()} / ${(_h = (_g = conductingEquipment.equipmentContainer) === null || _g === void 0 ? void 0 : _g.constructor) === null || _h === void 0 ? void 0 : _h.name} ${(_j = conductingEquipment === null || conductingEquipment === void 0 ? void 0 : conductingEquipment.equipmentContainer) === null || _j === void 0 ? void 0 : _j.getUUID()} konnte am I7-Objekt ${i7ObjectID} kein Anschlusspunkt bestimmt werden`);
|
|
5454
5454
|
}
|
|
5455
5455
|
}
|
|
5456
5456
|
return terminal;
|