-
-
-
-
-
-
-
-
-
-
-
- mdi-refresh
-
-
- mdi-plus
- {{ $t('admin.tags.newTag') }}
-
-
-
-
-
-
- {{ item.value.toFixed(3) }}
-
-
-
- {{ item.tag }}
-
-
-
- {{ item.description }}
-
-
-
- {{ item.valueJson }}
-
-
-
- mdi-pencil
- mdi-delete
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ mdi-refresh
+
+
+ mdi-plus
+ {{ $t('admin.tags.newTag') }}
+
+
+
+
+
+
+ {{ item.value.toFixed(3) }}
+
+
+
+ {{ item.tag }}
+
+
+
+ {{ item.description }}
+
+
+
+ {{ item.valueJson }}
+
+
+
+ mdi-pencil
+ mdi-delete
+
+
+ {{ $t('common.error') }}
+
+
{{
$t('admin.tags.confirmErase')
- }}
+ }}
-
-
+ {{ $t('common.error') }}
- {{
+ {{
$t('common.cancel') }}
{{
$t('common.delete') }}
@@ -70,71 +69,96 @@
-
+
{{ $t('admin.tags.editTag') }}
-
-
-
-
-
-
+
+
+
+
+
+
+
+ :label="$t('admin.tags.editOrigin')" v-model="editedTag.origin" class="ma-0">
+
+
+
+
+
+
+
+ mdi-plus
+ {{ $t('admin.tags.parcelAddNew') }}
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
+
+ v-if="['supervised', 'command'].includes(editedTag.origin)"
+ v-model="editedTag.protocolSourceConnectionNumber" class="ma-0">
-
-
-
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+ mdi-plus
+ {{ $t('admin.tags.protocolDestinationAddNew') }}
+
+
+
+
+ {{ $t('common.error') }}
-
+
{{ $t('common.cancel') }}
-
+
{{ $t('common.save') }}
+
+
+
+ {{ $t("admin.tags.protocolDestinationAddNew") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("common.cancel") }}
+
+
+ {{ $t("common.ok") }}
+
+
+
+
+
+
+
+
+ {{ $t("admin.tags.parcelAddNew") }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("common.cancel") }}
+
+
+ {{ $t("common.ok") }}
+
+
+
+
+
diff --git a/src/AdminUI/src/locales/en.json b/src/AdminUI/src/locales/en.json
index 94ab3bb3..f081e857 100644
--- a/src/AdminUI/src/locales/en.json
+++ b/src/AdminUI/src/locales/en.json
@@ -531,11 +531,14 @@
"editId": "Tag _id (unique numeric point key)",
"editName": "Tag name (unique string key)",
"editDescription": "Description",
+ "editUngroupedDescription": "Ungrouped Description",
"editGroup1": "Group 1 (e.g.Installation/Plant)",
"editGroup2": "Group 2 (e.g.Area/Bay)",
"editGroup3": "Group 3 (e.g.Equipment/Device)",
"editOrigin": "Origin",
"editType": "Type",
+ "editHistorianDeadBand": "Historian Dead-band (%)",
+ "editHistorianPeriod": "Historian Integrity Period (s)",
"editStateTextTrue": "Text for state true",
"editStateTextFalse": "Text for state false",
"editEventTextTrue": "Text for event true",
@@ -544,6 +547,12 @@
"editCommandOfSupervised": "Command point of supervised (use zero for none)",
"editSupervisedOfCommand": "Supervised point of command (use zero for none)",
"editInvalidDetectTimeout": "Invalid detect timeout (seconds)",
+ "editFrozenDetectTimeout": "Frozen detect timeout (seconds)",
+ "editFormula": "Formula Code",
+ "editPriority": "Priority",
+ "editParcels": "Parcels of calculation",
+ "parcelAddNew": "Add new parcel",
+ "parcelNew": "New parcel",
"editProtocolSourceConnectionNumber": "Protocol source: connection number",
"editProtocolSourceASDU": "Protocol source: ASDU type",
"editProtocolSourceCommonAddress": "Protocol source: common address",
@@ -557,6 +566,18 @@
"editIsEvent": "Is event: ",
"editIsEventTrue": "True",
"editIsEventFalse": "False",
+ "protocolDestinations": "Protocol Destinations",
+ "protocolDestinationAddNew": "Add destination",
+ "protocolDestinationConnectionNumber": "Connection Number",
+ "protocolDestinationASDU": "ASDU TI Type",
+ "protocolDestinationCommonAddress": "Common Address",
+ "protocolDestinationObjectAddress": "Object Address",
+ "protocolDestinationCommandDuration": "Command Duration",
+ "protocolDestinationCommandUseSBO": "Command Use SBO",
+ "protocolDestinationKConv1": "Conversion factor: multiplier (kconv1)",
+ "protocolDestinationKConv2": "Conversion factor: adder (kconv2)",
+ "protocolDestinationGroup": "Group",
+ "protocolDestinationHoursShift": "Timestamps shift in hours",
"headers": {
"tag": "Tag",
"id": "Point Key",
@@ -605,6 +626,7 @@
"editCommandOfSupervised": "Command point of supervised (use zero for none)",
"editSupervisedOfCommand": "Supervised point of command (use zero for none)",
"editInvalidDetectTimeout": "Invalid detect timeout (seconds)",
+ "editFrozenDetectTimeout": "Frozen detect timeout (seconds)",
"editProtocolSourceConnectionNumber": "Protocol source: connection number",
"editProtocolSourceASDU": "Protocol source: ASDU type",
"editProtocolSourceCommonAddress": "Protocol source: common address",