From 3c39c70f815e7a1602f770d704b4bf1bf4b61fb1 Mon Sep 17 00:00:00 2001
From: Peter Kurhajec <61538034+PTKu@users.noreply.github.com>
Date: Wed, 28 Jan 2026 15:20:55 +0100
Subject: [PATCH 1/5] Update AXSharp package versions to 0.47.0-alpha.384 for
consistency across tools
---
.config/dotnet-tools.json | 8 +++++---
Directory.Packages.props | 12 +++++++-----
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 5d6765a8d..c1c861b52 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
- "version": "0.47.0-alpha.370",
+ "version": "0.47.0-alpha.384",
"commands": [
"ixc"
],
@@ -17,14 +17,14 @@
"rollForward": false
},
"AXSharp.ixd": {
- "version": "0.47.0-alpha.370",
+ "version": "0.47.0-alpha.384",
"commands": [
"ixd"
],
"rollForward": false
},
"AXSharp.ixr": {
- "version": "0.47.0-alpha.370",
+ "version": "0.47.0-alpha.384",
"commands": [
"ixr"
],
@@ -56,3 +56,5 @@
+
+
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 583e41ccf..742ebee61 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -11,11 +11,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -94,3 +94,5 @@
+
+
From 20bee73da7756db81cd1ae70d2bdec13997c8e5e Mon Sep 17 00:00:00 2001
From: Peter Kurhajec <61538034+PTKu@users.noreply.github.com>
Date: Wed, 28 Jan 2026 16:49:07 +0100
Subject: [PATCH 2/5] Add ManifestResourceName for PlcStringResources in
multiple projects
- Updated the .csproj files for various components (Balluff, Cognex, Desoutter, Drives, Elements, Festo, Keyence, Kuka, Mitsubishi, Pneumatics, Rexroth, Robotics, Siem, Ur) to include the ManifestResourceName for the embedded resource PlcStringResources.resx.
- Added new resource files for PlcStringResources in AXOpen.Abstractions, AXOpen.Data, AXOpen.Timers, AXOpen.Utils, and AXOpen.S71500.
- Enhanced AxOpenCoreResources.Designer.cs with additional localized strings for better internationalization support.
- Updated _Imports.razor to include AXOpen.Core.Resources for localization.
---
.../Resources/PlcStringResources.Designer.cs | 63 ++++
.../inxton_axopen_abstractions.csproj | 16 +
...xton_axopen_components_abb_robotics.csproj | 1 +
.../Resources/PlcStringResources.Designer.cs | 40 +--
...xton_axopen_components_abstractions.csproj | 16 +
...n_components_balluff_identification.csproj | 1 +
...ton_axopen_components_cognex_vision.csproj | 1 +
...pen_components_desoutter_tightening.csproj | 1 +
.../inxton_axopen_components_drives.csproj | 1 +
.../inxton_axopen_components_elements.csproj | 1 +
...xton_axopen_components_festo_drives.csproj | 1 +
...on_axopen_components_keyence_vision.csproj | 1 +
...ton_axopen_components_kuka_robotics.csproj | 1 +
...open_components_mitsubishi_robotics.csproj | 1 +
...inxton_axopen_components_pneumatics.csproj | 1 +
...on_axopen_components_rexroth_drives.csproj | 1 +
...ton_axopen_components_rexroth_press.csproj | 1 +
.../inxton_axopen_components_robotics.csproj | 1 +
...open_components_siem_identification.csproj | 1 +
...nxton_axopen_components_ur_robotics.csproj | 1 +
.../AxOpenCoreResources.Designer.cs | 324 ++++++++++++++++++
.../src/AXOpen.Core.Blazor/_Imports.razor | 4 +-
.../src/AXOpen.Core/inxton_axopen_core.csproj | 1 +
.../Resources/PlcStringResources.Designer.cs | 63 ++++
.../src/AXOpen.Data/inxton_axopen_data.csproj | 16 +
.../inxton_axopen_inspectors.csproj | 1 +
src/io/src/AXOpen.Io/inxton_axopen_io.csproj | 1 +
.../Resources/PlcStringResources.Designer.cs | 63 ++++
.../ctrl/ix/inxton_axopen_simatic1500.csproj | 15 +
.../Resources/PlcStringResources.Designer.cs | 63 ++++
.../AXOpen.Timers/inxton_axopen_timers.csproj | 16 +
.../Resources/PlcStringResources.Designer.cs | 63 ++++
.../AXOpen.Utils/inxton_axopen_utils.csproj | 16 +
33 files changed, 757 insertions(+), 40 deletions(-)
create mode 100644 src/abstractions/src/AXOpen.Abstractions/Resources/PlcStringResources.Designer.cs
create mode 100644 src/data/src/AXOpen.Data/Resources/PlcStringResources.Designer.cs
create mode 100644 src/simatic1500/ctrl/ix/Resources/PlcStringResources.Designer.cs
create mode 100644 src/timers/src/AXOpen.Timers/Resources/PlcStringResources.Designer.cs
create mode 100644 src/utils/src/AXOpen.Utils/Resources/PlcStringResources.Designer.cs
diff --git a/src/abstractions/src/AXOpen.Abstractions/Resources/PlcStringResources.Designer.cs b/src/abstractions/src/AXOpen.Abstractions/Resources/PlcStringResources.Designer.cs
new file mode 100644
index 000000000..ae4e8fb63
--- /dev/null
+++ b/src/abstractions/src/AXOpen.Abstractions/Resources/PlcStringResources.Designer.cs
@@ -0,0 +1,63 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace AXOpen.Abstractions.Resources {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ public class PlcStringResources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal PlcStringResources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AXOpen.Abstractions.Resources.PlcStringResources", typeof(PlcStringResources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+ }
+}
diff --git a/src/abstractions/src/AXOpen.Abstractions/inxton_axopen_abstractions.csproj b/src/abstractions/src/AXOpen.Abstractions/inxton_axopen_abstractions.csproj
index 6e41fb5cf..babb2ea4e 100644
--- a/src/abstractions/src/AXOpen.Abstractions/inxton_axopen_abstractions.csproj
+++ b/src/abstractions/src/AXOpen.Abstractions/inxton_axopen_abstractions.csproj
@@ -20,4 +20,20 @@
+
+
+
+ True
+ True
+ PlcStringResources.resx
+
+
+
+
+
+ PublicResXFileCodeGenerator
+ PlcStringResources.Designer.cs
+ inxton_axopen_abstractions.Resources.PlcStringResources.resources
+
+
\ No newline at end of file
diff --git a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/inxton_axopen_components_abb_robotics.csproj b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/inxton_axopen_components_abb_robotics.csproj
index 8b54f166f..c5b217b34 100644
--- a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/inxton_axopen_components_abb_robotics.csproj
+++ b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/inxton_axopen_components_abb_robotics.csproj
@@ -61,6 +61,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_abb_robotics.Resources.PlcStringResources.resources
diff --git a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.Designer.cs b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.Designer.cs
index 216d8eea1..118b877db 100644
--- a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.Designer.cs
+++ b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.Designer.cs
@@ -19,7 +19,7 @@ namespace AXOpen.Components.Abstractions.Resources {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class PlcStringResources {
@@ -39,7 +39,7 @@ internal PlcStringResources() {
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AXOpen.Core.Resources.PlcStringResources", typeof(PlcStringResources).Assembly);
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AXOpen.Components.Abstractions.Resources.PlcStringResources", typeof(PlcStringResources).Assembly);
resourceMan = temp;
}
return resourceMan;
@@ -59,41 +59,5 @@ internal PlcStringResources() {
resourceCulture = value;
}
}
-
- ///
- /// Looks up a localized string similar to Command state.
- ///
- public static string Command_state {
- get {
- return ResourceManager.GetString("Command_state", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Run step.
- ///
- public static string Run_step {
- get {
- return ResourceManager.GetString("Run_step", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Sequence mode.
- ///
- public static string Sequence_mode {
- get {
- return ResourceManager.GetString("Sequence_mode", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Stepping mode.
- ///
- public static string Stepping_mode {
- get {
- return ResourceManager.GetString("Stepping_mode", resourceCulture);
- }
- }
}
}
diff --git a/src/components.abstractions/src/AXOpen.Components.Abstractions/inxton_axopen_components_abstractions.csproj b/src/components.abstractions/src/AXOpen.Components.Abstractions/inxton_axopen_components_abstractions.csproj
index 2b2c97270..fbe51b689 100644
--- a/src/components.abstractions/src/AXOpen.Components.Abstractions/inxton_axopen_components_abstractions.csproj
+++ b/src/components.abstractions/src/AXOpen.Components.Abstractions/inxton_axopen_components_abstractions.csproj
@@ -21,6 +21,22 @@
+
+
+ True
+ True
+ PlcStringResources.resx
+
+
+
+
+
+ PublicResXFileCodeGenerator
+ PlcStringResources.Designer.cs
+ inxton_axopen_components_abstractions.Resources.PlcStringResources.resources
+
+
+
diff --git a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/inxton_axopen_components_balluff_identification.csproj b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/inxton_axopen_components_balluff_identification.csproj
index 745ce6852..dfba4c2ae 100644
--- a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/inxton_axopen_components_balluff_identification.csproj
+++ b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/inxton_axopen_components_balluff_identification.csproj
@@ -60,6 +60,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_balluff_identification.Resources.PlcStringResources.resources
diff --git a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/inxton_axopen_components_cognex_vision.csproj b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/inxton_axopen_components_cognex_vision.csproj
index 02c2623c3..09cf18928 100644
--- a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/inxton_axopen_components_cognex_vision.csproj
+++ b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/inxton_axopen_components_cognex_vision.csproj
@@ -61,6 +61,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_cognex_vision.Resources.PlcStringResources.resources
diff --git a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/inxton_axopen_components_desoutter_tightening.csproj b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/inxton_axopen_components_desoutter_tightening.csproj
index ba4812859..c7ef065b3 100644
--- a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/inxton_axopen_components_desoutter_tightening.csproj
+++ b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/inxton_axopen_components_desoutter_tightening.csproj
@@ -60,6 +60,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_desoutter_tightening.Resources.PlcStringResources.resources
diff --git a/src/components.drives/src/AXOpen.Components.Drives/inxton_axopen_components_drives.csproj b/src/components.drives/src/AXOpen.Components.Drives/inxton_axopen_components_drives.csproj
index 618ca8ff8..1a9dd429a 100644
--- a/src/components.drives/src/AXOpen.Components.Drives/inxton_axopen_components_drives.csproj
+++ b/src/components.drives/src/AXOpen.Components.Drives/inxton_axopen_components_drives.csproj
@@ -60,6 +60,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_drives.Resources.PlcStringResources.resources
diff --git a/src/components.elements/src/AXOpen.Components.Elements/inxton_axopen_components_elements.csproj b/src/components.elements/src/AXOpen.Components.Elements/inxton_axopen_components_elements.csproj
index fcbcb5592..9ee5544a4 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/inxton_axopen_components_elements.csproj
+++ b/src/components.elements/src/AXOpen.Components.Elements/inxton_axopen_components_elements.csproj
@@ -57,6 +57,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_elements.Resources.PlcStringResources.resources
diff --git a/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/inxton_axopen_components_festo_drives.csproj b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/inxton_axopen_components_festo_drives.csproj
index f13685fec..ee0290974 100644
--- a/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/inxton_axopen_components_festo_drives.csproj
+++ b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/inxton_axopen_components_festo_drives.csproj
@@ -60,6 +60,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_festo_drives.Resources.PlcStringResources.resources
diff --git a/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/inxton_axopen_components_keyence_vision.csproj b/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/inxton_axopen_components_keyence_vision.csproj
index a777f40ef..7c319bb84 100644
--- a/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/inxton_axopen_components_keyence_vision.csproj
+++ b/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/inxton_axopen_components_keyence_vision.csproj
@@ -60,6 +60,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_keyence_vision.Resources.PlcStringResources.resources
diff --git a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/inxton_axopen_components_kuka_robotics.csproj b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/inxton_axopen_components_kuka_robotics.csproj
index bb589fd46..135970808 100644
--- a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/inxton_axopen_components_kuka_robotics.csproj
+++ b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/inxton_axopen_components_kuka_robotics.csproj
@@ -61,6 +61,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_kuka_robotics.Resources.PlcStringResources.resources
diff --git a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/inxton_axopen_components_mitsubishi_robotics.csproj b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/inxton_axopen_components_mitsubishi_robotics.csproj
index 6d4183c0e..e1f7e1bbb 100644
--- a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/inxton_axopen_components_mitsubishi_robotics.csproj
+++ b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/inxton_axopen_components_mitsubishi_robotics.csproj
@@ -61,6 +61,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_mitsubishi_robotics.Resources.PlcStringResources.resources
diff --git a/src/components.pneumatics/src/AXOpen.Components.Pneumatics/inxton_axopen_components_pneumatics.csproj b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/inxton_axopen_components_pneumatics.csproj
index 7e32138d6..d5a9d1b48 100644
--- a/src/components.pneumatics/src/AXOpen.Components.Pneumatics/inxton_axopen_components_pneumatics.csproj
+++ b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/inxton_axopen_components_pneumatics.csproj
@@ -57,6 +57,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_pneumatics.Resources.PlcStringResources.resources
diff --git a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/inxton_axopen_components_rexroth_drives.csproj b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/inxton_axopen_components_rexroth_drives.csproj
index 2b86064ec..f2881208c 100644
--- a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/inxton_axopen_components_rexroth_drives.csproj
+++ b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/inxton_axopen_components_rexroth_drives.csproj
@@ -60,6 +60,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_rexroth_drives.Resources.PlcStringResources.resources
diff --git a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/inxton_axopen_components_rexroth_press.csproj b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/inxton_axopen_components_rexroth_press.csproj
index 393fb6c75..ee8c0a41a 100644
--- a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/inxton_axopen_components_rexroth_press.csproj
+++ b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/inxton_axopen_components_rexroth_press.csproj
@@ -61,6 +61,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_rexroth_press.Resources.PlcStringResources.resources
diff --git a/src/components.robotics/src/AXOpen.Components.Robotics/inxton_axopen_components_robotics.csproj b/src/components.robotics/src/AXOpen.Components.Robotics/inxton_axopen_components_robotics.csproj
index 1898f10e3..79af3d670 100644
--- a/src/components.robotics/src/AXOpen.Components.Robotics/inxton_axopen_components_robotics.csproj
+++ b/src/components.robotics/src/AXOpen.Components.Robotics/inxton_axopen_components_robotics.csproj
@@ -61,6 +61,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_robotics.Resources.PlcStringResources.resources
diff --git a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/inxton_axopen_components_siem_identification.csproj b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/inxton_axopen_components_siem_identification.csproj
index eda90edab..bbfcb24de 100644
--- a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/inxton_axopen_components_siem_identification.csproj
+++ b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/inxton_axopen_components_siem_identification.csproj
@@ -60,6 +60,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_siem_identification.Resources.PlcStringResources.resources
diff --git a/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/inxton_axopen_components_ur_robotics.csproj b/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/inxton_axopen_components_ur_robotics.csproj
index 15d615a1f..6301a669c 100644
--- a/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/inxton_axopen_components_ur_robotics.csproj
+++ b/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/inxton_axopen_components_ur_robotics.csproj
@@ -62,6 +62,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_components_ur_robotics.Resources.PlcStringResources.resources
diff --git a/src/core/src/AXOpen.Core.Blazor/Properties/AxOpenCoreResources.Designer.cs b/src/core/src/AXOpen.Core.Blazor/Properties/AxOpenCoreResources.Designer.cs
index 364ee859c..5f3d48e18 100644
--- a/src/core/src/AXOpen.Core.Blazor/Properties/AxOpenCoreResources.Designer.cs
+++ b/src/core/src/AXOpen.Core.Blazor/Properties/AxOpenCoreResources.Designer.cs
@@ -59,5 +59,329 @@ internal AxOpenCoreResources() {
resourceCulture = value;
}
}
+
+ ///
+ /// Looks up a localized string similar to Acknowledge.
+ ///
+ public static string Acknowledge {
+ get {
+ return ResourceManager.GetString("Acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Acknowledged.
+ ///
+ public static string Acknowledged {
+ get {
+ return ResourceManager.GetString("Acknowledged", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to active.
+ ///
+ public static string Active {
+ get {
+ return ResourceManager.GetString("Active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Active · Acknowledged.
+ ///
+ public static string ActiveAcknowledged {
+ get {
+ return ResourceManager.GetString("ActiveAcknowledged", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Active Alarm.
+ ///
+ public static string ActiveAlarms {
+ get {
+ return ResourceManager.GetString("ActiveAlarms", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Active Alarms.
+ ///
+ public static string ActiveAlarmsPlural {
+ get {
+ return ResourceManager.GetString("ActiveAlarmsPlural", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Active · Unacknowledged.
+ ///
+ public static string ActiveUnacknowledged {
+ get {
+ return ResourceManager.GetString("ActiveUnacknowledged", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Alarm ID.
+ ///
+ public static string AlarmId {
+ get {
+ return ResourceManager.GetString("AlarmId", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cleared.
+ ///
+ public static string Cleared {
+ get {
+ return ResourceManager.GetString("Cleared", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Duration.
+ ///
+ public static string Duration {
+ get {
+ return ResourceManager.GetString("Duration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enter step mode.
+ ///
+ public static string EnterStepMode {
+ get {
+ return ResourceManager.GetString("EnterStepMode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Equipment.
+ ///
+ public static string Equipment {
+ get {
+ return ResourceManager.GetString("Equipment", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error.
+ ///
+ public static string Error {
+ get {
+ return ResourceManager.GetString("Error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Exit step mode.
+ ///
+ public static string ExitStepMode {
+ get {
+ return ResourceManager.GetString("ExitStepMode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to HIDE DETAILS.
+ ///
+ public static string HideDetails {
+ get {
+ return ResourceManager.GetString("HideDetails", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Human Readable.
+ ///
+ public static string HumanReadable {
+ get {
+ return ResourceManager.GetString("HumanReadable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Idle.
+ ///
+ public static string Idle {
+ get {
+ return ResourceManager.GetString("Idle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No Alarms.
+ ///
+ public static string NoAlarms {
+ get {
+ return ResourceManager.GetString("NoAlarms", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Raised.
+ ///
+ public static string Raised {
+ get {
+ return ResourceManager.GetString("Raised", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset task.
+ ///
+ public static string ResetTask {
+ get {
+ return ResourceManager.GetString("ResetTask", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RESTORE.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string RestoreButton {
+ get {
+ return ResourceManager.GetString("RestoreButton", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Running.
+ ///
+ public static string Running {
+ get {
+ return ResourceManager.GetString("Running", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Critical.
+ ///
+ public static string SeverityCritical {
+ get {
+ return ResourceManager.GetString("SeverityCritical", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info.
+ ///
+ public static string SeverityInfo {
+ get {
+ return ResourceManager.GetString("SeverityInfo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Major Fault.
+ ///
+ public static string SeverityMajorFault {
+ get {
+ return ResourceManager.GetString("SeverityMajorFault", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Minor Fault.
+ ///
+ public static string SeverityMinorFault {
+ get {
+ return ResourceManager.GetString("SeverityMinorFault", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Warning.
+ ///
+ public static string SeverityWarning {
+ get {
+ return ResourceManager.GetString("SeverityWarning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SHOW DETAILS.
+ ///
+ public static string ShowDetails {
+ get {
+ return ResourceManager.GetString("ShowDetails", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to STEP MODE.
+ ///
+ public static string StepMode {
+ get {
+ return ResourceManager.GetString("StepMode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to STEP MODE ACTIVE - CONTROLLED BY MASTER SEQUENCE.
+ ///
+ public static string StepModeActiveControlledByMaster {
+ get {
+ return ResourceManager.GetString("StepModeActiveControlledByMaster", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to STEP MODE CONTROLLED BY MASTER SEQUENCE.
+ ///
+ public static string StepModeControlledByMaster {
+ get {
+ return ResourceManager.GetString("StepModeControlledByMaster", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Suggestion.
+ ///
+ public static string Suggestion {
+ get {
+ return ResourceManager.GetString("Suggestion", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Symbol.
+ ///
+ public static string Symbol {
+ get {
+ return ResourceManager.GetString("Symbol", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Timeout.
+ ///
+ public static string Timeout {
+ get {
+ return ResourceManager.GetString("Timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to View Details.
+ ///
+ public static string ViewDetails {
+ get {
+ return ResourceManager.GetString("ViewDetails", resourceCulture);
+ }
+ }
}
}
diff --git a/src/core/src/AXOpen.Core.Blazor/_Imports.razor b/src/core/src/AXOpen.Core.Blazor/_Imports.razor
index d6cf741bd..1b61ec43c 100644
--- a/src/core/src/AXOpen.Core.Blazor/_Imports.razor
+++ b/src/core/src/AXOpen.Core.Blazor/_Imports.razor
@@ -1,11 +1,11 @@
-@using Microsoft.AspNetCore.Components.Web
+@using AXOpen.Core.Resources
+@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.Extensions.Localization
@using System.Globalization
@using AXSharp.Presentation.Blazor.Controls.RenderableContent
@using AXOpen.Base.Dialogs;
@using AXOpen.Core.Blazor.Properties
-@using AXOpen.Core.Resources
@using Operon.Icons
@inject IStringLocalizer Localizer
diff --git a/src/core/src/AXOpen.Core/inxton_axopen_core.csproj b/src/core/src/AXOpen.Core/inxton_axopen_core.csproj
index c6e0d884d..2d8515cd2 100644
--- a/src/core/src/AXOpen.Core/inxton_axopen_core.csproj
+++ b/src/core/src/AXOpen.Core/inxton_axopen_core.csproj
@@ -44,6 +44,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_core.Resources.PlcStringResources.resources
\ No newline at end of file
diff --git a/src/data/src/AXOpen.Data/Resources/PlcStringResources.Designer.cs b/src/data/src/AXOpen.Data/Resources/PlcStringResources.Designer.cs
new file mode 100644
index 000000000..694f1e562
--- /dev/null
+++ b/src/data/src/AXOpen.Data/Resources/PlcStringResources.Designer.cs
@@ -0,0 +1,63 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace AXOpen.Data.Resources {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ public class PlcStringResources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal PlcStringResources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AXOpen.Data.Resources.PlcStringResources", typeof(PlcStringResources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+ }
+}
diff --git a/src/data/src/AXOpen.Data/inxton_axopen_data.csproj b/src/data/src/AXOpen.Data/inxton_axopen_data.csproj
index a638e9871..3c8c6c6d0 100644
--- a/src/data/src/AXOpen.Data/inxton_axopen_data.csproj
+++ b/src/data/src/AXOpen.Data/inxton_axopen_data.csproj
@@ -23,6 +23,22 @@
+
+
+ True
+ True
+ PlcStringResources.resx
+
+
+
+
+
+ PublicResXFileCodeGenerator
+ PlcStringResources.Designer.cs
+ inxton_axopen_data.Resources.PlcStringResources.resources
+
+
+
diff --git a/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj b/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj
index 0879fbb03..a776b33b8 100644
--- a/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj
+++ b/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj
@@ -60,6 +60,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_inspectors.Resources.PlcStringResources.resources
diff --git a/src/io/src/AXOpen.Io/inxton_axopen_io.csproj b/src/io/src/AXOpen.Io/inxton_axopen_io.csproj
index ad9ebbe23..44afc385d 100644
--- a/src/io/src/AXOpen.Io/inxton_axopen_io.csproj
+++ b/src/io/src/AXOpen.Io/inxton_axopen_io.csproj
@@ -61,6 +61,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
+ inxton_axopen_io.Resources.PlcStringResources.resources
diff --git a/src/simatic1500/ctrl/ix/Resources/PlcStringResources.Designer.cs b/src/simatic1500/ctrl/ix/Resources/PlcStringResources.Designer.cs
new file mode 100644
index 000000000..f24c53e8f
--- /dev/null
+++ b/src/simatic1500/ctrl/ix/Resources/PlcStringResources.Designer.cs
@@ -0,0 +1,63 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace AXOpen.S71500.Resources {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ public class PlcStringResources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal PlcStringResources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AXOpen.S71500.Resources.PlcStringResources", typeof(PlcStringResources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+ }
+}
diff --git a/src/simatic1500/ctrl/ix/inxton_axopen_simatic1500.csproj b/src/simatic1500/ctrl/ix/inxton_axopen_simatic1500.csproj
index fca727c95..60ee2bcc1 100644
--- a/src/simatic1500/ctrl/ix/inxton_axopen_simatic1500.csproj
+++ b/src/simatic1500/ctrl/ix/inxton_axopen_simatic1500.csproj
@@ -19,6 +19,21 @@
+
+
+ True
+ True
+ PlcStringResources.resx
+
+
+
+
+
+ PublicResXFileCodeGenerator
+ PlcStringResources.Designer.cs
+ inxton_axopen_simatic1500.Resources.PlcStringResources.resources
+
+
diff --git a/src/timers/src/AXOpen.Timers/Resources/PlcStringResources.Designer.cs b/src/timers/src/AXOpen.Timers/Resources/PlcStringResources.Designer.cs
new file mode 100644
index 000000000..8f860f7cc
--- /dev/null
+++ b/src/timers/src/AXOpen.Timers/Resources/PlcStringResources.Designer.cs
@@ -0,0 +1,63 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace AXOpen.Timers.Resources {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ public class PlcStringResources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal PlcStringResources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AXOpen.Timers.Resources.PlcStringResources", typeof(PlcStringResources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+ }
+}
diff --git a/src/timers/src/AXOpen.Timers/inxton_axopen_timers.csproj b/src/timers/src/AXOpen.Timers/inxton_axopen_timers.csproj
index c9a470fa9..6b0eddf2b 100644
--- a/src/timers/src/AXOpen.Timers/inxton_axopen_timers.csproj
+++ b/src/timers/src/AXOpen.Timers/inxton_axopen_timers.csproj
@@ -21,6 +21,22 @@
+
+
+ True
+ True
+ PlcStringResources.resx
+
+
+
+
+
+ PublicResXFileCodeGenerator
+ PlcStringResources.Designer.cs
+ inxton_axopen_timers.Resources.PlcStringResources.resources
+
+
+
diff --git a/src/utils/src/AXOpen.Utils/Resources/PlcStringResources.Designer.cs b/src/utils/src/AXOpen.Utils/Resources/PlcStringResources.Designer.cs
new file mode 100644
index 000000000..95d0d1f54
--- /dev/null
+++ b/src/utils/src/AXOpen.Utils/Resources/PlcStringResources.Designer.cs
@@ -0,0 +1,63 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace AXOpen.Utils.Resources {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ public class PlcStringResources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal PlcStringResources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AXOpen.Utils.Resources.PlcStringResources", typeof(PlcStringResources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+ }
+}
diff --git a/src/utils/src/AXOpen.Utils/inxton_axopen_utils.csproj b/src/utils/src/AXOpen.Utils/inxton_axopen_utils.csproj
index bfcc82fbf..5f953f10c 100644
--- a/src/utils/src/AXOpen.Utils/inxton_axopen_utils.csproj
+++ b/src/utils/src/AXOpen.Utils/inxton_axopen_utils.csproj
@@ -20,4 +20,20 @@
+
+
+
+ True
+ True
+ PlcStringResources.resx
+
+
+
+
+
+ PublicResXFileCodeGenerator
+ PlcStringResources.Designer.cs
+ inxton_axopen_utils.Resources.PlcStringResources.resources
+
+
\ No newline at end of file
From dde5ddccf103f4f031a6fa25b2c8a7dbf23b17ef Mon Sep 17 00:00:00 2001
From: Peter Kurhajec <61538034+PTKu@users.noreply.github.com>
Date: Thu, 29 Jan 2026 11:29:41 +0100
Subject: [PATCH 3/5] [WIP] Add ManifestResourceName for PlcStringResources in
multiple projects
- Updated the .csproj files for various components (Balluff, Cognex, Desoutter, Drives, Elements, Festo, Keyence, Kuka, Mitsubishi, Pneumatics, Rexroth, Robotics, Siem, Ur) to include the ManifestResourceName for the embedded resource PlcStringResources.resx.
- Added new resource files for PlcStringResources in AXOpen.Abstractions, AXOpen.Data, AXOpen.Timers, AXOpen.Utils, and AXOpen.S71500.
- Enhanced AxOpenCoreResources.Designer.cs with additional localized strings for better internationalization support.
- Updated _Imports.razor to include AXOpen.Core.Resources for localization.
---
.../Resources/PlcStringResources.Designer.cs | 857 ++++++
.../Resources/PlcStringResources.de.resx | 285 ++
.../Resources/PlcStringResources.resx | 380 +++
.../Resources/PlcStringResources.sk-SK.resx | 285 ++
.../Resources/PlcStringResources.sk.resx | 285 ++
.../Resources/PlcStringResources.Designer.cs | 126 +
.../Resources/PlcStringResources.de.resx | 42 +
.../Resources/PlcStringResources.resx | 56 +
.../Resources/PlcStringResources.sk-SK.resx | 44 +-
.../Resources/PlcStringResources.sk.resx | 42 +
.../Resources/PlcStringResources.Designer.cs | 504 ++++
.../Resources/PlcStringResources.de.resx | 168 ++
.../Resources/PlcStringResources.resx | 224 ++
.../Resources/PlcStringResources.sk-SK.resx | 168 ++
.../Resources/PlcStringResources.sk.resx | 168 ++
.../Resources/PlcStringResources.Designer.cs | 1481 +++++++++-
.../Resources/PlcStringResources.de.resx | 474 ++++
.../Resources/PlcStringResources.resx | 632 +++++
.../Resources/PlcStringResources.sk-SK.resx | 474 ++++
.../Resources/PlcStringResources.sk.resx | 474 ++++
.../Resources/PlcStringResources.Designer.cs | 413 +++
.../Resources/PlcStringResources.de.resx | 135 +
.../Resources/PlcStringResources.resx | 180 ++
.../Resources/PlcStringResources.sk-SK.resx | 135 +
.../Resources/PlcStringResources.sk.resx | 135 +
.../Resources/PlcStringResources.Designer.cs | 2493 +++++++++++++++++
.../Resources/PlcStringResources.de.resx | 831 ++++++
.../Resources/PlcStringResources.resx | 1108 ++++++++
.../Resources/PlcStringResources.sk-SK.resx | 831 ++++++
.../Resources/PlcStringResources.sk.resx | 831 ++++++
.../Resources/PlcStringResources.Designer.cs | 1474 +++++++++-
.../Resources/PlcStringResources.de.resx | 489 ++++
.../Resources/PlcStringResources.resx | 652 +++++
.../Resources/PlcStringResources.sk-SK.resx | 489 ++++
.../Resources/PlcStringResources.sk.resx | 489 ++++
.../Resources/PlcStringResources.Designer.cs | 288 ++
.../Resources/PlcStringResources.de.resx | 96 +
.../Resources/PlcStringResources.resx | 128 +
.../Resources/PlcStringResources.sk-SK.resx | 96 +
.../Resources/PlcStringResources.sk.resx | 96 +
.../Resources/PlcStringResources.Designer.cs | 1386 +++++++++
.../Resources/PlcStringResources.resx | 616 ++++
.../Resources/PlcStringResources.sk-SK.resx | 464 ++-
.../Resources/PlcStringResources.sk.resx | 582 ++++
.../Resources/PlcStringResources.resx | 1560 +++++++++++
.../Resources/PlcStringResources.sk-SK.resx | 1170 ++++++++
.../Resources/PlcStringResources.sk.resx | 1170 ++++++++
.../Resources/PlcStringResources.Designer.cs | 679 +++++
.../Resources/PlcStringResources.resx | 300 ++
.../Resources/PlcStringResources.sk-SK.resx | 225 ++
.../Resources/PlcStringResources.sk.resx | 225 ++
.../Resources/PlcStringResources.Designer.cs | 568 ++++
.../Resources/PlcStringResources.resx | 252 ++
.../Resources/PlcStringResources.sk-SK.resx | 189 ++
.../Resources/PlcStringResources.sk.resx | 189 ++
.../Resources/PlcStringResources.Designer.cs | 63 +
.../Resources/PlcStringResources.resx | 28 +
.../Resources/PlcStringResources.sk-SK.resx | 23 +-
.../Resources/PlcStringResources.sk.resx | 141 +
.../Resources/PlcStringResources.Designer.cs | 1252 +++++++++
.../Resources/PlcStringResources.resx | 536 ++++
.../Resources/PlcStringResources.sk-SK.resx | 402 +++
.../Resources/PlcStringResources.sk.resx | 402 +++
.../Resources/PlcStringResources.Designer.cs | 749 +++++
.../Resources/PlcStringResources.resx | 332 +++
.../Resources/PlcStringResources.sk-SK.resx | 249 ++
.../Resources/PlcStringResources.sk.resx | 249 ++
.../Resources/PlcStringResources.Designer.cs | 1017 ++++++-
.../Resources/PlcStringResources.resx | 436 +++
.../Resources/PlcStringResources.sk-SK.resx | 327 +++
.../Resources/PlcStringResources.sk.resx | 327 +++
.../Resources/PlcStringResources.Designer.cs | 9 +
.../Resources/PlcStringResources.resx | 4 +
.../Resources/PlcStringResources.sk-SK.resx | 5 +-
.../Resources/PlcStringResources.sk.resx | 123 +
.../Resources/PlcStringResources.Designer.cs | 261 ++
.../Resources/PlcStringResources.resx | 116 +
.../Resources/PlcStringResources.sk-SK.resx | 87 +
.../Resources/PlcStringResources.sk.resx | 87 +
.../Resources/PlcStringResources.Designer.cs | 594 ++++
.../Resources/PlcStringResources.resx | 264 ++
.../Resources/PlcStringResources.sk-SK.resx | 198 ++
.../Resources/PlcStringResources.sk.resx | 198 ++
.../Resources/PlcStringResources.resx | 1392 +++++++++
.../Resources/PlcStringResources.sk-SK.resx | 1044 +++++++
.../Resources/PlcStringResources.sk.resx | 414 +++
.../Resources/PlcStringResources.Designer.cs | 424 +++
.../Resources/PlcStringResources.resx | 188 ++
.../Resources/PlcStringResources.sk-SK.resx | 141 +
.../Resources/PlcStringResources.sk.resx | 9 +
.../Resources/PlcStringResources.Designer.cs | 73 +
.../Resources/PlcStringResources.resx | 32 +
.../Resources/PlcStringResources.sk-SK.resx | 24 +
.../src/AXOpen.Core/inxton_axopen_core.csproj | 4 +-
.../Resources/PlcStringResources.Designer.cs | 9 +
.../Resources/PlcStringResources.resx | 4 +
.../Resources/PlcStringResources.sk-SK.resx | 5 +-
.../Resources/PlcStringResources.Designer.cs | 144 +
.../Resources/PlcStringResources.resx | 64 +
.../Resources/PlcStringResources.sk-SK.resx | 48 +
.../Resources/PlcStringResources.sk.resx | 48 +
.../inxton_axopen_inspectors.csproj | 3 +-
.../Resources/PlcStringResources.Designer.cs | 432 +++
.../Resources/PlcStringResources.resx | 192 ++
.../Resources/PlcStringResources.sk-SK.resx | 144 +
.../Resources/PlcStringResources.sk.resx | 6 +
.../Resources/PlcStringResources.Designer.cs | 567 ++++
.../Resources/PlcStringResources.de.resx | 189 ++
.../Resources/PlcStringResources.resx | 252 ++
.../Resources/PlcStringResources.sk-SK.resx | 189 ++
.../Resources/PlcStringResources.sk.resx | 189 ++
src/traversals/apax/apax.yml | 81 +
112 files changed, 42874 insertions(+), 49 deletions(-)
create mode 100644 src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.sk.resx
create mode 100644 src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.sk.resx
create mode 100644 src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.sk.resx
create mode 100644 src/traversals/apax/apax.yml
diff --git a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.Designer.cs b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.Designer.cs
index 206b12527..57273624f 100644
--- a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.Designer.cs
+++ b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,620 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Action number.
+ ///
+ public static string Action_number {
+ get {
+ return ResourceManager.GetString("Action_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Auto stop 1.
+ ///
+ public static string Auto_stop__ONE_ {
+ get {
+ return ResourceManager.GetString("Auto_stop__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Auto stop 2.
+ ///
+ public static string Auto_stop__TWO_ {
+ get {
+ return ResourceManager.GetString("Auto_stop__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to AutoOn.
+ ///
+ public static string AutoOn {
+ get {
+ return ResourceManager.GetString("AutoOn", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Battery Low.
+ ///
+ public static string Battery_Low {
+ get {
+ return ResourceManager.GetString("Battery_Low", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Coordinates.
+ ///
+ public static string Coordinates {
+ get {
+ return ResourceManager.GetString("Coordinates", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleOn.
+ ///
+ public static string CycleOn {
+ get {
+ return ResourceManager.GetString("CycleOn", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Emergency stop.
+ ///
+ public static string Emergency_stop {
+ get {
+ return ResourceManager.GetString("Emergency_stop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Emergency stop 1.
+ ///
+ public static string Emergency_stop__ONE_ {
+ get {
+ return ResourceManager.GetString("Emergency_stop__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Emergency stop 2.
+ ///
+ public static string Emergency_stop__TWO_ {
+ get {
+ return ResourceManager.GetString("Emergency_stop__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Emergency stop acknowledge.
+ ///
+ public static string Emergency_stop_acknowledge {
+ get {
+ return ResourceManager.GetString("Emergency_stop_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enable 1.
+ ///
+ public static string Enable__ONE_ {
+ get {
+ return ResourceManager.GetString("Enable__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enable 2.
+ ///
+ public static string Enable__TWO_ {
+ get {
+ return ResourceManager.GetString("Enable__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error.
+ ///
+ public static string Error {
+ get {
+ return ResourceManager.GetString("Error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error acknowledge.
+ ///
+ public static string Error_acknowledge {
+ get {
+ return ResourceManager.GetString("Error_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Event ID.
+ ///
+ public static string Event_ID {
+ get {
+ return ResourceManager.GetString("Event_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to General stop 1.
+ ///
+ public static string General_stop__ONE_ {
+ get {
+ return ResourceManager.GetString("General_stop__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to General stop 2.
+ ///
+ public static string General_stop__TWO_ {
+ get {
+ return ResourceManager.GetString("General_stop__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Global robot speed.
+ ///
+ public static string Global_robot_speed {
+ get {
+ return ResourceManager.GetString("Global_robot_speed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Global speed.
+ ///
+ public static string Global_speed {
+ get {
+ return ResourceManager.GetString("Global_speed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'DI_64_bytes' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_DI_UNDERSCORE__SIX__FOUR__UNDERSCORE_bytes_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_DI_UNDERSCORE__SIX__FOUR__UNDERSCORE_bytes_APOSTRO" +
+ "PHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'DO_64_bytes' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_DO_UNDERSCORE__SIX__FOUR__UNDERSCORE_bytes_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_DO_UNDERSCORE__SIX__FOUR__UNDERSCORE_bytes_APOSTRO" +
+ "PHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the device.
+ ///
+ public static string Hardware_ID_of_the_device {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the_device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 4.
+ ///
+ public static string In_area__FOUR_ {
+ get {
+ return ResourceManager.GetString("In_area__FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 1.
+ ///
+ public static string In_area__ONE_ {
+ get {
+ return ResourceManager.GetString("In_area__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 3.
+ ///
+ public static string In_area__THREE_ {
+ get {
+ return ResourceManager.GetString("In_area__THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 2.
+ ///
+ public static string In_area__TWO_ {
+ get {
+ return ResourceManager.GetString("In_area__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position.
+ ///
+ public static string In_position {
+ get {
+ return ResourceManager.GetString("In_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 4.
+ ///
+ public static string In_position__FOUR_ {
+ get {
+ return ResourceManager.GetString("In_position__FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 1.
+ ///
+ public static string In_position__ONE_ {
+ get {
+ return ResourceManager.GetString("In_position__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 3.
+ ///
+ public static string In_position__THREE_ {
+ get {
+ return ResourceManager.GetString("In_position__THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 2.
+ ///
+ public static string In_position__TWO_ {
+ get {
+ return ResourceManager.GetString("In_position__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Interuption actually running instruction.
+ ///
+ public static string Interuption_actually_running_instruction {
+ get {
+ return ResourceManager.GetString("Interuption_actually_running_instruction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Load and run program.
+ ///
+ public static string Load_and_run_program {
+ get {
+ return ResourceManager.GetString("Load_and_run_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Load program.
+ ///
+ public static string Load_program {
+ get {
+ return ResourceManager.GetString("Load_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Master mode.
+ ///
+ public static string Master_mode {
+ get {
+ return ResourceManager.GetString("Master_mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Motion supervision.
+ ///
+ public static string Motion_supervision {
+ get {
+ return ResourceManager.GetString("Motion_supervision", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Motor off.
+ ///
+ public static string Motor_off {
+ get {
+ return ResourceManager.GetString("Motor_off", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Motor off state.
+ ///
+ public static string Motor_off_state {
+ get {
+ return ResourceManager.GetString("Motor_off_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Motor on.
+ ///
+ public static string Motor_on {
+ get {
+ return ResourceManager.GetString("Motor_on", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Motor on state.
+ ///
+ public static string Motor_on_state {
+ get {
+ return ResourceManager.GetString("Motor_on_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move active.
+ ///
+ public static string Move_active {
+ get {
+ return ResourceManager.GetString("Move_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move inactive.
+ ///
+ public static string Move_inactive {
+ get {
+ return ResourceManager.GetString("Move_inactive", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Movement progress.
+ ///
+ public static string Movement_progress {
+ get {
+ return ResourceManager.GetString("Movement_progress", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Point number.
+ ///
+ public static string Point_number {
+ get {
+ return ResourceManager.GetString("Point_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PointNumber.
+ ///
+ public static string PointNumber {
+ get {
+ return ResourceManager.GetString("PointNumber", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Power progress.
+ ///
+ public static string Power_progress {
+ get {
+ return ResourceManager.GetString("Power_progress", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program execution error.
+ ///
+ public static string Program_execution_error {
+ get {
+ return ResourceManager.GetString("Program_execution_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program pointer moved.
+ ///
+ public static string Program_pointer_moved {
+ get {
+ return ResourceManager.GetString("Program_pointer_moved", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program start.
+ ///
+ public static string Program_start {
+ get {
+ return ResourceManager.GetString("Program_start", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program start at main.
+ ///
+ public static string Program_start_at_main {
+ get {
+ return ResourceManager.GetString("Program_start_at_main", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program stop.
+ ///
+ public static string Program_stop {
+ get {
+ return ResourceManager.GetString("Program_stop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Progress.
+ ///
+ public static string Progress {
+ get {
+ return ResourceManager.GetString("Progress", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Safety OK.
+ ///
+ public static string Safety_OK {
+ get {
+ return ResourceManager.GetString("Safety_OK", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Speed limitation.
+ ///
+ public static string Speed_limitation {
+ get {
+ return ResourceManager.GetString("Speed_limitation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start at main.
+ ///
+ public static string Start_at_main {
+ get {
+ return ResourceManager.GetString("Start_at_main", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start motors.
+ ///
+ public static string Start_motors {
+ get {
+ return ResourceManager.GetString("Start_motors", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start motors and program.
+ ///
+ public static string Start_motors_and_program {
+ get {
+ return ResourceManager.GetString("Start_motors_and_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start motors program and movements.
+ ///
+ public static string Start_motors_program_and_movements {
+ get {
+ return ResourceManager.GetString("Start_motors_program_and_movements", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start movements.
+ ///
+ public static string Start_movements {
+ get {
+ return ResourceManager.GetString("Start_movements", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start movements with extended parameters.
+ ///
+ public static string Start_movements_with_extended_parameters {
+ get {
+ return ResourceManager.GetString("Start_movements_with_extended_parameters", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start program.
+ ///
+ public static string Start_program {
+ get {
+ return ResourceManager.GetString("Start_program", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to StartAtMainTask timeout..
///
@@ -114,6 +728,78 @@ public static string StartProgramTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Stop motors.
+ ///
+ public static string Stop_motors {
+ get {
+ return ResourceManager.GetString("Stop_motors", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop movement-quick.
+ ///
+ public static string Stop_movement_DASH_quick {
+ get {
+ return ResourceManager.GetString("Stop_movement_DASH_quick", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop movement-soft.
+ ///
+ public static string Stop_movement_DASH_soft {
+ get {
+ return ResourceManager.GetString("Stop_movement_DASH_soft", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop movements.
+ ///
+ public static string Stop_movements {
+ get {
+ return ResourceManager.GetString("Stop_movements", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop movements and program.
+ ///
+ public static string Stop_movements_and_program {
+ get {
+ return ResourceManager.GetString("Stop_movements_and_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop program.
+ ///
+ public static string Stop_program {
+ get {
+ return ResourceManager.GetString("Stop_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop program at the end of the cycle.
+ ///
+ public static string Stop_program_at_the_end_of_the_cycle {
+ get {
+ return ResourceManager.GetString("Stop_program_at_the_end_of_the_cycle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop program at the end of the instruction.
+ ///
+ public static string Stop_program_at_the_end_of_the_instruction {
+ get {
+ return ResourceManager.GetString("Stop_program_at_the_end_of_the_instruction", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to StopMotorsTask timeout..
///
@@ -149,5 +835,176 @@ public static string StopProgramTask_timeout_DOT_ {
return ResourceManager.GetString("StopProgramTask_timeout_DOT_", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Switch off the motors.
+ ///
+ public static string Switch_off_the_motors {
+ get {
+ return ResourceManager.GetString("Switch_off_the_motors", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Switch on the motors.
+ ///
+ public static string Switch_on_the_motors {
+ get {
+ return ResourceManager.GetString("Switch_on_the_motors", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Switch on the motors and start program.
+ ///
+ public static string Switch_on_the_motors_and_start_program {
+ get {
+ return ResourceManager.GetString("Switch_on_the_motors_and_start_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to System input busy.
+ ///
+ public static string System_input_busy {
+ get {
+ return ResourceManager.GetString("System_input_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 4 extend.
+ ///
+ public static string Tool__FOUR__extend {
+ get {
+ return ResourceManager.GetString("Tool__FOUR__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 4 retract.
+ ///
+ public static string Tool__FOUR__retract {
+ get {
+ return ResourceManager.GetString("Tool__FOUR__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 1 extend.
+ ///
+ public static string Tool__ONE__extend {
+ get {
+ return ResourceManager.GetString("Tool__ONE__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 1 retract.
+ ///
+ public static string Tool__ONE__retract {
+ get {
+ return ResourceManager.GetString("Tool__ONE__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 3 extend.
+ ///
+ public static string Tool__THREE__extend {
+ get {
+ return ResourceManager.GetString("Tool__THREE__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 3 retract.
+ ///
+ public static string Tool__THREE__retract {
+ get {
+ return ResourceManager.GetString("Tool__THREE__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 2 extend.
+ ///
+ public static string Tool__TWO__extend {
+ get {
+ return ResourceManager.GetString("Tool__TWO__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 2 retract.
+ ///
+ public static string Tool__TWO__retract {
+ get {
+ return ResourceManager.GetString("Tool__TWO__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool number.
+ ///
+ public static string Tool_number {
+ get {
+ return ResourceManager.GetString("Tool_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User specific speed 1.
+ ///
+ public static string User_specific_speed__ONE_ {
+ get {
+ return ResourceManager.GetString("User_specific_speed__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User specific speed 2.
+ ///
+ public static string User_specific_speed__TWO_ {
+ get {
+ return ResourceManager.GetString("User_specific_speed__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Workobject number.
+ ///
+ public static string Workobject_number {
+ get {
+ return ResourceManager.GetString("Workobject_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Zones.
+ ///
+ public static string Zones {
+ get {
+ return ResourceManager.GetString("Zones", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.de.resx b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.de.resx
index e104e842a..7dac95a7a 100644
--- a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.de.resx
+++ b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.de.resx
@@ -147,4 +147,289 @@
StopProgramTask Zeitüberschreitung.
+
+ Info-Zeit
+
+
+ Fehlerzeit
+
+
+ Zeitüberschreitung der Aufgabe
+
+
+ Hardware-IDs
+
+
+ Unterbrechung der laufenden Anweisung
+
+
+ Programm laden
+
+
+ Programm laden und ausführen
+
+
+ Schalten Sie die Motoren aus
+
+
+ Schalten Sie die Motoren ein
+
+
+ Motoren einschalten und Programm starten
+
+
+ Not-Aus quittieren
+
+
+ Fehler quittieren
+
+
+ Programmstart
+
+
+ Programmstart bei Haupt
+
+
+ Programm anhalten
+
+
+ Bewegung stoppen-schnell
+
+
+ Bewegung anhalten-weich
+
+
+ Programm am Ende des Zyklus anhalten
+
+
+ Programm am Ende der Anweisung anhalten
+
+
+ Geschwindigkeitsbegrenzung
+
+
+ Master-Modus
+
+
+ Werkzeug 1 einziehen
+
+
+ Werkzeug 1 erweitern
+
+
+ Werkzeug 2 einziehen
+
+
+ Werkzeug 2 erweitern
+
+
+ Werkzeug 3 einziehen
+
+
+ Werkzeug 3 erweitern
+
+
+ Werkzeug 4 einziehen
+
+
+ Werkzeug 4 erweitern
+
+
+ Zonen
+
+
+ In Position
+
+
+ Aktionsnummer
+
+
+ Globale Robotergeschwindigkeit
+
+
+ Werkzeug-Nummer
+
+
+ Nummer des Arbeitsobjekts
+
+
+ Punktzahl
+
+
+ Benutzerspezifische Geschwindigkeit 1
+
+
+ Benutzerspezifische Geschwindigkeit 2
+
+
+ Koordinaten
+
+
+ Hardware-ID des Geräts
+
+
+ Hardware-ID des Submoduls "DI64bytes".
+
+
+ Hardware-ID des "DO64bytes"-Submoduls
+
+
+ AutoOn
+
+
+ CycleOn
+
+
+ Not-Aus
+
+
+ Fehler
+
+
+ Ereignis-ID
+
+
+ Aktiv bewegen
+
+
+ Inaktivität verschieben
+
+
+ Motor aus
+
+
+ Motor eingeschaltet
+
+
+ Zustand Motor aus
+
+
+ Zustand Motor ein
+
+
+ Fehler bei der Programmausführung
+
+
+ Sicherheit OK
+
+
+ Systemeingang belegt
+
+
+ Programmzeiger verschoben
+
+
+ Überwachung der Bewegung
+
+
+ Batterie schwach
+
+
+ Im Bereich 1
+
+
+ Im Bereich 2
+
+
+ Im Bereich 3
+
+
+ Im Bereich 4
+
+
+ In Stellung 1
+
+
+ In Stellung 2
+
+
+ In Stellung 3
+
+
+ Auf Platz 4
+
+
+ Automatischer Stopp 1
+
+
+ Automatischer Stopp 2
+
+
+ Not-Aus 1
+
+
+ Not-Aus 2
+
+
+ Allgemeine Haltestelle 1
+
+
+ Allgemeine Haltestelle 2
+
+
+ Aktivieren 1
+
+
+ Aktivieren 2
+
+
+ Globale Geschwindigkeit
+
+
+ PunktZahl
+
+
+ Fortschritt
+
+
+ Wiederherstellen
+
+
+ Bewegungen anhalten
+
+
+ Bewegungen anhalten und programmieren
+
+
+ Programm anhalten
+
+
+ Motoren anhalten
+
+
+ Start am Hauptbahnhof
+
+
+ Motoren starten und programmieren
+
+
+ Programm starten
+
+
+ Motoren starten
+
+
+ Bewegungen starten
+
+
+ Motoren starten Programm und Bewegungen
+
+
+ Startbewegungen mit erweiterten Parametern
+
+
+ Eingaben
+
+
+ Ausgaben
+
+
+ Diagnose aktualisieren
+
+
+ Fortschritte bei der Leistung
+
+
+ Fortschritte in der Bewegung
+
\ No newline at end of file
diff --git a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.resx b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.resx
index 69bcf454f..762e34132 100644
--- a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.resx
+++ b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.resx
@@ -58,6 +58,314 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Info time
+ src\AxoAbbRobotics_Config_v_1_x_x.st,5
+
+
+ Error time
+ src\AxoAbbRobotics_Config_v_1_x_x.st,7
+
+
+ Task timeout
+ src\AxoAbbRobotics_Config_v_1_x_x.st,9
+
+
+ Hardware IDs
+ src\AxoAbbRobotics_Config_v_1_x_x.st,11
+
+
+ Interuption actually running instruction
+ src\AxoAbbRobotics_Control_v_1_x_x.st,7
+
+
+ Load program
+ src\AxoAbbRobotics_Control_v_1_x_x.st,9
+
+
+ Load and run program
+ src\AxoAbbRobotics_Control_v_1_x_x.st,11
+
+
+ Switch off the motors
+ src\AxoAbbRobotics_Control_v_1_x_x.st,13
+
+
+ Switch on the motors
+ src\AxoAbbRobotics_Control_v_1_x_x.st,15
+
+
+ Switch on the motors and start program
+ src\AxoAbbRobotics_Control_v_1_x_x.st,17
+
+
+ Emergency stop acknowledge
+ src\AxoAbbRobotics_Control_v_1_x_x.st,19
+
+
+ Error acknowledge
+ src\AxoAbbRobotics_Control_v_1_x_x.st,21
+
+
+ Program start
+ src\AxoAbbRobotics_Control_v_1_x_x.st,26
+
+
+ Program start at main
+ src\AxoAbbRobotics_Control_v_1_x_x.st,28
+
+
+ Program stop
+ src\AxoAbbRobotics_Control_v_1_x_x.st,30
+
+
+ Stop movement-quick
+ src\AxoAbbRobotics_Control_v_1_x_x.st,32
+
+
+ Stop movement-soft
+ src\AxoAbbRobotics_Control_v_1_x_x.st,34
+
+
+ Stop program at the end of the cycle
+ src\AxoAbbRobotics_Control_v_1_x_x.st,36
+
+
+ Stop program at the end of the instruction
+ src\AxoAbbRobotics_Control_v_1_x_x.st,38
+
+
+ Speed limitation
+ src\AxoAbbRobotics_Control_v_1_x_x.st,40
+
+
+ Master mode
+ src\AxoAbbRobotics_Control_v_1_x_x.st,45
+
+
+ Tool 1 retract
+ src\AxoAbbRobotics_Control_v_1_x_x.st,50
+
+
+ Tool 1 extend
+ src\AxoAbbRobotics_Control_v_1_x_x.st,52
+
+
+ Tool 2 retract
+ src\AxoAbbRobotics_Control_v_1_x_x.st,54
+
+
+ Tool 2 extend
+ src\AxoAbbRobotics_Control_v_1_x_x.st,56
+
+
+ Tool 3 retract
+ src\AxoAbbRobotics_Control_v_1_x_x.st,58
+
+
+ Tool 3 extend
+ src\AxoAbbRobotics_Control_v_1_x_x.st,60
+
+
+ Tool 4 retract
+ src\AxoAbbRobotics_Control_v_1_x_x.st,62
+
+
+ Tool 4 extend
+ src\AxoAbbRobotics_Control_v_1_x_x.st,64
+
+
+ Zones
+ src\AxoAbbRobotics_Control_v_1_x_x.st,69
+
+
+ In position
+ src\AxoAbbRobotics_Control_v_1_x_x.st,71
+
+
+ Action number
+ src\AxoAbbRobotics_Control_v_1_x_x.st,73
+
+
+ Global robot speed
+ src\AxoAbbRobotics_Control_v_1_x_x.st,75
+
+
+ Tool number
+ src\AxoAbbRobotics_Control_v_1_x_x.st,77
+
+
+ Workobject number
+ src\AxoAbbRobotics_Control_v_1_x_x.st,79
+
+
+ Point number
+ src\AxoAbbRobotics_Control_v_1_x_x.st,81
+
+
+ User specific speed 1
+ src\AxoAbbRobotics_Control_v_1_x_x.st,83
+
+
+ User specific speed 2
+ src\AxoAbbRobotics_Control_v_1_x_x.st,85
+
+
+ Coordinates
+ src\AxoAbbRobotics_Control_v_1_x_x.st,90
+
+
+ Hardware ID of the device
+ src\AxoAbbRobotics_HWIDs.st,4
+
+
+ Hardware ID of the 'DI_64_bytes' submodule
+ src\AxoAbbRobotics_HWIDs.st,6
+
+
+ Hardware ID of the 'DO_64_bytes' submodule
+ src\AxoAbbRobotics_HWIDs.st,8
+
+
+ AutoOn
+ src\AxoAbbRobotics_State_v_1_x_x.st,7
+
+
+ CycleOn
+ src\AxoAbbRobotics_State_v_1_x_x.st,9
+
+
+ Emergency stop
+ src\AxoAbbRobotics_State_v_1_x_x.st,11
+
+
+ Error
+ src\AxoAbbRobotics_State_v_1_x_x.st,13
+
+
+ Event ID
+ src\AxoAbbRobotics_State_v_1_x_x.st,15
+
+
+ Move active
+ src\AxoAbbRobotics_State_v_1_x_x.st,17
+
+
+ Move inactive
+ src\AxoAbbRobotics_State_v_1_x_x.st,19
+
+
+ Motor off
+ src\AxoAbbRobotics_State_v_1_x_x.st,21
+
+
+ Motor on
+ src\AxoAbbRobotics_State_v_1_x_x.st,26
+
+
+ Motor off state
+ src\AxoAbbRobotics_State_v_1_x_x.st,28
+
+
+ Motor on state
+ src\AxoAbbRobotics_State_v_1_x_x.st,30
+
+
+ Program execution error
+ src\AxoAbbRobotics_State_v_1_x_x.st,32
+
+
+ Safety OK
+ src\AxoAbbRobotics_State_v_1_x_x.st,34
+
+
+ System input busy
+ src\AxoAbbRobotics_State_v_1_x_x.st,36
+
+
+ Program pointer moved
+ src\AxoAbbRobotics_State_v_1_x_x.st,38
+
+
+ Motion supervision
+ src\AxoAbbRobotics_State_v_1_x_x.st,40
+
+
+ Battery Low
+ src\AxoAbbRobotics_State_v_1_x_x.st,42
+
+
+ In area 1
+ src\AxoAbbRobotics_State_v_1_x_x.st,47
+
+
+ In area 2
+ src\AxoAbbRobotics_State_v_1_x_x.st,49
+
+
+ In area 3
+ src\AxoAbbRobotics_State_v_1_x_x.st,51
+
+
+ In area 4
+ src\AxoAbbRobotics_State_v_1_x_x.st,53
+
+
+ In position 1
+ src\AxoAbbRobotics_State_v_1_x_x.st,55
+
+
+ In position 2
+ src\AxoAbbRobotics_State_v_1_x_x.st,57
+
+
+ In position 3
+ src\AxoAbbRobotics_State_v_1_x_x.st,59
+
+
+ In position 4
+ src\AxoAbbRobotics_State_v_1_x_x.st,61
+
+
+ Auto stop 1
+ src\AxoAbbRobotics_State_v_1_x_x.st,92
+
+
+ Auto stop 2
+ src\AxoAbbRobotics_State_v_1_x_x.st,94
+
+
+ Emergency stop 1
+ src\AxoAbbRobotics_State_v_1_x_x.st,96
+
+
+ Emergency stop 2
+ src\AxoAbbRobotics_State_v_1_x_x.st,98
+
+
+ General stop 1
+ src\AxoAbbRobotics_State_v_1_x_x.st,100
+
+
+ General stop 2
+ src\AxoAbbRobotics_State_v_1_x_x.st,102
+
+
+ Enable 1
+ src\AxoAbbRobotics_State_v_1_x_x.st,104
+
+
+ Enable 2
+ src\AxoAbbRobotics_State_v_1_x_x.st,106
+
+
+ Global speed
+ src\AxoAbbRobotics_State_v_1_x_x.st,113
+
+
+ PointNumber
+ src\AxoAbbRobotics_State_v_1_x_x.st,119
+
StartAtMainTask timeout.
src\AxoIrc5_v_1_x_x.st,458
@@ -98,4 +406,76 @@
StopProgramTask timeout.
src\AxoIrc5_v_1_x_x.st,1534
+
+ Progress
+ src\AxoIrc5_v_1_x_x.st,14
+
+
+ Restore
+ src\AxoIrc5_v_1_x_x.st,22
+
+
+ Stop movements
+ src\AxoIrc5_v_1_x_x.st,26
+
+
+ Stop movements and program
+ src\AxoIrc5_v_1_x_x.st,30
+
+
+ Stop program
+ src\AxoIrc5_v_1_x_x.st,34
+
+
+ Stop motors
+ src\AxoIrc5_v_1_x_x.st,38
+
+
+ Start at main
+ src\AxoIrc5_v_1_x_x.st,43
+
+
+ Start motors and program
+ src\AxoIrc5_v_1_x_x.st,47
+
+
+ Start program
+ src\AxoIrc5_v_1_x_x.st,51
+
+
+ Start motors
+ src\AxoIrc5_v_1_x_x.st,55
+
+
+ Start movements
+ src\AxoIrc5_v_1_x_x.st,59
+
+
+ Start motors program and movements
+ src\AxoIrc5_v_1_x_x.st,63
+
+
+ Start movements with extended parameters
+ src\AxoIrc5_v_1_x_x.st,67
+
+
+ Inputs
+ src\AxoIrc5_v_1_x_x.st,92
+
+
+ Outputs
+ src\AxoIrc5_v_1_x_x.st,98
+
+
+ Update diagnostics
+ src\AxoIrc5_v_1_x_x.st,106
+
+
+ Power progress
+ src\AxoOmnicore_v_1_x_x.st,80
+
+
+ Movement progress
+ src\AxoOmnicore_v_1_x_x.st,84
+
\ No newline at end of file
diff --git a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.sk-SK.resx b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.sk-SK.resx
index e1e05f96d..cdb1d1cae 100644
--- a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.sk-SK.resx
@@ -88,4 +88,289 @@
StopProgramTask timeout.
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Prerušenie skutočne prebiehajúcej inštrukcie
+
+
+ Načítanie programu
+
+
+ Načítanie a spustenie programu
+
+
+ Vypnite motory
+
+
+ Zapnutie motorov
+
+
+ Zapnite motory a spustite program
+
+
+ Potvrdenie núdzového zastavenia
+
+
+ Potvrdenie chyby
+
+
+ Začiatok programu
+
+
+ Spustenie programu na hlavnej
+
+
+ Zastavenie programu
+
+
+ Rýchle zastavenie pohybu
+
+
+ Zastavenie pohybu - mäkké
+
+
+ Zastavenie programu na konci cyklu
+
+
+ Zastavenie programu na konci inštrukcie
+
+
+ Obmedzenie rýchlosti
+
+
+ Hlavný režim
+
+
+ Zasunutie nástroja 1
+
+
+ Nástroj 1 rozšíriť
+
+
+ Zatiahnutie nástroja 2
+
+
+ Nástroj 2 rozšíriť
+
+
+ Zatiahnutie nástroja 3
+
+
+ Nástroj 3 rozšíriť
+
+
+ Zatiahnutie nástroja 4
+
+
+ Nástroj 4 rozšíriť
+
+
+ Zóny
+
+
+ V polohe
+
+
+ Číslo akcie
+
+
+ Globálna rýchlosť robota
+
+
+ Číslo nástroja
+
+
+ Číslo pracovného objektu
+
+
+ Číslo bodu
+
+
+ Rýchlosť špecifická pre používateľa 1
+
+
+ Rýchlosť špecifická pre používateľa 2
+
+
+ Súradnice
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "DI64bytes
+
+
+ ID hardvéru podmodulu "DO64bytes
+
+
+ AutoOn
+
+
+ CycleOn
+
+
+ Núdzové zastavenie
+
+
+ Chyba
+
+
+ ID udalosti
+
+
+ Presunúť aktívne
+
+
+ Presunúť neaktívne
+
+
+ Vypnutie motora
+
+
+ Zapnutý motor
+
+
+ Stav vypnutia motora
+
+
+ Zapnutý motor
+
+
+ Chyba pri vykonávaní programu
+
+
+ Bezpečnosť OK
+
+
+ Systémový vstup je obsadený
+
+
+ Ukazovateľ programu sa presunul
+
+
+ Dohľad nad pohybom
+
+
+ Nízka úroveň nabitia batérie
+
+
+ V oblasti 1
+
+
+ V oblasti 2
+
+
+ V oblasti 3
+
+
+ V oblasti 4
+
+
+ V polohe 1
+
+
+ V polohe 2
+
+
+ V polohe 3
+
+
+ Na pozícii 4
+
+
+ Automatické zastavenie 1
+
+
+ Automatické zastavenie 2
+
+
+ Núdzové zastavenie 1
+
+
+ Núdzové zastavenie 2
+
+
+ Všeobecná zastávka 1
+
+
+ Všeobecná zastávka 2
+
+
+ Povoliť 1
+
+
+ Povoliť 2
+
+
+ Globálna rýchlosť
+
+
+ PointNumber
+
+
+ Pokrok
+
+
+ Obnovenie
+
+
+ Zastavenie pohybov
+
+
+ Zastavenie pohybov a program
+
+
+ Zastavenie programu
+
+
+ Zastavenie motorov
+
+
+ Začnite na hlavnej
+
+
+ Spustenie motorov a programovanie
+
+
+ Spustenie programu
+
+
+ Spustenie motorov
+
+
+ Začiatok pohybov
+
+
+ Spustenie programu motorov a pohybov
+
+
+ Spustenie pohybov s rozšírenými parametrami
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Pokrok v oblasti výkonu
+
+
+ Pokrok v pohybe
+
\ No newline at end of file
diff --git a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.sk.resx b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.sk.resx
index 09d44ee5a..c35969b65 100644
--- a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.sk.resx
+++ b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/Resources/PlcStringResources.sk.resx
@@ -147,4 +147,289 @@
StopProgramTask timeout.
+
+ V polohe
+
+
+ Súradnice
+
+
+ Chyba
+
+
+ Nízky stav batérie
+
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Prerušenie skutočne prebiehajúcej inštrukcie
+
+
+ Načítanie programu
+
+
+ Načítanie a spustenie programu
+
+
+ Vypnite motory
+
+
+ Zapnutie motorov
+
+
+ Zapnite motory a spustite program
+
+
+ Potvrdenie núdzového zastavenia
+
+
+ Potvrdenie chyby
+
+
+ Začiatok programu
+
+
+ Spustenie programu na hlavnej
+
+
+ Zastavenie programu
+
+
+ Rýchle zastavenie pohybu
+
+
+ Zastavenie pohybu - mäkké
+
+
+ Zastavenie programu na konci cyklu
+
+
+ Zastavenie programu na konci inštrukcie
+
+
+ Obmedzenie rýchlosti
+
+
+ Hlavný režim
+
+
+ Zasunutie nástroja 1
+
+
+ Nástroj 1 rozšíriť
+
+
+ Zatiahnutie nástroja 2
+
+
+ Nástroj 2 rozšíriť
+
+
+ Zatiahnutie nástroja 3
+
+
+ Nástroj 3 rozšíriť
+
+
+ Zatiahnutie nástroja 4
+
+
+ Nástroj 4 rozšíriť
+
+
+ Zóny
+
+
+ Číslo akcie
+
+
+ Globálna rýchlosť robota
+
+
+ Číslo nástroja
+
+
+ Číslo pracovného objektu
+
+
+ Číslo bodu
+
+
+ Rýchlosť špecifická pre používateľa 1
+
+
+ Rýchlosť špecifická pre používateľa 2
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "DI64bytes
+
+
+ ID hardvéru podmodulu "DO64bytes
+
+
+ AutoOn
+
+
+ CycleOn
+
+
+ Núdzové zastavenie
+
+
+ ID udalosti
+
+
+ Presunúť aktívne
+
+
+ Presunúť neaktívne
+
+
+ Vypnutie motora
+
+
+ Zapnutý motor
+
+
+ Stav vypnutia motora
+
+
+ Zapnutý motor
+
+
+ Chyba pri vykonávaní programu
+
+
+ Bezpečnosť OK
+
+
+ Systémový vstup je obsadený
+
+
+ Ukazovateľ programu sa presunul
+
+
+ Dohľad nad pohybom
+
+
+ V oblasti 1
+
+
+ V oblasti 2
+
+
+ V oblasti 3
+
+
+ V oblasti 4
+
+
+ V polohe 1
+
+
+ V polohe 2
+
+
+ V polohe 3
+
+
+ Na pozícii 4
+
+
+ Automatické zastavenie 1
+
+
+ Automatické zastavenie 2
+
+
+ Núdzové zastavenie 1
+
+
+ Núdzové zastavenie 2
+
+
+ Všeobecná zastávka 1
+
+
+ Všeobecná zastávka 2
+
+
+ Povoliť 1
+
+
+ Povoliť 2
+
+
+ Globálna rýchlosť
+
+
+ PointNumber
+
+
+ Pokrok
+
+
+ Zastavenie pohybov
+
+
+ Zastavenie pohybov a program
+
+
+ Zastavenie programu
+
+
+ Zastavenie motorov
+
+
+ Začnite na hlavnej
+
+
+ Spustenie motorov a programovanie
+
+
+ Spustenie programu
+
+
+ Spustenie motorov
+
+
+ Začiatok pohybov
+
+
+ Spustenie programu motorov a pohybov
+
+
+ Spustenie pohybov s rozšírenými parametrami
+
+
+ Aktualizácia diagnostiky
+
+
+ Pokrok v oblasti výkonu
+
+
+ Pokrok v pohybe
+
\ No newline at end of file
diff --git a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.Designer.cs b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.Designer.cs
index 118b877db..7d948022d 100644
--- a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.Designer.cs
+++ b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.Designer.cs
@@ -59,5 +59,131 @@ internal PlcStringResources() {
resourceCulture = value;
}
}
+
+ ///
+ /// Looks up a localized string similar to ActionNo.
+ ///
+ public static string ActionNo {
+ get {
+ return ResourceManager.GetString("ActionNo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Coordinate Rx.
+ ///
+ public static string Coordinate_Rx {
+ get {
+ return ResourceManager.GetString("Coordinate_Rx", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Coordinate Ry.
+ ///
+ public static string Coordinate_Ry {
+ get {
+ return ResourceManager.GetString("Coordinate_Ry", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Coordinate Rz.
+ ///
+ public static string Coordinate_Rz {
+ get {
+ return ResourceManager.GetString("Coordinate_Rz", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Coordinate X.
+ ///
+ public static string Coordinate_X {
+ get {
+ return ResourceManager.GetString("Coordinate_X", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Coordinate Y.
+ ///
+ public static string Coordinate_Y {
+ get {
+ return ResourceManager.GetString("Coordinate_Y", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Coordinate Z.
+ ///
+ public static string Coordinate_Z {
+ get {
+ return ResourceManager.GetString("Coordinate_Z", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Coordinates.
+ ///
+ public static string Coordinates {
+ get {
+ return ResourceManager.GetString("Coordinates", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to GlobalSpeed.
+ ///
+ public static string GlobalSpeed {
+ get {
+ return ResourceManager.GetString("GlobalSpeed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PointNo.
+ ///
+ public static string PointNo {
+ get {
+ return ResourceManager.GetString("PointNo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ToolNo.
+ ///
+ public static string ToolNo {
+ get {
+ return ResourceManager.GetString("ToolNo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UserSpecSpeed1.
+ ///
+ public static string UserSpecSpeed_ONE_ {
+ get {
+ return ResourceManager.GetString("UserSpecSpeed_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UserSpecSpeed2.
+ ///
+ public static string UserSpecSpeed_TWO_ {
+ get {
+ return ResourceManager.GetString("UserSpecSpeed_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WorkobjectNo.
+ ///
+ public static string WorkobjectNo {
+ get {
+ return ResourceManager.GetString("WorkobjectNo", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.de.resx b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.de.resx
index 6b85cbe44..35249472e 100644
--- a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.de.resx
+++ b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.de.resx
@@ -129,4 +129,46 @@
Schritt ausführen
+
+ Koordinate X
+
+
+ Koordinate Y
+
+
+ Koordinate Z
+
+
+ Koordinaten Rx
+
+
+ Koordinate Ry
+
+
+ Koordinate Rz
+
+
+ AktionNo
+
+
+ GlobalSpeed
+
+
+ WerkzeugNr.
+
+
+ WerkobjektNummer
+
+
+ PunktNo
+
+
+ BenutzerSpezifikationGeschwindigkeit1
+
+
+ BenutzerSpezifikationGeschwindigkeit2
+
+
+ Koordinaten
+
\ No newline at end of file
diff --git a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.resx b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.resx
index e8ae276d9..f56f4d726 100644
--- a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.resx
+++ b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.resx
@@ -58,4 +58,60 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Coordinate X
+ src\AxoRobotics\AxoRoboticsBasicCoordinates.st,4
+
+
+ Coordinate Y
+ src\AxoRobotics\AxoRoboticsBasicCoordinates.st,6
+
+
+ Coordinate Z
+ src\AxoRobotics\AxoRoboticsBasicCoordinates.st,8
+
+
+ Coordinate Rx
+ src\AxoRobotics\AxoRoboticsCoordinates.st,10
+
+
+ Coordinate Ry
+ src\AxoRobotics\AxoRoboticsCoordinates.st,12
+
+
+ Coordinate Rz
+ src\AxoRobotics\AxoRoboticsCoordinates.st,14
+
+
+ ActionNo
+ src\AxoRobotics\AxoRoboticsMovementsParams.st,7
+
+
+ GlobalSpeed
+ src\AxoRobotics\AxoRoboticsMovementsParams.st,9
+
+
+ ToolNo
+ src\AxoRobotics\AxoRoboticsMovementsParams.st,11
+
+
+ WorkobjectNo
+ src\AxoRobotics\AxoRoboticsMovementsParams.st,13
+
+
+ PointNo
+ src\AxoRobotics\AxoRoboticsMovementsParams.st,15
+
+
+ UserSpecSpeed1
+ src\AxoRobotics\AxoRoboticsMovementsParams.st,17
+
+
+ UserSpecSpeed2
+ src\AxoRobotics\AxoRoboticsMovementsParams.st,19
+
+
+ Coordinates
+ src\AxoRobotics\AxoRoboticsMovementsParams.st,21
+
\ No newline at end of file
diff --git a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.sk-SK.resx b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.sk-SK.resx
index 667ea1506..d08157948 100644
--- a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.sk-SK.resx
@@ -58,4 +58,46 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ Súradnica X
+
+
+ Súradnica Y
+
+
+ Súradnica Z
+
+
+ Súradnice Rx
+
+
+ Súradnice Ry
+
+
+ Súradnica Rz
+
+
+ AkciaNie
+
+
+ GlobalSpeed
+
+
+ ToolNo
+
+
+ Číslo pracovného objektu
+
+
+ PointNo
+
+
+ UserSpecSpeed1
+
+
+ UserSpecSpeed2
+
+
+ Súradnice
+
+
\ No newline at end of file
diff --git a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.sk.resx b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.sk.resx
index bbe60920f..691dc7d50 100644
--- a/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.sk.resx
+++ b/src/components.abstractions/src/AXOpen.Components.Abstractions/Resources/PlcStringResources.sk.resx
@@ -129,4 +129,46 @@
Krokový mód
+
+ Súradnice
+
+
+ Súradnica X
+
+
+ Súradnica Y
+
+
+ Súradnica Z
+
+
+ Súradnice Rx
+
+
+ Súradnice Ry
+
+
+ Súradnica Rz
+
+
+ AkciaNie
+
+
+ GlobalSpeed
+
+
+ ToolNo
+
+
+ Číslo pracovného objektu
+
+
+ PointNo
+
+
+ UserSpecSpeed1
+
+
+ UserSpecSpeed2
+
\ No newline at end of file
diff --git a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.Designer.cs b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.Designer.cs
index 52debe395..98b21b2ef 100644
--- a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.Designer.cs
+++ b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,420 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Address to write.
+ ///
+ public static string Address_to_write {
+ get {
+ return ResourceManager.GetString("Address_to_write", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 CodeTagPresent.
+ ///
+ public static string BitHeader_ONE__CodeTagPresent {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__CodeTagPresent", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 HeadFailure.
+ ///
+ public static string BitHeader_ONE__HeadFailure {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__HeadFailure", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 Job.
+ ///
+ public static string BitHeader_ONE__Job {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__Job", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 JobAccepted.
+ ///
+ public static string BitHeader_ONE__JobAccepted {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__JobAccepted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 JobEnd.
+ ///
+ public static string BitHeader_ONE__JobEnd {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__JobEnd", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 JobError.
+ ///
+ public static string BitHeader_ONE__JobError {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__JobError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 Power.
+ ///
+ public static string BitHeader_ONE__Power {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__Power", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 Reserve1.
+ ///
+ public static string BitHeader_ONE__Reserve_ONE_ {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__Reserve_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 Reserve3.
+ ///
+ public static string BitHeader_ONE__Reserve_THREE_ {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__Reserve_THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 Reserve2.
+ ///
+ public static string BitHeader_ONE__Reserve_TWO_ {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__Reserve_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 Reserve0.
+ ///
+ public static string BitHeader_ONE__Reserve_ZERO_ {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__Reserve_ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader1 ToggleBit.
+ ///
+ public static string BitHeader_ONE__ToggleBit {
+ get {
+ return ResourceManager.GetString("BitHeader_ONE__ToggleBit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 CodeTagPresent.
+ ///
+ public static string BitHeader_TWO__CodeTagPresent {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__CodeTagPresent", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 HeadFailure.
+ ///
+ public static string BitHeader_TWO__HeadFailure {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__HeadFailure", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 Job.
+ ///
+ public static string BitHeader_TWO__Job {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__Job", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 JobAccepted.
+ ///
+ public static string BitHeader_TWO__JobAccepted {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__JobAccepted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 JobEnd.
+ ///
+ public static string BitHeader_TWO__JobEnd {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__JobEnd", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 JobError.
+ ///
+ public static string BitHeader_TWO__JobError {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__JobError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 Power.
+ ///
+ public static string BitHeader_TWO__Power {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__Power", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 Reserve1.
+ ///
+ public static string BitHeader_TWO__Reserve_ONE_ {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__Reserve_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 Reserve3.
+ ///
+ public static string BitHeader_TWO__Reserve_THREE_ {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__Reserve_THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 Reserve2.
+ ///
+ public static string BitHeader_TWO__Reserve_TWO_ {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__Reserve_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 Reserve0.
+ ///
+ public static string BitHeader_TWO__Reserve_ZERO_ {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__Reserve_ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BitHeader2 ToggleBit.
+ ///
+ public static string BitHeader_TWO__ToggleBit {
+ get {
+ return ResourceManager.GetString("BitHeader_TWO__ToggleBit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Character to write to memory.
+ ///
+ public static string Character_to_write_to_memory {
+ get {
+ return ResourceManager.GetString("Character_to_write_to_memory", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command designator.
+ ///
+ public static string Command_designator {
+ get {
+ return ResourceManager.GetString("Command_designator", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Data to write.
+ ///
+ public static string Data_to_write {
+ get {
+ return ResourceManager.GetString("Data_to_write", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'BISM' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_BISM_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_BISM_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the device.
+ ///
+ public static string Hardware_ID_of_the_device {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the_device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Number of bytes.
+ ///
+ public static string Number__of_bytes {
+ get {
+ return ResourceManager.GetString("Number__of_bytes", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Number of bytes to read.
+ ///
+ public static string Number_of_bytes_to_read {
+ get {
+ return ResourceManager.GetString("Number_of_bytes_to_read", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Number of bytes to write.
+ ///
+ public static string Number_of_bytes_to_write {
+ get {
+ return ResourceManager.GetString("Number_of_bytes_to_write", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to qBitHeader1 GroundState.
+ ///
+ public static string qBitHeader_ONE__GroundState {
+ get {
+ return ResourceManager.GetString("qBitHeader_ONE__GroundState", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to qBitHeader1 HeadOnOff.
+ ///
+ public static string qBitHeader_ONE__HeadOnOff {
+ get {
+ return ResourceManager.GetString("qBitHeader_ONE__HeadOnOff", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to qBitHeader1 ToggleBit.
+ ///
+ public static string qBitHeader_ONE__ToggleBit {
+ get {
+ return ResourceManager.GetString("qBitHeader_ONE__ToggleBit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to qBitHeader2 GroundState.
+ ///
+ public static string qBitHeader_TWO__GroundState {
+ get {
+ return ResourceManager.GetString("qBitHeader_TWO__GroundState", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to qBitHeader2 HeadOnOff.
+ ///
+ public static string qBitHeader_TWO__HeadOnOff {
+ get {
+ return ResourceManager.GetString("qBitHeader_TWO__HeadOnOff", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to qBitHeader2 ToggleBit.
+ ///
+ public static string qBitHeader_TWO__ToggleBit {
+ get {
+ return ResourceManager.GetString("qBitHeader_TWO__ToggleBit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read.
+ ///
+ public static string Read {
+ get {
+ return ResourceManager.GetString("Read", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read address.
+ ///
+ public static string Read_address {
+ get {
+ return ResourceManager.GetString("Read_address", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ReadTask timeout..
///
@@ -69,6 +483,24 @@ public static string ReadTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Reset communication.
+ ///
+ public static string Reset_communication {
+ get {
+ return ResourceManager.GetString("Reset_communication", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset reader.
+ ///
+ public static string Reset_reader {
+ get {
+ return ResourceManager.GetString("Reset_reader", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ResetCommunicationTask timeout..
///
@@ -87,6 +519,78 @@ public static string ResetReaderTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Rfid code size.
+ ///
+ public static string Rfid_code_size {
+ get {
+ return ResourceManager.GetString("Rfid_code_size", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start address.
+ ///
+ public static string Start_address {
+ get {
+ return ResourceManager.GetString("Start_address", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write.
+ ///
+ public static string Write {
+ get {
+ return ResourceManager.GetString("Write", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write address.
+ ///
+ public static string Write_address {
+ get {
+ return ResourceManager.GetString("Write_address", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write char to memory.
+ ///
+ public static string Write_char_to_memory {
+ get {
+ return ResourceManager.GetString("Write_char_to_memory", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to WriteCharToMemoryTask timeout..
///
diff --git a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.de.resx b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.de.resx
index 8d6e51123..98e6959e5 100644
--- a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.de.resx
+++ b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.de.resx
@@ -132,4 +132,172 @@
WriteCharToMemoryTask Zeitüberschreitung.
+
+ Wiederherstellen
+
+
+ Lesen Sie
+
+
+ Adresse lesen
+
+
+ Anzahl der zu lesenden Bytes
+
+
+ Schreiben Sie
+
+
+ Adresse schreiben
+
+
+ Zu schreibende Daten
+
+
+ Kommunikation zurücksetzen
+
+
+ Leser zurücksetzen
+
+
+ Zeichen in den Speicher schreiben
+
+
+ Zeichen zum Schreiben in den Speicher
+
+
+ Adresse zum Schreiben
+
+
+ Anzahl der zu schreibenden Bytes
+
+
+ Eingaben
+
+
+ Ausgaben
+
+
+ Diagnose aktualisieren
+
+
+ Info-Zeit
+
+
+ Fehlerzeit
+
+
+ Zeitüberschreitung der Aufgabe
+
+
+ Hardware-IDs
+
+
+ Startadresse
+
+
+ Rfid-Code-Größe
+
+
+ BitHeader1 Auftrag
+
+
+ BitHeader1 Reserve0
+
+
+ qBitHeader1 Grundzustand
+
+
+ BitHeader1 Reserve1
+
+
+ BitHeader1 Reserve2
+
+
+ qBitKopfzeile1 HeadOnOff
+
+
+ qBitHeader1 ToggleBit
+
+
+ BitHeader1 Reserve3
+
+
+ Kommando-Bezeichner
+
+
+ Anzahl der Bytes
+
+
+ BitHeader2 Auftrag
+
+
+ BitHeader2 Reserve0
+
+
+ qBitHeader2 Grundzustand
+
+
+ BitHeader2 Reserve1
+
+
+ BitHeader2 Reserve2
+
+
+ qBitHeader2 HeadOnOff
+
+
+ qBitHeader2 ToggleBit
+
+
+ BitHeader2 Reserve3
+
+
+ Hardware-ID des Geräts
+
+
+ Hardware-ID des "BISM"-Submoduls
+
+
+ BitHeader1 CodeTagPresent
+
+
+ BitHeader1 JobAccepted
+
+
+ BitHeader1 JobEnd
+
+
+ BitHeader1 JobError
+
+
+ BitHeader1 ToggleBit
+
+
+ BitHeader1 HeadFailure
+
+
+ BitHeader1 Leistung
+
+
+ BitHeader2 CodeTagPresent
+
+
+ BitHeader2 JobAccepted
+
+
+ BitHeader2 JobEnd
+
+
+ BitHeader2 JobError
+
+
+ BitHeader2 ToggleBit
+
+
+ BitHeader2 HeadFailure
+
+
+ BitHeader2 Leistung
+
\ No newline at end of file
diff --git a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.resx b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.resx
index 30d4fbbdc..27b9aa617 100644
--- a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.resx
+++ b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.resx
@@ -78,4 +78,228 @@
WriteCharToMemoryTask timeout.
src\Axo_BIS_M_4XX_045.st,1064
+
+ Restore
+ src\Axo_BIS_M_4XX_045.st,72
+
+
+ Read
+ src\Axo_BIS_M_4XX_045.st,77
+
+
+ Read address
+ src\Axo_BIS_M_4XX_045.st,80
+
+
+ Number of bytes to read
+ src\Axo_BIS_M_4XX_045.st,83
+
+
+ Write
+ src\Axo_BIS_M_4XX_045.st,87
+
+
+ Write address
+ src\Axo_BIS_M_4XX_045.st,90
+
+
+ Data to write
+ src\Axo_BIS_M_4XX_045.st,93
+
+
+ Reset communication
+ src\Axo_BIS_M_4XX_045.st,97
+
+
+ Reset reader
+ src\Axo_BIS_M_4XX_045.st,101
+
+
+ Write char to memory
+ src\Axo_BIS_M_4XX_045.st,105
+
+
+ Character to write to memory
+ src\Axo_BIS_M_4XX_045.st,108
+
+
+ Address to write
+ src\Axo_BIS_M_4XX_045.st,111
+
+
+ Number of bytes to write
+ src\Axo_BIS_M_4XX_045.st,114
+
+
+ Inputs
+ src\Axo_BIS_M_4XX_045.st,139
+
+
+ Outputs
+ src\Axo_BIS_M_4XX_045.st,145
+
+
+ Update diagnostics
+ src\Axo_BIS_M_4XX_045.st,153
+
+
+ Info time
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Config.st,5
+
+
+ Error time
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Config.st,7
+
+
+ Task timeout
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Config.st,9
+
+
+ Hardware IDs
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Config.st,11
+
+
+ Start address
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Config.st,13
+
+
+ Rfid code size
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Config.st,15
+
+
+ BitHeader1 Job
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,7
+
+
+ BitHeader1 Reserve0
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,9
+
+
+ qBitHeader1 GroundState
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,11
+
+
+ BitHeader1 Reserve1
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,13
+
+
+ BitHeader1 Reserve2
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,15
+
+
+ qBitHeader1 HeadOnOff
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,17
+
+
+ qBitHeader1 ToggleBit
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,19
+
+
+ BitHeader1 Reserve3
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,21
+
+
+ Command designator
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,26
+
+
+ Number of bytes
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,30
+
+
+ BitHeader2 Job
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,38
+
+
+ BitHeader2 Reserve0
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,40
+
+
+ qBitHeader2 GroundState
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,42
+
+
+ BitHeader2 Reserve1
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,44
+
+
+ BitHeader2 Reserve2
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,46
+
+
+ qBitHeader2 HeadOnOff
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,48
+
+
+ qBitHeader2 ToggleBit
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,50
+
+
+ BitHeader2 Reserve3
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_Control.st,52
+
+
+ Hardware ID of the device
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_HWIDs.st,5
+
+
+ Hardware ID of the 'BISM' submodule
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_HWIDs.st,7
+
+
+ BitHeader1 CodeTagPresent
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,7
+
+
+ BitHeader1 JobAccepted
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,9
+
+
+ BitHeader1 JobEnd
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,11
+
+
+ BitHeader1 JobError
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,13
+
+
+ BitHeader1 ToggleBit
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,17
+
+
+ BitHeader1 HeadFailure
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,19
+
+
+ BitHeader1 Power
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,21
+
+
+ BitHeader2 CodeTagPresent
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,39
+
+
+ BitHeader2 JobAccepted
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,41
+
+
+ BitHeader2 JobEnd
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,43
+
+
+ BitHeader2 JobError
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,45
+
+
+ BitHeader2 ToggleBit
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,49
+
+
+ BitHeader2 HeadFailure
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,51
+
+
+ BitHeader2 Power
+ src\Axo_BIS_M_4XX_045_Datatypes\Axo_BIS_M_4XX_045_State.st,53
+
\ No newline at end of file
diff --git a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.sk-SK.resx b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.sk-SK.resx
index fae53cf14..92d8d722f 100644
--- a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.sk-SK.resx
@@ -73,4 +73,172 @@
Časový limit úlohy WriteCharToMemoryTask.
+
+ Obnovenie
+
+
+ Prečítajte si
+
+
+ Prečítajte si adresu
+
+
+ Počet bajtov na čítanie
+
+
+ Napíšte na
+
+
+ Napíšte adresu
+
+
+ Údaje na zápis
+
+
+ Obnovenie komunikácie
+
+
+ Resetovanie čítačky
+
+
+ Zápis char do pamäte
+
+
+ Znak na zápis do pamäte
+
+
+ Adresa na písanie
+
+
+ Počet bajtov na zápis
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Počiatočná adresa
+
+
+ Veľkosť kódu Rfid
+
+
+ Úloha BitHeader1
+
+
+ BitHeader1 Rezerva0
+
+
+ qBitHeader1 GroundState
+
+
+ BitHeader1 Rezerva1
+
+
+ BitHeader1 Rezerva2
+
+
+ qBitHeader1 HeadOnOff
+
+
+ qBitHeader1 ToggleBit
+
+
+ BitHeader1 Rezerva3
+
+
+ Označenie príkazu
+
+
+ Počet bajtov
+
+
+ Úloha BitHeader2
+
+
+ BitHeader2 Reserve0
+
+
+ qBitHeader2 GroundState
+
+
+ BitHeader2 Rezerva1
+
+
+ BitHeader2 Rezerva2
+
+
+ qBitHeader2 HeadOnOff
+
+
+ qBitHeader2 ToggleBit
+
+
+ BitHeader2 Rezerva3
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "BISM
+
+
+ BitHeader1 CodeTagPresent
+
+
+ BitHeader1 JobAccepted
+
+
+ BitHeader1 JobEnd
+
+
+ BitHeader1 JobError
+
+
+ BitHeader1 ToggleBit
+
+
+ BitHeader1 HeadFailure
+
+
+ BitHeader1 Výkon
+
+
+ BitHeader2 CodeTagPresent
+
+
+ BitHeader2 JobAccepted
+
+
+ BitHeader2 JobEnd
+
+
+ BitHeader2 JobError
+
+
+ BitHeader2 ToggleBit
+
+
+ BitHeader2 HeadFailure
+
+
+ BitHeader2 Výkon
+
\ No newline at end of file
diff --git a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.sk.resx b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.sk.resx
index 19d10df54..b6cfb1cd3 100644
--- a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.sk.resx
+++ b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/Resources/PlcStringResources.sk.resx
@@ -132,4 +132,172 @@
Časový limit úlohy WriteCharToMemoryTask.
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Prečítajte si
+
+
+ Prečítajte si adresu
+
+
+ Počet bajtov na čítanie
+
+
+ Napíšte na
+
+
+ Napíšte adresu
+
+
+ Údaje na zápis
+
+
+ Obnovenie komunikácie
+
+
+ Resetovanie čítačky
+
+
+ Zápis char do pamäte
+
+
+ Znak na zápis do pamäte
+
+
+ Adresa na písanie
+
+
+ Počet bajtov na zápis
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Počiatočná adresa
+
+
+ Veľkosť kódu Rfid
+
+
+ Úloha BitHeader1
+
+
+ BitHeader1 Rezerva0
+
+
+ qBitHeader1 GroundState
+
+
+ BitHeader1 Rezerva1
+
+
+ BitHeader1 Rezerva2
+
+
+ qBitHeader1 HeadOnOff
+
+
+ qBitHeader1 ToggleBit
+
+
+ BitHeader1 Rezerva3
+
+
+ Označenie príkazu
+
+
+ Počet bajtov
+
+
+ Úloha BitHeader2
+
+
+ BitHeader2 Reserve0
+
+
+ qBitHeader2 GroundState
+
+
+ BitHeader2 Rezerva1
+
+
+ BitHeader2 Rezerva2
+
+
+ qBitHeader2 HeadOnOff
+
+
+ qBitHeader2 ToggleBit
+
+
+ BitHeader2 Rezerva3
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "BISM
+
+
+ BitHeader1 CodeTagPresent
+
+
+ BitHeader1 JobAccepted
+
+
+ BitHeader1 JobEnd
+
+
+ BitHeader1 JobError
+
+
+ BitHeader1 ToggleBit
+
+
+ BitHeader1 HeadFailure
+
+
+ BitHeader1 Výkon
+
+
+ BitHeader2 CodeTagPresent
+
+
+ BitHeader2 JobAccepted
+
+
+ BitHeader2 JobEnd
+
+
+ BitHeader2 JobError
+
+
+ BitHeader2 ToggleBit
+
+
+ BitHeader2 HeadFailure
+
+
+ BitHeader2 Výkon
+
\ No newline at end of file
diff --git a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.Designer.cs b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.Designer.cs
index f48ba4d80..c31e0e0e9 100644
--- a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.Designer.cs
+++ b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,78 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Acknowledge inspection results.
+ ///
+ public static string Acknowledge_inspection_results {
+ get {
+ return ResourceManager.GetString("Acknowledge_inspection_results", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Acquiring.
+ ///
+ public static string Acquiring {
+ get {
+ return ResourceManager.GetString("Acquiring", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Acquisition control.
+ ///
+ public static string Acquisition_control {
+ get {
+ return ResourceManager.GetString("Acquisition_control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Acquisition ID.
+ ///
+ public static string Acquisition_ID {
+ get {
+ return ResourceManager.GetString("Acquisition_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Acquisition status.
+ ///
+ public static string Acquisition_status {
+ get {
+ return ResourceManager.GetString("Acquisition_status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Camera number.
+ ///
+ public static string Camera_number {
+ get {
+ return ResourceManager.GetString("Camera_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Change job by name.
+ ///
+ public static string Change_job_by_name {
+ get {
+ return ResourceManager.GetString("Change_job_by_name", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Change job by number.
+ ///
+ public static string Change_job_by_number {
+ get {
+ return ResourceManager.GetString("Change_job_by_number", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ChangeJobByNameTask timeout..
///
@@ -78,6 +150,42 @@ public static string ChangeJobByNumberTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Clear error.
+ ///
+ public static string Clear_error {
+ get {
+ return ResourceManager.GetString("Clear_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Clear exposure complete.
+ ///
+ public static string Clear_exposure_complete {
+ get {
+ return ResourceManager.GetString("Clear_exposure_complete", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Clear inspection results.
+ ///
+ public static string Clear_inspection_results {
+ get {
+ return ResourceManager.GetString("Clear_inspection_results", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Clear result data.
+ ///
+ public static string Clear_result_data {
+ get {
+ return ResourceManager.GetString("Clear_result_data", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ClearInspectionResultsTask timeout..
///
@@ -96,6 +204,249 @@ public static string ClearResultDataTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Code.
+ ///
+ public static string Code {
+ get {
+ return ResourceManager.GetString("Code", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command.
+ ///
+ public static string Command {
+ get {
+ return ResourceManager.GetString("Command", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command complete.
+ ///
+ public static string Command_complete {
+ get {
+ return ResourceManager.GetString("Command_complete", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command control.
+ ///
+ public static string Command_control {
+ get {
+ return ResourceManager.GetString("Command_control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command executing.
+ ///
+ public static string Command_executing {
+ get {
+ return ResourceManager.GetString("Command_executing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command failed.
+ ///
+ public static string Command_failed {
+ get {
+ return ResourceManager.GetString("Command_failed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command status.
+ ///
+ public static string Command_status {
+ get {
+ return ResourceManager.GetString("Command_status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Continous reading.
+ ///
+ public static string Continous_reading {
+ get {
+ return ResourceManager.GetString("Continous_reading", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Control.
+ ///
+ public static string Control {
+ get {
+ return ResourceManager.GetString("Control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Current job ID.
+ ///
+ public static string Current_job_ID {
+ get {
+ return ResourceManager.GetString("Current_job_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Current job name.
+ ///
+ public static string Current_job_name {
+ get {
+ return ResourceManager.GetString("Current_job_name", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Current job number.
+ ///
+ public static string Current_job_number {
+ get {
+ return ResourceManager.GetString("Current_job_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decode complete.
+ ///
+ public static string Decode_complete {
+ get {
+ return ResourceManager.GetString("Decode_complete", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Decoding.
+ ///
+ public static string Decoding {
+ get {
+ return ResourceManager.GetString("Decoding", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enable results buffering.
+ ///
+ public static string Enable_results_buffering {
+ get {
+ return ResourceManager.GetString("Enable_results_buffering", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error.
+ ///
+ public static string Error {
+ get {
+ return ResourceManager.GetString("Error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error code.
+ ///
+ public static string Error_code {
+ get {
+ return ResourceManager.GetString("Error_code", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error detected.
+ ///
+ public static string Error_detected {
+ get {
+ return ResourceManager.GetString("Error_detected", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Execute command.
+ ///
+ public static string Execute_command {
+ get {
+ return ResourceManager.GetString("Execute_command", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Execute DMCC.
+ ///
+ public static string Execute_DMCC {
+ get {
+ return ResourceManager.GetString("Execute_DMCC", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Execute DMCC acknowledge.
+ ///
+ public static string Execute_DMCC_acknowledge {
+ get {
+ return ResourceManager.GetString("Execute_DMCC_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Exposure complete.
+ ///
+ public static string Exposure_complete {
+ get {
+ return ResourceManager.GetString("Exposure_complete", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Extended.
+ ///
+ public static string Extended {
+ get {
+ return ResourceManager.GetString("Extended", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Extended user data set.
+ ///
+ public static string Extended_user_data_set {
+ get {
+ return ResourceManager.GetString("Extended_user_data_set", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Extended user data set acknowledge.
+ ///
+ public static string Extended_user_data_set_acknowledge {
+ get {
+ return ResourceManager.GetString("Extended_user_data_set_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hard reset all cameras.
+ ///
+ public static string Hard_reset_all_cameras {
+ get {
+ return ResourceManager.GetString("Hard_reset_all_cameras", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to HardResetAllCamerasTask timeout..
///
@@ -106,65 +457,1153 @@ public static string HardResetAllCamerasTask_timeout_DOT_ {
}
///
- /// Looks up a localized string similar to ReadResultsTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'AcquisitionControl' submodule.
///
- public static string ReadResultsTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_AcquisitionControl_APOSTROPHE__submodule {
get {
- return ResourceManager.GetString("ReadResultsTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_AcquisitionControl_APOSTROPHE__submodule", resourceCulture);
}
}
///
- /// Looks up a localized string similar to ReadTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'AcquisitionStatus' submodule.
///
- public static string ReadTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_AcquisitionStatus_APOSTROPHE__submodule {
get {
- return ResourceManager.GetString("ReadTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_AcquisitionStatus_APOSTROPHE__submodule", resourceCulture);
}
}
///
- /// Looks up a localized string similar to ResetTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'CommandControl' submodule.
///
- public static string ResetTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_CommandControl_APOSTROPHE__submodule {
get {
- return ResourceManager.GetString("ResetTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_CommandControl_APOSTROPHE__submodule", resourceCulture);
}
}
///
- /// Looks up a localized string similar to SendDataTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'EngineControl_4' submodule.
///
- public static string SendDataTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_EngineControl_UNDERSCORE__FOUR__APOSTROPHE__submodule {
get {
- return ResourceManager.GetString("SendDataTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_EngineControl_UNDERSCORE__FOUR__APOSTROPHE__submodule", resourceCulture);
}
}
///
- /// Looks up a localized string similar to SendUserDataTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'EngineControl_1' submodule.
///
- public static string SendUserDataTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_EngineControl_UNDERSCORE__ONE__APOSTROPHE__submodule {
get {
- return ResourceManager.GetString("SendUserDataTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_EngineControl_UNDERSCORE__ONE__APOSTROPHE__submodule", resourceCulture);
}
}
///
- /// Looks up a localized string similar to SoftEventTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'EngineControl_3' submodule.
///
- public static string SoftEventTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_EngineControl_UNDERSCORE__THREE__APOSTROPHE__submodule {
get {
- return ResourceManager.GetString("SoftEventTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_EngineControl_UNDERSCORE__THREE__APOSTROPHE__submodule", resourceCulture);
}
}
///
- /// Looks up a localized string similar to TriggerTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'EngineControl_2' submodule.
///
- public static string TriggerTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_EngineControl_UNDERSCORE__TWO__APOSTROPHE__submodule {
get {
- return ResourceManager.GetString("TriggerTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_EngineControl_UNDERSCORE__TWO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'InspectionControl' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_InspectionControl_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_InspectionControl_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'InspectionStatus' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_InspectionStatus_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_InspectionStatus_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'ResultData_Slot_14' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_ResultData_UNDERSCORE_Slot_UNDERSCORE__ONE__FOUR__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_ResultData_UNDERSCORE_Slot_UNDERSCORE__ONE__FOUR__APOSTRO" +
+ "PHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'ResultData_Slot_11' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_ResultData_UNDERSCORE_Slot_UNDERSCORE__ONE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_ResultData_UNDERSCORE_Slot_UNDERSCORE__ONE__ONE__APOSTROP" +
+ "HE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'ResultData_Slot_13' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_ResultData_UNDERSCORE_Slot_UNDERSCORE__ONE__THREE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_ResultData_UNDERSCORE_Slot_UNDERSCORE__ONE__THREE__APOSTR" +
+ "OPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'ResultData_Slot_12' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_ResultData_UNDERSCORE_Slot_UNDERSCORE__ONE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_ResultData_UNDERSCORE_Slot_UNDERSCORE__ONE__TWO__APOSTROP" +
+ "HE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Results_64B_1' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Results_UNDERSCORE__SIX__FOUR_B_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Results_UNDERSCORE__SIX__FOUR_B_UNDERSCORE__ONE__APOSTROP" +
+ "HE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Results_240B_5' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Results_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__FIVE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Results_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__FIVE__A" +
+ "POSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Results_240B_4' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Results_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__FOUR__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Results_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__FOUR__A" +
+ "POSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Results_240B_1' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Results_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Results_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__ONE__AP" +
+ "OSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Results_240B_3' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Results_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__THREE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Results_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__THREE__" +
+ "APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Results_240B_2' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Results_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Results_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__TWO__AP" +
+ "OSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'SoftEventControl' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_SoftEventControl_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_SoftEventControl_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'SystemControl' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_SystemControl_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_SystemControl_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'UserData_64B_1' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__SIX__FOUR_B_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__SIX__FOUR_B_UNDERSCORE__ONE__APOSTRO" +
+ "PHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'UserData_240B_5' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__FIVE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__FIVE__" +
+ "APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'UserData_240B_4' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__FOUR__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__FOUR__" +
+ "APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'UserData_240B_1' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__ONE__A" +
+ "POSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'UserData_240B_3' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__THREE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__THREE_" +
+ "_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'UserData_240B_2' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_UserData_UNDERSCORE__TWO__FOUR__ZERO_B_UNDERSCORE__TWO__A" +
+ "POSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'UserDataSlot_8' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_UserDataSlot_UNDERSCORE__EIGHT__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_UserDataSlot_UNDERSCORE__EIGHT__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'UserDataSlot_9' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_UserDataSlot_UNDERSCORE__NINE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_UserDataSlot_UNDERSCORE__NINE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'UserDataSlot_10' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_UserDataSlot_UNDERSCORE__ONE__ZERO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_UserDataSlot_UNDERSCORE__ONE__ZERO__APOSTROPHE__submodule" +
+ "", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'UserDataSlot_7' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_UserDataSlot_UNDERSCORE__SEVEN__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_UserDataSlot_UNDERSCORE__SEVEN__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'AcquisitionControl' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_AcquisitionControl_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_AcquisitionControl_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'AcquisitionStatus' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_AcquisitionStatus_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_AcquisitionStatus_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'CommandControl' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_CommandControl_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_CommandControl_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'InspectionControl' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_InspectionControl_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_InspectionControl_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'InspectionStatus' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_InspectionStatus_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_InspectionStatus_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'ResultData' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_ResultData_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_ResultData_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'ResultsControl' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_ResultsControl_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_ResultsControl_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'ResultsStatus' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_ResultsStatus_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_ResultsStatus_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'SoftEventControl' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_SoftEventControl_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_SoftEventControl_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'UserData' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_UserData_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_UserData_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the device.
+ ///
+ public static string Hardware_ID_of_the_device {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the_device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Id.
+ ///
+ public static string Id {
+ get {
+ return ResourceManager.GetString("Id", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inspection completed.
+ ///
+ public static string Inspection_completed {
+ get {
+ return ResourceManager.GetString("Inspection_completed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inspection control.
+ ///
+ public static string Inspection_control {
+ get {
+ return ResourceManager.GetString("Inspection_control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inspection ID.
+ ///
+ public static string Inspection_ID {
+ get {
+ return ResourceManager.GetString("Inspection_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inspection results.
+ ///
+ public static string Inspection_results {
+ get {
+ return ResourceManager.GetString("Inspection_results", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inspection status.
+ ///
+ public static string Inspection_status {
+ get {
+ return ResourceManager.GetString("Inspection_status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Length.
+ ///
+ public static string Length {
+ get {
+ return ResourceManager.GetString("Length", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Max job number.
+ ///
+ public static string Max_job_number {
+ get {
+ return ResourceManager.GetString("Max_job_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Missed acquisition.
+ ///
+ public static string Missed_acquisition {
+ get {
+ return ResourceManager.GetString("Missed_acquisition", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Offline reason 1.
+ ///
+ public static string Offline_reason__ONE_ {
+ get {
+ return ResourceManager.GetString("Offline_reason__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Offline reason 2.
+ ///
+ public static string Offline_reason__TWO_ {
+ get {
+ return ResourceManager.GetString("Offline_reason__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Offline reason 0.
+ ///
+ public static string Offline_reason__ZERO_ {
+ get {
+ return ResourceManager.GetString("Offline_reason__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Online.
+ ///
+ public static string Online {
+ get {
+ return ResourceManager.GetString("Online", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Option.
+ ///
+ public static string Option {
+ get {
+ return ResourceManager.GetString("Option", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Overall job pass fail.
+ ///
+ public static string Overall_job_pass_fail {
+ get {
+ return ResourceManager.GetString("Overall_job_pass_fail", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Progress.
+ ///
+ public static string Progress {
+ get {
+ return ResourceManager.GetString("Progress", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read.
+ ///
+ public static string Read {
+ get {
+ return ResourceManager.GetString("Read", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ReadResults.
+ ///
+ public static string ReadResults {
+ get {
+ return ResourceManager.GetString("ReadResults", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ReadResults job ID (service mode).
+ ///
+ public static string ReadResults_job_ID___BRACKET_service_mode_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("ReadResults_job_ID___BRACKET_service_mode_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ReadResults length (service mode).
+ ///
+ public static string ReadResults_length__BRACKET_service_mode_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("ReadResults_length__BRACKET_service_mode_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ReadResultsTask timeout..
+ ///
+ public static string ReadResultsTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("ReadResultsTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ReadTask timeout..
+ ///
+ public static string ReadTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("ReadTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Required job name.
+ ///
+ public static string Required_job_name {
+ get {
+ return ResourceManager.GetString("Required_job_name", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Required job number.
+ ///
+ public static string Required_job_number {
+ get {
+ return ResourceManager.GetString("Required_job_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Required soft event number.
+ ///
+ public static string Required_soft_event_number {
+ get {
+ return ResourceManager.GetString("Required_soft_event_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset.
+ ///
+ public static string Reset {
+ get {
+ return ResourceManager.GetString("Reset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ResetTask timeout..
+ ///
+ public static string ResetTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("ResetTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Result code.
+ ///
+ public static string Result_code {
+ get {
+ return ResourceManager.GetString("Result_code", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Result data.
+ ///
+ public static string Result_data {
+ get {
+ return ResourceManager.GetString("Result_data", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Result data size.
+ ///
+ public static string Result_data_size {
+ get {
+ return ResourceManager.GetString("Result_data_size", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Results.
+ ///
+ public static string Results {
+ get {
+ return ResourceManager.GetString("Results", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Results acknowledge.
+ ///
+ public static string Results_acknowledge {
+ get {
+ return ResourceManager.GetString("Results_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Results available.
+ ///
+ public static string Results_available {
+ get {
+ return ResourceManager.GetString("Results_available", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Results buffer overrun.
+ ///
+ public static string Results_buffer_overrun {
+ get {
+ return ResourceManager.GetString("Results_buffer_overrun", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Results control.
+ ///
+ public static string Results_control {
+ get {
+ return ResourceManager.GetString("Results_control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Results status.
+ ///
+ public static string Results_status {
+ get {
+ return ResourceManager.GetString("Results_status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Results valid.
+ ///
+ public static string Results_valid {
+ get {
+ return ResourceManager.GetString("Results_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Send user data.
+ ///
+ public static string Send_user_data {
+ get {
+ return ResourceManager.GetString("Send_user_data", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SendData.
+ ///
+ public static string SendData {
+ get {
+ return ResourceManager.GetString("SendData", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SendData BufferID (service mode).
+ ///
+ public static string SendData_BufferID__BRACKET_service_mode_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("SendData_BufferID__BRACKET_service_mode_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SendData inspection type (service mode).
+ ///
+ public static string SendData_inspection_type__BRACKET_service_mode_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("SendData_inspection_type__BRACKET_service_mode_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SendDataTask timeout..
+ ///
+ public static string SendDataTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("SendDataTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SendResults job ID (service mode).
+ ///
+ public static string SendResults_job_ID___BRACKET_service_mode_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("SendResults_job_ID___BRACKET_service_mode_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SendResults length (service mode).
+ ///
+ public static string SendResults_length__BRACKET_service_mode_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("SendResults_length__BRACKET_service_mode_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SendUserDataTask timeout..
+ ///
+ public static string SendUserDataTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("SendUserDataTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set match string acknowledge.
+ ///
+ public static string Set_match_string_acknowledge {
+ get {
+ return ResourceManager.GetString("Set_match_string_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set offline.
+ ///
+ public static string Set_offline {
+ get {
+ return ResourceManager.GetString("Set_offline", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Soft-event control.
+ ///
+ public static string Soft_DASH_event_control {
+ get {
+ return ResourceManager.GetString("Soft_DASH_event_control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Soft-event status.
+ ///
+ public static string Soft_DASH_event_status {
+ get {
+ return ResourceManager.GetString("Soft_DASH_event_status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SoftEventTask timeout..
+ ///
+ public static string SoftEventTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("SoftEventTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Status.
+ ///
+ public static string Status {
+ get {
+ return ResourceManager.GetString("Status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to System busy.
+ ///
+ public static string System_busy {
+ get {
+ return ResourceManager.GetString("System_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Test run ready.
+ ///
+ public static string Test_run_ready {
+ get {
+ return ResourceManager.GetString("Test_run_ready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Train brightness.
+ ///
+ public static string Train_brightness {
+ get {
+ return ResourceManager.GetString("Train_brightness", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Train brightness acknowledge.
+ ///
+ public static string Train_brightness_acknowledge {
+ get {
+ return ResourceManager.GetString("Train_brightness_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Train code.
+ ///
+ public static string Train_code {
+ get {
+ return ResourceManager.GetString("Train_code", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Train code acknowledge.
+ ///
+ public static string Train_code_acknowledge {
+ get {
+ return ResourceManager.GetString("Train_code_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Train focus.
+ ///
+ public static string Train_focus {
+ get {
+ return ResourceManager.GetString("Train_focus", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Train focus acknowledge.
+ ///
+ public static string Train_focus_acknowledge {
+ get {
+ return ResourceManager.GetString("Train_focus_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Train match string.
+ ///
+ public static string Train_match_string {
+ get {
+ return ResourceManager.GetString("Train_match_string", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Train match string acknowledge.
+ ///
+ public static string Train_match_string_acknowledge {
+ get {
+ return ResourceManager.GetString("Train_match_string_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger.
+ ///
+ public static string Trigger {
+ get {
+ return ResourceManager.GetString("Trigger", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger .
+ ///
+ public static string Trigger_ {
+ get {
+ return ResourceManager.GetString("Trigger_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger acknowledge.
+ ///
+ public static string Trigger_acknowledge {
+ get {
+ return ResourceManager.GetString("Trigger_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger enable.
+ ///
+ public static string Trigger_enable {
+ get {
+ return ResourceManager.GetString("Trigger_enable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger ID.
+ ///
+ public static string Trigger_ID {
+ get {
+ return ResourceManager.GetString("Trigger_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger ready.
+ ///
+ public static string Trigger_ready {
+ get {
+ return ResourceManager.GetString("Trigger_ready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger soft-event.
+ ///
+ public static string Trigger_soft_DASH_event {
+ get {
+ return ResourceManager.GetString("Trigger_soft_DASH_event", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger soft-event acknowledge.
+ ///
+ public static string Trigger_soft_DASH_event_acknowledge {
+ get {
+ return ResourceManager.GetString("Trigger_soft_DASH_event_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger soft event.
+ ///
+ public static string Trigger_soft_event {
+ get {
+ return ResourceManager.GetString("Trigger_soft_event", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TriggerTask timeout..
+ ///
+ public static string TriggerTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("TriggerTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Untrain.
+ ///
+ public static string Untrain {
+ get {
+ return ResourceManager.GetString("Untrain", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Untrain acknowledge.
+ ///
+ public static string Untrain_acknowledge {
+ get {
+ return ResourceManager.GetString("Untrain_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User data.
+ ///
+ public static string User_data {
+ get {
+ return ResourceManager.GetString("User_data", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User data length.
+ ///
+ public static string User_data_length {
+ get {
+ return ResourceManager.GetString("User_data_length", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User data size.
+ ///
+ public static string User_data_size {
+ get {
+ return ResourceManager.GetString("User_data_size", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User data to sent.
+ ///
+ public static string User_data_to_sent {
+ get {
+ return ResourceManager.GetString("User_data_to_sent", resourceCulture);
}
}
}
diff --git a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.de.resx b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.de.resx
index bf31d4ab5..7262d8ae6 100644
--- a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.de.resx
+++ b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.de.resx
@@ -153,4 +153,478 @@
SendUserDataTask Zeitüberschreitung.
+
+ Ergebnisdaten
+
+
+ Benutzerdaten
+
+
+ Fortschritt
+
+
+ Wiederherstellen
+
+
+ Alle Kameras hart zurücksetzen
+
+
+ Zurücksetzen
+
+
+ Auslöser
+
+
+ ReadResults
+
+
+ ReadResults Auftragskennung (Dienstmodus)
+
+
+ ReadResults Länge (Dienstmodus)
+
+
+ Sendedaten
+
+
+ SendData-Prüfart (Dienstmodus)
+
+
+ SendData BufferID (Dienstmodus)
+
+
+ SendResults Auftragskennung (Dienstmodus)
+
+
+ SendResults Länge (Dienstmodus)
+
+
+ Eingaben
+
+
+ Ausgaben
+
+
+ Diagnose aktualisieren
+
+
+ Lesen Sie
+
+
+ Ergebnisse der Inspektion
+
+
+ Ergebnisdaten löschen
+
+
+ Ergebnisse
+
+
+ Kontrolle der Akquisition
+
+
+ Status der Akquisition
+
+
+ Ergebniskontrolle
+
+
+ Status der Ergebnisse
+
+
+ Soft-Event-Steuerung
+
+
+ Soft-Event-Status
+
+
+ Auslöser
+
+
+ Klare Inspektionsergebnisse
+
+
+ Erforderlicher Auftragsname
+
+
+ Auftrag nach Name ändern
+
+
+ Erforderliche Auftragsnummer
+
+
+ Stelle nach Nummer ändern
+
+
+ Erforderliche Soft-Event-Nummer
+
+
+ Soft-Ereignis auslösen
+
+
+ Zu sendende Benutzerdaten
+
+
+ Länge der Nutzdaten
+
+
+ Benutzerdaten senden
+
+
+ Kontrolle der Inspektion
+
+
+ Status der Inspektion
+
+
+ Befehlssteuerung
+
+
+ Befehlsstatus
+
+
+ Hardware-ID des Geräts
+
+
+ Hardware-ID 'SystemControl'-Submodul
+
+
+ Hardware-ID 'EngineControl1'-Submodul
+
+
+ Hardware-ID 'EngineControl2'-Submodul
+
+
+ Hardware-ID 'EngineControl3'-Submodul
+
+
+ Hardware-ID 'EngineControl4'-Submodul
+
+
+ Hardware-ID 'UserData240B1' Submodul
+
+
+ Hardware-ID 'UserData240B2' Submodul
+
+
+ Hardware-ID "UserData240B3"-Submodul
+
+
+ Hardware-ID 'UserData240B4' Submodul
+
+
+ Hardware-ID 'UserData240B5' Submodul
+
+
+ Hardware-ID "UserData64B1"-Submodul
+
+
+ Hardware-ID "Ergebnis240B1"-Submodul
+
+
+ Hardware-ID "Ergebnis240B2"-Submodul
+
+
+ Hardware-ID "Ergebnis240B3"-Submodul
+
+
+ Hardware-ID 'Results240B4' Submodul
+
+
+ Hardware-ID 'Results240B5' Submodul
+
+
+ Hardware-ID 'Results64B1' Submodul
+
+
+ Info-Zeit
+
+
+ Fehlerzeit
+
+
+ Zeitüberschreitung der Aufgabe
+
+
+ Kamera-Nummer
+
+
+ Hardware-IDs
+
+
+ Status
+
+
+ Kontrolle
+
+
+ Auslöser aktivieren
+
+
+ Auslöser bereit
+
+
+ Auslöser quittieren
+
+
+ Erwerben Sie
+
+
+ Verpasster Erwerb
+
+
+ Auslöser-ID
+
+
+ Kontinuierliches Lesen
+
+
+ Größe der Ergebnisdaten
+
+
+ Größe der Nutzdaten
+
+
+ Hardware-ID des 'AcquisitionControl'-Submoduls
+
+
+ Hardware-ID des Submoduls "AcquisitionStatus".
+
+
+ Hardware-ID des 'ResultsControl'-Submoduls
+
+
+ Hardware-ID des Submoduls "ResultsStatus".
+
+
+ Hardware-ID des 'SoftEventControl'-Submoduls
+
+
+ Hardware-ID des Submoduls "UserData".
+
+
+ Hardware-ID des Submoduls "ResultData".
+
+
+ Id
+
+
+ Code
+
+
+ Erweitert
+
+
+ Länge
+
+
+ Ergebnispufferung aktivieren
+
+
+ Ergebnisse bestätigen
+
+
+ Dekodierung
+
+
+ Dekodierung abgeschlossen
+
+
+ Überlauf des Ergebnispuffers
+
+
+ Ergebnisse verfügbar
+
+
+ Fehler entdeckt
+
+
+ Zugnummer
+
+
+ Zugübereinstimmungszeichenfolge
+
+
+ Fokus Zug
+
+
+ Helligkeit des Zuges
+
+
+ Untrain
+
+
+ DMCC ausführen
+
+
+ Zugcode quittieren
+
+
+ Zugübereinstimmungszeichenfolge quittieren
+
+
+ Zugfokus anerkennen
+
+
+ Helligkeit des Zuges anerkennen
+
+
+ Nicht ausbilden anerkennen
+
+
+ DMCC-Bestätigung ausführen
+
+
+ Bestätigen Sie die Übereinstimmungszeichenfolge
+
+
+ Option
+
+
+ Freilegung abgeschlossen
+
+
+ Offline setzen
+
+
+ Exposition abgeschlossen
+
+
+ Offline-Grund 0
+
+
+ Offline Grund 1
+
+
+ Offline Grund 2
+
+
+ Online
+
+
+ Erfassungs-ID
+
+
+ Befehl
+
+
+ Aktuelle Job-ID
+
+
+ Maximale Auftragsnummer
+
+
+ Hardware-ID 'AcquisitionControl'-Submodul
+
+
+ Hardware ID 'AcquisitionStatus' Submodul
+
+
+ Hardware-ID 'InspectionControl'-Submodul
+
+
+ Hardware-ID "InspectionStatus"-Submodul
+
+
+ Hardware-ID 'CommandControl'-Submodul
+
+
+ Hardware-ID 'SoftEventControl'-Submodul
+
+
+ Hardware-ID 'UserDataSlot7' Submodul
+
+
+ Hardware-ID 'UserDataSlot8' Submodul
+
+
+ Hardware-ID 'UserDataSlot9' Submodul
+
+
+ Hardware-ID 'UserDataSlot10' Submodul
+
+
+ Hardware-ID "ErgebnisDatenSlot11" Submodul
+
+
+ Hardware-ID 'ErgebnisDatenSlot12' Submodul
+
+
+ Hardware-ID "ErgebnisDatenSlot13" Submodul
+
+
+ Hardware-ID "ErgebnisDatenSlot14" Submodul
+
+
+ Bestätigen Sie die Inspektionsergebnisse
+
+
+ Erweiterter Benutzerdatensatz
+
+
+ Befehl ausführen
+
+
+ Fehler löschen
+
+
+ System besetzt
+
+
+ Inspektion abgeschlossen
+
+
+ Ergebnisse gültig
+
+
+ Befehl wird ausgeführt
+
+
+ Befehl abgeschlossen
+
+
+ Befehl fehlgeschlagen
+
+
+ Bestätigung des erweiterten Benutzerdatensatzes
+
+
+ Gesamtauftrag bestanden nicht bestanden
+
+
+ Testlauf bereit
+
+
+ Fehler
+
+
+ Fehlercode
+
+
+ Inspektions-ID
+
+
+ Ergebnis-Code
+
+
+ Soft-Event auslösen
+
+
+ Soft-Event-Quittung auslösen
+
+
+ Name der aktuellen Stelle
+
+
+ Aktuelle Auftragsnummer
+
+
+ Hardware-ID des 'InspectionControl'-Submoduls
+
+
+ Hardware-ID des Submoduls "InspectionStatus".
+
+
+ Hardware-ID des 'CommandControl'-Submoduls
+
\ No newline at end of file
diff --git a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.resx b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.resx
index bb256f3a8..d1cdab19d 100644
--- a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.resx
+++ b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.resx
@@ -78,6 +78,78 @@
SendDataTask timeout.
src\AxoVisionPro\AxoVisionPro.st,2231
+
+ Result data
+ src\AxoVisionPro\AxoVisionPro.st,14
+
+
+ User data
+ src\AxoVisionPro\AxoVisionPro.st,19
+
+
+ Progress
+ src\AxoVisionPro\AxoVisionPro.st,23
+
+
+ Restore
+ src\AxoVisionPro\AxoVisionPro.st,31
+
+
+ Hard reset all cameras
+ src\AxoVisionPro\AxoVisionPro.st,35
+
+
+ Reset
+ src\AxoVisionPro\AxoVisionPro.st,39
+
+
+ Trigger
+ src\AxoVisionPro\AxoVisionPro.st,43
+
+
+ ReadResults
+ src\AxoVisionPro\AxoVisionPro.st,47
+
+
+ ReadResults job ID (service mode)
+ src\AxoVisionPro\AxoVisionPro.st,50
+
+
+ ReadResults length (service mode)
+ src\AxoVisionPro\AxoVisionPro.st,53
+
+
+ SendData
+ src\AxoVisionPro\AxoVisionPro.st,57
+
+
+ SendData inspection type (service mode)
+ src\AxoVisionPro\AxoVisionPro.st,60
+
+
+ SendData BufferID (service mode)
+ src\AxoVisionPro\AxoVisionPro.st,63
+
+
+ SendResults job ID (service mode)
+ src\AxoVisionPro\AxoVisionPro.st,66
+
+
+ SendResults length (service mode)
+ src\AxoVisionPro\AxoVisionPro.st,69
+
+
+ Inputs
+ src\AxoVisionPro\AxoVisionPro.st,93
+
+
+ Outputs
+ src\AxoVisionPro\AxoVisionPro.st,99
+
+
+ Update diagnostics
+ src\AxoVisionPro\AxoVisionPro.st,107
+
ClearResultDataTask timeout.
src\AxoDataman\v_6_0_0\AxoDataman.st,681
@@ -86,6 +158,46 @@
ReadTask timeout.
src\AxoDataman\v_6_0_0\AxoDataman.st,871
+
+ Read
+ src\AxoDataman\v_6_0_0\AxoDataman.st,45
+
+
+ Inspection results
+ src\AxoDataman\v_6_0_0\AxoDataman.st,49
+
+
+ Clear result data
+ src\AxoDataman\v_6_0_0\AxoDataman.st,60
+
+
+ Results
+ src\AxoDataman\v_6_0_0\AxoDataman.st,81
+
+
+ Acquisition control
+ src\AxoDataman\v_6_0_0\AxoDataman.st,87
+
+
+ Acquisition status
+ src\AxoDataman\v_6_0_0\AxoDataman.st,94
+
+
+ Results control
+ src\AxoDataman\v_6_0_0\AxoDataman.st,101
+
+
+ Results status
+ src\AxoDataman\v_6_0_0\AxoDataman.st,108
+
+
+ Soft-event control
+ src\AxoDataman\v_6_0_0\AxoDataman.st,115
+
+
+ Soft-event status
+ src\AxoDataman\v_6_0_0\AxoDataman.st,122
+
ClearInspectionResultsTask timeout.
src\AxoInsight\v_24_0_0\AxoInsight.st,1211
@@ -106,4 +218,524 @@
SendUserDataTask timeout.
src\AxoInsight\v_24_0_0\AxoInsight.st,2015
+
+ Trigger
+ src\AxoInsight\v_24_0_0\AxoInsight.st,58
+
+
+ Clear inspection results
+ src\AxoInsight\v_24_0_0\AxoInsight.st,80
+
+
+ Required job name
+ src\AxoInsight\v_24_0_0\AxoInsight.st,85
+
+
+ Change job by name
+ src\AxoInsight\v_24_0_0\AxoInsight.st,88
+
+
+ Required job number
+ src\AxoInsight\v_24_0_0\AxoInsight.st,92
+
+
+ Change job by number
+ src\AxoInsight\v_24_0_0\AxoInsight.st,95
+
+
+ Required soft event number
+ src\AxoInsight\v_24_0_0\AxoInsight.st,101
+
+
+ Trigger soft event
+ src\AxoInsight\v_24_0_0\AxoInsight.st,104
+
+
+ User data to sent
+ src\AxoInsight\v_24_0_0\AxoInsight.st,110
+
+
+ User data length
+ src\AxoInsight\v_24_0_0\AxoInsight.st,115
+
+
+ Send user data
+ src\AxoInsight\v_24_0_0\AxoInsight.st,118
+
+
+ Inspection control
+ src\AxoInsight\v_24_0_0\AxoInsight.st,159
+
+
+ Inspection status
+ src\AxoInsight\v_24_0_0\AxoInsight.st,166
+
+
+ Command control
+ src\AxoInsight\v_24_0_0\AxoInsight.st,173
+
+
+ Command status
+ src\AxoInsight\v_24_0_0\AxoInsight.st,180
+
+
+ Hardware ID of the device
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,4
+
+
+ Hardware ID 'SystemControl' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,6
+
+
+ Hardware ID 'EngineControl_1' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,8
+
+
+ Hardware ID 'EngineControl_2' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,10
+
+
+ Hardware ID 'EngineControl_3' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,12
+
+
+ Hardware ID 'EngineControl_4' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,14
+
+
+ Hardware ID 'UserData_240B_1' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,16
+
+
+ Hardware ID 'UserData_240B_2' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,18
+
+
+ Hardware ID 'UserData_240B_3' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,20
+
+
+ Hardware ID 'UserData_240B_4' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,22
+
+
+ Hardware ID 'UserData_240B_5' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,24
+
+
+ Hardware ID 'UserData_64B_1' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,26
+
+
+ Hardware ID 'Results_240B_1' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,28
+
+
+ Hardware ID 'Results_240B_2' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,30
+
+
+ Hardware ID 'Results_240B_3' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,32
+
+
+ Hardware ID 'Results_240B_4' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,34
+
+
+ Hardware ID 'Results_240B_5' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,36
+
+
+ Hardware ID 'Results_64B_1' submodule
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionProHWIDs.st,38
+
+
+ Info time
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionPro_Config.st,5
+
+
+ Error time
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionPro_Config.st,7
+
+
+ Task timeout
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionPro_Config.st,9
+
+
+ Camera number
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionPro_Config.st,11
+
+
+ Hardware IDs
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionPro_Config.st,13
+
+
+ Status
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionPro_In.st,5
+
+
+ Control
+ src\AxoVisionPro\TypesStructuresAndEnums\AxoVisionPro_Out.st,5
+
+
+ Trigger enable
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_AcquisitionControl.st,5
+
+
+ Trigger ready
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_AcquisitionStatus.st,5
+
+
+ Trigger acknowledge
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_AcquisitionStatus.st,7
+
+
+ Acquiring
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_AcquisitionStatus.st,9
+
+
+ Missed acquisition
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_AcquisitionStatus.st,11
+
+
+ Trigger ID
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_AcquisitionStatus.st,13
+
+
+ Continous reading
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_Config.st,6
+
+
+ Result data size
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_Config.st,16
+
+
+ User data size
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_Config.st,18
+
+
+ Hardware ID of the 'AcquisitionControl' submodule
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_HWIDs.st,7
+
+
+ Hardware ID of the 'AcquisitionStatus' submodule
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_HWIDs.st,9
+
+
+ Hardware ID of the 'ResultsControl' submodule
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_HWIDs.st,11
+
+
+ Hardware ID of the 'ResultsStatus' submodule
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_HWIDs.st,13
+
+
+ Hardware ID of the 'SoftEventControl' submodule
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_HWIDs.st,15
+
+
+ Hardware ID of the 'UserData' submodule
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_HWIDs.st,17
+
+
+ Hardware ID of the 'ResultData' submodule
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_HWIDs.st,19
+
+
+ Id
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_Results.st,5
+
+
+ Code
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_Results.st,7
+
+
+ Extended
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_Results.st,9
+
+
+ Length
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_Results.st,11
+
+
+ Enable results buffering
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_ResultsControl.st,5
+
+
+ Results acknowledge
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_ResultsControl.st,7
+
+
+ Decoding
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_ResultsStatus.st,5
+
+
+ Decode complete
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_ResultsStatus.st,7
+
+
+ Results buffer overrun
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_ResultsStatus.st,9
+
+
+ Results available
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_ResultsStatus.st,11
+
+
+ Error detected
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_ResultsStatus.st,13
+
+
+ Train code
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventControl.st,5
+
+
+ Train match string
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventControl.st,7
+
+
+ Train focus
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventControl.st,9
+
+
+ Train brightness
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventControl.st,11
+
+
+ Untrain
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventControl.st,13
+
+
+ Execute DMCC
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventControl.st,15
+
+
+ Train code acknowledge
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventStatus.st,5
+
+
+ Train match string acknowledge
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventStatus.st,7
+
+
+ Train focus acknowledge
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventStatus.st,9
+
+
+ Train brightness acknowledge
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventStatus.st,11
+
+
+ Untrain acknowledge
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventStatus.st,13
+
+
+ Execute DMCC acknowledge
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventStatus.st,15
+
+
+ Set match string acknowledge
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_SoftEventStatus.st,19
+
+
+ Option
+ src\AxoDataman\v_6_0_0\TypeStructuresAndEnums\AxoDataman_User.st,5
+
+
+ Clear exposure complete
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_AcquisitionControl.st,10
+
+
+ Set offline
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_AcquisitionControl.st,12
+
+
+ Exposure complete
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_AcquisitionStatus.st,10
+
+
+ Offline reason 0
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_AcquisitionStatus.st,14
+
+
+ Offline reason 1
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_AcquisitionStatus.st,16
+
+
+ Offline reason 2
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_AcquisitionStatus.st,18
+
+
+ Online
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_AcquisitionStatus.st,20
+
+
+ Acquisition ID
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_AcquisitionStatus.st,22
+
+
+ Command
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_CommandControl.st,6
+
+
+ Current job ID
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_CommandStatus.st,6
+
+
+ Max job number
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_Config.st,14
+
+
+ Hardware ID 'AcquisitionControl' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,6
+
+
+ Hardware ID 'AcquisitionStatus' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,8
+
+
+ Hardware ID 'InspectionControl' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,10
+
+
+ Hardware ID 'InspectionStatus' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,12
+
+
+ Hardware ID 'CommandControl' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,14
+
+
+ Hardware ID 'SoftEventControl' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,16
+
+
+ Hardware ID 'UserDataSlot_7' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,18
+
+
+ Hardware ID 'UserDataSlot_8' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,20
+
+
+ Hardware ID 'UserDataSlot_9' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,22
+
+
+ Hardware ID 'UserDataSlot_10' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,24
+
+
+ Hardware ID 'ResultData_Slot_11' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,26
+
+
+ Hardware ID 'ResultData_Slot_12' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,28
+
+
+ Hardware ID 'ResultData_Slot_13' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,30
+
+
+ Hardware ID 'ResultData_Slot_14' submodule
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,32
+
+
+ Acknowledge inspection results
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionControl.st,8
+
+
+ Extended user data set
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionControl.st,10
+
+
+ Execute command
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionControl.st,12
+
+
+ Clear error
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionControl.st,14
+
+
+ System busy
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionStatus.st,6
+
+
+ Inspection completed
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionStatus.st,8
+
+
+ Results valid
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionStatus.st,12
+
+
+ Command executing
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionStatus.st,14
+
+
+ Command complete
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionStatus.st,16
+
+
+ Command failed
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionStatus.st,18
+
+
+ Extended user data set acknowledge
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionStatus.st,20
+
+
+ Overall job pass fail
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionStatus.st,22
+
+
+ Test run ready
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionStatus.st,24
+
+
+ Error
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionStatus.st,26
+
+
+ Error code
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_InspectionStatus.st,28
+
+
+ Inspection ID
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_Results.st,6
+
+
+ Result code
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_Results.st,8
+
+
+ Trigger soft-event
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_SoftEventControl.st,6
+
+
+ Trigger soft-event acknowledge
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_SoftEventStatus.st,6
+
+
+ Current job name
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_Status.st,7
+
+
+ Current job number
+ src\AxoInsight\v_24_0_0\TypeStructuresAndEnums\AxoInsight_Status.st,9
+
+
+ Hardware ID of the 'InspectionControl' submodule
+ src\AxoInsight\v_6_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,11
+
+
+ Hardware ID of the 'InspectionStatus' submodule
+ src\AxoInsight\v_6_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,13
+
+
+ Hardware ID of the 'CommandControl' submodule
+ src\AxoInsight\v_6_0_0\TypeStructuresAndEnums\AxoInsight_HWIDs.st,15
+
\ No newline at end of file
diff --git a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.sk-SK.resx b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.sk-SK.resx
index 808b40634..be263b772 100644
--- a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.sk-SK.resx
@@ -94,4 +94,478 @@
Časový limit SendUserDataTask.
+
+ Údaje o výsledku
+
+
+ Údaje používateľa
+
+
+ Pokrok
+
+
+ Obnovenie
+
+
+ Tvrdý reset všetkých fotoaparátov
+
+
+ Obnovenie
+
+
+ Spúšťač
+
+
+ ReadResults
+
+
+ ID úlohy ReadResults (režim služby)
+
+
+ Dĺžka ReadResults (servisný režim)
+
+
+ SendData
+
+
+ Typ kontroly SendData (režim služby)
+
+
+ SendData BufferID (režim služby)
+
+
+ ID úlohy SendResults (režim služby)
+
+
+ Dĺžka SendResults (režim služby)
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Prečítajte si
+
+
+ Výsledky kontroly
+
+
+ Vymazanie údajov o výsledkoch
+
+
+ Výsledky
+
+
+ Kontrola akvizície
+
+
+ Stav akvizície
+
+
+ Kontrola výsledkov
+
+
+ Stav výsledkov
+
+
+ Ovládanie mäkkých udalostí
+
+
+ Stav mäkkej udalosti
+
+
+ Spúšťač
+
+
+ Jasné výsledky kontroly
+
+
+ Požadovaný názov úlohy
+
+
+ Zmena úlohy podľa názvu
+
+
+ Požadované číslo úlohy
+
+
+ Zmena úlohy podľa čísla
+
+
+ Požadované číslo mäkkej udalosti
+
+
+ Spustenie mäkkej udalosti
+
+
+ Údaje používateľa, ktoré sa majú odoslať
+
+
+ Dĺžka používateľských údajov
+
+
+ Odoslanie údajov používateľa
+
+
+ Kontrola inšpekcie
+
+
+ Stav kontroly
+
+
+ Príkazové riadenie
+
+
+ Stav príkazu
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu 'SystemControl'
+
+
+ ID hardvéru podmodulu 'EngineControl1'
+
+
+ ID hardvéru podmodulu 'EngineControl2'
+
+
+ ID hardvéru podmodulu 'EngineControl3'
+
+
+ ID hardvéru podmodulu 'EngineControl4'
+
+
+ ID hardvéru 'UserData240B1' podmodul
+
+
+ ID hardvéru 'UserData240B2' podmodul
+
+
+ ID hardvéru 'UserData240B3' podmodul
+
+
+ ID hardvéru 'UserData240B4' podmodul
+
+
+ ID hardvéru 'UserData240B5' podmodul
+
+
+ ID hardvéru 'UserData64B1' podmodul
+
+
+ ID hardvéru 'Results240B1' podmodul
+
+
+ ID hardvéru 'Results240B2' podmodul
+
+
+ ID hardvéru 'Results240B3' podmodul
+
+
+ ID hardvéru 'Results240B4' podmodul
+
+
+ ID hardvéru 'Results240B5' podmodul
+
+
+ ID hardvéru 'Results64B1' podmodul
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Číslo kamery
+
+
+ Identifikátory hardvéru
+
+
+ Stav
+
+
+ Kontrola
+
+
+ Povolenie spúšťania
+
+
+ Pripravenosť spúšte
+
+
+ Potvrdenie spúšte
+
+
+ Získanie
+
+
+ Zmeškaná akvizícia
+
+
+ ID spúšťača
+
+
+ Kontinuálne čítanie
+
+
+ Veľkosť výsledných údajov
+
+
+ Veľkosť používateľských údajov
+
+
+ ID hardvéru podmodulu "AcquisitionControl
+
+
+ ID hardvéru podmodulu "AcquisitionStatus
+
+
+ ID hardvéru podmodulu "ResultsControl
+
+
+ ID hardvéru podmodulu "ResultsStatus
+
+
+ ID hardvéru podmodulu "SoftEventControl
+
+
+ ID hardvéru podmodulu "UserData
+
+
+ ID hardvéru podmodulu "ResultData
+
+
+ Id
+
+
+ Kód
+
+
+ Rozšírené
+
+
+ Dĺžka
+
+
+ Povolenie vyrovnávacej pamäte pre výsledky
+
+
+ Výsledky berú na vedomie
+
+
+ Dekódovanie
+
+
+ Dekódovanie dokončené
+
+
+ Prekročenie vyrovnávacej pamäte výsledkov
+
+
+ Dostupné výsledky
+
+
+ Zistená chyba
+
+
+ Kód vlaku
+
+
+ Reťazec vlakovej zápasy
+
+
+ Zameranie vlaku
+
+
+ Jas vlaku
+
+
+ Odcvičiť
+
+
+ Vykonanie DMCC
+
+
+ Potvrdenie kódu vlaku
+
+
+ Potvrdenie reťazca zápasu vlaku
+
+
+ Zameranie vlaku potvrdiť
+
+
+ Potvrdenie jasu vlaku
+
+
+ Odcvičiť potvrdiť
+
+
+ Vykonanie potvrdenia DMCC
+
+
+ Nastaviť potvrdenie reťazca zápasu
+
+
+ Možnosť
+
+
+ Jasná expozícia dokončená
+
+
+ Nastavenie offline
+
+
+ Expozícia dokončená
+
+
+ Dôvod offline 0
+
+
+ Dôvod offline 1
+
+
+ Dôvod offline 2
+
+
+ Online
+
+
+ ID akvizície
+
+
+ Príkaz
+
+
+ ID aktuálneho pracovného miesta
+
+
+ Maximálny počet úloh
+
+
+ ID hardvéru podmodulu 'AcquisitionControl'
+
+
+ Podmodul ID hardvéru 'AcquisitionStatus'
+
+
+ ID hardvéru podmodulu 'InspectionControl'
+
+
+ Podmodul ID hardvéru 'InspectionStatus'
+
+
+ ID hardvéru podmodulu 'CommandControl'
+
+
+ ID hardvéru podmodulu 'SoftEventControl'
+
+
+ ID hardvéru 'UserDataSlot7' podmodul
+
+
+ ID hardvéru 'UserDataSlot8' podmodul
+
+
+ ID hardvéru 'UserDataSlot9' podmodul
+
+
+ ID hardvéru 'UserDataSlot10' podmodul
+
+
+ ID hardvéru 'ResultDataSlot11' podmodul
+
+
+ ID hardvéru 'ResultDataSlot12' podmodul
+
+
+ ID hardvéru 'ResultDataSlot13' podmodul
+
+
+ ID hardvéru 'ResultDataSlot14' podmodul
+
+
+ Potvrdenie výsledkov kontroly
+
+
+ Rozšírený súbor údajov používateľa
+
+
+ Vykonanie príkazu
+
+
+ Vymazanie chyby
+
+
+ Systém je obsadený
+
+
+ Ukončená kontrola
+
+
+ Platné výsledky
+
+
+ Vykonávanie príkazu
+
+
+ Príkaz dokončený
+
+
+ Príkaz zlyhal
+
+
+ Potvrdenie rozšíreného súboru údajov používateľa
+
+
+ Celková práca prešla neúspechom
+
+
+ Testovacia prevádzka je pripravená
+
+
+ Chyba
+
+
+ Kód chyby
+
+
+ Identifikačné číslo inšpekcie
+
+
+ Výsledný kód
+
+
+ Spustenie mäkkej udalosti
+
+
+ Spustenie potvrdenia mäkkej udalosti
+
+
+ Názov aktuálneho pracovného miesta
+
+
+ Číslo aktuálneho pracovného miesta
+
+
+ ID hardvéru podmodulu "InspectionControl
+
+
+ ID hardvéru podmodulu "InspectionStatus
+
+
+ ID hardvéru podmodulu "CommandControl
+
\ No newline at end of file
diff --git a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.sk.resx b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.sk.resx
index 3743f727c..2eeeecae0 100644
--- a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.sk.resx
+++ b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/Resources/PlcStringResources.sk.resx
@@ -153,4 +153,478 @@
Časový limit SendUserDataTask.
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Spúšť
+
+
+ Spúšť pripravená
+
+
+ Rozšírené
+
+
+ Chyba
+
+
+ Údaje o výsledku
+
+
+ Údaje používateľa
+
+
+ Pokrok
+
+
+ Tvrdý reset všetkých fotoaparátov
+
+
+ Obnovenie
+
+
+ Spúšťač
+
+
+ ReadResults
+
+
+ ID úlohy ReadResults (režim služby)
+
+
+ Dĺžka ReadResults (servisný režim)
+
+
+ SendData
+
+
+ Typ kontroly SendData (režim služby)
+
+
+ SendData BufferID (režim služby)
+
+
+ ID úlohy SendResults (režim služby)
+
+
+ Dĺžka SendResults (režim služby)
+
+
+ Aktualizácia diagnostiky
+
+
+ Prečítajte si
+
+
+ Výsledky kontroly
+
+
+ Vymazanie údajov o výsledkoch
+
+
+ Výsledky
+
+
+ Kontrola akvizície
+
+
+ Stav akvizície
+
+
+ Kontrola výsledkov
+
+
+ Stav výsledkov
+
+
+ Ovládanie mäkkých udalostí
+
+
+ Stav mäkkej udalosti
+
+
+ Jasné výsledky kontroly
+
+
+ Požadovaný názov úlohy
+
+
+ Zmena úlohy podľa názvu
+
+
+ Požadované číslo úlohy
+
+
+ Zmena úlohy podľa čísla
+
+
+ Požadované číslo mäkkej udalosti
+
+
+ Spustenie mäkkej udalosti
+
+
+ Údaje používateľa, ktoré sa majú odoslať
+
+
+ Dĺžka používateľských údajov
+
+
+ Odoslanie údajov používateľa
+
+
+ Kontrola inšpekcie
+
+
+ Stav kontroly
+
+
+ Príkazové riadenie
+
+
+ Stav príkazu
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu 'SystemControl'
+
+
+ ID hardvéru podmodulu 'EngineControl1'
+
+
+ ID hardvéru podmodulu 'EngineControl2'
+
+
+ ID hardvéru podmodulu 'EngineControl3'
+
+
+ ID hardvéru podmodulu 'EngineControl4'
+
+
+ ID hardvéru 'UserData240B1' podmodul
+
+
+ ID hardvéru 'UserData240B2' podmodul
+
+
+ ID hardvéru 'UserData240B3' podmodul
+
+
+ ID hardvéru 'UserData240B4' podmodul
+
+
+ ID hardvéru 'UserData240B5' podmodul
+
+
+ ID hardvéru 'UserData64B1' podmodul
+
+
+ ID hardvéru 'Results240B1' podmodul
+
+
+ ID hardvéru 'Results240B2' podmodul
+
+
+ ID hardvéru 'Results240B3' podmodul
+
+
+ ID hardvéru 'Results240B4' podmodul
+
+
+ ID hardvéru 'Results240B5' podmodul
+
+
+ ID hardvéru 'Results64B1' podmodul
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Číslo kamery
+
+
+ Identifikátory hardvéru
+
+
+ Stav
+
+
+ Kontrola
+
+
+ Povolenie spúšťania
+
+
+ Potvrdenie spúšte
+
+
+ Získanie
+
+
+ Zmeškaná akvizícia
+
+
+ ID spúšťača
+
+
+ Kontinuálne čítanie
+
+
+ Veľkosť výsledných údajov
+
+
+ Veľkosť používateľských údajov
+
+
+ ID hardvéru podmodulu "AcquisitionControl
+
+
+ ID hardvéru podmodulu "AcquisitionStatus
+
+
+ ID hardvéru podmodulu "ResultsControl
+
+
+ ID hardvéru podmodulu "ResultsStatus
+
+
+ ID hardvéru podmodulu "SoftEventControl
+
+
+ ID hardvéru podmodulu "UserData
+
+
+ ID hardvéru podmodulu "ResultData
+
+
+ Id
+
+
+ Kód
+
+
+ Dĺžka
+
+
+ Povolenie vyrovnávacej pamäte pre výsledky
+
+
+ Výsledky berú na vedomie
+
+
+ Dekódovanie
+
+
+ Dekódovanie dokončené
+
+
+ Prekročenie vyrovnávacej pamäte výsledkov
+
+
+ Dostupné výsledky
+
+
+ Zistená chyba
+
+
+ Kód vlaku
+
+
+ Reťazec vlakovej zápasy
+
+
+ Zameranie vlaku
+
+
+ Jas vlaku
+
+
+ Odcvičiť
+
+
+ Vykonanie DMCC
+
+
+ Potvrdenie kódu vlaku
+
+
+ Potvrdenie reťazca zápasu vlaku
+
+
+ Zameranie vlaku potvrdiť
+
+
+ Potvrdenie jasu vlaku
+
+
+ Odcvičiť potvrdiť
+
+
+ Vykonanie potvrdenia DMCC
+
+
+ Nastaviť potvrdenie reťazca zápasu
+
+
+ Možnosť
+
+
+ Jasná expozícia dokončená
+
+
+ Nastavenie offline
+
+
+ Expozícia dokončená
+
+
+ Dôvod offline 0
+
+
+ Dôvod offline 1
+
+
+ Dôvod offline 2
+
+
+ Online
+
+
+ ID akvizície
+
+
+ Príkaz
+
+
+ ID aktuálneho pracovného miesta
+
+
+ Maximálny počet úloh
+
+
+ ID hardvéru podmodulu 'AcquisitionControl'
+
+
+ Podmodul ID hardvéru 'AcquisitionStatus'
+
+
+ ID hardvéru podmodulu 'InspectionControl'
+
+
+ Podmodul ID hardvéru 'InspectionStatus'
+
+
+ ID hardvéru podmodulu 'CommandControl'
+
+
+ ID hardvéru podmodulu 'SoftEventControl'
+
+
+ ID hardvéru 'UserDataSlot7' podmodul
+
+
+ ID hardvéru 'UserDataSlot8' podmodul
+
+
+ ID hardvéru 'UserDataSlot9' podmodul
+
+
+ ID hardvéru 'UserDataSlot10' podmodul
+
+
+ ID hardvéru 'ResultDataSlot11' podmodul
+
+
+ ID hardvéru 'ResultDataSlot12' podmodul
+
+
+ ID hardvéru 'ResultDataSlot13' podmodul
+
+
+ ID hardvéru 'ResultDataSlot14' podmodul
+
+
+ Potvrdenie výsledkov kontroly
+
+
+ Rozšírený súbor údajov používateľa
+
+
+ Vykonanie príkazu
+
+
+ Vymazanie chyby
+
+
+ Systém je obsadený
+
+
+ Ukončená kontrola
+
+
+ Platné výsledky
+
+
+ Vykonávanie príkazu
+
+
+ Príkaz dokončený
+
+
+ Príkaz zlyhal
+
+
+ Potvrdenie rozšíreného súboru údajov používateľa
+
+
+ Celková práca prešla neúspechom
+
+
+ Testovacia prevádzka je pripravená
+
+
+ Kód chyby
+
+
+ Identifikačné číslo inšpekcie
+
+
+ Výsledný kód
+
+
+ Spustenie mäkkej udalosti
+
+
+ Spustenie potvrdenia mäkkej udalosti
+
+
+ Názov aktuálneho pracovného miesta
+
+
+ Číslo aktuálneho pracovného miesta
+
+
+ ID hardvéru podmodulu "InspectionControl
+
+
+ ID hardvéru podmodulu "InspectionStatus
+
+
+ ID hardvéru podmodulu "CommandControl
+
\ No newline at end of file
diff --git a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.Designer.cs b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.Designer.cs
index cf87cbb71..131a1ec26 100644
--- a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.Designer.cs
+++ b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,293 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to _progress.
+ ///
+ public static string _UNDERSCORE_progress {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_progress", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Angle.
+ ///
+ public static string Angle {
+ get {
+ return ResourceManager.GetString("Angle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Angle trend.
+ ///
+ public static string Angle_trend {
+ get {
+ return ResourceManager.GetString("Angle_trend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Control.
+ ///
+ public static string Control {
+ get {
+ return ResourceManager.GetString("Control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cycle bit 4.
+ ///
+ public static string Cycle_bit__FOUR_ {
+ get {
+ return ResourceManager.GetString("Cycle_bit__FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cycle bit 1.
+ ///
+ public static string Cycle_bit__ONE_ {
+ get {
+ return ResourceManager.GetString("Cycle_bit__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cycle bit 2.
+ ///
+ public static string Cycle_bit__TWO_ {
+ get {
+ return ResourceManager.GetString("Cycle_bit__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Direction.
+ ///
+ public static string Direction {
+ get {
+ return ResourceManager.GetString("Direction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error acknowledge.
+ ///
+ public static string Error_acknowledge {
+ get {
+ return ResourceManager.GetString("Error_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed.
+ ///
+ public static string Failed {
+ get {
+ return ResourceManager.GetString("Failed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'Input_1_byte_1' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__ONE__UNDERSCORE_byte_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__ONE__UNDERSCORE_byte_UNDERSCORE_" +
+ "_ONE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'Input_1_byte_2' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__ONE__UNDERSCORE_byte_UNDERSCORE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__ONE__UNDERSCORE_byte_UNDERSCORE_" +
+ "_TWO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'Input_1_word_1' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__ONE__UNDERSCORE_word_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__ONE__UNDERSCORE_word_UNDERSCORE_" +
+ "_ONE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'Input_1_word_2' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__ONE__UNDERSCORE_word_UNDERSCORE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__ONE__UNDERSCORE_word_UNDERSCORE_" +
+ "_TWO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'Input_2_word_1' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__TWO__UNDERSCORE_word_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__TWO__UNDERSCORE_word_UNDERSCORE_" +
+ "_ONE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'Input_2_word_2' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__TWO__UNDERSCORE_word_UNDERSCORE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_Input_UNDERSCORE__TWO__UNDERSCORE_word_UNDERSCORE_" +
+ "_TWO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'Output_1_byte_1' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_Output_UNDERSCORE__ONE__UNDERSCORE_byte_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_Output_UNDERSCORE__ONE__UNDERSCORE_byte_UNDERSCORE" +
+ "__ONE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'Output_1_byte_2' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_Output_UNDERSCORE__ONE__UNDERSCORE_byte_UNDERSCORE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_Output_UNDERSCORE__ONE__UNDERSCORE_byte_UNDERSCORE" +
+ "__TWO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the device.
+ ///
+ public static string Hardware_ID_of_the_device {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the_device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In cycle.
+ ///
+ public static string In_cycle {
+ get {
+ return ResourceManager.GetString("In_cycle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NumberOfCyclesOk.
+ ///
+ public static string NumberOfCyclesOk {
+ get {
+ return ResourceManager.GetString("NumberOfCyclesOk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Passed.
+ ///
+ public static string Passed {
+ get {
+ return ResourceManager.GetString("Passed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program change timeout.
+ ///
+ public static string Program_change_timeout {
+ get {
+ return ResourceManager.GetString("Program_change_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Ready.
+ ///
+ public static string Ready {
+ get {
+ return ResourceManager.GetString("Ready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Required screwing program.
+ ///
+ public static string Required_screwing_program {
+ get {
+ return ResourceManager.GetString("Required_screwing_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset.
+ ///
+ public static string Reset {
+ get {
+ return ResourceManager.GetString("Reset", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ResetTask timeout..
///
@@ -69,6 +356,15 @@ public static string ResetTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Screwing cycle takes too long..
///
@@ -78,6 +374,114 @@ public static string Screwing_cycle_takes_too_long_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Screwing cycle timeout.
+ ///
+ public static string Screwing_cycle_timeout {
+ get {
+ return ResourceManager.GetString("Screwing_cycle_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Screwing program.
+ ///
+ public static string Screwing_program {
+ get {
+ return ResourceManager.GetString("Screwing_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Screwing program max.
+ ///
+ public static string Screwing_program_max {
+ get {
+ return ResourceManager.GetString("Screwing_program_max", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Screwing program min.
+ ///
+ public static string Screwing_program_min {
+ get {
+ return ResourceManager.GetString("Screwing_program_min", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set screwing program.
+ ///
+ public static string Set_screwing_program {
+ get {
+ return ResourceManager.GetString("Set_screwing_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Spindle validation.
+ ///
+ public static string Spindle_validation {
+ get {
+ return ResourceManager.GetString("Spindle_validation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start cycle.
+ ///
+ public static string Start_cycle {
+ get {
+ return ResourceManager.GetString("Start_cycle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start screwing.
+ ///
+ public static string Start_screwing {
+ get {
+ return ResourceManager.GetString("Start_screwing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Status.
+ ///
+ public static string Status {
+ get {
+ return ResourceManager.GetString("Status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque.
+ ///
+ public static string Torque {
+ get {
+ return ResourceManager.GetString("Torque", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque trend.
+ ///
+ public static string Torque_trend {
+ get {
+ return ResourceManager.GetString("Torque_trend", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Unable to change the screwing program..
///
@@ -86,5 +490,14 @@ public static string Unable_to_change_the_screwing_program_DOT_ {
return ResourceManager.GetString("Unable_to_change_the_screwing_program_DOT_", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.de.resx b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.de.resx
index 61fd15bff..92223701d 100644
--- a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.de.resx
+++ b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.de.resx
@@ -126,4 +126,139 @@
Der Verschraubungszyklus dauert zu lange.
+
+ Fortschritte
+
+
+ Programm schrauben
+
+
+ Bestanden
+
+
+ Gescheitert
+
+
+ Drehmoment
+
+
+ Tendenz des Drehmoments
+
+
+ Winkel
+
+
+ Tendenz der Winkel
+
+
+ Wiederherstellen
+
+
+ Zurücksetzen
+
+
+ Erforderliches Schraubprogramm
+
+
+ Verschraubungsprogramm einstellen
+
+
+ Beginn der Verschraubung
+
+
+ Eingaben
+
+
+ Ausgaben
+
+
+ Diagnose aktualisieren
+
+
+ Schraubprogramm min
+
+
+ Schraubprogramm max
+
+
+ Zeitüberschreitung beim Programmwechsel
+
+
+ Zeitüberschreitung des Schraubenzyklus
+
+
+ Info-Zeit
+
+
+ Fehlerzeit
+
+
+ Zeitüberschreitung der Aufgabe
+
+
+ Hardware-IDs
+
+
+ Zyklus Bit 1
+
+
+ Zyklus Bit 2
+
+
+ Zyklus Bit 4
+
+
+ Validierung der Spindel
+
+
+ Fehler quittieren
+
+
+ Zyklus starten
+
+
+ Richtung
+
+
+ Hardware-ID des Geräts
+
+
+ Hardware-ID des Submoduls "Input1byte1".
+
+
+ Hardware-ID des Submoduls 'Input1byte2'.
+
+
+ Hardware-ID des Submoduls 'Input2word1'.
+
+
+ Hardware-ID des Submoduls 'Input1word1'.
+
+
+ Hardware-ID des Submoduls 'Input2word2'.
+
+
+ Hardware-ID des Submoduls 'Input1word2'.
+
+
+ Hardware-ID des Submoduls 'Output1byte1'.
+
+
+ Hardware-ID des Submoduls 'Output1byte2'.
+
+
+ Status
+
+
+ Kontrolle
+
+
+ Bereit
+
+
+ Im Zyklus
+
+
+ NumberOfCyclesOk
+
\ No newline at end of file
diff --git a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.resx b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.resx
index 6b15678ca..a877a6110 100644
--- a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.resx
+++ b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.resx
@@ -70,4 +70,184 @@
Screwing cycle takes too long.
src\CVIC_II\AxoCVIC_II.st,939
+
+ _progress
+ src\CVIC_II\AxoCVIC_II.st,51
+
+
+ Screwing program
+ src\CVIC_II\AxoCVIC_II.st,54
+
+
+ Passed
+ src\CVIC_II\AxoCVIC_II.st,59
+
+
+ Failed
+ src\CVIC_II\AxoCVIC_II.st,63
+
+
+ Torque
+ src\CVIC_II\AxoCVIC_II.st,66
+
+
+ Torque trend
+ src\CVIC_II\AxoCVIC_II.st,70
+
+
+ Angle
+ src\CVIC_II\AxoCVIC_II.st,74
+
+
+ Angle trend
+ src\CVIC_II\AxoCVIC_II.st,78
+
+
+ Restore
+ src\CVIC_II\AxoCVIC_II.st,86
+
+
+ Reset
+ src\CVIC_II\AxoCVIC_II.st,90
+
+
+ Required screwing program
+ src\CVIC_II\AxoCVIC_II.st,95
+
+
+ Set screwing program
+ src\CVIC_II\AxoCVIC_II.st,98
+
+
+ Start screwing
+ src\CVIC_II\AxoCVIC_II.st,101
+
+
+ Inputs
+ src\CVIC_II\AxoCVIC_II.st,127
+
+
+ Outputs
+ src\CVIC_II\AxoCVIC_II.st,133
+
+
+ Update diagnostics
+ src\CVIC_II\AxoCVIC_II.st,142
+
+
+ Screwing program min
+ src\CVIC_II\AxoCVIC_II_Config.st,5
+
+
+ Screwing program max
+ src\CVIC_II\AxoCVIC_II_Config.st,8
+
+
+ Program change timeout
+ src\CVIC_II\AxoCVIC_II_Config.st,11
+
+
+ Screwing cycle timeout
+ src\CVIC_II\AxoCVIC_II_Config.st,14
+
+
+ Info time
+ src\CVIC_II\AxoCVIC_II_Config.st,17
+
+
+ Error time
+ src\CVIC_II\AxoCVIC_II_Config.st,19
+
+
+ Task timeout
+ src\CVIC_II\AxoCVIC_II_Config.st,21
+
+
+ Hardware IDs
+ src\CVIC_II\AxoCVIC_II_Config.st,23
+
+
+ Cycle bit 1
+ src\CVIC_II\AxoCVIC_II_Control.st,5
+
+
+ Cycle bit 2
+ src\CVIC_II\AxoCVIC_II_Control.st,8
+
+
+ Cycle bit 4
+ src\CVIC_II\AxoCVIC_II_Control.st,11
+
+
+ Spindle validation
+ src\CVIC_II\AxoCVIC_II_Control.st,14
+
+
+ Error acknowledge
+ src\CVIC_II\AxoCVIC_II_Control.st,17
+
+
+ Start cycle
+ src\CVIC_II\AxoCVIC_II_Control.st,20
+
+
+ Direction
+ src\CVIC_II\AxoCVIC_II_Control.st,23
+
+
+ Hardware ID of the device
+ src\CVIC_II\AxoCVIC_II_HWIDs.st,5
+
+
+ Hardware ID of the 'Input_1_byte_1' submodule
+ src\CVIC_II\AxoCVIC_II_HWIDs.st,7
+
+
+ Hardware ID of the 'Input_1_byte_2' submodule
+ src\CVIC_II\AxoCVIC_II_HWIDs.st,9
+
+
+ Hardware ID of the 'Input_2_word_1' submodule
+ src\CVIC_II\AxoCVIC_II_HWIDs.st,11
+
+
+ Hardware ID of the 'Input_1_word_1' submodule
+ src\CVIC_II\AxoCVIC_II_HWIDs.st,13
+
+
+ Hardware ID of the 'Input_2_word_2' submodule
+ src\CVIC_II\AxoCVIC_II_HWIDs.st,15
+
+
+ Hardware ID of the 'Input_1_word_2' submodule
+ src\CVIC_II\AxoCVIC_II_HWIDs.st,17
+
+
+ Hardware ID of the 'Output_1_byte_1' submodule
+ src\CVIC_II\AxoCVIC_II_HWIDs.st,19
+
+
+ Hardware ID of the 'Output_1_byte_2' submodule
+ src\CVIC_II\AxoCVIC_II_HWIDs.st,21
+
+
+ Status
+ src\CVIC_II\AxoCVIC_II_In.st,5
+
+
+ Control
+ src\CVIC_II\AxoCVIC_II_Out.st,5
+
+
+ Ready
+ src\CVIC_II\AxoCVIC_II_Status.st,14
+
+
+ In cycle
+ src\CVIC_II\AxoCVIC_II_Status.st,17
+
+
+ NumberOfCyclesOk
+ src\CVIC_II\AxoCVIC_II_Status.st,26
+
\ No newline at end of file
diff --git a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.sk-SK.resx b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.sk-SK.resx
index c4527ee6c..68b02f027 100644
--- a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.sk-SK.resx
@@ -67,4 +67,139 @@
Skrutkovací cyklus trvá príliš dlho.
+
+ pokrok
+
+
+ Skrutkovací program
+
+
+ Prešiel
+
+
+ Neúspešné
+
+
+ Krútiaci moment
+
+
+ Trend krútiaceho momentu
+
+
+ Uhol
+
+
+ Uhlový trend
+
+
+ Obnovenie
+
+
+ Obnovenie
+
+
+ Požadovaný skrutkovací program
+
+
+ Nastavenie skrutkovacieho programu
+
+
+ Začnite skrutkovať
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Skrutkovací program min
+
+
+ Skrutkovací program max
+
+
+ Časový limit zmeny programu
+
+
+ Časový limit skrutkovacieho cyklu
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Bit cyklu 1
+
+
+ Bit cyklu 2
+
+
+ Bit cyklu 4
+
+
+ Overenie vretena
+
+
+ Potvrdenie chyby
+
+
+ Začiatok cyklu
+
+
+ Smer
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "Input1byte1
+
+
+ ID hardvéru podmodulu "Input1byte2
+
+
+ ID hardvéru podmodulu "Input2word1
+
+
+ ID hardvéru podmodulu "Input1word1
+
+
+ ID hardvéru podmodulu "Input2word2
+
+
+ ID hardvéru podmodulu "Input1word2
+
+
+ ID hardvéru podmodulu "Output1byte1
+
+
+ ID hardvéru podmodulu "Output1byte2
+
+
+ Stav
+
+
+ Kontrola
+
+
+ Pripravené
+
+
+ V cykle
+
+
+ NumberOfCyclesOk
+
\ No newline at end of file
diff --git a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.sk.resx b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.sk.resx
index 1fa0c1828..8d9779870 100644
--- a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.sk.resx
+++ b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/Resources/PlcStringResources.sk.resx
@@ -126,4 +126,139 @@
Skrutkovací cyklus trvá príliš dlho.
+
+ Krútiaci moment
+
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Pripravený
+
+
+ pokrok
+
+
+ Skrutkovací program
+
+
+ Prešiel
+
+
+ Neúspešné
+
+
+ Trend krútiaceho momentu
+
+
+ Uhol
+
+
+ Uhlový trend
+
+
+ Obnovenie
+
+
+ Požadovaný skrutkovací program
+
+
+ Nastavenie skrutkovacieho programu
+
+
+ Začnite skrutkovať
+
+
+ Aktualizácia diagnostiky
+
+
+ Skrutkovací program min
+
+
+ Skrutkovací program max
+
+
+ Časový limit zmeny programu
+
+
+ Časový limit skrutkovacieho cyklu
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Bit cyklu 1
+
+
+ Bit cyklu 2
+
+
+ Bit cyklu 4
+
+
+ Overenie vretena
+
+
+ Potvrdenie chyby
+
+
+ Začiatok cyklu
+
+
+ Smer
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "Input1byte1
+
+
+ ID hardvéru podmodulu "Input1byte2
+
+
+ ID hardvéru podmodulu "Input2word1
+
+
+ ID hardvéru podmodulu "Input1word1
+
+
+ ID hardvéru podmodulu "Input2word2
+
+
+ ID hardvéru podmodulu "Input1word2
+
+
+ ID hardvéru podmodulu "Output1byte1
+
+
+ ID hardvéru podmodulu "Output1byte2
+
+
+ Stav
+
+
+ Kontrola
+
+
+ V cykle
+
+
+ NumberOfCyclesOk
+
\ No newline at end of file
diff --git a/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.Designer.cs b/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.Designer.cs
index 6bbb37d57..8d4b97bd0 100644
--- a/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.Designer.cs
+++ b/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,357 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Drive state.
+ ///
+ public static string Drive_state {
+ get {
+ return ResourceManager.GetString("Drive_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Halt aborted.
+ ///
+ public static string Halt_aborted {
+ get {
+ return ResourceManager.GetString("Halt_aborted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Halt active.
+ ///
+ public static string Halt_active {
+ get {
+ return ResourceManager.GetString("Halt_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Halt busy.
+ ///
+ public static string Halt_busy {
+ get {
+ return ResourceManager.GetString("Halt_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Halt decceleration.
+ ///
+ public static string Halt_decceleration {
+ get {
+ return ResourceManager.GetString("Halt_decceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Halt done.
+ ///
+ public static string Halt_done {
+ get {
+ return ResourceManager.GetString("Halt_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Halt error.
+ ///
+ public static string Halt_error {
+ get {
+ return ResourceManager.GetString("Halt_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Halt error ID.
+ ///
+ public static string Halt_error_ID {
+ get {
+ return ResourceManager.GetString("Halt_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Halt jerk.
+ ///
+ public static string Halt_jerk {
+ get {
+ return ResourceManager.GetString("Halt_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Halt task.
+ ///
+ public static string Halt_task {
+ get {
+ return ResourceManager.GetString("Halt_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Home aborted.
+ ///
+ public static string Home_aborted {
+ get {
+ return ResourceManager.GetString("Home_aborted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Home active.
+ ///
+ public static string Home_active {
+ get {
+ return ResourceManager.GetString("Home_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Home busy.
+ ///
+ public static string Home_busy {
+ get {
+ return ResourceManager.GetString("Home_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Home done.
+ ///
+ public static string Home_done {
+ get {
+ return ResourceManager.GetString("Home_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Home error.
+ ///
+ public static string Home_error {
+ get {
+ return ResourceManager.GetString("Home_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Home error ID.
+ ///
+ public static string Home_error_ID {
+ get {
+ return ResourceManager.GetString("Home_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Home status.
+ ///
+ public static string Home_status {
+ get {
+ return ResourceManager.GetString("Home_status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Home valid.
+ ///
+ public static string Home_valid {
+ get {
+ return ResourceManager.GetString("Home_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Homming acceleration.
+ ///
+ public static string Homming_acceleration {
+ get {
+ return ResourceManager.GetString("Homming_acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Homming decceleration.
+ ///
+ public static string Homming_decceleration {
+ get {
+ return ResourceManager.GetString("Homming_decceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Homming mode.
+ ///
+ public static string Homming_mode {
+ get {
+ return ResourceManager.GetString("Homming_mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Homming position.
+ ///
+ public static string Homming_position {
+ get {
+ return ResourceManager.GetString("Homming_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Homming task.
+ ///
+ public static string Homming_task {
+ get {
+ return ResourceManager.GetString("Homming_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Homming velocity.
+ ///
+ public static string Homming_velocity {
+ get {
+ return ResourceManager.GetString("Homming_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog aborted.
+ ///
+ public static string Jog_aborted {
+ get {
+ return ResourceManager.GetString("Jog_aborted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog acceleration.
+ ///
+ public static string Jog_acceleration {
+ get {
+ return ResourceManager.GetString("Jog_acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog active.
+ ///
+ public static string Jog_active {
+ get {
+ return ResourceManager.GetString("Jog_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog busy.
+ ///
+ public static string Jog_busy {
+ get {
+ return ResourceManager.GetString("Jog_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog deceleration.
+ ///
+ public static string Jog_deceleration {
+ get {
+ return ResourceManager.GetString("Jog_deceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog direction.
+ ///
+ public static string Jog_direction {
+ get {
+ return ResourceManager.GetString("Jog_direction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog done.
+ ///
+ public static string Jog_done {
+ get {
+ return ResourceManager.GetString("Jog_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog error.
+ ///
+ public static string Jog_error {
+ get {
+ return ResourceManager.GetString("Jog_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog error ID.
+ ///
+ public static string Jog_error_ID {
+ get {
+ return ResourceManager.GetString("Jog_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog jerk.
+ ///
+ public static string Jog_jerk {
+ get {
+ return ResourceManager.GetString("Jog_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog negative.
+ ///
+ public static string Jog_negative {
+ get {
+ return ResourceManager.GetString("Jog_negative", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog positive.
+ ///
+ public static string Jog_positive {
+ get {
+ return ResourceManager.GetString("Jog_positive", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Jog velocity.
+ ///
+ public static string Jog_velocity {
+ get {
+ return ResourceManager.GetString("Jog_velocity", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to MC_Halt has thrown an error: .
///
@@ -176,5 +527,2147 @@ public static string MC_UNDERSCORE_WriteRealParameter_has_thrown_an_error_COLON_
return ResourceManager.GetString("MC_UNDERSCORE_WriteRealParameter_has_thrown_an_error_COLON__", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Move absolute aborted.
+ ///
+ public static string Move_absolute_aborted {
+ get {
+ return ResourceManager.GetString("Move_absolute_aborted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute acceleration.
+ ///
+ public static string Move_absolute_acceleration {
+ get {
+ return ResourceManager.GetString("Move_absolute_acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute active.
+ ///
+ public static string Move_absolute_active {
+ get {
+ return ResourceManager.GetString("Move_absolute_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute busy.
+ ///
+ public static string Move_absolute_busy {
+ get {
+ return ResourceManager.GetString("Move_absolute_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute continous update.
+ ///
+ public static string Move_absolute_continous_update {
+ get {
+ return ResourceManager.GetString("Move_absolute_continous_update", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute decceleration.
+ ///
+ public static string Move_absolute_decceleration {
+ get {
+ return ResourceManager.GetString("Move_absolute_decceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute direction.
+ ///
+ public static string Move_absolute_direction {
+ get {
+ return ResourceManager.GetString("Move_absolute_direction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute done.
+ ///
+ public static string Move_absolute_done {
+ get {
+ return ResourceManager.GetString("Move_absolute_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute error.
+ ///
+ public static string Move_absolute_error {
+ get {
+ return ResourceManager.GetString("Move_absolute_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute error ID.
+ ///
+ public static string Move_absolute_error_ID {
+ get {
+ return ResourceManager.GetString("Move_absolute_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute jerk.
+ ///
+ public static string Move_absolute_jerk {
+ get {
+ return ResourceManager.GetString("Move_absolute_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute position.
+ ///
+ public static string Move_absolute_position {
+ get {
+ return ResourceManager.GetString("Move_absolute_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute task.
+ ///
+ public static string Move_absolute_task {
+ get {
+ return ResourceManager.GetString("Move_absolute_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move absolute velocity.
+ ///
+ public static string Move_absolute_velocity {
+ get {
+ return ResourceManager.GetString("Move_absolute_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive aborted.
+ ///
+ public static string Move_additive_aborted {
+ get {
+ return ResourceManager.GetString("Move_additive_aborted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive acceleration.
+ ///
+ public static string Move_additive_acceleration {
+ get {
+ return ResourceManager.GetString("Move_additive_acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive active.
+ ///
+ public static string Move_additive_active {
+ get {
+ return ResourceManager.GetString("Move_additive_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive busy.
+ ///
+ public static string Move_additive_busy {
+ get {
+ return ResourceManager.GetString("Move_additive_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive continuous update.
+ ///
+ public static string Move_additive_continuous_update {
+ get {
+ return ResourceManager.GetString("Move_additive_continuous_update", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive deceleration.
+ ///
+ public static string Move_additive_deceleration {
+ get {
+ return ResourceManager.GetString("Move_additive_deceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive distance.
+ ///
+ public static string Move_additive_distance {
+ get {
+ return ResourceManager.GetString("Move_additive_distance", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive done.
+ ///
+ public static string Move_additive_done {
+ get {
+ return ResourceManager.GetString("Move_additive_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive error.
+ ///
+ public static string Move_additive_error {
+ get {
+ return ResourceManager.GetString("Move_additive_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive error ID.
+ ///
+ public static string Move_additive_error_ID {
+ get {
+ return ResourceManager.GetString("Move_additive_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive jerk.
+ ///
+ public static string Move_additive_jerk {
+ get {
+ return ResourceManager.GetString("Move_additive_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive task.
+ ///
+ public static string Move_additive_task {
+ get {
+ return ResourceManager.GetString("Move_additive_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move additive velocity.
+ ///
+ public static string Move_additive_velocity {
+ get {
+ return ResourceManager.GetString("Move_additive_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative aborted.
+ ///
+ public static string Move_relative_aborted {
+ get {
+ return ResourceManager.GetString("Move_relative_aborted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative acceleration.
+ ///
+ public static string Move_relative_acceleration {
+ get {
+ return ResourceManager.GetString("Move_relative_acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative active.
+ ///
+ public static string Move_relative_active {
+ get {
+ return ResourceManager.GetString("Move_relative_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative busy.
+ ///
+ public static string Move_relative_busy {
+ get {
+ return ResourceManager.GetString("Move_relative_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative continuous update.
+ ///
+ public static string Move_relative_continuous_update {
+ get {
+ return ResourceManager.GetString("Move_relative_continuous_update", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative deceleration.
+ ///
+ public static string Move_relative_deceleration {
+ get {
+ return ResourceManager.GetString("Move_relative_deceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative distance.
+ ///
+ public static string Move_relative_distance {
+ get {
+ return ResourceManager.GetString("Move_relative_distance", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative done.
+ ///
+ public static string Move_relative_done {
+ get {
+ return ResourceManager.GetString("Move_relative_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative error.
+ ///
+ public static string Move_relative_error {
+ get {
+ return ResourceManager.GetString("Move_relative_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative error ID.
+ ///
+ public static string Move_relative_error_ID {
+ get {
+ return ResourceManager.GetString("Move_relative_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative jerk.
+ ///
+ public static string Move_relative_jerk {
+ get {
+ return ResourceManager.GetString("Move_relative_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative task.
+ ///
+ public static string Move_relative_task {
+ get {
+ return ResourceManager.GetString("Move_relative_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move relative velocity.
+ ///
+ public static string Move_relative_velocity {
+ get {
+ return ResourceManager.GetString("Move_relative_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity .
+ ///
+ public static string Move_velocity_ {
+ get {
+ return ResourceManager.GetString("Move_velocity_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity aborted.
+ ///
+ public static string Move_velocity_aborted {
+ get {
+ return ResourceManager.GetString("Move_velocity_aborted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity acceleration.
+ ///
+ public static string Move_velocity_acceleration {
+ get {
+ return ResourceManager.GetString("Move_velocity_acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity active.
+ ///
+ public static string Move_velocity_active {
+ get {
+ return ResourceManager.GetString("Move_velocity_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity busy.
+ ///
+ public static string Move_velocity_busy {
+ get {
+ return ResourceManager.GetString("Move_velocity_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity continuous update.
+ ///
+ public static string Move_velocity_continuous_update {
+ get {
+ return ResourceManager.GetString("Move_velocity_continuous_update", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity deceleration.
+ ///
+ public static string Move_velocity_deceleration {
+ get {
+ return ResourceManager.GetString("Move_velocity_deceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity error.
+ ///
+ public static string Move_velocity_error {
+ get {
+ return ResourceManager.GetString("Move_velocity_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity error ID.
+ ///
+ public static string Move_velocity_error_ID {
+ get {
+ return ResourceManager.GetString("Move_velocity_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity in velocity.
+ ///
+ public static string Move_velocity_in_velocity {
+ get {
+ return ResourceManager.GetString("Move_velocity_in_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity jerk.
+ ///
+ public static string Move_velocity_jerk {
+ get {
+ return ResourceManager.GetString("Move_velocity_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity task.
+ ///
+ public static string Move_velocity_task {
+ get {
+ return ResourceManager.GetString("Move_velocity_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move velocity velocity.
+ ///
+ public static string Move_velocity_velocity {
+ get {
+ return ResourceManager.GetString("Move_velocity_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Position.
+ ///
+ public static string Position {
+ get {
+ return ResourceManager.GetString("Position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Power error.
+ ///
+ public static string Power_error {
+ get {
+ return ResourceManager.GetString("Power_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Power error ID.
+ ///
+ public static string Power_error_ID {
+ get {
+ return ResourceManager.GetString("Power_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Power status.
+ ///
+ public static string Power_status {
+ get {
+ return ResourceManager.GetString("Power_status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Power task.
+ ///
+ public static string Power_task {
+ get {
+ return ResourceManager.GetString("Power_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Power valid.
+ ///
+ public static string Power_valid {
+ get {
+ return ResourceManager.GetString("Power_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual position busy.
+ ///
+ public static string Read_actual_position_busy {
+ get {
+ return ResourceManager.GetString("Read_actual_position_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual position error.
+ ///
+ public static string Read_actual_position_error {
+ get {
+ return ResourceManager.GetString("Read_actual_position_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual position error ID.
+ ///
+ public static string Read_actual_position_error_ID {
+ get {
+ return ResourceManager.GetString("Read_actual_position_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual position task.
+ ///
+ public static string Read_actual_position_task {
+ get {
+ return ResourceManager.GetString("Read_actual_position_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual position valid.
+ ///
+ public static string Read_actual_position_valid {
+ get {
+ return ResourceManager.GetString("Read_actual_position_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual position value.
+ ///
+ public static string Read_actual_position_value {
+ get {
+ return ResourceManager.GetString("Read_actual_position_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual torque busy.
+ ///
+ public static string Read_actual_torque_busy {
+ get {
+ return ResourceManager.GetString("Read_actual_torque_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual torque error.
+ ///
+ public static string Read_actual_torque_error {
+ get {
+ return ResourceManager.GetString("Read_actual_torque_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual torque error ID.
+ ///
+ public static string Read_actual_torque_error_ID {
+ get {
+ return ResourceManager.GetString("Read_actual_torque_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual torque task.
+ ///
+ public static string Read_actual_torque_task {
+ get {
+ return ResourceManager.GetString("Read_actual_torque_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual torque valid.
+ ///
+ public static string Read_actual_torque_valid {
+ get {
+ return ResourceManager.GetString("Read_actual_torque_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual torque value.
+ ///
+ public static string Read_actual_torque_value {
+ get {
+ return ResourceManager.GetString("Read_actual_torque_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual velocity busy.
+ ///
+ public static string Read_actual_velocity_busy {
+ get {
+ return ResourceManager.GetString("Read_actual_velocity_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual velocity error.
+ ///
+ public static string Read_actual_velocity_error {
+ get {
+ return ResourceManager.GetString("Read_actual_velocity_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual velocity error ID.
+ ///
+ public static string Read_actual_velocity_error_ID {
+ get {
+ return ResourceManager.GetString("Read_actual_velocity_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual velocity task.
+ ///
+ public static string Read_actual_velocity_task {
+ get {
+ return ResourceManager.GetString("Read_actual_velocity_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual velocity valid.
+ ///
+ public static string Read_actual_velocity_valid {
+ get {
+ return ResourceManager.GetString("Read_actual_velocity_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read actual velocity value.
+ ///
+ public static string Read_actual_velocity_value {
+ get {
+ return ResourceManager.GetString("Read_actual_velocity_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis error axis error ID.
+ ///
+ public static string Read_axis_error_axis_error_ID {
+ get {
+ return ResourceManager.GetString("Read_axis_error_axis_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis error busy.
+ ///
+ public static string Read_axis_error_busy {
+ get {
+ return ResourceManager.GetString("Read_axis_error_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis error error.
+ ///
+ public static string Read_axis_error_error {
+ get {
+ return ResourceManager.GetString("Read_axis_error_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis error error ID.
+ ///
+ public static string Read_axis_error_error_ID {
+ get {
+ return ResourceManager.GetString("Read_axis_error_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis error task.
+ ///
+ public static string Read_axis_error_task {
+ get {
+ return ResourceManager.GetString("Read_axis_error_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis error valid.
+ ///
+ public static string Read_axis_error_valid {
+ get {
+ return ResourceManager.GetString("Read_axis_error_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info busy.
+ ///
+ public static string Read_axis_info_busy {
+ get {
+ return ResourceManager.GetString("Read_axis_info_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info communication ready.
+ ///
+ public static string Read_axis_info_communication_ready {
+ get {
+ return ResourceManager.GetString("Read_axis_info_communication_ready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info error.
+ ///
+ public static string Read_axis_info_error {
+ get {
+ return ResourceManager.GetString("Read_axis_info_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info error ID.
+ ///
+ public static string Read_axis_info_error_ID {
+ get {
+ return ResourceManager.GetString("Read_axis_info_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info home absolute switch.
+ ///
+ public static string Read_axis_info_home_absolute_switch {
+ get {
+ return ResourceManager.GetString("Read_axis_info_home_absolute_switch", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info is homed.
+ ///
+ public static string Read_axis_info_is_homed {
+ get {
+ return ResourceManager.GetString("Read_axis_info_is_homed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info limit switch negative.
+ ///
+ public static string Read_axis_info_limit_switch_negative {
+ get {
+ return ResourceManager.GetString("Read_axis_info_limit_switch_negative", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info limit switch positive.
+ ///
+ public static string Read_axis_info_limit_switch_positive {
+ get {
+ return ResourceManager.GetString("Read_axis_info_limit_switch_positive", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info power on.
+ ///
+ public static string Read_axis_info_power_on {
+ get {
+ return ResourceManager.GetString("Read_axis_info_power_on", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info ready for power on.
+ ///
+ public static string Read_axis_info_ready_for_power_on {
+ get {
+ return ResourceManager.GetString("Read_axis_info_ready_for_power_on", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info simulation.
+ ///
+ public static string Read_axis_info_simulation {
+ get {
+ return ResourceManager.GetString("Read_axis_info_simulation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info task.
+ ///
+ public static string Read_axis_info_task {
+ get {
+ return ResourceManager.GetString("Read_axis_info_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info valid.
+ ///
+ public static string Read_axis_info_valid {
+ get {
+ return ResourceManager.GetString("Read_axis_info_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read axis info warning.
+ ///
+ public static string Read_axis_info_warning {
+ get {
+ return ResourceManager.GetString("Read_axis_info_warning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read bool parameter busy.
+ ///
+ public static string Read_bool_parameter_busy {
+ get {
+ return ResourceManager.GetString("Read_bool_parameter_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read bool parameter error.
+ ///
+ public static string Read_bool_parameter_error {
+ get {
+ return ResourceManager.GetString("Read_bool_parameter_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read bool parameter error ID.
+ ///
+ public static string Read_bool_parameter_error_ID {
+ get {
+ return ResourceManager.GetString("Read_bool_parameter_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read bool parameter number.
+ ///
+ public static string Read_bool_parameter_number {
+ get {
+ return ResourceManager.GetString("Read_bool_parameter_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read bool parameter task.
+ ///
+ public static string Read_bool_parameter_task {
+ get {
+ return ResourceManager.GetString("Read_bool_parameter_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read bool parameter valid.
+ ///
+ public static string Read_bool_parameter_valid {
+ get {
+ return ResourceManager.GetString("Read_bool_parameter_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read bool parameter value.
+ ///
+ public static string Read_bool_parameter_value {
+ get {
+ return ResourceManager.GetString("Read_bool_parameter_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital input busy.
+ ///
+ public static string Read_digital_input_busy {
+ get {
+ return ResourceManager.GetString("Read_digital_input_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital input error.
+ ///
+ public static string Read_digital_input_error {
+ get {
+ return ResourceManager.GetString("Read_digital_input_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital input error ID.
+ ///
+ public static string Read_digital_input_error_ID {
+ get {
+ return ResourceManager.GetString("Read_digital_input_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital input number.
+ ///
+ public static string Read_digital_input_number {
+ get {
+ return ResourceManager.GetString("Read_digital_input_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital input task.
+ ///
+ public static string Read_digital_input_task {
+ get {
+ return ResourceManager.GetString("Read_digital_input_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital input valid.
+ ///
+ public static string Read_digital_input_valid {
+ get {
+ return ResourceManager.GetString("Read_digital_input_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital input value.
+ ///
+ public static string Read_digital_input_value {
+ get {
+ return ResourceManager.GetString("Read_digital_input_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital output busy.
+ ///
+ public static string Read_digital_output_busy {
+ get {
+ return ResourceManager.GetString("Read_digital_output_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital output error.
+ ///
+ public static string Read_digital_output_error {
+ get {
+ return ResourceManager.GetString("Read_digital_output_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital output error ID.
+ ///
+ public static string Read_digital_output_error_ID {
+ get {
+ return ResourceManager.GetString("Read_digital_output_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital output number.
+ ///
+ public static string Read_digital_output_number {
+ get {
+ return ResourceManager.GetString("Read_digital_output_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital output task.
+ ///
+ public static string Read_digital_output_task {
+ get {
+ return ResourceManager.GetString("Read_digital_output_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital output valid.
+ ///
+ public static string Read_digital_output_valid {
+ get {
+ return ResourceManager.GetString("Read_digital_output_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read digital output value.
+ ///
+ public static string Read_digital_output_value {
+ get {
+ return ResourceManager.GetString("Read_digital_output_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read motion state accelerating.
+ ///
+ public static string Read_motion_state_accelerating {
+ get {
+ return ResourceManager.GetString("Read_motion_state_accelerating", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read motion state busy.
+ ///
+ public static string Read_motion_state_busy {
+ get {
+ return ResourceManager.GetString("Read_motion_state_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read motion state constant velocity.
+ ///
+ public static string Read_motion_state_constant_velocity {
+ get {
+ return ResourceManager.GetString("Read_motion_state_constant_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read motion state decelerating.
+ ///
+ public static string Read_motion_state_decelerating {
+ get {
+ return ResourceManager.GetString("Read_motion_state_decelerating", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read motion state direction negative.
+ ///
+ public static string Read_motion_state_direction_negative {
+ get {
+ return ResourceManager.GetString("Read_motion_state_direction_negative", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read motion state direction positive.
+ ///
+ public static string Read_motion_state_direction_positive {
+ get {
+ return ResourceManager.GetString("Read_motion_state_direction_positive", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read motion state error.
+ ///
+ public static string Read_motion_state_error {
+ get {
+ return ResourceManager.GetString("Read_motion_state_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read motion state error ID.
+ ///
+ public static string Read_motion_state_error_ID {
+ get {
+ return ResourceManager.GetString("Read_motion_state_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read motion state source.
+ ///
+ public static string Read_motion_state_source {
+ get {
+ return ResourceManager.GetString("Read_motion_state_source", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read motion state task.
+ ///
+ public static string Read_motion_state_task {
+ get {
+ return ResourceManager.GetString("Read_motion_state_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read motion state valid.
+ ///
+ public static string Read_motion_state_valid {
+ get {
+ return ResourceManager.GetString("Read_motion_state_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read parameter busy.
+ ///
+ public static string Read_parameter_busy {
+ get {
+ return ResourceManager.GetString("Read_parameter_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read parameter error.
+ ///
+ public static string Read_parameter_error {
+ get {
+ return ResourceManager.GetString("Read_parameter_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read parameter error ID.
+ ///
+ public static string Read_parameter_error_ID {
+ get {
+ return ResourceManager.GetString("Read_parameter_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read parameter number.
+ ///
+ public static string Read_parameter_number {
+ get {
+ return ResourceManager.GetString("Read_parameter_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read parameter task.
+ ///
+ public static string Read_parameter_task {
+ get {
+ return ResourceManager.GetString("Read_parameter_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read parameter valid.
+ ///
+ public static string Read_parameter_valid {
+ get {
+ return ResourceManager.GetString("Read_parameter_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read parameter value.
+ ///
+ public static string Read_parameter_value {
+ get {
+ return ResourceManager.GetString("Read_parameter_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read real parameter busy.
+ ///
+ public static string Read_real_parameter_busy {
+ get {
+ return ResourceManager.GetString("Read_real_parameter_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read real parameter error.
+ ///
+ public static string Read_real_parameter_error {
+ get {
+ return ResourceManager.GetString("Read_real_parameter_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read real parameter error ID.
+ ///
+ public static string Read_real_parameter_error_ID {
+ get {
+ return ResourceManager.GetString("Read_real_parameter_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read real parameter number.
+ ///
+ public static string Read_real_parameter_number {
+ get {
+ return ResourceManager.GetString("Read_real_parameter_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read real parameter task.
+ ///
+ public static string Read_real_parameter_task {
+ get {
+ return ResourceManager.GetString("Read_real_parameter_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read real parameter valid.
+ ///
+ public static string Read_real_parameter_valid {
+ get {
+ return ResourceManager.GetString("Read_real_parameter_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read real parameter value.
+ ///
+ public static string Read_real_parameter_value {
+ get {
+ return ResourceManager.GetString("Read_real_parameter_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status busy.
+ ///
+ public static string Read_status_busy {
+ get {
+ return ResourceManager.GetString("Read_status_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status continuous motion.
+ ///
+ public static string Read_status_continuous_motion {
+ get {
+ return ResourceManager.GetString("Read_status_continuous_motion", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status disabled.
+ ///
+ public static string Read_status_disabled {
+ get {
+ return ResourceManager.GetString("Read_status_disabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status discrete motion.
+ ///
+ public static string Read_status_discrete_motion {
+ get {
+ return ResourceManager.GetString("Read_status_discrete_motion", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status error.
+ ///
+ public static string Read_status_error {
+ get {
+ return ResourceManager.GetString("Read_status_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status error ID.
+ ///
+ public static string Read_status_error_ID {
+ get {
+ return ResourceManager.GetString("Read_status_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status error stop.
+ ///
+ public static string Read_status_error_stop {
+ get {
+ return ResourceManager.GetString("Read_status_error_stop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status homming.
+ ///
+ public static string Read_status_homming {
+ get {
+ return ResourceManager.GetString("Read_status_homming", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status standstill.
+ ///
+ public static string Read_status_standstill {
+ get {
+ return ResourceManager.GetString("Read_status_standstill", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status stopping.
+ ///
+ public static string Read_status_stopping {
+ get {
+ return ResourceManager.GetString("Read_status_stopping", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status synchronized motion.
+ ///
+ public static string Read_status_synchronized_motion {
+ get {
+ return ResourceManager.GetString("Read_status_synchronized_motion", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status task.
+ ///
+ public static string Read_status_task {
+ get {
+ return ResourceManager.GetString("Read_status_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read status valid.
+ ///
+ public static string Read_status_valid {
+ get {
+ return ResourceManager.GetString("Read_status_valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset busy.
+ ///
+ public static string Reset_busy {
+ get {
+ return ResourceManager.GetString("Reset_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset done.
+ ///
+ public static string Reset_done {
+ get {
+ return ResourceManager.GetString("Reset_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset error.
+ ///
+ public static string Reset_error {
+ get {
+ return ResourceManager.GetString("Reset_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset error ID.
+ ///
+ public static string Reset_error_ID {
+ get {
+ return ResourceManager.GetString("Reset_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset task.
+ ///
+ public static string Reset_task {
+ get {
+ return ResourceManager.GetString("Reset_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set override acceleration factor.
+ ///
+ public static string Set_override_acceleration_factor {
+ get {
+ return ResourceManager.GetString("Set_override_acceleration_factor", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set override busy.
+ ///
+ public static string Set_override_busy {
+ get {
+ return ResourceManager.GetString("Set_override_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set override enabled.
+ ///
+ public static string Set_override_enabled {
+ get {
+ return ResourceManager.GetString("Set_override_enabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set override error.
+ ///
+ public static string Set_override_error {
+ get {
+ return ResourceManager.GetString("Set_override_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set override error ID.
+ ///
+ public static string Set_override_error_ID {
+ get {
+ return ResourceManager.GetString("Set_override_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set override jerk factor.
+ ///
+ public static string Set_override_jerk_factor {
+ get {
+ return ResourceManager.GetString("Set_override_jerk_factor", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set override task.
+ ///
+ public static string Set_override_task {
+ get {
+ return ResourceManager.GetString("Set_override_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set override velocity factor.
+ ///
+ public static string Set_override_velocity_factor {
+ get {
+ return ResourceManager.GetString("Set_override_velocity_factor", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set position busy.
+ ///
+ public static string Set_position_busy {
+ get {
+ return ResourceManager.GetString("Set_position_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set position done.
+ ///
+ public static string Set_position_done {
+ get {
+ return ResourceManager.GetString("Set_position_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set position error.
+ ///
+ public static string Set_position_error {
+ get {
+ return ResourceManager.GetString("Set_position_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set position error ID.
+ ///
+ public static string Set_position_error_ID {
+ get {
+ return ResourceManager.GetString("Set_position_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set position execution mode.
+ ///
+ public static string Set_position_execution_mode {
+ get {
+ return ResourceManager.GetString("Set_position_execution_mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set position position.
+ ///
+ public static string Set_position_position {
+ get {
+ return ResourceManager.GetString("Set_position_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set position relative.
+ ///
+ public static string Set_position_relative {
+ get {
+ return ResourceManager.GetString("Set_position_relative", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set position task.
+ ///
+ public static string Set_position_task {
+ get {
+ return ResourceManager.GetString("Set_position_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop aborted.
+ ///
+ public static string Stop_aborted {
+ get {
+ return ResourceManager.GetString("Stop_aborted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop active.
+ ///
+ public static string Stop_active {
+ get {
+ return ResourceManager.GetString("Stop_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop busy.
+ ///
+ public static string Stop_busy {
+ get {
+ return ResourceManager.GetString("Stop_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop decceleration.
+ ///
+ public static string Stop_decceleration {
+ get {
+ return ResourceManager.GetString("Stop_decceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop done.
+ ///
+ public static string Stop_done {
+ get {
+ return ResourceManager.GetString("Stop_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop error.
+ ///
+ public static string Stop_error {
+ get {
+ return ResourceManager.GetString("Stop_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop error ID.
+ ///
+ public static string Stop_error_ID {
+ get {
+ return ResourceManager.GetString("Stop_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop jerk.
+ ///
+ public static string Stop_jerk {
+ get {
+ return ResourceManager.GetString("Stop_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop task.
+ ///
+ public static string Stop_task {
+ get {
+ return ResourceManager.GetString("Stop_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque.
+ ///
+ public static string Torque {
+ get {
+ return ResourceManager.GetString("Torque", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control aborted.
+ ///
+ public static string Torque_control_aborted {
+ get {
+ return ResourceManager.GetString("Torque_control_aborted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control acceleration.
+ ///
+ public static string Torque_control_acceleration {
+ get {
+ return ResourceManager.GetString("Torque_control_acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control active.
+ ///
+ public static string Torque_control_active {
+ get {
+ return ResourceManager.GetString("Torque_control_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control busy.
+ ///
+ public static string Torque_control_busy {
+ get {
+ return ResourceManager.GetString("Torque_control_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control continuous update.
+ ///
+ public static string Torque_control_continuous_update {
+ get {
+ return ResourceManager.GetString("Torque_control_continuous_update", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control deceleration.
+ ///
+ public static string Torque_control_deceleration {
+ get {
+ return ResourceManager.GetString("Torque_control_deceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control direction.
+ ///
+ public static string Torque_control_direction {
+ get {
+ return ResourceManager.GetString("Torque_control_direction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control error.
+ ///
+ public static string Torque_control_error {
+ get {
+ return ResourceManager.GetString("Torque_control_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control error ID.
+ ///
+ public static string Torque_control_error_ID {
+ get {
+ return ResourceManager.GetString("Torque_control_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control in torque.
+ ///
+ public static string Torque_control_in_torque {
+ get {
+ return ResourceManager.GetString("Torque_control_in_torque", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control jerk.
+ ///
+ public static string Torque_control_jerk {
+ get {
+ return ResourceManager.GetString("Torque_control_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control position limit.
+ ///
+ public static string Torque_control_position_limit {
+ get {
+ return ResourceManager.GetString("Torque_control_position_limit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control task.
+ ///
+ public static string Torque_control_task {
+ get {
+ return ResourceManager.GetString("Torque_control_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control torque.
+ ///
+ public static string Torque_control_torque {
+ get {
+ return ResourceManager.GetString("Torque_control_torque", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control torque ramp.
+ ///
+ public static string Torque_control_torque_ramp {
+ get {
+ return ResourceManager.GetString("Torque_control_torque_ramp", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque control velocity.
+ ///
+ public static string Torque_control_velocity {
+ get {
+ return ResourceManager.GetString("Torque_control_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Velocity.
+ ///
+ public static string Velocity {
+ get {
+ return ResourceManager.GetString("Velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write bool parameter busy.
+ ///
+ public static string Write_bool_parameter_busy {
+ get {
+ return ResourceManager.GetString("Write_bool_parameter_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write bool parameter done.
+ ///
+ public static string Write_bool_parameter_done {
+ get {
+ return ResourceManager.GetString("Write_bool_parameter_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write bool parameter error.
+ ///
+ public static string Write_bool_parameter_error {
+ get {
+ return ResourceManager.GetString("Write_bool_parameter_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write bool parameter error ID.
+ ///
+ public static string Write_bool_parameter_error_ID {
+ get {
+ return ResourceManager.GetString("Write_bool_parameter_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write bool parameter execution mode.
+ ///
+ public static string Write_bool_parameter_execution_mode {
+ get {
+ return ResourceManager.GetString("Write_bool_parameter_execution_mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write bool parameter number.
+ ///
+ public static string Write_bool_parameter_number {
+ get {
+ return ResourceManager.GetString("Write_bool_parameter_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write bool parameter task.
+ ///
+ public static string Write_bool_parameter_task {
+ get {
+ return ResourceManager.GetString("Write_bool_parameter_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write bool parameter value.
+ ///
+ public static string Write_bool_parameter_value {
+ get {
+ return ResourceManager.GetString("Write_bool_parameter_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write digital output busy.
+ ///
+ public static string Write_digital_output_busy {
+ get {
+ return ResourceManager.GetString("Write_digital_output_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write digital output done.
+ ///
+ public static string Write_digital_output_done {
+ get {
+ return ResourceManager.GetString("Write_digital_output_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write digital output error.
+ ///
+ public static string Write_digital_output_error {
+ get {
+ return ResourceManager.GetString("Write_digital_output_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write digital output error ID.
+ ///
+ public static string Write_digital_output_error_ID {
+ get {
+ return ResourceManager.GetString("Write_digital_output_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write digital output execution mode.
+ ///
+ public static string Write_digital_output_execution_mode {
+ get {
+ return ResourceManager.GetString("Write_digital_output_execution_mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write digital output number.
+ ///
+ public static string Write_digital_output_number {
+ get {
+ return ResourceManager.GetString("Write_digital_output_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write digital output task.
+ ///
+ public static string Write_digital_output_task {
+ get {
+ return ResourceManager.GetString("Write_digital_output_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write digital output value.
+ ///
+ public static string Write_digital_output_value {
+ get {
+ return ResourceManager.GetString("Write_digital_output_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write parameter busy.
+ ///
+ public static string Write_parameter_busy {
+ get {
+ return ResourceManager.GetString("Write_parameter_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write parameter done.
+ ///
+ public static string Write_parameter_done {
+ get {
+ return ResourceManager.GetString("Write_parameter_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write parameter error.
+ ///
+ public static string Write_parameter_error {
+ get {
+ return ResourceManager.GetString("Write_parameter_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write parameter error ID.
+ ///
+ public static string Write_parameter_error_ID {
+ get {
+ return ResourceManager.GetString("Write_parameter_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write parameter execution mode.
+ ///
+ public static string Write_parameter_execution_mode {
+ get {
+ return ResourceManager.GetString("Write_parameter_execution_mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write parameter number.
+ ///
+ public static string Write_parameter_number {
+ get {
+ return ResourceManager.GetString("Write_parameter_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write parameter task.
+ ///
+ public static string Write_parameter_task {
+ get {
+ return ResourceManager.GetString("Write_parameter_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write parameter value.
+ ///
+ public static string Write_parameter_value {
+ get {
+ return ResourceManager.GetString("Write_parameter_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write real parameter busy.
+ ///
+ public static string Write_real_parameter_busy {
+ get {
+ return ResourceManager.GetString("Write_real_parameter_busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write real parameter done.
+ ///
+ public static string Write_real_parameter_done {
+ get {
+ return ResourceManager.GetString("Write_real_parameter_done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write real parameter error.
+ ///
+ public static string Write_real_parameter_error {
+ get {
+ return ResourceManager.GetString("Write_real_parameter_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write real parameter error ID.
+ ///
+ public static string Write_real_parameter_error_ID {
+ get {
+ return ResourceManager.GetString("Write_real_parameter_error_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write real parameter execution mode.
+ ///
+ public static string Write_real_parameter_execution_mode {
+ get {
+ return ResourceManager.GetString("Write_real_parameter_execution_mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write real parameter number.
+ ///
+ public static string Write_real_parameter_number {
+ get {
+ return ResourceManager.GetString("Write_real_parameter_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write real parameter task.
+ ///
+ public static string Write_real_parameter_task {
+ get {
+ return ResourceManager.GetString("Write_real_parameter_task", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write real parameter value.
+ ///
+ public static string Write_real_parameter_value {
+ get {
+ return ResourceManager.GetString("Write_real_parameter_value", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.de.resx b/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.de.resx
index 8dc56f318..4962cd5e9 100644
--- a/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.de.resx
+++ b/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.de.resx
@@ -156,4 +156,835 @@
MCReset hat einen Fehler ausgelöst:
+
+ Zustand des Laufwerks
+
+
+ Position
+
+
+ Geschwindigkeit
+
+
+ Drehmoment
+
+
+ Wiederherstellen
+
+
+ Leistungsaufgabe
+
+
+ Status der Stromversorgung
+
+
+ Leistung gültig
+
+
+ Fehler in der Stromversorgung
+
+
+ Leistungsfehler-ID
+
+
+ Aufgabe anhalten
+
+
+ Verlangsamung stoppen
+
+
+ Ruck stoppen
+
+
+ Stopp erledigt
+
+
+ Stop beschäftigt
+
+
+ Stopp aktiv
+
+
+ Abgebrochener Stopp
+
+
+ Fehler stoppen
+
+
+ Fehler-ID anhalten
+
+
+ Aufgabe anhalten
+
+
+ Abbremsung anhalten
+
+
+ Halt Ruck
+
+
+ Halt gemacht
+
+
+ Halt besetzt
+
+
+ Halt aktiv
+
+
+ Halt abgebrochen
+
+
+ Halt-Fehler
+
+
+ Haltefehler-ID
+
+
+ Homming Aufgabe
+
+
+ Homming Position
+
+
+ Homming-Modus
+
+
+ Homming-Geschwindigkeit
+
+
+ Homming-Beschleunigung
+
+
+ Homming Entschleunigung
+
+
+ Status zu Hause
+
+
+ Startseite gültig
+
+
+ Fehler zu Hause
+
+
+ Fehler-ID zu Hause
+
+
+ Haus erledigt
+
+
+ Zuhause beschäftigt
+
+
+ Startseite aktiv
+
+
+ Abgebrochenes Haus
+
+
+ Absolute Aufgabe verschieben
+
+
+ Absolute kontinuierliche Aktualisierung verschieben
+
+
+ Absolute Position verschieben
+
+
+ Absolute Geschwindigkeit bewegen
+
+
+ Absolute Beschleunigung bewegen
+
+
+ Absolute Verlangsamung bewegen
+
+
+ Absolut ruckartig bewegen
+
+
+ Absolute Richtung verschieben
+
+
+ Umzug absolut erledigt
+
+
+ Absolut beschäftigt bewegen
+
+
+ Absolut aktiv verschieben
+
+
+ Bewegung absolut abgebrochen
+
+
+ Absoluter Fehler verschieben
+
+
+ Absolute Fehler-ID verschieben
+
+
+ Relative Aufgabe verschieben
+
+
+ Relative kontinuierliche Aktualisierung verschieben
+
+
+ Relative Entfernung bewegen
+
+
+ Relative Geschwindigkeit bewegen
+
+
+ Relative Beschleunigung bewegen
+
+
+ Relative Verlangsamung bewegen
+
+
+ Relativen Ruck bewegen
+
+
+ Relativbewegung erledigt
+
+
+ Relativ beschäftigt bewegen
+
+
+ Relativ aktiv verschieben
+
+
+ Relativbewegung abgebrochen
+
+
+ Relativer Fehler verschieben
+
+
+ Relative Fehler-ID verschieben
+
+
+ Additive Aufgabe verschieben
+
+
+ Additive kontinuierliche Aktualisierung verschieben
+
+
+ Additive Entfernung verschieben
+
+
+ Additive Geschwindigkeit bewegen
+
+
+ Additive Beschleunigung bewegen
+
+
+ Additive Verlangsamung bewegen
+
+
+ Additiven Ruck bewegen
+
+
+ Additiv verschieben erledigt
+
+
+ Verschieben von Zusatzstoffen beschäftigt
+
+
+ Additiv aktiv bewegen
+
+
+ Additiv verschieben abgebrochen
+
+
+ Additiver Fehler verschieben
+
+
+ Additive Fehler-ID verschieben
+
+
+ Geschwindigkeitsaufgabe verschieben
+
+
+ Kontinuierliche Aktualisierung der Bewegungsgeschwindigkeit
+
+
+ Geschwindigkeit bewegen Geschwindigkeit
+
+
+ Bewegung Geschwindigkeit Beschleunigung
+
+
+ Verlangsamung der Bewegungsgeschwindigkeit
+
+
+ Geschwindigkeitsruck bewegen
+
+
+ Geschwindigkeit bewegen
+
+
+ Geschwindigkeit in Geschwindigkeit verschieben
+
+
+ Bewegen Geschwindigkeit beschäftigt
+
+
+ Geschwindigkeit aktiv bewegen
+
+
+ Bewegungsgeschwindigkeit abgebrochen
+
+
+ Geschwindigkeitsfehler bewegen
+
+
+ Geschwindigkeitsfehler ID bewegen
+
+
+ Aufgabe der Drehmomentkontrolle
+
+
+ Kontinuierliche Aktualisierung der Drehmomentkontrolle
+
+
+ Drehmomentkontrolle Drehmoment
+
+
+ Drehmomentkontrolle Drehmomentrampe
+
+
+ Grenzwert für die Drehmomentregelung
+
+
+ Drehmomentregelung Geschwindigkeit
+
+
+ Drehmomentkontrolle Beschleunigung
+
+
+ Drehmomentkontrolle Verzögerung
+
+
+ Ruck bei der Drehmomentkontrolle
+
+
+ Richtung der Drehmomentsteuerung
+
+
+ Drehmomentkontrolle in Drehmoment
+
+
+ Drehmomentkontrolle besetzt
+
+
+ Drehmomentkontrolle aktiv
+
+
+ Drehmomentkontrolle abgebrochen
+
+
+ Fehler bei der Drehmomentregelung
+
+
+ Drehmomentregelung Fehler-ID
+
+
+ Aufgabe Position setzen
+
+
+ Position einstellen Position
+
+
+ Position relativ setzen
+
+
+ Positionsausführungsmodus einstellen
+
+
+ Position einstellen erledigt
+
+
+ Position besetzt einstellen
+
+
+ Positionsfehler einstellen
+
+
+ Positionsfehler-ID einstellen
+
+
+ Übergreifende Aufgabe einstellen
+
+
+ Geschwindigkeitsfaktor für Übersteuerung einstellen
+
+
+ Beschleunigungsfaktor für die Übersteuerung einstellen
+
+
+ Override-Ruckfaktor einstellen
+
+
+ Überschreibungsfunktion aktiviert
+
+
+ Übersteuerung besetzt einstellen
+
+
+ Übersteuerungsfehler einstellen
+
+
+ Übersteuerungsfehler-ID festlegen
+
+
+ Parameter lesen Aufgabe
+
+
+ Parameternummer lesen
+
+
+ Parameter lesen gültig
+
+
+ Parameter lesen besetzt
+
+
+ Fehler beim Lesen von Parametern
+
+
+ Parameter-Fehler-ID lesen
+
+
+ Parameterwert lesen
+
+
+ Echte Parameteraufgabe lesen
+
+
+ Reale Parameternummer lesen
+
+
+ Real-Parameter lesen gültig
+
+
+ Echte Parameter lesen besetzt
+
+
+ Fehler beim Lesen der realen Parameter
+
+
+ Fehler-ID des realen Parameters lesen
+
+
+ Realen Parameterwert lesen
+
+
+ Lesen von boolschen Parametern Aufgabe
+
+
+ Lesen bool Parameter Nummer
+
+
+ Lesen bool Parameter gültig
+
+
+ bool-Parameter busy lesen
+
+
+ Bool-Parameter-Fehler lesen
+
+
+ Lesen der boolschen Parameter-Fehler-ID
+
+
+ Parameterwert bool lesen
+
+
+ Parameter schreiben Aufgabe
+
+
+ Parameternummer schreiben
+
+
+ Parameterwert schreiben
+
+
+ Parameter schreiben Ausführungsmodus
+
+
+ Parameter schreiben erledigt
+
+
+ Schreibparameter belegt
+
+
+ Fehler beim Schreiben von Parametern
+
+
+ Schreibparameter-Fehler-ID
+
+
+ Echte Parameter schreiben Aufgabe
+
+
+ Reale Parameternummer schreiben
+
+
+ Realen Parameterwert schreiben
+
+
+ Ausführungsmodus "Write real parameter
+
+
+ Echte Parameter schreiben erledigt
+
+
+ Echte Parameter schreiben besetzt
+
+
+ Echte Parameterfehler schreiben
+
+
+ Schreiben der Fehler-ID des realen Parameters
+
+
+ Aufgabe bool-Parameter schreiben
+
+
+ bool-Parameternummer schreiben
+
+
+ boolschen Parameterwert schreiben
+
+
+ Ausführungsmodus des Parameters bool schreiben
+
+
+ boolschen Parameter schreiben done
+
+
+ bool-Parameter busy schreiben
+
+
+ Bool-Parameter-Fehler schreiben
+
+
+ Schreiben boolscher Parameter Fehler-ID
+
+
+ Aufgabe zum Lesen digitaler Eingänge
+
+
+ Nummer des digitalen Eingangs lesen
+
+
+ Digitalen Eingang lesen gültig
+
+
+ Lesen des belegten digitalen Eingangs
+
+
+ Fehler beim Lesen des digitalen Eingangs
+
+
+ Fehler-ID des digitalen Eingangs lesen
+
+
+ Digitalen Eingangswert lesen
+
+
+ Aufgabe zum Lesen des digitalen Ausgangs
+
+
+ Digitale Ausgangsnummer lesen
+
+
+ Digitalen Ausgang lesen gültig
+
+
+ Digitalen Ausgang lesen besetzt
+
+
+ Fehler beim Lesen des digitalen Ausgangs
+
+
+ Fehler-ID des digitalen Ausgangs lesen
+
+
+ Digitalen Ausgangswert lesen
+
+
+ Aufgabe zur digitalen Ausgabe schreiben
+
+
+ Digitale Ausgangsnummer schreiben
+
+
+ Digitalen Ausgangswert schreiben
+
+
+ Ausführungsmodus des Schreibens des digitalen Ausgangs
+
+
+ Schreiben des digitalen Ausgangs erledigt
+
+
+ Schreiben eines belegten digitalen Ausgangs
+
+
+ Fehler beim Schreiben des digitalen Ausgangs
+
+
+ Fehler-ID des digitalen Ausgangs schreiben
+
+
+ Ist-Position lesen Aufgabe
+
+
+ Ist-Position gültig lesen
+
+
+ Aktuelle Position lesen besetzt
+
+
+ Ist-Positionsfehler ablesen
+
+
+ Ist-Positionsfehler-ID lesen
+
+
+ Positions-Istwert lesen
+
+
+ Aktuelle Geschwindigkeitsaufgabe lesen
+
+
+ Ist-Geschwindigkeit gültig lesen
+
+
+ Aktuelle Geschwindigkeit lesen besetzt
+
+
+ Lesen Sie den aktuellen Geschwindigkeitsfehler
+
+
+ Lesen der aktuellen Geschwindigkeitsfehler-ID
+
+
+ Geschwindigkeits-Istwert lesen
+
+
+ Aktuelle Drehmomentaufgabe lesen
+
+
+ Lesen des aktuellen Drehmoments gültig
+
+
+ Aktuelles Drehmoment ablesen
+
+
+ Lesen des aktuellen Drehmomentfehlers
+
+
+ Lesen der aktuellen Drehmomentfehler-ID
+
+
+ Aktuellen Drehmomentwert ablesen
+
+
+ Statusaufgabe lesen
+
+
+ Lesestatus gültig
+
+
+ Lesestatus belegt
+
+
+ Fehler beim Lesen des Status
+
+
+ Statusfehler-ID lesen
+
+
+ Lesestatus Fehler Stopp
+
+
+ Lesestatus deaktiviert
+
+
+ Lesestatus Anhalten
+
+
+ Status lesen homming
+
+
+ Lesestatus Stillstand
+
+
+ Status lesen diskrete Bewegung
+
+
+ Status der kontinuierlichen Bewegung lesen
+
+
+ Status der synchronisierten Bewegung lesen
+
+
+ Aufgabe "Fahrzustand lesen
+
+
+ Quelle für den Bewegungszustand lesen
+
+
+ Bewegungszustand gültig lesen
+
+
+ Bewegungsstatus lesen besetzt
+
+
+ Fehler beim Lesen des Bewegungsstatus
+
+
+ Fehler-ID des Bewegungszustands lesen
+
+
+ Bewegungszustand konstante Geschwindigkeit lesen
+
+
+ Bewegungszustand lesen beschleunigt
+
+
+ Bewegungszustand abbremsend lesen
+
+
+ Bewegungszustand lesen Richtung positiv
+
+
+ Bewegungszustand lesen Richtung negativ
+
+
+ Achseninfo-Aufgabe lesen
+
+
+ Achseninfo gültig lesen
+
+
+ Achseninformationen lesen beschäftigt
+
+
+ Fehler beim Lesen von Achseninformationen
+
+
+ Achseninfo Fehler-ID lesen
+
+
+ Achsinfos lesen Home Absolutschalter
+
+
+ Achsinfos lesen Endschalter positiv
+
+
+ Achseninfo Endschalter negativ lesen
+
+
+ Achseninfosimulation lesen
+
+
+ Achseninfo lesen Kommunikation bereit
+
+
+ Achseninfo lesen, bereit zum Einschalten
+
+
+ Achseninfo lesen einschalten
+
+
+ Achseninfo lesen ist zu Hause
+
+
+ Achseninfo-Warnung lesen
+
+
+ Achsenfehler-Aufgabe lesen
+
+
+ Achsenfehler lesen gültig
+
+
+ Achsenfehler lesen besetzt
+
+
+ Achsenfehler lesen Fehler
+
+
+ Achsfehler lesen Fehler-ID
+
+
+ Achsfehler lesen Achsfehler-ID
+
+
+ Aufgabe zurücksetzen
+
+
+ Zurücksetzen erledigt
+
+
+ Besetzt zurücksetzen
+
+
+ Fehler zurücksetzen
+
+
+ Fehler-ID zurücksetzen
+
+
+ Joggen positiv
+
+
+ Joggen negativ
+
+
+ Jog-Geschwindigkeit
+
+
+ Jog-Beschleunigung
+
+
+ Verzögerung beim Joggen
+
+
+ Ruckeln
+
+
+ Jog-Richtung
+
+
+ Joggen aktiv
+
+
+ Joggen erledigt
+
+
+ Joggen beschäftigt
+
+
+ Tippfehler
+
+
+ Jog-Fehler-ID
+
+
+ Joggen abgebrochen
+
+
+ Info-Zeit
+
+
+ Fehlerzeit
+
+
+ Zeitüberschreitung der Aufgabe
+
\ No newline at end of file
diff --git a/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.resx b/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.resx
index 60fb627d4..465690b48 100644
--- a/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.resx
+++ b/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.resx
@@ -110,4 +110,1112 @@
MC_Reset has thrown an error:
src\AxoDrives\AxoDrive.st,1952
+
+ Drive state
+ src\AxoDrives\AxoDrive.st,14
+
+
+ Position
+ src\AxoDrives\AxoDrive.st,18
+
+
+ Velocity
+ src\AxoDrives\AxoDrive.st,22
+
+
+ Torque
+ src\AxoDrives\AxoDrive.st,26
+
+
+ Restore
+ src\AxoDrives\AxoDrive.st,33
+
+
+ Power task
+ src\AxoDrives\AxoDrive.st,39
+
+
+ Power status
+ src\AxoDrives\AxoDrive.st,42
+
+
+ Power valid
+ src\AxoDrives\AxoDrive.st,46
+
+
+ Power error
+ src\AxoDrives\AxoDrive.st,50
+
+
+ Power error ID
+ src\AxoDrives\AxoDrive.st,54
+
+
+ Stop task
+ src\AxoDrives\AxoDrive.st,61
+
+
+ Stop decceleration
+ src\AxoDrives\AxoDrive.st,64
+
+
+ Stop jerk
+ src\AxoDrives\AxoDrive.st,67
+
+
+ Stop done
+ src\AxoDrives\AxoDrive.st,70
+
+
+ Stop busy
+ src\AxoDrives\AxoDrive.st,74
+
+
+ Stop active
+ src\AxoDrives\AxoDrive.st,78
+
+
+ Stop aborted
+ src\AxoDrives\AxoDrive.st,82
+
+
+ Stop error
+ src\AxoDrives\AxoDrive.st,86
+
+
+ Stop error ID
+ src\AxoDrives\AxoDrive.st,90
+
+
+ Halt task
+ src\AxoDrives\AxoDrive.st,97
+
+
+ Halt decceleration
+ src\AxoDrives\AxoDrive.st,100
+
+
+ Halt jerk
+ src\AxoDrives\AxoDrive.st,103
+
+
+ Halt done
+ src\AxoDrives\AxoDrive.st,106
+
+
+ Halt busy
+ src\AxoDrives\AxoDrive.st,110
+
+
+ Halt active
+ src\AxoDrives\AxoDrive.st,114
+
+
+ Halt aborted
+ src\AxoDrives\AxoDrive.st,118
+
+
+ Halt error
+ src\AxoDrives\AxoDrive.st,122
+
+
+ Halt error ID
+ src\AxoDrives\AxoDrive.st,126
+
+
+ Homming task
+ src\AxoDrives\AxoDrive.st,133
+
+
+ Homming position
+ src\AxoDrives\AxoDrive.st,136
+
+
+ Homming mode
+ src\AxoDrives\AxoDrive.st,139
+
+
+ Homming velocity
+ src\AxoDrives\AxoDrive.st,142
+
+
+ Homming acceleration
+ src\AxoDrives\AxoDrive.st,145
+
+
+ Homming decceleration
+ src\AxoDrives\AxoDrive.st,148
+
+
+ Home status
+ src\AxoDrives\AxoDrive.st,151
+
+
+ Home valid
+ src\AxoDrives\AxoDrive.st,155
+
+
+ Home error
+ src\AxoDrives\AxoDrive.st,159
+
+
+ Home error ID
+ src\AxoDrives\AxoDrive.st,163
+
+
+ Home done
+ src\AxoDrives\AxoDrive.st,167
+
+
+ Home busy
+ src\AxoDrives\AxoDrive.st,171
+
+
+ Home active
+ src\AxoDrives\AxoDrive.st,175
+
+
+ Home aborted
+ src\AxoDrives\AxoDrive.st,179
+
+
+ Move absolute task
+ src\AxoDrives\AxoDrive.st,186
+
+
+ Move absolute continous update
+ src\AxoDrives\AxoDrive.st,189
+
+
+ Move absolute position
+ src\AxoDrives\AxoDrive.st,192
+
+
+ Move absolute velocity
+ src\AxoDrives\AxoDrive.st,195
+
+
+ Move absolute acceleration
+ src\AxoDrives\AxoDrive.st,198
+
+
+ Move absolute decceleration
+ src\AxoDrives\AxoDrive.st,201
+
+
+ Move absolute jerk
+ src\AxoDrives\AxoDrive.st,204
+
+
+ Move absolute direction
+ src\AxoDrives\AxoDrive.st,207
+
+
+ Move absolute done
+ src\AxoDrives\AxoDrive.st,210
+
+
+ Move absolute busy
+ src\AxoDrives\AxoDrive.st,214
+
+
+ Move absolute active
+ src\AxoDrives\AxoDrive.st,218
+
+
+ Move absolute aborted
+ src\AxoDrives\AxoDrive.st,222
+
+
+ Move absolute error
+ src\AxoDrives\AxoDrive.st,226
+
+
+ Move absolute error ID
+ src\AxoDrives\AxoDrive.st,230
+
+
+ Move relative task
+ src\AxoDrives\AxoDrive.st,237
+
+
+ Move relative continuous update
+ src\AxoDrives\AxoDrive.st,240
+
+
+ Move relative distance
+ src\AxoDrives\AxoDrive.st,243
+
+
+ Move relative velocity
+ src\AxoDrives\AxoDrive.st,246
+
+
+ Move relative acceleration
+ src\AxoDrives\AxoDrive.st,249
+
+
+ Move relative deceleration
+ src\AxoDrives\AxoDrive.st,252
+
+
+ Move relative jerk
+ src\AxoDrives\AxoDrive.st,255
+
+
+ Move relative done
+ src\AxoDrives\AxoDrive.st,258
+
+
+ Move relative busy
+ src\AxoDrives\AxoDrive.st,262
+
+
+ Move relative active
+ src\AxoDrives\AxoDrive.st,266
+
+
+ Move relative aborted
+ src\AxoDrives\AxoDrive.st,270
+
+
+ Move relative error
+ src\AxoDrives\AxoDrive.st,274
+
+
+ Move relative error ID
+ src\AxoDrives\AxoDrive.st,278
+
+
+ Move additive task
+ src\AxoDrives\AxoDrive.st,285
+
+
+ Move additive continuous update
+ src\AxoDrives\AxoDrive.st,288
+
+
+ Move additive distance
+ src\AxoDrives\AxoDrive.st,291
+
+
+ Move additive velocity
+ src\AxoDrives\AxoDrive.st,294
+
+
+ Move additive acceleration
+ src\AxoDrives\AxoDrive.st,297
+
+
+ Move additive deceleration
+ src\AxoDrives\AxoDrive.st,300
+
+
+ Move additive jerk
+ src\AxoDrives\AxoDrive.st,303
+
+
+ Move additive done
+ src\AxoDrives\AxoDrive.st,306
+
+
+ Move additive busy
+ src\AxoDrives\AxoDrive.st,310
+
+
+ Move additive active
+ src\AxoDrives\AxoDrive.st,314
+
+
+ Move additive aborted
+ src\AxoDrives\AxoDrive.st,318
+
+
+ Move additive error
+ src\AxoDrives\AxoDrive.st,322
+
+
+ Move additive error ID
+ src\AxoDrives\AxoDrive.st,326
+
+
+ Move velocity task
+ src\AxoDrives\AxoDrive.st,333
+
+
+ Move velocity continuous update
+ src\AxoDrives\AxoDrive.st,336
+
+
+ Move velocity velocity
+ src\AxoDrives\AxoDrive.st,339
+
+
+ Move velocity acceleration
+ src\AxoDrives\AxoDrive.st,342
+
+
+ Move velocity deceleration
+ src\AxoDrives\AxoDrive.st,345
+
+
+ Move velocity jerk
+ src\AxoDrives\AxoDrive.st,348
+
+
+ Move velocity
+ src\AxoDrives\AxoDrive.st,351
+
+
+ Move velocity in velocity
+ src\AxoDrives\AxoDrive.st,354
+
+
+ Move velocity busy
+ src\AxoDrives\AxoDrive.st,358
+
+
+ Move velocity active
+ src\AxoDrives\AxoDrive.st,362
+
+
+ Move velocity aborted
+ src\AxoDrives\AxoDrive.st,366
+
+
+ Move velocity error
+ src\AxoDrives\AxoDrive.st,370
+
+
+ Move velocity error ID
+ src\AxoDrives\AxoDrive.st,374
+
+
+ Torque control task
+ src\AxoDrives\AxoDrive.st,381
+
+
+ Torque control continuous update
+ src\AxoDrives\AxoDrive.st,384
+
+
+ Torque control torque
+ src\AxoDrives\AxoDrive.st,387
+
+
+ Torque control torque ramp
+ src\AxoDrives\AxoDrive.st,390
+
+
+ Torque control position limit
+ src\AxoDrives\AxoDrive.st,393
+
+
+ Torque control velocity
+ src\AxoDrives\AxoDrive.st,396
+
+
+ Torque control acceleration
+ src\AxoDrives\AxoDrive.st,399
+
+
+ Torque control deceleration
+ src\AxoDrives\AxoDrive.st,402
+
+
+ Torque control jerk
+ src\AxoDrives\AxoDrive.st,405
+
+
+ Torque control direction
+ src\AxoDrives\AxoDrive.st,408
+
+
+ Torque control in torque
+ src\AxoDrives\AxoDrive.st,411
+
+
+ Torque control busy
+ src\AxoDrives\AxoDrive.st,415
+
+
+ Torque control active
+ src\AxoDrives\AxoDrive.st,419
+
+
+ Torque control aborted
+ src\AxoDrives\AxoDrive.st,423
+
+
+ Torque control error
+ src\AxoDrives\AxoDrive.st,427
+
+
+ Torque control error ID
+ src\AxoDrives\AxoDrive.st,431
+
+
+ Set position task
+ src\AxoDrives\AxoDrive.st,438
+
+
+ Set position position
+ src\AxoDrives\AxoDrive.st,441
+
+
+ Set position relative
+ src\AxoDrives\AxoDrive.st,444
+
+
+ Set position execution mode
+ src\AxoDrives\AxoDrive.st,447
+
+
+ Set position done
+ src\AxoDrives\AxoDrive.st,450
+
+
+ Set position busy
+ src\AxoDrives\AxoDrive.st,454
+
+
+ Set position error
+ src\AxoDrives\AxoDrive.st,458
+
+
+ Set position error ID
+ src\AxoDrives\AxoDrive.st,462
+
+
+ Set override task
+ src\AxoDrives\AxoDrive.st,469
+
+
+ Set override velocity factor
+ src\AxoDrives\AxoDrive.st,472
+
+
+ Set override acceleration factor
+ src\AxoDrives\AxoDrive.st,475
+
+
+ Set override jerk factor
+ src\AxoDrives\AxoDrive.st,478
+
+
+ Set override enabled
+ src\AxoDrives\AxoDrive.st,481
+
+
+ Set override busy
+ src\AxoDrives\AxoDrive.st,485
+
+
+ Set override error
+ src\AxoDrives\AxoDrive.st,489
+
+
+ Set override error ID
+ src\AxoDrives\AxoDrive.st,493
+
+
+ Read parameter task
+ src\AxoDrives\AxoDrive.st,500
+
+
+ Read parameter number
+ src\AxoDrives\AxoDrive.st,503
+
+
+ Read parameter valid
+ src\AxoDrives\AxoDrive.st,506
+
+
+ Read parameter busy
+ src\AxoDrives\AxoDrive.st,510
+
+
+ Read parameter error
+ src\AxoDrives\AxoDrive.st,514
+
+
+ Read parameter error ID
+ src\AxoDrives\AxoDrive.st,518
+
+
+ Read parameter value
+ src\AxoDrives\AxoDrive.st,522
+
+
+ Read real parameter task
+ src\AxoDrives\AxoDrive.st,529
+
+
+ Read real parameter number
+ src\AxoDrives\AxoDrive.st,532
+
+
+ Read real parameter valid
+ src\AxoDrives\AxoDrive.st,535
+
+
+ Read real parameter busy
+ src\AxoDrives\AxoDrive.st,539
+
+
+ Read real parameter error
+ src\AxoDrives\AxoDrive.st,543
+
+
+ Read real parameter error ID
+ src\AxoDrives\AxoDrive.st,547
+
+
+ Read real parameter value
+ src\AxoDrives\AxoDrive.st,551
+
+
+ Read bool parameter task
+ src\AxoDrives\AxoDrive.st,558
+
+
+ Read bool parameter number
+ src\AxoDrives\AxoDrive.st,561
+
+
+ Read bool parameter valid
+ src\AxoDrives\AxoDrive.st,564
+
+
+ Read bool parameter busy
+ src\AxoDrives\AxoDrive.st,568
+
+
+ Read bool parameter error
+ src\AxoDrives\AxoDrive.st,572
+
+
+ Read bool parameter error ID
+ src\AxoDrives\AxoDrive.st,576
+
+
+ Read bool parameter value
+ src\AxoDrives\AxoDrive.st,580
+
+
+ Write parameter task
+ src\AxoDrives\AxoDrive.st,587
+
+
+ Write parameter number
+ src\AxoDrives\AxoDrive.st,590
+
+
+ Write parameter value
+ src\AxoDrives\AxoDrive.st,593
+
+
+ Write parameter execution mode
+ src\AxoDrives\AxoDrive.st,596
+
+
+ Write parameter done
+ src\AxoDrives\AxoDrive.st,599
+
+
+ Write parameter busy
+ src\AxoDrives\AxoDrive.st,603
+
+
+ Write parameter error
+ src\AxoDrives\AxoDrive.st,607
+
+
+ Write parameter error ID
+ src\AxoDrives\AxoDrive.st,611
+
+
+ Write real parameter task
+ src\AxoDrives\AxoDrive.st,618
+
+
+ Write real parameter number
+ src\AxoDrives\AxoDrive.st,621
+
+
+ Write real parameter value
+ src\AxoDrives\AxoDrive.st,624
+
+
+ Write real parameter execution mode
+ src\AxoDrives\AxoDrive.st,627
+
+
+ Write real parameter done
+ src\AxoDrives\AxoDrive.st,630
+
+
+ Write real parameter busy
+ src\AxoDrives\AxoDrive.st,634
+
+
+ Write real parameter error
+ src\AxoDrives\AxoDrive.st,638
+
+
+ Write real parameter error ID
+ src\AxoDrives\AxoDrive.st,642
+
+
+ Write bool parameter task
+ src\AxoDrives\AxoDrive.st,649
+
+
+ Write bool parameter number
+ src\AxoDrives\AxoDrive.st,652
+
+
+ Write bool parameter value
+ src\AxoDrives\AxoDrive.st,655
+
+
+ Write bool parameter execution mode
+ src\AxoDrives\AxoDrive.st,658
+
+
+ Write bool parameter done
+ src\AxoDrives\AxoDrive.st,661
+
+
+ Write bool parameter busy
+ src\AxoDrives\AxoDrive.st,665
+
+
+ Write bool parameter error
+ src\AxoDrives\AxoDrive.st,669
+
+
+ Write bool parameter error ID
+ src\AxoDrives\AxoDrive.st,673
+
+
+ Read digital input task
+ src\AxoDrives\AxoDrive.st,680
+
+
+ Read digital input number
+ src\AxoDrives\AxoDrive.st,683
+
+
+ Read digital input valid
+ src\AxoDrives\AxoDrive.st,686
+
+
+ Read digital input busy
+ src\AxoDrives\AxoDrive.st,690
+
+
+ Read digital input error
+ src\AxoDrives\AxoDrive.st,694
+
+
+ Read digital input error ID
+ src\AxoDrives\AxoDrive.st,698
+
+
+ Read digital input value
+ src\AxoDrives\AxoDrive.st,702
+
+
+ Read digital output task
+ src\AxoDrives\AxoDrive.st,709
+
+
+ Read digital output number
+ src\AxoDrives\AxoDrive.st,712
+
+
+ Read digital output valid
+ src\AxoDrives\AxoDrive.st,715
+
+
+ Read digital output busy
+ src\AxoDrives\AxoDrive.st,719
+
+
+ Read digital output error
+ src\AxoDrives\AxoDrive.st,723
+
+
+ Read digital output error ID
+ src\AxoDrives\AxoDrive.st,727
+
+
+ Read digital output value
+ src\AxoDrives\AxoDrive.st,731
+
+
+ Write digital output task
+ src\AxoDrives\AxoDrive.st,738
+
+
+ Write digital output number
+ src\AxoDrives\AxoDrive.st,741
+
+
+ Write digital output value
+ src\AxoDrives\AxoDrive.st,744
+
+
+ Write digital output execution mode
+ src\AxoDrives\AxoDrive.st,747
+
+
+ Write digital output done
+ src\AxoDrives\AxoDrive.st,750
+
+
+ Write digital output busy
+ src\AxoDrives\AxoDrive.st,754
+
+
+ Write digital output error
+ src\AxoDrives\AxoDrive.st,758
+
+
+ Write digital output error ID
+ src\AxoDrives\AxoDrive.st,762
+
+
+ Read actual position task
+ src\AxoDrives\AxoDrive.st,769
+
+
+ Read actual position valid
+ src\AxoDrives\AxoDrive.st,772
+
+
+ Read actual position busy
+ src\AxoDrives\AxoDrive.st,776
+
+
+ Read actual position error
+ src\AxoDrives\AxoDrive.st,780
+
+
+ Read actual position error ID
+ src\AxoDrives\AxoDrive.st,784
+
+
+ Read actual position value
+ src\AxoDrives\AxoDrive.st,788
+
+
+ Read actual velocity task
+ src\AxoDrives\AxoDrive.st,795
+
+
+ Read actual velocity valid
+ src\AxoDrives\AxoDrive.st,798
+
+
+ Read actual velocity busy
+ src\AxoDrives\AxoDrive.st,802
+
+
+ Read actual velocity error
+ src\AxoDrives\AxoDrive.st,806
+
+
+ Read actual velocity error ID
+ src\AxoDrives\AxoDrive.st,810
+
+
+ Read actual velocity value
+ src\AxoDrives\AxoDrive.st,814
+
+
+ Read actual torque task
+ src\AxoDrives\AxoDrive.st,821
+
+
+ Read actual torque valid
+ src\AxoDrives\AxoDrive.st,824
+
+
+ Read actual torque busy
+ src\AxoDrives\AxoDrive.st,828
+
+
+ Read actual torque error
+ src\AxoDrives\AxoDrive.st,832
+
+
+ Read actual torque error ID
+ src\AxoDrives\AxoDrive.st,836
+
+
+ Read actual torque value
+ src\AxoDrives\AxoDrive.st,840
+
+
+ Read status task
+ src\AxoDrives\AxoDrive.st,847
+
+
+ Read status valid
+ src\AxoDrives\AxoDrive.st,850
+
+
+ Read status busy
+ src\AxoDrives\AxoDrive.st,854
+
+
+ Read status error
+ src\AxoDrives\AxoDrive.st,858
+
+
+ Read status error ID
+ src\AxoDrives\AxoDrive.st,862
+
+
+ Read status error stop
+ src\AxoDrives\AxoDrive.st,866
+
+
+ Read status disabled
+ src\AxoDrives\AxoDrive.st,870
+
+
+ Read status stopping
+ src\AxoDrives\AxoDrive.st,874
+
+
+ Read status homming
+ src\AxoDrives\AxoDrive.st,878
+
+
+ Read status standstill
+ src\AxoDrives\AxoDrive.st,882
+
+
+ Read status discrete motion
+ src\AxoDrives\AxoDrive.st,886
+
+
+ Read status continuous motion
+ src\AxoDrives\AxoDrive.st,890
+
+
+ Read status synchronized motion
+ src\AxoDrives\AxoDrive.st,894
+
+
+ Read motion state task
+ src\AxoDrives\AxoDrive.st,901
+
+
+ Read motion state source
+ src\AxoDrives\AxoDrive.st,904
+
+
+ Read motion state valid
+ src\AxoDrives\AxoDrive.st,907
+
+
+ Read motion state busy
+ src\AxoDrives\AxoDrive.st,911
+
+
+ Read motion state error
+ src\AxoDrives\AxoDrive.st,915
+
+
+ Read motion state error ID
+ src\AxoDrives\AxoDrive.st,919
+
+
+ Read motion state constant velocity
+ src\AxoDrives\AxoDrive.st,923
+
+
+ Read motion state accelerating
+ src\AxoDrives\AxoDrive.st,927
+
+
+ Read motion state decelerating
+ src\AxoDrives\AxoDrive.st,931
+
+
+ Read motion state direction positive
+ src\AxoDrives\AxoDrive.st,935
+
+
+ Read motion state direction negative
+ src\AxoDrives\AxoDrive.st,939
+
+
+ Read axis info task
+ src\AxoDrives\AxoDrive.st,946
+
+
+ Read axis info valid
+ src\AxoDrives\AxoDrive.st,949
+
+
+ Read axis info busy
+ src\AxoDrives\AxoDrive.st,953
+
+
+ Read axis info error
+ src\AxoDrives\AxoDrive.st,957
+
+
+ Read axis info error ID
+ src\AxoDrives\AxoDrive.st,961
+
+
+ Read axis info home absolute switch
+ src\AxoDrives\AxoDrive.st,965
+
+
+ Read axis info limit switch positive
+ src\AxoDrives\AxoDrive.st,969
+
+
+ Read axis info limit switch negative
+ src\AxoDrives\AxoDrive.st,974
+
+
+ Read axis info simulation
+ src\AxoDrives\AxoDrive.st,978
+
+
+ Read axis info communication ready
+ src\AxoDrives\AxoDrive.st,982
+
+
+ Read axis info ready for power on
+ src\AxoDrives\AxoDrive.st,986
+
+
+ Read axis info power on
+ src\AxoDrives\AxoDrive.st,990
+
+
+ Read axis info is homed
+ src\AxoDrives\AxoDrive.st,994
+
+
+ Read axis info warning
+ src\AxoDrives\AxoDrive.st,998
+
+
+ Read axis error task
+ src\AxoDrives\AxoDrive.st,1004
+
+
+ Read axis error valid
+ src\AxoDrives\AxoDrive.st,1007
+
+
+ Read axis error busy
+ src\AxoDrives\AxoDrive.st,1011
+
+
+ Read axis error error
+ src\AxoDrives\AxoDrive.st,1015
+
+
+ Read axis error error ID
+ src\AxoDrives\AxoDrive.st,1019
+
+
+ Read axis error axis error ID
+ src\AxoDrives\AxoDrive.st,1023
+
+
+ Reset task
+ src\AxoDrives\AxoDrive.st,1030
+
+
+ Reset done
+ src\AxoDrives\AxoDrive.st,1033
+
+
+ Reset busy
+ src\AxoDrives\AxoDrive.st,1037
+
+
+ Reset error
+ src\AxoDrives\AxoDrive.st,1041
+
+
+ Reset error ID
+ src\AxoDrives\AxoDrive.st,1045
+
+
+ Jog positive
+ src\AxoDrives\AxoDrive.st,1052
+
+
+ Jog negative
+ src\AxoDrives\AxoDrive.st,1055
+
+
+ Jog velocity
+ src\AxoDrives\AxoDrive.st,1058
+
+
+ Jog acceleration
+ src\AxoDrives\AxoDrive.st,1061
+
+
+ Jog deceleration
+ src\AxoDrives\AxoDrive.st,1064
+
+
+ Jog jerk
+ src\AxoDrives\AxoDrive.st,1067
+
+
+ Jog direction
+ src\AxoDrives\AxoDrive.st,1070
+
+
+ Jog active
+ src\AxoDrives\AxoDrive.st,1077
+
+
+ Jog done
+ src\AxoDrives\AxoDrive.st,1081
+
+
+ Jog busy
+ src\AxoDrives\AxoDrive.st,1085
+
+
+ Jog error
+ src\AxoDrives\AxoDrive.st,1089
+
+
+ Jog error ID
+ src\AxoDrives\AxoDrive.st,1093
+
+
+ Jog aborted
+ src\AxoDrives\AxoDrive.st,1097
+
+
+ Info time
+ src\AxoDrives\AxoDrive_Config.st,5
+
+
+ Error time
+ src\AxoDrives\AxoDrive_Config.st,7
+
+
+ Task timeout
+ src\AxoDrives\AxoDrive_Config.st,9
+
\ No newline at end of file
diff --git a/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.sk-SK.resx b/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.sk-SK.resx
index 8bf47ffbc..a3447eea8 100644
--- a/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.sk-SK.resx
@@ -97,4 +97,835 @@
MCReset vyhodil chybu:
+
+ Stav pohonu
+
+
+ Pozícia
+
+
+ Rýchlosť
+
+
+ Krútiaci moment
+
+
+ Obnovenie
+
+
+ Úloha Power
+
+
+ Stav napájania
+
+
+ Platný výkon
+
+
+ Chyba napájania
+
+
+ ID chyby napájania
+
+
+ Zastaviť úlohu
+
+
+ Zastavenie decelerácie
+
+
+ Zastaviť trhnutie
+
+
+ Stop done
+
+
+ Zastaviť zaneprázdnenosť
+
+
+ Zastaviť aktívne
+
+
+ Zastavenie prerušené
+
+
+ Chyba zastavenia
+
+
+ ID chyby zastavenia
+
+
+ Zastavenie úlohy
+
+
+ Zastavenie dekcelerácie
+
+
+ Zastaviť trhnutie
+
+
+ Zastaviť hotovo
+
+
+ Zastaviť zaneprázdnený
+
+
+ Zastaviť aktívne
+
+
+ Zastavenie prerušené
+
+
+ Chyba zastavenia
+
+
+ ID chyby zastavenia
+
+
+ Úloha Homming
+
+
+ Pozícia Homming
+
+
+ Režim Homming
+
+
+ Rýchlosť Homming
+
+
+ Zrýchlenie Homming
+
+
+ Zrýchlenie Homming
+
+
+ Stav domova
+
+
+ Domov platný
+
+
+ Chyba na úvodnej strane
+
+
+ ID chyby Home
+
+
+ Home hotovo
+
+
+ Home zaneprázdnený
+
+
+ Domov aktívne
+
+
+ Home prerušené
+
+
+ Presunutie absolútnej úlohy
+
+
+ Presun absolútnej kontinuálnej aktualizácie
+
+
+ Presunutie absolútnej polohy
+
+
+ Presun absolútnej rýchlosti
+
+
+ Absolútne zrýchlenie pohybu
+
+
+ Absolútna dekcelerácia pohybu
+
+
+ Presun absolútneho trhnutia
+
+
+ Absolútny smer pohybu
+
+
+ Presun absolútne hotový
+
+
+ Presun absolútne zaneprázdnený
+
+
+ Presunúť absolútne aktívne
+
+
+ Presun absolútne prerušený
+
+
+ Presun absolútnej chyby
+
+
+ Presunúť absolútne ID chyby
+
+
+ Presunutie relatívnej úlohy
+
+
+ Presun relatívnej priebežnej aktualizácie
+
+
+ Presunutie relatívnej vzdialenosti
+
+
+ Pohyb relatívnej rýchlosti
+
+
+ Relatívne zrýchlenie pohybu
+
+
+ Relatívne spomalenie pohybu
+
+
+ Pohyb relatívneho trhnutia
+
+
+ Presun relatívne hotový
+
+
+ Pohyb relatívne zaneprázdnený
+
+
+ Presunutie relatívneho aktívneho
+
+
+ Relatívny presun prerušený
+
+
+ Relatívna chyba pohybu
+
+
+ ID relatívnej chyby presunu
+
+
+ Presunutie aditívnej úlohy
+
+
+ Presunutie aditívnej priebežnej aktualizácie
+
+
+ Presunúť aditívnu vzdialenosť
+
+
+ Aditívna rýchlosť pohybu
+
+
+ Aditívne zrýchlenie pohybu
+
+
+ Aditívne spomalenie pohybu
+
+
+ Presunutie aditívneho trhnutia
+
+
+ Presunutie aditíva hotové
+
+
+ Presunúť aditívum obsadené
+
+
+ Presunúť aktívnu prísadu
+
+
+ Prerušenie presunu aditíva
+
+
+ Aditívna chyba presunu
+
+
+ Presunutie aditívnej chyby ID
+
+
+ Úloha presunu rýchlosti
+
+
+ Priebežná aktualizácia rýchlosti pohybu
+
+
+ Rýchlosť pohybu rýchlosť
+
+
+ Zrýchlenie rýchlosti pohybu
+
+
+ Spomalenie rýchlosti pohybu
+
+
+ Rýchlosť pohybu trhnutím
+
+
+ Rýchlosť pohybu
+
+
+ Presunúť rýchlosť v rýchlosti
+
+
+ Rýchlosť pohybu je zaneprázdnená
+
+
+ Presunutie rýchlosti aktívne
+
+
+ Rýchlosť pohybu prerušená
+
+
+ Chyba rýchlosti pohybu
+
+
+ ID chyby rýchlosti pohybu
+
+
+ Úloha riadenia krútiaceho momentu
+
+
+ Priebežná aktualizácia riadenia krútiaceho momentu
+
+
+ Krútiaci moment regulácie krútiaceho momentu
+
+
+ Rampová regulácia krútiaceho momentu
+
+
+ Obmedzenie polohy ovládania krútiaceho momentu
+
+
+ Riadenie rýchlosti krútiaceho momentu
+
+
+ Zrýchlenie ovládania krútiaceho momentu
+
+
+ Spomalenie riadenia krútiaceho momentu
+
+
+ Regulácia krútiaceho momentu trhnutím
+
+
+ Smer ovládania krútiaceho momentu
+
+
+ Regulácia krútiaceho momentu v krútiacom momente
+
+
+ Ovládanie krútiaceho momentu je obsadené
+
+
+ Aktívna regulácia krútiaceho momentu
+
+
+ Kontrola krútiaceho momentu prerušená
+
+
+ Chyba riadenia krútiaceho momentu
+
+
+ ID chyby riadenia krútiaceho momentu
+
+
+ Úloha nastavenia polohy
+
+
+ Nastavenie polohy
+
+
+ Nastavenie relatívnej polohy
+
+
+ Nastavenie režimu vykonávania polohy
+
+
+ Nastavenie polohy hotovo
+
+
+ Nastavenie polohy obsadené
+
+
+ Chyba nastavenia polohy
+
+
+ Nastavenie ID chyby polohy
+
+
+ Nastavenie úlohy prepisovania
+
+
+ Nastavenie faktora prekročenia rýchlosti
+
+
+ Nastavenie faktora zrýchlenia override
+
+
+ Nastavenie faktora preťaženia trhnutím
+
+
+ Nastaviť prepísanie povolené
+
+
+ Nastavenie prekročenia obsadenosti
+
+
+ Nastaviť chybu prepísania
+
+
+ Nastavenie ID chyby override
+
+
+ Čítanie parametrov úlohy
+
+
+ Čítanie čísla parametra
+
+
+ Platnosť načítaného parametra
+
+
+ Čítanie parametra obsadené
+
+
+ Chyba čítania parametrov
+
+
+ ID chyby načítaného parametra
+
+
+ Čítanie hodnoty parametra
+
+
+ Čítanie skutočných parametrov úlohy
+
+
+ Čítanie reálneho čísla parametra
+
+
+ Čítanie skutočného parametra platné
+
+
+ Čítanie skutočného parametra obsadené
+
+
+ Chyba čítania skutočného parametra
+
+
+ Čítanie skutočného parametra ID chyby
+
+
+ Čítanie skutočnej hodnoty parametra
+
+
+ Čítanie úlohy s parametrom bool
+
+
+ Čítanie čísla parametra bool
+
+
+ Čítanie parametra bool valid
+
+
+ Čítanie parametra bool busy
+
+
+ Čítanie parametra bool error
+
+
+ Čítanie parametra bool ID chyby
+
+
+ Čítanie hodnoty parametra bool
+
+
+ Úloha zápisu parametrov
+
+
+ Napíšte číslo parametra
+
+
+ Zápis hodnoty parametra
+
+
+ Režim vykonávania parametrov zápisu
+
+
+ Parameter zápisu hotovo
+
+
+ Parameter zápisu je obsadený
+
+
+ Chyba parametra zápisu
+
+
+ ID chyby parametra zápisu
+
+
+ Napíšte úlohu s reálnym parametrom
+
+
+ Napíšte reálne číslo parametra
+
+
+ Napísať skutočnú hodnotu parametra
+
+
+ Režim vykonávania zápisu skutočných parametrov
+
+
+ Napísať skutočný parameter hotovo
+
+
+ Napíšte skutočný parameter obsadený
+
+
+ Napíšte skutočnú chybu parametra
+
+
+ Napísať ID chyby skutočného parametra
+
+
+ Napísať úlohu parametra bool
+
+
+ Napísať číslo parametra bool
+
+
+ Napísať hodnotu parametra bool
+
+
+ Napísať režim vykonávania parametra bool
+
+
+ Napísať parameter bool done
+
+
+ Napísať parameter bool busy
+
+
+ Chyba parametra bool pri zápise
+
+
+ Napísať ID chyby parametra bool
+
+
+ Úloha čítania digitálneho vstupu
+
+
+ Čítanie čísla digitálneho vstupu
+
+
+ Čítanie platného digitálneho vstupu
+
+
+ Čítanie digitálneho vstupu obsadené
+
+
+ Chyba čítania digitálneho vstupu
+
+
+ Čítanie ID chyby digitálneho vstupu
+
+
+ Čítanie hodnoty digitálneho vstupu
+
+
+ Úloha čítania digitálneho výstupu
+
+
+ Čítanie čísla digitálneho výstupu
+
+
+ Čítanie platného digitálneho výstupu
+
+
+ Čítanie digitálneho výstupu obsadené
+
+
+ Chyba čítania digitálneho výstupu
+
+
+ Čítanie ID chyby digitálneho výstupu
+
+
+ Čítanie hodnoty digitálneho výstupu
+
+
+ Úloha zápisu digitálneho výstupu
+
+
+ Napíšte číslo digitálneho výstupu
+
+
+ Zápis hodnoty digitálneho výstupu
+
+
+ Režim vykonávania zápisu digitálneho výstupu
+
+
+ Zápis digitálneho výstupu hotovo
+
+
+ Zápis digitálneho výstupu obsadený
+
+
+ Chyba zápisu digitálneho výstupu
+
+
+ Zapísať ID chyby digitálneho výstupu
+
+
+ Čítanie aktuálnej polohy úlohy
+
+
+ Čítanie aktuálnej platnej polohy
+
+
+ Čítanie aktuálnej pozície obsadené
+
+
+ Odčítanie chyby skutočnej polohy
+
+
+ Čítanie ID chyby aktuálnej polohy
+
+
+ Čítanie aktuálnej hodnoty polohy
+
+
+ Čítanie aktuálnej úlohy rýchlosti
+
+
+ Čítanie aktuálnej rýchlosti platné
+
+
+ Čítanie skutočnej rýchlosti obsadené
+
+
+ Odčítanie chyby skutočnej rýchlosti
+
+
+ Čítanie skutočnej chyby rýchlosti ID
+
+
+ Čítanie skutočnej hodnoty rýchlosti
+
+
+ Prečítajte si aktuálnu úlohu krútiaceho momentu
+
+
+ Čítanie skutočného platného krútiaceho momentu
+
+
+ Prečítajte si skutočný krútiaci moment
+
+
+ Odčítanie skutočnej chyby krútiaceho momentu
+
+
+ Čítanie skutočnej chyby krútiaceho momentu ID
+
+
+ Odčítanie skutočnej hodnoty krútiaceho momentu
+
+
+ Čítanie stavovej úlohy
+
+
+ Platný stav čítania
+
+
+ Čítanie stavu obsadené
+
+
+ Chyba stavu čítania
+
+
+ ID chyby stavu čítania
+
+
+ Chybový stav čítania stop
+
+
+ Čítanie stavu zakázané
+
+
+ Čítanie zastavenia stavu
+
+
+ Prečítajte si stav homming
+
+
+ Stav zastavenia čítania
+
+
+ Čítanie stavu diskrétneho pohybu
+
+
+ Čítanie stavu nepretržitého pohybu
+
+
+ Čítanie stavu synchronizovaného pohybu
+
+
+ Úloha čítania stavu pohybu
+
+
+ Čítanie zdroja stavu pohybu
+
+
+ Platnosť čítania stavu pohybu
+
+
+ Čítanie stavu pohybu obsadené
+
+
+ Chyba čítania stavu pohybu
+
+
+ Čítanie ID chyby stavu pohybu
+
+
+ Čítanie stavu pohybu konštantnou rýchlosťou
+
+
+ Čítanie stavu pohybu zrýchľuje
+
+
+ Čítanie stavu pohybu spomaľovanie
+
+
+ Čítanie smeru stavu pohybu pozitívne
+
+
+ Čítanie smeru stavu pohybu negatívne
+
+
+ Čítanie informačnej úlohy osi
+
+
+ Čítanie informácií o osi platné
+
+
+ Prečítajte si informácie o osi obsadené
+
+
+ Chyba pri čítaní informácií o osi
+
+
+ Čítanie informácií o osi ID chyby
+
+
+ Čítanie informácií o osi domovský absolútny prepínač
+
+
+ Čítanie informácií o osi Koncový spínač kladný
+
+
+ Čítanie informácií o koncovom spínači osi negatívne
+
+
+ Čítanie simulácie informácií o osi
+
+
+ Čítanie informácií o osi komunikácia pripravená
+
+
+ Čítanie informácií o osi pripravené na zapnutie
+
+
+ Čítanie informácií o osi zapnutie
+
+
+ Čítanie informácií o osi je doma
+
+
+ Prečítajte si upozornenie na informácie o osi
+
+
+ Úloha čítania chyby osi
+
+
+ Platnosť chyby čítania osi
+
+
+ Chyba čítania osi obsadená
+
+
+ Chyba čítania osi
+
+
+ Čítanie chyby osi ID chyby
+
+
+ Čítanie chyby osi ID chyby osi
+
+
+ Obnovenie úlohy
+
+
+ Obnovenie vykonané
+
+
+ Obnoviť obsadenosť
+
+
+ Chyba resetovania
+
+
+ Obnovenie ID chyby
+
+
+ Jog positive
+
+
+ Jog negatívny
+
+
+ Rýchlosť behu
+
+
+ Zrýchlenie behu
+
+
+ Spomalenie pri behu
+
+
+ Jog jerk
+
+
+ Smer behu
+
+
+ Jog aktívny
+
+
+ Jog hotový
+
+
+ Jog je zaneprázdnený
+
+
+ Chyba Jog
+
+
+ ID chyby Jog
+
+
+ Jog prerušený
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
\ No newline at end of file
diff --git a/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.sk.resx b/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.sk.resx
index f9c3eae85..f1a70255f 100644
--- a/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.sk.resx
+++ b/src/components.drives/src/AXOpen.Components.Drives/Resources/PlcStringResources.sk.resx
@@ -156,4 +156,835 @@
MCReset vyhodil chybu:
+
+ Pozícia
+
+
+ Rýchlosť
+
+
+ Krútiaci moment
+
+
+ Obnoviť
+
+
+ Resetovať úlohu
+
+
+ Stav pohonu
+
+
+ Úloha Power
+
+
+ Stav napájania
+
+
+ Platný výkon
+
+
+ Chyba napájania
+
+
+ ID chyby napájania
+
+
+ Zastaviť úlohu
+
+
+ Zastavenie decelerácie
+
+
+ Zastaviť trhnutie
+
+
+ Stop done
+
+
+ Zastaviť zaneprázdnenosť
+
+
+ Zastaviť aktívne
+
+
+ Zastavenie prerušené
+
+
+ Chyba zastavenia
+
+
+ ID chyby zastavenia
+
+
+ Zastavenie úlohy
+
+
+ Zastavenie dekcelerácie
+
+
+ Zastaviť trhnutie
+
+
+ Zastaviť hotovo
+
+
+ Zastaviť zaneprázdnený
+
+
+ Zastaviť aktívne
+
+
+ Zastavenie prerušené
+
+
+ Chyba zastavenia
+
+
+ ID chyby zastavenia
+
+
+ Úloha Homming
+
+
+ Pozícia Homming
+
+
+ Režim Homming
+
+
+ Rýchlosť Homming
+
+
+ Zrýchlenie Homming
+
+
+ Homming decelerácia
+
+
+ Stav domova
+
+
+ Domov platný
+
+
+ Chyba na úvodnej strane
+
+
+ ID chyby Home
+
+
+ Home hotovo
+
+
+ Home zaneprázdnený
+
+
+ Domov aktívne
+
+
+ Home prerušené
+
+
+ Presunutie absolútnej úlohy
+
+
+ Presun absolútnej kontinuálnej aktualizácie
+
+
+ Presunutie absolútnej polohy
+
+
+ Presun absolútnej rýchlosti
+
+
+ Absolútne zrýchlenie pohybu
+
+
+ Absolútna dekcelerácia pohybu
+
+
+ Presun absolútneho trhnutia
+
+
+ Absolútny smer pohybu
+
+
+ Presun absolútne hotový
+
+
+ Presun absolútne zaneprázdnený
+
+
+ Presunúť absolútne aktívne
+
+
+ Presun absolútne prerušený
+
+
+ Presun absolútnej chyby
+
+
+ Presunúť absolútne ID chyby
+
+
+ Presunutie relatívnej úlohy
+
+
+ Presun relatívnej priebežnej aktualizácie
+
+
+ Presunutie relatívnej vzdialenosti
+
+
+ Pohyb relatívnej rýchlosti
+
+
+ Relatívne zrýchlenie pohybu
+
+
+ Relatívne spomalenie pohybu
+
+
+ Pohyb relatívneho trhnutia
+
+
+ Presun relatívne hotový
+
+
+ Pohyb relatívne zaneprázdnený
+
+
+ Presunutie relatívneho aktívneho
+
+
+ Relatívny presun prerušený
+
+
+ Relatívna chyba pohybu
+
+
+ ID relatívnej chyby presunu
+
+
+ Presunutie aditívnej úlohy
+
+
+ Presunutie aditívnej priebežnej aktualizácie
+
+
+ Presunúť aditívnu vzdialenosť
+
+
+ Aditívna rýchlosť pohybu
+
+
+ Aditívne zrýchlenie pohybu
+
+
+ Aditívne spomalenie pohybu
+
+
+ Presunutie aditívneho trhnutia
+
+
+ Presunutie aditíva hotové
+
+
+ Presunúť aditívum obsadené
+
+
+ Presunúť aktívnu prísadu
+
+
+ Prerušenie presunu aditíva
+
+
+ Aditívna chyba presunu
+
+
+ Presunutie aditívnej chyby ID
+
+
+ Úloha presunu rýchlosti
+
+
+ Priebežná aktualizácia rýchlosti pohybu
+
+
+ Rýchlosť pohybu rýchlosť
+
+
+ Zrýchlenie rýchlosti pohybu
+
+
+ Spomalenie rýchlosti pohybu
+
+
+ Rýchlosť pohybu trhnutím
+
+
+ Rýchlosť pohybu
+
+
+ Presunúť rýchlosť v rýchlosti
+
+
+ Rýchlosť pohybu je zaneprázdnená
+
+
+ Presunutie rýchlosti aktívne
+
+
+ Rýchlosť pohybu prerušená
+
+
+ Chyba rýchlosti pohybu
+
+
+ ID chyby rýchlosti pohybu
+
+
+ Úloha riadenia krútiaceho momentu
+
+
+ Priebežná aktualizácia riadenia krútiaceho momentu
+
+
+ Krútiaci moment regulácie krútiaceho momentu
+
+
+ Rampová regulácia krútiaceho momentu
+
+
+ Obmedzenie polohy ovládania krútiaceho momentu
+
+
+ Riadenie rýchlosti krútiaceho momentu
+
+
+ Zrýchlenie ovládania krútiaceho momentu
+
+
+ Spomalenie riadenia krútiaceho momentu
+
+
+ Regulácia krútiaceho momentu trhnutím
+
+
+ Smer ovládania krútiaceho momentu
+
+
+ Regulácia krútiaceho momentu v krútiacom momente
+
+
+ Ovládanie krútiaceho momentu je obsadené
+
+
+ Aktívna regulácia krútiaceho momentu
+
+
+ Kontrola krútiaceho momentu prerušená
+
+
+ Chyba riadenia krútiaceho momentu
+
+
+ ID chyby riadenia krútiaceho momentu
+
+
+ Úloha nastavenia polohy
+
+
+ Nastavenie polohy
+
+
+ Nastavenie relatívnej polohy
+
+
+ Nastavenie režimu vykonávania polohy
+
+
+ Nastavenie polohy hotovo
+
+
+ Nastavenie polohy obsadené
+
+
+ Chyba nastavenia polohy
+
+
+ Nastavenie ID chyby polohy
+
+
+ Nastavenie úlohy prepisovania
+
+
+ Nastavenie faktora prekročenia rýchlosti
+
+
+ Nastavenie faktora zrýchlenia override
+
+
+ Nastavenie faktora preťaženia trhnutím
+
+
+ Nastaviť prepísanie povolené
+
+
+ Nastavenie prekročenia obsadenosti
+
+
+ Nastaviť chybu prepísania
+
+
+ Nastavenie ID chyby override
+
+
+ Čítanie parametrov úlohy
+
+
+ Čítanie čísla parametra
+
+
+ Platnosť načítaného parametra
+
+
+ Čítanie parametra obsadené
+
+
+ Chyba čítania parametrov
+
+
+ ID chyby načítaného parametra
+
+
+ Čítanie hodnoty parametra
+
+
+ Čítanie skutočných parametrov úlohy
+
+
+ Čítanie reálneho čísla parametra
+
+
+ Čítanie skutočného parametra platné
+
+
+ Čítanie skutočného parametra obsadené
+
+
+ Chyba čítania skutočného parametra
+
+
+ Čítanie skutočného parametra ID chyby
+
+
+ Čítanie skutočnej hodnoty parametra
+
+
+ Čítanie úlohy s parametrom bool
+
+
+ Čítanie čísla parametra bool
+
+
+ Čítanie parametra bool valid
+
+
+ Čítanie parametra bool busy
+
+
+ Čítanie parametra bool error
+
+
+ Čítanie parametra bool ID chyby
+
+
+ Čítanie hodnoty parametra bool
+
+
+ Úloha zápisu parametrov
+
+
+ Napíšte číslo parametra
+
+
+ Zápis hodnoty parametra
+
+
+ Režim vykonávania parametrov zápisu
+
+
+ Parameter zápisu hotovo
+
+
+ Parameter zápisu je obsadený
+
+
+ Chyba parametra zápisu
+
+
+ ID chyby parametra zápisu
+
+
+ Napíšte úlohu s reálnym parametrom
+
+
+ Napíšte reálne číslo parametra
+
+
+ Napísať skutočnú hodnotu parametra
+
+
+ Režim vykonávania zápisu skutočných parametrov
+
+
+ Napísať skutočný parameter hotovo
+
+
+ Napíšte skutočný parameter obsadený
+
+
+ Napíšte skutočnú chybu parametra
+
+
+ Napísať ID chyby skutočného parametra
+
+
+ Napísať úlohu parametra bool
+
+
+ Napísať číslo parametra bool
+
+
+ Napísať hodnotu parametra bool
+
+
+ Napísať režim vykonávania parametra bool
+
+
+ Napísať parameter bool done
+
+
+ Napísať parameter bool busy
+
+
+ Chyba parametra bool pri zápise
+
+
+ Napísať ID chyby parametra bool
+
+
+ Úloha čítania digitálneho vstupu
+
+
+ Čítanie čísla digitálneho vstupu
+
+
+ Čítanie platného digitálneho vstupu
+
+
+ Čítanie digitálneho vstupu obsadené
+
+
+ Chyba čítania digitálneho vstupu
+
+
+ Čítanie ID chyby digitálneho vstupu
+
+
+ Čítanie hodnoty digitálneho vstupu
+
+
+ Úloha čítania digitálneho výstupu
+
+
+ Čítanie čísla digitálneho výstupu
+
+
+ Čítanie platného digitálneho výstupu
+
+
+ Čítanie digitálneho výstupu obsadené
+
+
+ Chyba čítania digitálneho výstupu
+
+
+ Čítanie ID chyby digitálneho výstupu
+
+
+ Čítanie hodnoty digitálneho výstupu
+
+
+ Úloha zápisu digitálneho výstupu
+
+
+ Napíšte číslo digitálneho výstupu
+
+
+ Zápis hodnoty digitálneho výstupu
+
+
+ Režim vykonávania zápisu digitálneho výstupu
+
+
+ Zápis digitálneho výstupu hotovo
+
+
+ Zápis digitálneho výstupu obsadený
+
+
+ Chyba zápisu digitálneho výstupu
+
+
+ Zapísať ID chyby digitálneho výstupu
+
+
+ Čítanie aktuálnej polohy úlohy
+
+
+ Čítanie aktuálnej platnej polohy
+
+
+ Čítanie aktuálnej pozície obsadené
+
+
+ Odčítanie chyby skutočnej polohy
+
+
+ Čítanie ID chyby aktuálnej polohy
+
+
+ Čítanie aktuálnej hodnoty polohy
+
+
+ Čítanie aktuálnej úlohy rýchlosti
+
+
+ Čítanie aktuálnej rýchlosti platné
+
+
+ Čítanie skutočnej rýchlosti obsadené
+
+
+ Odčítanie chyby skutočnej rýchlosti
+
+
+ Čítanie skutočnej chyby rýchlosti ID
+
+
+ Čítanie skutočnej hodnoty rýchlosti
+
+
+ Prečítajte si aktuálnu úlohu krútiaceho momentu
+
+
+ Čítanie skutočného platného krútiaceho momentu
+
+
+ Prečítajte si skutočný krútiaci moment
+
+
+ Odčítanie skutočnej chyby krútiaceho momentu
+
+
+ Čítanie skutočnej chyby krútiaceho momentu ID
+
+
+ Odčítanie skutočnej hodnoty krútiaceho momentu
+
+
+ Čítanie stavovej úlohy
+
+
+ Platný stav čítania
+
+
+ Čítanie stavu obsadené
+
+
+ Chyba stavu čítania
+
+
+ ID chyby stavu čítania
+
+
+ Chybový stav čítania stop
+
+
+ Čítanie stavu zakázané
+
+
+ Čítanie zastavenia stavu
+
+
+ Prečítajte si stav homming
+
+
+ Stav zastavenia čítania
+
+
+ Čítanie stavu diskrétneho pohybu
+
+
+ Čítanie stavu nepretržitého pohybu
+
+
+ Čítanie stavu synchronizovaného pohybu
+
+
+ Úloha čítania stavu pohybu
+
+
+ Čítanie zdroja stavu pohybu
+
+
+ Platnosť čítania stavu pohybu
+
+
+ Čítanie stavu pohybu obsadené
+
+
+ Chyba čítania stavu pohybu
+
+
+ Čítanie ID chyby stavu pohybu
+
+
+ Čítanie stavu pohybu konštantnou rýchlosťou
+
+
+ Čítanie stavu pohybu zrýchľuje
+
+
+ Čítanie stavu pohybu spomaľovanie
+
+
+ Čítanie smeru stavu pohybu pozitívne
+
+
+ Čítanie smeru stavu pohybu negatívne
+
+
+ Čítanie informačnej úlohy osi
+
+
+ Čítanie informácií o osi platné
+
+
+ Prečítajte si informácie o osi obsadené
+
+
+ Chyba pri čítaní informácií o osi
+
+
+ Čítanie informácií o osi ID chyby
+
+
+ Čítanie informácií o osi domovský absolútny prepínač
+
+
+ Čítanie informácií o osi Koncový spínač kladný
+
+
+ Čítanie informácií o koncovom spínači osi negatívne
+
+
+ Čítanie simulácie informácií o osi
+
+
+ Čítanie informácií o osi komunikácia pripravená
+
+
+ Čítanie informácií o osi pripravené na zapnutie
+
+
+ Čítanie informácií o osi zapnutie
+
+
+ Čítanie informácií o osi je doma
+
+
+ Prečítajte si upozornenie na informácie o osi
+
+
+ Úloha čítania chyby osi
+
+
+ Platnosť chyby čítania osi
+
+
+ Chyba čítania osi obsadená
+
+
+ Chyba čítania osi
+
+
+ Čítanie chyby osi ID chyby
+
+
+ Čítanie chyby osi ID chyby osi
+
+
+ Obnovenie vykonané
+
+
+ Obnoviť obsadenosť
+
+
+ Chyba resetovania
+
+
+ Obnovenie ID chyby
+
+
+ Jog positive
+
+
+ Jog negatívny
+
+
+ Rýchlosť behu
+
+
+ Zrýchlenie behu
+
+
+ Spomalenie pri behu
+
+
+ Jog jerk
+
+
+ Smer behu
+
+
+ Jog aktívny
+
+
+ Jog hotový
+
+
+ Jog je zaneprázdnený
+
+
+ Chyba Jog
+
+
+ ID chyby Jog
+
+
+ Jog prerušený
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
\ No newline at end of file
diff --git a/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.Designer.cs b/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.Designer.cs
index fcdd4b474..d8922b12c 100644
--- a/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.Designer.cs
+++ b/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,114 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to AbortedPartCount.
+ ///
+ public static string AbortedPartCount {
+ get {
+ return ResourceManager.GetString("AbortedPartCount", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ActiveSetup.
+ ///
+ public static string ActiveSetup {
+ get {
+ return ResourceManager.GetString("ActiveSetup", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ActiveSetupSelection.
+ ///
+ public static string ActiveSetupSelection {
+ get {
+ return ResourceManager.GetString("ActiveSetupSelection", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Amplitude_Regulation.
+ ///
+ public static string Amplitude_UNDERSCORE_Regulation {
+ get {
+ return ResourceManager.GetString("Amplitude_UNDERSCORE_Regulation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Any_Fault.
+ ///
+ public static string Any_UNDERSCORE_Fault {
+ get {
+ return ResourceManager.GetString("Any_UNDERSCORE_Fault", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Average_Overload.
+ ///
+ public static string Average_UNDERSCORE_Overload {
+ get {
+ return ResourceManager.GetString("Average_UNDERSCORE_Overload", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to AverageSensingVelocity.
+ ///
+ public static string AverageSensingVelocity {
+ get {
+ return ResourceManager.GetString("AverageSensingVelocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Bad_Part.
+ ///
+ public static string Bad_UNDERSCORE_Part {
+ get {
+ return ResourceManager.GetString("Bad_UNDERSCORE_Part", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BadPart.
+ ///
+ public static string BadPart {
+ get {
+ return ResourceManager.GetString("BadPart", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BadPartCount.
+ ///
+ public static string BadPartCount {
+ get {
+ return ResourceManager.GetString("BadPartCount", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Change probe.
+ ///
+ public static string Change_probe {
+ get {
+ return ResourceManager.GetString("Change_probe", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Change setup.
+ ///
+ public static string Change_setup {
+ get {
+ return ResourceManager.GetString("Change_setup", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ChangeWeldingProbeTask timeout..
///
@@ -78,6 +186,24 @@ public static string ChangeWeldingSetupTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Clear error.
+ ///
+ public static string Clear_error {
+ get {
+ return ResourceManager.GetString("Clear_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ClearError.
+ ///
+ public static string ClearError {
+ get {
+ return ResourceManager.GetString("ClearError", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ClearErrorTask timeout..
///
@@ -87,6 +213,78 @@ public static string ClearErrorTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to ClearSetup.
+ ///
+ public static string ClearSetup {
+ get {
+ return ResourceManager.GetString("ClearSetup", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Config.
+ ///
+ public static string Config {
+ get {
+ return ResourceManager.GetString("Config", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Current_Loop.
+ ///
+ public static string Current_UNDERSCORE_Loop {
+ get {
+ return ResourceManager.GetString("Current_UNDERSCORE_Loop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleCount.
+ ///
+ public static string CycleCount {
+ get {
+ return ResourceManager.GetString("CycleCount", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CyclePartStatus.
+ ///
+ public static string CyclePartStatus {
+ get {
+ return ResourceManager.GetString("CyclePartStatus", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleStartReject.
+ ///
+ public static string CycleStartReject {
+ get {
+ return ResourceManager.GetString("CycleStartReject", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleStop.
+ ///
+ public static string CycleStop {
+ get {
+ return ResourceManager.GetString("CycleStop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleStopTask.
+ ///
+ public static string CycleStopTask {
+ get {
+ return ResourceManager.GetString("CycleStopTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to CycleStopTask timeout..
///
@@ -97,11 +295,1281 @@ public static string CycleStopTask_timeout_DOT_ {
}
///
- /// Looks up a localized string similar to RunWeldingWithTimeTask timeout..
+ /// Looks up a localized string similar to CycleTotalTime.
///
- public static string RunWeldingWithTimeTask_timeout_DOT_ {
+ public static string CycleTotalTime {
get {
- return ResourceManager.GetString("RunWeldingWithTimeTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("CycleTotalTime", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleTriggerDelayDistance.
+ ///
+ public static string CycleTriggerDelayDistance {
+ get {
+ return ResourceManager.GetString("CycleTriggerDelayDistance", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleTriggerDelayTime.
+ ///
+ public static string CycleTriggerDelayTime {
+ get {
+ return ResourceManager.GetString("CycleTriggerDelayTime", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleTriggerPosition.
+ ///
+ public static string CycleTriggerPosition {
+ get {
+ return ResourceManager.GetString("CycleTriggerPosition", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleTriggerTime.
+ ///
+ public static string CycleTriggerTime {
+ get {
+ return ResourceManager.GetString("CycleTriggerTime", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleWeld1Distance.
+ ///
+ public static string CycleWeld_ONE_Distance {
+ get {
+ return ResourceManager.GetString("CycleWeld_ONE_Distance", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleWeld1Position.
+ ///
+ public static string CycleWeld_ONE_Position {
+ get {
+ return ResourceManager.GetString("CycleWeld_ONE_Position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleWeldEnergy.
+ ///
+ public static string CycleWeldEnergy {
+ get {
+ return ResourceManager.GetString("CycleWeldEnergy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleWeldPeakPower.
+ ///
+ public static string CycleWeldPeakPower {
+ get {
+ return ResourceManager.GetString("CycleWeldPeakPower", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CycleWeldTime.
+ ///
+ public static string CycleWeldTime {
+ get {
+ return ResourceManager.GetString("CycleWeldTime", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ErrorStatus.
+ ///
+ public static string ErrorStatus {
+ get {
+ return ResourceManager.GetString("ErrorStatus", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Estop.
+ ///
+ public static string Estop {
+ get {
+ return ResourceManager.GetString("Estop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to FinalHoldPosition.
+ ///
+ public static string FinalHoldPosition {
+ get {
+ return ResourceManager.GetString("FinalHoldPosition", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Forced_ShutDown.
+ ///
+ public static string Forced_UNDERSCORE_ShutDown {
+ get {
+ return ResourceManager.GetString("Forced_UNDERSCORE_ShutDown", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Frequency_Overload_3.
+ ///
+ public static string Frequency_UNDERSCORE_Overload_UNDERSCORE__THREE_ {
+ get {
+ return ResourceManager.GetString("Frequency_UNDERSCORE_Overload_UNDERSCORE__THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Frequency_Overload_2.
+ ///
+ public static string Frequency_UNDERSCORE_Overload_UNDERSCORE__TWO_ {
+ get {
+ return ResourceManager.GetString("Frequency_UNDERSCORE_Overload_UNDERSCORE__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to FrequencyOverload_1.
+ ///
+ public static string FrequencyOverload_UNDERSCORE__ONE_ {
+ get {
+ return ResourceManager.GetString("FrequencyOverload_UNDERSCORE__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to FrontPanelLockout_1.
+ ///
+ public static string FrontPanelLockout_UNDERSCORE__ONE_ {
+ get {
+ return ResourceManager.GetString("FrontPanelLockout_UNDERSCORE__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to FrontPanelLockout_0.
+ ///
+ public static string FrontPanelLockout_UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("FrontPanelLockout_UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to GeneratorState.
+ ///
+ public static string GeneratorState {
+ get {
+ return ResourceManager.GetString("GeneratorState", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Good_Part.
+ ///
+ public static string Good_UNDERSCORE_Part {
+ get {
+ return ResourceManager.GetString("Good_UNDERSCORE_Part", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to GoodPart.
+ ///
+ public static string GoodPart {
+ get {
+ return ResourceManager.GetString("GoodPart", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to GoodPartCount.
+ ///
+ public static string GoodPartCount {
+ get {
+ return ResourceManager.GetString("GoodPartCount", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the device.
+ ///
+ public static string Hardware_ID__of_the_device {
+ get {
+ return ResourceManager.GetString("Hardware_ID__of_the_device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'iQ_to_PLC_Inputs' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_iQ_UNDERSCORE_to_UNDERSCORE_PLC_UNDERSCORE_Inputs_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_iQ_UNDERSCORE_to_UNDERSCORE_PLC_UNDERSCORE_Inputs_" +
+ "APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_1' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to HoldDistance.
+ ///
+ public static string HoldDistance {
+ get {
+ return ResourceManager.GetString("HoldDistance", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to HoldTime.
+ ///
+ public static string HoldTime {
+ get {
+ return ResourceManager.GetString("HoldTime", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In_AfterBurst.
+ ///
+ public static string In_UNDERSCORE_AfterBurst {
+ get {
+ return ResourceManager.GetString("In_UNDERSCORE_AfterBurst", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In_Hold.
+ ///
+ public static string In_UNDERSCORE_Hold {
+ get {
+ return ResourceManager.GetString("In_UNDERSCORE_Hold", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In_Test.
+ ///
+ public static string In_UNDERSCORE_Test {
+ get {
+ return ResourceManager.GetString("In_UNDERSCORE_Test", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In_TestScan.
+ ///
+ public static string In_UNDERSCORE_TestScan {
+ get {
+ return ResourceManager.GetString("In_UNDERSCORE_TestScan", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InCycle.
+ ///
+ public static string InCycle {
+ get {
+ return ResourceManager.GetString("InCycle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InCycle_No_AB.
+ ///
+ public static string InCycle_UNDERSCORE_No_UNDERSCORE_AB {
+ get {
+ return ResourceManager.GetString("InCycle_UNDERSCORE_No_UNDERSCORE_AB", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InternalError_5.
+ ///
+ public static string InternalError_UNDERSCORE__FIVE_ {
+ get {
+ return ResourceManager.GetString("InternalError_UNDERSCORE__FIVE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InternalError_4.
+ ///
+ public static string InternalError_UNDERSCORE__FOUR_ {
+ get {
+ return ResourceManager.GetString("InternalError_UNDERSCORE__FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InternalError_1.
+ ///
+ public static string InternalError_UNDERSCORE__ONE_ {
+ get {
+ return ResourceManager.GetString("InternalError_UNDERSCORE__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InternalError_3.
+ ///
+ public static string InternalError_UNDERSCORE__THREE_ {
+ get {
+ return ResourceManager.GetString("InternalError_UNDERSCORE__THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InternalError_2.
+ ///
+ public static string InternalError_UNDERSCORE__TWO_ {
+ get {
+ return ResourceManager.GetString("InternalError_UNDERSCORE__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Latched_Bad_Part.
+ ///
+ public static string Latched_UNDERSCORE_Bad_UNDERSCORE_Part {
+ get {
+ return ResourceManager.GetString("Latched_UNDERSCORE_Bad_UNDERSCORE_Part", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to LowerBadEnergyLimit.
+ ///
+ public static string LowerBadEnergyLimit {
+ get {
+ return ResourceManager.GetString("LowerBadEnergyLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to LowerBadPowerLimit.
+ ///
+ public static string LowerBadPowerLimit {
+ get {
+ return ResourceManager.GetString("LowerBadPowerLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to LowerBadTimeLimit.
+ ///
+ public static string LowerBadTimeLimit {
+ get {
+ return ResourceManager.GetString("LowerBadTimeLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to LowerSuspectEnergyLimit.
+ ///
+ public static string LowerSuspectEnergyLimit {
+ get {
+ return ResourceManager.GetString("LowerSuspectEnergyLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to LowerSuspectPowerLimit.
+ ///
+ public static string LowerSuspectPowerLimit {
+ get {
+ return ResourceManager.GetString("LowerSuspectPowerLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to LowerSuspectTimeLimit.
+ ///
+ public static string LowerSuspectTimeLimit {
+ get {
+ return ResourceManager.GetString("LowerSuspectTimeLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MPC_Present.
+ ///
+ public static string MPC_UNDERSCORE_Present {
+ get {
+ return ResourceManager.GetString("MPC_UNDERSCORE_Present", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MPC_Ready.
+ ///
+ public static string MPC_UNDERSCORE_Ready {
+ get {
+ return ResourceManager.GetString("MPC_UNDERSCORE_Ready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Online.
+ ///
+ public static string Online {
+ get {
+ return ResourceManager.GetString("Online", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to OTF_Amp_Setpoint.
+ ///
+ public static string OTF_UNDERSCORE_Amp_UNDERSCORE_Setpoint {
+ get {
+ return ResourceManager.GetString("OTF_UNDERSCORE_Amp_UNDERSCORE_Setpoint", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to OTF_AmplitudeEnable.
+ ///
+ public static string OTF_UNDERSCORE_AmplitudeEnable {
+ get {
+ return ResourceManager.GetString("OTF_UNDERSCORE_AmplitudeEnable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Over_Amplitude_Fault.
+ ///
+ public static string Over_UNDERSCORE_Amplitude_UNDERSCORE_Fault {
+ get {
+ return ResourceManager.GetString("Over_UNDERSCORE_Amplitude_UNDERSCORE_Fault", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Over_Temperature.
+ ///
+ public static string Over_UNDERSCORE_Temperature {
+ get {
+ return ResourceManager.GetString("Over_UNDERSCORE_Temperature", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Overload.
+ ///
+ public static string Overload {
+ get {
+ return ResourceManager.GetString("Overload", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to OverTemp.
+ ///
+ public static string OverTemp {
+ get {
+ return ResourceManager.GetString("OverTemp", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Part_Detected.
+ ///
+ public static string Part_UNDERSCORE_Detected {
+ get {
+ return ResourceManager.GetString("Part_UNDERSCORE_Detected", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Peak_Overload_Negative.
+ ///
+ public static string Peak_UNDERSCORE_Overload_UNDERSCORE_Negative {
+ get {
+ return ResourceManager.GetString("Peak_UNDERSCORE_Overload_UNDERSCORE_Negative", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Peak_Overload_Positive.
+ ///
+ public static string Peak_UNDERSCORE_Overload_UNDERSCORE_Positive {
+ get {
+ return ResourceManager.GetString("Peak_UNDERSCORE_Overload_UNDERSCORE_Positive", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Power_Not_OK.
+ ///
+ public static string Power_UNDERSCORE_Not_UNDERSCORE_OK {
+ get {
+ return ResourceManager.GetString("Power_UNDERSCORE_Not_UNDERSCORE_OK", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Power_Regulation.
+ ///
+ public static string Power_UNDERSCORE_Regulation {
+ get {
+ return ResourceManager.GetString("Power_UNDERSCORE_Regulation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PowerOK.
+ ///
+ public static string PowerOK {
+ get {
+ return ResourceManager.GetString("PowerOK", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PressPartStatus_Bad_hi.
+ ///
+ public static string PressPartStatus_UNDERSCORE_Bad_UNDERSCORE_hi {
+ get {
+ return ResourceManager.GetString("PressPartStatus_UNDERSCORE_Bad_UNDERSCORE_hi", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PressPartStatus_Bad_lo.
+ ///
+ public static string PressPartStatus_UNDERSCORE_Bad_UNDERSCORE_lo {
+ get {
+ return ResourceManager.GetString("PressPartStatus_UNDERSCORE_Bad_UNDERSCORE_lo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PressPartStatus_Sus_hi.
+ ///
+ public static string PressPartStatus_UNDERSCORE_Sus_UNDERSCORE_hi {
+ get {
+ return ResourceManager.GetString("PressPartStatus_UNDERSCORE_Sus_UNDERSCORE_hi", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PressPartStatus_Sus_lo.
+ ///
+ public static string PressPartStatus_UNDERSCORE_Sus_UNDERSCORE_lo {
+ get {
+ return ResourceManager.GetString("PressPartStatus_UNDERSCORE_Sus_UNDERSCORE_lo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PreTrigger_OverTravel.
+ ///
+ public static string PreTrigger_UNDERSCORE_OverTravel {
+ get {
+ return ResourceManager.GetString("PreTrigger_UNDERSCORE_OverTravel", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PreTrigger_Time.
+ ///
+ public static string PreTrigger_UNDERSCORE_Time {
+ get {
+ return ResourceManager.GetString("PreTrigger_UNDERSCORE_Time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Progress.
+ ///
+ public static string Progress {
+ get {
+ return ResourceManager.GetString("Progress", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Ready.
+ ///
+ public static string Ready {
+ get {
+ return ResourceManager.GetString("Ready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RealTimeAmplitude.
+ ///
+ public static string RealTimeAmplitude {
+ get {
+ return ResourceManager.GetString("RealTimeAmplitude", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RealTimeFrequency.
+ ///
+ public static string RealTimeFrequency {
+ get {
+ return ResourceManager.GetString("RealTimeFrequency", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RealTimePosition.
+ ///
+ public static string RealTimePosition {
+ get {
+ return ResourceManager.GetString("RealTimePosition", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RealTimePower.
+ ///
+ public static string RealTimePower {
+ get {
+ return ResourceManager.GetString("RealTimePower", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RealTimeVelocity.
+ ///
+ public static string RealTimeVelocity {
+ get {
+ return ResourceManager.GetString("RealTimeVelocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Required probe number.
+ ///
+ public static string Required_probe_number {
+ get {
+ return ResourceManager.GetString("Required_probe_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Required setup number.
+ ///
+ public static string Required_setup_number {
+ get {
+ return ResourceManager.GetString("Required_setup_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Required welding time.
+ ///
+ public static string Required_welding_time {
+ get {
+ return ResourceManager.GetString("Required_welding_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Run welding with time.
+ ///
+ public static string Run_welding_with_time {
+ get {
+ return ResourceManager.GetString("Run_welding_with_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RunContinuously.
+ ///
+ public static string RunContinuously {
+ get {
+ return ResourceManager.GetString("RunContinuously", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RunningMPCProbe.
+ ///
+ public static string RunningMPCProbe {
+ get {
+ return ResourceManager.GetString("RunningMPCProbe", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RunningMPCProbeSelection.
+ ///
+ public static string RunningMPCProbeSelection {
+ get {
+ return ResourceManager.GetString("RunningMPCProbeSelection", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RunningSetup.
+ ///
+ public static string RunningSetup {
+ get {
+ return ResourceManager.GetString("RunningSetup", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RunningSetupSelection.
+ ///
+ public static string RunningSetupSelection {
+ get {
+ return ResourceManager.GetString("RunningSetupSelection", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RunScan.
+ ///
+ public static string RunScan {
+ get {
+ return ResourceManager.GetString("RunScan", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RunTest.
+ ///
+ public static string RunTest {
+ get {
+ return ResourceManager.GetString("RunTest", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RunWeld.
+ ///
+ public static string RunWeld {
+ get {
+ return ResourceManager.GetString("RunWeld", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RunWeldingWithTimeTask timeout..
+ ///
+ public static string RunWeldingWithTimeTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("RunWeldingWithTimeTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SelectedInputVoltage.
+ ///
+ public static string SelectedInputVoltage {
+ get {
+ return ResourceManager.GetString("SelectedInputVoltage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Servo_DN_Limit.
+ ///
+ public static string Servo_UNDERSCORE_DN_UNDERSCORE_Limit {
+ get {
+ return ResourceManager.GetString("Servo_UNDERSCORE_DN_UNDERSCORE_Limit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Servo_TOS_Position.
+ ///
+ public static string Servo_UNDERSCORE_TOS_UNDERSCORE_Position {
+ get {
+ return ResourceManager.GetString("Servo_UNDERSCORE_TOS_UNDERSCORE_Position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SetupChanged.
+ ///
+ public static string SetupChanged {
+ get {
+ return ResourceManager.GetString("SetupChanged", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Suspect_Part.
+ ///
+ public static string Suspect_UNDERSCORE_Part {
+ get {
+ return ResourceManager.GetString("Suspect_UNDERSCORE_Part", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SuspectPart.
+ ///
+ public static string SuspectPart {
+ get {
+ return ResourceManager.GetString("SuspectPart", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SuspectPartCount.
+ ///
+ public static string SuspectPartCount {
+ get {
+ return ResourceManager.GetString("SuspectPartCount", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SystemErrorStatus.
+ ///
+ public static string SystemErrorStatus {
+ get {
+ return ResourceManager.GetString("SystemErrorStatus", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SystemInitiateError.
+ ///
+ public static string SystemInitiateError {
+ get {
+ return ResourceManager.GetString("SystemInitiateError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SystemProcessError.
+ ///
+ public static string SystemProcessError {
+ get {
+ return ResourceManager.GetString("SystemProcessError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SystemStatus.
+ ///
+ public static string SystemStatus {
+ get {
+ return ResourceManager.GetString("SystemStatus", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Temperature.
+ ///
+ public static string Temperature {
+ get {
+ return ResourceManager.GetString("Temperature", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TotalCycleTime.
+ ///
+ public static string TotalCycleTime {
+ get {
+ return ResourceManager.GetString("TotalCycleTime", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TotalWeldDistance.
+ ///
+ public static string TotalWeldDistance {
+ get {
+ return ResourceManager.GetString("TotalWeldDistance", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TotalWeldEnergy.
+ ///
+ public static string TotalWeldEnergy {
+ get {
+ return ResourceManager.GetString("TotalWeldEnergy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TotalWeldTime.
+ ///
+ public static string TotalWeldTime {
+ get {
+ return ResourceManager.GetString("TotalWeldTime", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger_Delay.
+ ///
+ public static string Trigger_UNDERSCORE_Delay {
+ get {
+ return ResourceManager.GetString("Trigger_UNDERSCORE_Delay", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger_Lost_Early.
+ ///
+ public static string Trigger_UNDERSCORE_Lost_UNDERSCORE_Early {
+ get {
+ return ResourceManager.GetString("Trigger_UNDERSCORE_Lost_UNDERSCORE_Early", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger_Lost_Weld.
+ ///
+ public static string Trigger_UNDERSCORE_Lost_UNDERSCORE_Weld {
+ get {
+ return ResourceManager.GetString("Trigger_UNDERSCORE_Lost_UNDERSCORE_Weld", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger_Status.
+ ///
+ public static string Trigger_UNDERSCORE_Status {
+ get {
+ return ResourceManager.GetString("Trigger_UNDERSCORE_Status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger_Time.
+ ///
+ public static string Trigger_UNDERSCORE_Time {
+ get {
+ return ResourceManager.GetString("Trigger_UNDERSCORE_Time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TriggerDelayDistance.
+ ///
+ public static string TriggerDelayDistance {
+ get {
+ return ResourceManager.GetString("TriggerDelayDistance", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TriggerDelayTime.
+ ///
+ public static string TriggerDelayTime {
+ get {
+ return ResourceManager.GetString("TriggerDelayTime", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TriggerForce.
+ ///
+ public static string TriggerForce {
+ get {
+ return ResourceManager.GetString("TriggerForce", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TriggerPosition.
+ ///
+ public static string TriggerPosition {
+ get {
+ return ResourceManager.GetString("TriggerPosition", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TriggerPressure.
+ ///
+ public static string TriggerPressure {
+ get {
+ return ResourceManager.GetString("TriggerPressure", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TriggerTime.
+ ///
+ public static string TriggerTime {
+ get {
+ return ResourceManager.GetString("TriggerTime", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Under_Voltage_1.
+ ///
+ public static string Under_UNDERSCORE_Voltage_UNDERSCORE__ONE_ {
+ get {
+ return ResourceManager.GetString("Under_UNDERSCORE_Voltage_UNDERSCORE__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UpperBadEnergyLimit.
+ ///
+ public static string UpperBadEnergyLimit {
+ get {
+ return ResourceManager.GetString("UpperBadEnergyLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UpperBadPowerLimit.
+ ///
+ public static string UpperBadPowerLimit {
+ get {
+ return ResourceManager.GetString("UpperBadPowerLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UpperBadTimeLimit.
+ ///
+ public static string UpperBadTimeLimit {
+ get {
+ return ResourceManager.GetString("UpperBadTimeLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UpperSuspectEnergyLimit.
+ ///
+ public static string UpperSuspectEnergyLimit {
+ get {
+ return ResourceManager.GetString("UpperSuspectEnergyLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UpperSuspectPowerLimit.
+ ///
+ public static string UpperSuspectPowerLimit {
+ get {
+ return ResourceManager.GetString("UpperSuspectPowerLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UpperSuspectTimeLimit.
+ ///
+ public static string UpperSuspectTimeLimit {
+ get {
+ return ResourceManager.GetString("UpperSuspectTimeLimit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to US_Status.
+ ///
+ public static string US_UNDERSCORE_Status {
+ get {
+ return ResourceManager.GetString("US_UNDERSCORE_Status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to US_Voltage_Overload.
+ ///
+ public static string US_UNDERSCORE_Voltage_UNDERSCORE_Overload {
+ get {
+ return ResourceManager.GetString("US_UNDERSCORE_Voltage_UNDERSCORE_Overload", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Weld1Distance.
+ ///
+ public static string Weld_ONE_Distance {
+ get {
+ return ResourceManager.GetString("Weld_ONE_Distance", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Weld1Energy.
+ ///
+ public static string Weld_ONE_Energy {
+ get {
+ return ResourceManager.GetString("Weld_ONE_Energy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Weld1PeakForce.
+ ///
+ public static string Weld_ONE_PeakForce {
+ get {
+ return ResourceManager.GetString("Weld_ONE_PeakForce", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Weld1Position.
+ ///
+ public static string Weld_ONE_Position {
+ get {
+ return ResourceManager.GetString("Weld_ONE_Position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Weld1Power.
+ ///
+ public static string Weld_ONE_Power {
+ get {
+ return ResourceManager.GetString("Weld_ONE_Power", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Weld1Time.
+ ///
+ public static string Weld_ONE_Time {
+ get {
+ return ResourceManager.GetString("Weld_ONE_Time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Weld2Distance.
+ ///
+ public static string Weld_TWO_Distance {
+ get {
+ return ResourceManager.GetString("Weld_TWO_Distance", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Weld2Energy.
+ ///
+ public static string Weld_TWO_Energy {
+ get {
+ return ResourceManager.GetString("Weld_TWO_Energy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Weld2Position.
+ ///
+ public static string Weld_TWO_Position {
+ get {
+ return ResourceManager.GetString("Weld_TWO_Position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Weld2Power.
+ ///
+ public static string Weld_TWO_Power {
+ get {
+ return ResourceManager.GetString("Weld_TWO_Power", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Weld2Time.
+ ///
+ public static string Weld_TWO_Time {
+ get {
+ return ResourceManager.GetString("Weld_TWO_Time", resourceCulture);
}
}
}
diff --git a/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.de.resx b/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.de.resx
index fe19ef4bb..858880ba3 100644
--- a/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.de.resx
+++ b/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.de.resx
@@ -153,4 +153,493 @@
TemplateTask20steps6 Zeitüberschreitung.
+
+ Laufschweißen mit Zeit
+
+
+ Erforderliche Einrichtungsnummer
+
+
+ Erforderliche Sondennummer
+
+
+ Erforderliche Schweißzeit
+
+
+ Fortschritt
+
+
+ Wiederherstellen
+
+
+ Einrichtung ändern
+
+
+ Fehler löschen
+
+
+ Sonde wechseln
+
+
+ ZyklusStopAufgabe
+
+
+ Konfigurieren Sie
+
+
+ Eingaben
+
+
+ Ausgaben
+
+
+ Diagnose aktualisieren
+
+
+ Info-Zeit
+
+
+ Fehlerzeit
+
+
+ Zeitüberschreitung der Aufgabe
+
+
+ Hardware-IDs
+
+
+ LowerBadEnergyLimit
+
+
+ LowerSuspectEnergyLimit
+
+
+ UpperSuspectEnergyLimit
+
+
+ UpperBadEnergyLimit
+
+
+ LowerBadPowerLimit
+
+
+ LowerSuspectPowerLimit
+
+
+ UpperSuspectPowerLimit
+
+
+ UpperBadPowerLimit
+
+
+ LowerBadTimeLimit
+
+
+ LowerSuspectTimeLimit
+
+
+ UpperSuspectTimeLimit
+
+
+ UpperBadTimeLimit
+
+
+ GutTeil
+
+
+ BadPart
+
+
+ VerdächtigerTeil
+
+
+ FrequencyOverload3
+
+
+ UnterSpannung1
+
+
+ OverAmplitudeFault
+
+
+ InternerFehler5
+
+
+ USVoltageOverload
+
+
+ AverageOverload
+
+
+ CurrentLoop
+
+
+ PowerNotOK
+
+
+ ÜberTemperatur
+
+
+ InternerFehler1
+
+
+ InternerFehler2
+
+
+ InternerFehler3
+
+
+ InternerFehler4
+
+
+ FrequenzÜberlast1
+
+
+ FrequencyOverload2
+
+
+ PeakOverloadPositive
+
+
+ PeakOverloadNegative
+
+
+ Hardware-ID des Geräts
+
+
+ Hardware-ID des Submoduls 'iQtoPLCInputs'.
+
+
+ Hardware-ID des Submoduls 'out1'.
+
+
+ Schweißen1Position
+
+
+ FehlerStatus
+
+
+ TotalWeldTime
+
+
+ TotalWeldDistance
+
+
+ GesamtSchweißEnergie
+
+
+ Haltezeit
+
+
+ HoldDistance
+
+
+ TotalCycleTime
+
+
+ FinalHoldPosition
+
+
+ Weld1PeakForce
+
+
+ Weld1Distance
+
+
+ Weld1Energy
+
+
+ Weld1Power
+
+
+ Weld2Time
+
+
+ Weld2Distance
+
+
+ Weld2Energy
+
+
+ Weld2Power
+
+
+ Weld2Position
+
+
+ Auslösezeitpunkt
+
+
+ AuslöserPosition
+
+
+ AverageSensingVelocity
+
+
+ Auslösedruck
+
+
+ TriggerForce
+
+
+ TriggerDelayTime
+
+
+ TriggerDelayDistance
+
+
+ Weld1Time
+
+
+ TriggerDelay
+
+
+ ServoDNLimit
+
+
+ ServoTOSPosition
+
+
+ ForcedShutDown
+
+
+ TriggerLostEarly
+
+
+ TriggerLostWeld
+
+
+ LatchedBadPart
+
+
+ PreTriggerOverTravel
+
+
+ PartDetected
+
+
+ PreTriggerTime
+
+
+ Auslösezeitpunkt
+
+
+ SystemErrorStatus
+
+
+ SystemInitiateError
+
+
+ SystemProcessError
+
+
+ GeneratorZustand
+
+
+ RealTimeAmplitude
+
+
+ RealTimeFrequency
+
+
+ RealTimePower
+
+
+ SystemStatus
+
+
+ Temperatur
+
+
+ ZyklusZahl
+
+
+ GoodPartCount
+
+
+ BadPartCount
+
+
+ VerdächtigerTeilZahl
+
+
+ AbortedPartCount
+
+
+ CyclePartStatus
+
+
+ CycleWeldTime
+
+
+ CycleWeldPeakPower
+
+
+ CycleWeldEnergy
+
+
+ ActiveSetup
+
+
+ RunningSetup
+
+
+ LaufendeMPCProbe
+
+
+ AusgewählteEingangsspannung
+
+
+ RealTimePosition
+
+
+ RealTimeVelocity
+
+
+ PresseTeilStatusBadlo
+
+
+ PressPartStatusSuslo
+
+
+ PresseTeilStatusSushi
+
+
+ PresseTeilStatusBadhi
+
+
+ CycleTriggerTime
+
+
+ CycleTriggerPosition
+
+
+ CycleTriggerDelayTime
+
+
+ CycleTriggerDelayDistance
+
+
+ CycleWeld1Distance
+
+
+ CycleWeld1Position
+
+
+ ZyklusGesamtZeit
+
+
+ ClearSetup
+
+
+ RunScan
+
+
+ RunContinuously
+
+
+ RunWeld
+
+
+ RunTest
+
+
+ ClearError
+
+
+ OTFAmplitudeEnable
+
+
+ CycleStop
+
+
+ FrontPanelLockout0
+
+
+ FrontPanelLockout1
+
+
+ OTFAmpSetpoint
+
+
+ ActiveSetupSelection
+
+
+ RunningSetupSelection
+
+
+ RunningMPCProbeSelection
+
+
+ SetupChanged
+
+
+ InCycle
+
+
+ InCycleNoAB
+
+
+ ÜberTemp.
+
+
+ InAfterBurst
+
+
+ InTest
+
+
+ InTestScan
+
+
+ MPCGeschäftsstelle
+
+
+ PowerOK
+
+
+ MPCReady
+
+
+ Bereit
+
+
+ AnyFault
+
+
+ Überlastung
+
+
+ Estop
+
+
+ Online
+
+
+ InHold
+
+
+ GutTeil
+
+
+ BadPart
+
+
+ VerdächtigerTeil
+
+
+ CycleStartReject
+
+
+ AmplitudenRegulierung
+
+
+ PowerRegulation
+
+
+ TriggerStatus
+
+
+ USStatus
+
\ No newline at end of file
diff --git a/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.resx b/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.resx
index 5f18863a8..f716a83ec 100644
--- a/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.resx
+++ b/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.resx
@@ -78,4 +78,656 @@
RunWeldingWithTimeTask timeout.
src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,1158
+
+ Run welding with time
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,15
+
+
+ Required setup number
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,18
+
+
+ Required probe number
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,21
+
+
+ Required welding time
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,24
+
+
+ Progress
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,27
+
+
+ Restore
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,35
+
+
+ Change setup
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,40
+
+
+ Clear error
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,44
+
+
+ Change probe
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,48
+
+
+ CycleStopTask
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,54
+
+
+ Config
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,63
+
+
+ Inputs
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,80
+
+
+ Outputs
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,86
+
+
+ Update diagnostics
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder.st,94
+
+
+ Info time
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_Config.st,5
+
+
+ Error time
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_Config.st,7
+
+
+ Task timeout
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_Config.st,9
+
+
+ Hardware IDs
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_Config.st,11
+
+
+ LowerBadEnergyLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,5
+
+
+ LowerSuspectEnergyLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,7
+
+
+ UpperSuspectEnergyLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,9
+
+
+ UpperBadEnergyLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,11
+
+
+ LowerBadPowerLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,21
+
+
+ LowerSuspectPowerLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,23
+
+
+ UpperSuspectPowerLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,25
+
+
+ UpperBadPowerLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,27
+
+
+ LowerBadTimeLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,37
+
+
+ LowerSuspectTimeLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,39
+
+
+ UpperSuspectTimeLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,41
+
+
+ UpperBadTimeLimit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,43
+
+
+ GoodPart
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,53
+
+
+ BadPart
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,55
+
+
+ SuspectPart
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_CyclePartStatusBitDefinition.st,57
+
+
+ Frequency_Overload_3
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,5
+
+
+ Under_Voltage_1
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,13
+
+
+ Over_Amplitude_Fault
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,21
+
+
+ InternalError_5
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,23
+
+
+ US_Voltage_Overload
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,25
+
+
+ Average_Overload
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,37
+
+
+ Current_Loop
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,39
+
+
+ Power_Not_OK
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,41
+
+
+ Over_Temperature
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,43
+
+
+ InternalError_1
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,53
+
+
+ InternalError_2
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,55
+
+
+ InternalError_3
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,57
+
+
+ InternalError_4
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,59
+
+
+ FrequencyOverload_1
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,61
+
+
+ Frequency_Overload_2
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,63
+
+
+ Peak_Overload_Positive
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,65
+
+
+ Peak_Overload_Negative
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ErrorStatusBitDefinition.st,67
+
+
+ Hardware ID of the device
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_HWIDs.st,4
+
+
+ Hardware ID of the 'iQ_to_PLC_Inputs' submodule
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_HWIDs.st,6
+
+
+ Hardware ID of the 'out_1' submodule
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_HWIDs.st,8
+
+
+ Weld1Position
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,5
+
+
+ ErrorStatus
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,7
+
+
+ TotalWeldTime
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,21
+
+
+ TotalWeldDistance
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,23
+
+
+ TotalWeldEnergy
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,25
+
+
+ HoldTime
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,27
+
+
+ HoldDistance
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,29
+
+
+ TotalCycleTime
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,31
+
+
+ FinalHoldPosition
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,33
+
+
+ Weld1PeakForce
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,35
+
+
+ Weld1Distance
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,37
+
+
+ Weld1Energy
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,39
+
+
+ Weld1Power
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,41
+
+
+ Weld2Time
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,43
+
+
+ Weld2Distance
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,45
+
+
+ Weld2Energy
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,47
+
+
+ Weld2Power
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,49
+
+
+ Weld2Position
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,51
+
+
+ TriggerTime
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,53
+
+
+ TriggerPosition
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,55
+
+
+ AverageSensingVelocity
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,57
+
+
+ TriggerPressure
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,59
+
+
+ TriggerForce
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,61
+
+
+ TriggerDelayTime
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,63
+
+
+ TriggerDelayDistance
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,65
+
+
+ Weld1Time
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_PressPartStatusBitDefinition.st,67
+
+
+ Trigger_Delay
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ProcessErrorStatus.st,37
+
+
+ Servo_DN_Limit
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ProcessErrorStatus.st,39
+
+
+ Servo_TOS_Position
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ProcessErrorStatus.st,41
+
+
+ Forced_ShutDown
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ProcessErrorStatus.st,53
+
+
+ Trigger_Lost_Early
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ProcessErrorStatus.st,55
+
+
+ Trigger_Lost_Weld
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ProcessErrorStatus.st,57
+
+
+ Latched_Bad_Part
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ProcessErrorStatus.st,59
+
+
+ PreTrigger_OverTravel
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ProcessErrorStatus.st,61
+
+
+ Part_Detected
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ProcessErrorStatus.st,63
+
+
+ PreTrigger_Time
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ProcessErrorStatus.st,65
+
+
+ Trigger_Time
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_ProcessErrorStatus.st,67
+
+
+ SystemErrorStatus
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,5
+
+
+ SystemInitiateError
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,7
+
+
+ SystemProcessError
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,9
+
+
+ GeneratorState
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,11
+
+
+ RealTimeAmplitude
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,13
+
+
+ RealTimeFrequency
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,15
+
+
+ RealTimePower
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,17
+
+
+ SystemStatus
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,19
+
+
+ Temperature
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,21
+
+
+ CycleCount
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,23
+
+
+ GoodPartCount
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,25
+
+
+ BadPartCount
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,27
+
+
+ SuspectPartCount
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,29
+
+
+ AbortedPartCount
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,31
+
+
+ CyclePartStatus
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,33
+
+
+ CycleWeldTime
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,35
+
+
+ CycleWeldPeakPower
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,37
+
+
+ CycleWeldEnergy
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,39
+
+
+ ActiveSetup
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,41
+
+
+ RunningSetup
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,43
+
+
+ RunningMPCProbe
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,45
+
+
+ SelectedInputVoltage
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,47
+
+
+ RealTimePosition
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,49
+
+
+ RealTimeVelocity
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,51
+
+
+ PressPartStatus_Bad_lo
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,53
+
+
+ PressPartStatus_Sus_lo
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,55
+
+
+ PressPartStatus_Sus_hi
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,57
+
+
+ PressPartStatus_Bad_hi
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,59
+
+
+ CycleTriggerTime
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,61
+
+
+ CycleTriggerPosition
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,63
+
+
+ CycleTriggerDelayTime
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,65
+
+
+ CycleTriggerDelayDistance
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,67
+
+
+ CycleWeld1Distance
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,69
+
+
+ CycleWeld1Position
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,71
+
+
+ CycleTotalTime
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemInputs.st,73
+
+
+ ClearSetup
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,19
+
+
+ RunScan
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,37
+
+
+ RunContinuously
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,53
+
+
+ RunWeld
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,55
+
+
+ RunTest
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,57
+
+
+ ClearError
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,59
+
+
+ OTF_AmplitudeEnable
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,61
+
+
+ CycleStop
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,63
+
+
+ FrontPanelLockout_0
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,65
+
+
+ FrontPanelLockout_1
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,67
+
+
+ OTF_Amp_Setpoint
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,69
+
+
+ ActiveSetupSelection
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,71
+
+
+ RunningSetupSelection
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,73
+
+
+ RunningMPCProbeSelection
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemOutputs.st,75
+
+
+ SetupChanged
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,19
+
+
+ InCycle
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,21
+
+
+ InCycle_No_AB
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,23
+
+
+ OverTemp
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,25
+
+
+ In_AfterBurst
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,27
+
+
+ In_Test
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,29
+
+
+ In_TestScan
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,31
+
+
+ MPC_Present
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,33
+
+
+ PowerOK
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,37
+
+
+ MPC_Ready
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,39
+
+
+ Ready
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,41
+
+
+ Any_Fault
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,43
+
+
+ Overload
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,45
+
+
+ Estop
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,47
+
+
+ Online
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,49
+
+
+ In_Hold
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,51
+
+
+ Good_Part
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,53
+
+
+ Bad_Part
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,55
+
+
+ Suspect_Part
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,57
+
+
+ CycleStartReject
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,59
+
+
+ Amplitude_Regulation
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,61
+
+
+ Power_Regulation
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,63
+
+
+ Trigger_Status
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,65
+
+
+ US_Status
+ src\AxoIQSeriesWelder\Axo_IQ_SeriesWelder_SystemStatusBitDefinition.st,67
+
\ No newline at end of file
diff --git a/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.sk-SK.resx b/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.sk-SK.resx
index 12bd59a58..dc3065bce 100644
--- a/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.sk-SK.resx
@@ -73,4 +73,493 @@
RunWeldingWithTimeTask timeout.
+
+ Spustite zváranie s časom
+
+
+ Požadované číslo nastavenia
+
+
+ Požadované číslo sondy
+
+
+ Požadovaný čas zvárania
+
+
+ Pokrok
+
+
+ Obnovenie
+
+
+ Zmena nastavenia
+
+
+ Vymazanie chyby
+
+
+ Zmena sondy
+
+
+ CycleStopTask
+
+
+ Konfigurácia
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ LowerBadEnergyLimit
+
+
+ LowerSuspectEnergyLimit
+
+
+ UpperSuspectEnergyLimit
+
+
+ UpperBadEnergyLimit
+
+
+ LowerBadPowerLimit
+
+
+ LowerSuspectPowerLimit
+
+
+ UpperSuspectPowerLimit
+
+
+ UpperBadPowerLimit
+
+
+ LowerBadTimeLimit
+
+
+ LowerSuspectTimeLimit
+
+
+ UpperSuspectTimeLimit
+
+
+ UpperBadTimeLimit
+
+
+ GoodPart
+
+
+ BadPart
+
+
+ SuspectPart
+
+
+ Frekvencia preťaženia3
+
+
+ UnderVoltage1
+
+
+ OverAmplitudeFault
+
+
+ InternalError5
+
+
+ USVoltageOverload
+
+
+ AverageOverload
+
+
+ CurrentLoop
+
+
+ PowerNotOK
+
+
+ Prehriatie
+
+
+ InternalError1
+
+
+ InternalError2
+
+
+ InternalError3
+
+
+ InternalError4
+
+
+ FrequencyOverload1
+
+
+ FrequencyOverload2
+
+
+ PeakOverloadPositive
+
+
+ PeakOverloadNegative
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "iQtoPLCInputs
+
+
+ ID hardvéru podmodulu "out1
+
+
+ Weld1Position
+
+
+ ErrorStatus
+
+
+ TotalWeldTime
+
+
+ TotalWeldDistance
+
+
+ Celkové množstvo energie na zváranie
+
+
+ HoldTime
+
+
+ HoldDistance
+
+
+ TotalCycleTime
+
+
+ FinalHoldPosition
+
+
+ Weld1PeakForce
+
+
+ Weld1Distance
+
+
+ Weld1Energy
+
+
+ Weld1Power
+
+
+ Weld2Time
+
+
+ Weld2Distance
+
+
+ Weld2Energy
+
+
+ Weld2Power
+
+
+ Weld2Position
+
+
+ TriggerTime
+
+
+ TriggerPosition
+
+
+ AverageSensingVelocity
+
+
+ TriggerPressure
+
+
+ TriggerForce
+
+
+ TriggerDelayTime
+
+
+ TriggerDelayDistance
+
+
+ Weld1Time
+
+
+ TriggerDelay
+
+
+ ServoDNLimit
+
+
+ ServoTOSPosition
+
+
+ ForcedShutDown
+
+
+ TriggerLostEarly
+
+
+ TriggerLostWeld
+
+
+ LatchedBadPart
+
+
+ PreTriggerOverTravel
+
+
+ PartDetected
+
+
+ PreTriggerTime
+
+
+ TriggerTime
+
+
+ SystemErrorStatus
+
+
+ SystemInitiateError
+
+
+ SystemProcessError
+
+
+ GeneratorState
+
+
+ RealTimeAmplitude
+
+
+ RealTimeFrequency
+
+
+ RealTimePower
+
+
+ SystemStatus
+
+
+ Teplota
+
+
+ CycleCount
+
+
+ GoodPartCount
+
+
+ BadPartCount
+
+
+ SuspectPartCount
+
+
+ AbortedPartCount
+
+
+ CyclePartStatus
+
+
+ CycleWeldTime
+
+
+ CycleWeldPeakPower
+
+
+ CycleWeldEnergy
+
+
+ ActiveSetup
+
+
+ RunningSetup
+
+
+ RunningMPCProbe
+
+
+ SelectedInputVoltage
+
+
+ RealTimePosition
+
+
+ RealTimeVelocity
+
+
+ PressPartStatusBadlo
+
+
+ PressPartStatusSuslo
+
+
+ PressPartStatusSushi
+
+
+ PressPartStatusBadhi
+
+
+ CycleTriggerTime
+
+
+ CycleTriggerPosition
+
+
+ CycleTriggerDelayTime
+
+
+ CycleTriggerDelayDistance
+
+
+ CycleWeld1Distance
+
+
+ CycleWeld1Position
+
+
+ CycleTotalTime
+
+
+ ClearSetup
+
+
+ RunScan
+
+
+ RunContinuously
+
+
+ RunWeld
+
+
+ RunTest
+
+
+ ClearError
+
+
+ OTFAmplitudeEnable
+
+
+ CycleStop
+
+
+ FrontPanelLockout0
+
+
+ FrontPanelLockout1
+
+
+ OTFAmpSetpoint
+
+
+ ActiveSetupSelection
+
+
+ RunningSetupSelection
+
+
+ RunningMPCProbeSelection
+
+
+ SetupChanged
+
+
+ InCycle
+
+
+ InCycleNoAB
+
+
+ OverTemp
+
+
+ InAfterBurst
+
+
+ InTest
+
+
+ InTestScan
+
+
+ MPCPresent
+
+
+ PowerOK
+
+
+ MPCReady
+
+
+ Pripravené
+
+
+ AnyFault
+
+
+ Preťaženie
+
+
+ Estop
+
+
+ Online
+
+
+ InHold
+
+
+ GoodPart
+
+
+ BadPart
+
+
+ SuspectPart
+
+
+ CycleStartReject
+
+
+ Regulácia amplitúdy
+
+
+ Regulácia výkonu
+
+
+ TriggerStatus
+
+
+ USStatus
+
\ No newline at end of file
diff --git a/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.sk.resx b/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.sk.resx
index fcc3cafed..31f8786cb 100644
--- a/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.sk.resx
+++ b/src/components.dukane.welders/src/AXOpen.Components.Dukane.Welders/Resources/PlcStringResources.sk.resx
@@ -153,4 +153,493 @@
TemplateTask20steps6 timeout.
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Pripravený
+
+
+ Spustite zváranie s časom
+
+
+ Požadované číslo nastavenia
+
+
+ Požadované číslo sondy
+
+
+ Požadovaný čas zvárania
+
+
+ Pokrok
+
+
+ Zmena nastavenia
+
+
+ Vymazanie chyby
+
+
+ Zmena sondy
+
+
+ CycleStopTask
+
+
+ Konfigurácia
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ ID hardvéru
+
+
+ LowerBadEnergyLimit
+
+
+ LowerSuspectEnergyLimit
+
+
+ UpperSuspectEnergyLimit
+
+
+ UpperBadEnergyLimit
+
+
+ LowerBadPowerLimit
+
+
+ LowerSuspectPowerLimit
+
+
+ UpperSuspectPowerLimit
+
+
+ UpperBadPowerLimit
+
+
+ LowerBadTimeLimit
+
+
+ LowerSuspectTimeLimit
+
+
+ UpperSuspectTimeLimit
+
+
+ UpperBadTimeLimit
+
+
+ GoodPart
+
+
+ BadPart
+
+
+ SuspectPart
+
+
+ Frekvencia preťaženia3
+
+
+ UnderVoltage1
+
+
+ OverAmplitudeFault
+
+
+ InternalError5
+
+
+ USVoltageOverload
+
+
+ AverageOverload
+
+
+ CurrentLoop
+
+
+ PowerNotOK
+
+
+ Prehriatie
+
+
+ InternalError1
+
+
+ InternalError2
+
+
+ InternalError3
+
+
+ InternalError4
+
+
+ FrequencyOverload1
+
+
+ FrequencyOverload2
+
+
+ PeakOverloadPositive
+
+
+ PeakOverloadNegative
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "iQtoPLCInputs
+
+
+ ID hardvéru podmodulu "out1
+
+
+ Weld1Position
+
+
+ ErrorStatus
+
+
+ TotalWeldTime
+
+
+ TotalWeldDistance
+
+
+ Celkové množstvo energie na zváranie
+
+
+ HoldTime
+
+
+ HoldDistance
+
+
+ TotalCycleTime
+
+
+ FinalHoldPosition
+
+
+ Weld1PeakForce
+
+
+ Weld1Distance
+
+
+ Weld1Energy
+
+
+ Weld1Power
+
+
+ Weld2Time
+
+
+ Weld2Distance
+
+
+ Weld2Energy
+
+
+ Weld2Power
+
+
+ Weld2Position
+
+
+ TriggerTime
+
+
+ TriggerPosition
+
+
+ AverageSensingVelocity
+
+
+ TriggerPressure
+
+
+ TriggerForce
+
+
+ TriggerDelayTime
+
+
+ TriggerDelayDistance
+
+
+ Weld1Time
+
+
+ TriggerDelay
+
+
+ ServoDNLimit
+
+
+ ServoTOSPosition
+
+
+ ForcedShutDown
+
+
+ TriggerLostEarly
+
+
+ TriggerLostWeld
+
+
+ LatchedBadPart
+
+
+ PreTriggerOverTravel
+
+
+ PartDetected
+
+
+ PreTriggerTime
+
+
+ TriggerTime
+
+
+ SystemErrorStatus
+
+
+ SystemInitiateError
+
+
+ SystemProcessError
+
+
+ GeneratorState
+
+
+ RealTimeAmplitude
+
+
+ RealTimeFrequency
+
+
+ RealTimePower
+
+
+ SystemStatus
+
+
+ Teplota
+
+
+ CycleCount
+
+
+ GoodPartCount
+
+
+ BadPartCount
+
+
+ SuspectPartCount
+
+
+ AbortedPartCount
+
+
+ CyclePartStatus
+
+
+ CycleWeldTime
+
+
+ CycleWeldPeakPower
+
+
+ CycleWeldEnergy
+
+
+ ActiveSetup
+
+
+ RunningSetup
+
+
+ RunningMPCProbe
+
+
+ SelectedInputVoltage
+
+
+ RealTimePosition
+
+
+ RealTimeVelocity
+
+
+ PressPartStatusBadlo
+
+
+ PressPartStatusSuslo
+
+
+ PressPartStatusSushi
+
+
+ PressPartStatusBadhi
+
+
+ CycleTriggerTime
+
+
+ CycleTriggerPosition
+
+
+ CycleTriggerDelayTime
+
+
+ CycleTriggerDelayDistance
+
+
+ CycleWeld1Distance
+
+
+ CycleWeld1Position
+
+
+ CycleTotalTime
+
+
+ ClearSetup
+
+
+ RunScan
+
+
+ RunContinuously
+
+
+ RunWeld
+
+
+ RunTest
+
+
+ ClearError
+
+
+ OTFAmplitudeEnable
+
+
+ CycleStop
+
+
+ FrontPanelLockout0
+
+
+ FrontPanelLockout1
+
+
+ OTFAmpSetpoint
+
+
+ ActiveSetupSelection
+
+
+ RunningSetupSelection
+
+
+ RunningMPCProbeSelection
+
+
+ SetupChanged
+
+
+ InCycle
+
+
+ InCycleNoAB
+
+
+ OverTemp
+
+
+ InAfterBurst
+
+
+ InTest
+
+
+ InTestScan
+
+
+ MPCPresent
+
+
+ PowerOK
+
+
+ MPCReady
+
+
+ AnyFault
+
+
+ Preťaženie
+
+
+ Estop
+
+
+ Online
+
+
+ InHold
+
+
+ GoodPart
+
+
+ BadPart
+
+
+ SuspectPart
+
+
+ CycleStartReject
+
+
+ Regulácia amplitúdy
+
+
+ Regulácia výkonu
+
+
+ TriggerStatus
+
+
+ USStatus
+
\ No newline at end of file
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.Designer.cs b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.Designer.cs
index d453f5387..35df26d67 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.Designer.cs
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,114 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Button Signal.
+ ///
+ public static string Button_Signal {
+ get {
+ return ResourceManager.GetString("Button_Signal", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Check off.
+ ///
+ public static string Check_off {
+ get {
+ return ResourceManager.GetString("Check_off", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Check on.
+ ///
+ public static string Check_on {
+ get {
+ return ResourceManager.GetString("Check_on", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Coding position.
+ ///
+ public static string Coding_position {
+ get {
+ return ResourceManager.GetString("Coding_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Current position.
+ ///
+ public static string Current_position {
+ get {
+ return ResourceManager.GetString("Current_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Direction.
+ ///
+ public static string Direction {
+ get {
+ return ResourceManager.GetString("Direction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enable turn.
+ ///
+ public static string Enable_turn {
+ get {
+ return ResourceManager.GetString("Enable_turn", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position.
+ ///
+ public static string In_position {
+ get {
+ return ResourceManager.GetString("In_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In precise position.
+ ///
+ public static string In_precise_position {
+ get {
+ return ResourceManager.GetString("In_precise_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InitPositionTask.
+ ///
+ public static string InitPositionTask {
+ get {
+ return ResourceManager.GetString("InitPositionTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to InitPositionTask timeout..
///
@@ -69,6 +177,168 @@ public static string InitPositionTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to LED Indicator.
+ ///
+ public static string LED_Indicator {
+ get {
+ return ResourceManager.GetString("LED_Indicator", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MessengerInfo.
+ ///
+ public static string MessengerInfo {
+ get {
+ return ResourceManager.GetString("MessengerInfo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Number of positions.
+ ///
+ public static string Number_of_positions {
+ get {
+ return ResourceManager.GetString("Number_of_positions", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Off.
+ ///
+ public static string Off {
+ get {
+ return ResourceManager.GetString("Off", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Offset.
+ ///
+ public static string Offset {
+ get {
+ return ResourceManager.GetString("Offset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to On.
+ ///
+ public static string On {
+ get {
+ return ResourceManager.GetString("On", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Raw range.
+ ///
+ public static string Raw_range {
+ get {
+ return ResourceManager.GetString("Raw_range", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Real range.
+ ///
+ public static string Real_range {
+ get {
+ return ResourceManager.GetString("Real_range", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Safety condition.
+ ///
+ public static string Safety_condition {
+ get {
+ return ResourceManager.GetString("Safety_condition", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scale value.
+ ///
+ public static string Scale_value {
+ get {
+ return ResourceManager.GetString("Scale_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SetPoint.
+ ///
+ public static string SetPoint {
+ get {
+ return ResourceManager.GetString("SetPoint", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Signal.
+ ///
+ public static string Signal {
+ get {
+ return ResourceManager.GetString("Signal", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start turn.
+ ///
+ public static string Start_turn {
+ get {
+ return ResourceManager.GetString("Start_turn", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Status.
+ ///
+ public static string Status {
+ get {
+ return ResourceManager.GetString("Status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to The safety condition is lost during movement..
///
@@ -78,6 +348,15 @@ public static string The_safety_condition_is_lost_during_movement_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Turn.
+ ///
+ public static string Turn {
+ get {
+ return ResourceManager.GetString("Turn", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TurnTask timeout..
///
@@ -86,5 +365,14 @@ public static string TurnTask_timeout_DOT_ {
return ResourceManager.GetString("TurnTask_timeout_DOT_", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Unscaled value.
+ ///
+ public static string Unscaled_value {
+ get {
+ return ResourceManager.GetString("Unscaled_value", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.de.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.de.resx
index 0e9e73def..650665c63 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.de.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.de.resx
@@ -126,4 +126,100 @@
InitPositionTask Zeitüberschreitung.
+
+ Status
+
+
+ MessengerInfo
+
+
+ Rohbereich
+
+
+ Reale Reichweite
+
+
+ Skalenwert
+
+
+ SetPoint
+
+
+ Unskalierter Wert
+
+
+ Taste Signal
+
+
+ LED-Anzeige
+
+
+ Signal
+
+
+ Überprüfen Sie
+
+
+ Abhaken
+
+
+ Auf
+
+
+ Aus
+
+
+ Drehen
+
+
+ Derzeitige Position
+
+
+ Wiederherstellen
+
+
+ InitPositionTask
+
+
+ Eingaben
+
+
+ Ausgaben
+
+
+ Info-Zeit
+
+
+ Fehlerzeit
+
+
+ Zeitüberschreitung der Aufgabe
+
+
+ Richtung
+
+
+ Anzahl der Positionen
+
+
+ Versetzt
+
+
+ Aktivieren Sie die Drehung
+
+
+ Startdrehung
+
+
+ Sicherheitsbedingungen
+
+
+ In Position
+
+
+ In präziser Position
+
+
+ Position der Kodierung
+
\ No newline at end of file
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.resx
index 7c4f6ad31..1f37ebf56 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.resx
@@ -58,6 +58,62 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Status
+ src\AxoAi\AxoAi.st,21
+
+
+ MessengerInfo
+ src\AxoAi\AxoAi.st,29
+
+
+ Raw range
+ src\AxoAi\AxoAiStatus.st,11
+
+
+ Real range
+ src\AxoAi\AxoAiStatus.st,17
+
+
+ Scale value
+ src\AxoAi\AxoAiStatus.st,22
+
+
+ SetPoint
+ src\AxoAo\AxoAo.st,14
+
+
+ Unscaled value
+ src\AxoAo\AxoAoStatus.st,21
+
+
+ Button Signal
+ src\AxoBacklitButton\AxoBacklitButton.st,10
+
+
+ LED Indicator
+ src\AxoBacklitButton\AxoBacklitButton.st,14
+
+
+ Signal
+ src\AxoDi\AxoDi.st,14
+
+
+ Check on
+ src\AxoDi\AxoDi.st,18
+
+
+ Check off
+ src\AxoDi\AxoDi.st,23
+
+
+ On
+ src\AxoDo\AxoDo.st,17
+
+
+ Off
+ src\AxoDo\AxoDo.st,21
+
The safety condition is lost during movement.
src\AxoRotaryIndexingTable\AxoRotaryIndexingTable.st,151
@@ -70,4 +126,76 @@
InitPositionTask timeout.
src\AxoRotaryIndexingTable\AxoRotaryIndexingTable.st,337
+
+ Turn
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable.st,12
+
+
+ Current position
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable.st,16
+
+
+ Restore
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable.st,23
+
+
+ InitPositionTask
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable.st,27
+
+
+ Inputs
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable.st,51
+
+
+ Outputs
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable.st,57
+
+
+ Info time
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_Config.st,5
+
+
+ Error time
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_Config.st,7
+
+
+ Task timeout
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_Config.st,9
+
+
+ Direction
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_Config.st,11
+
+
+ Number of positions
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_Config.st,13
+
+
+ Offset
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_Config.st,15
+
+
+ Enable turn
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_Control.st,5
+
+
+ Start turn
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_Control.st,7
+
+
+ Safety condition
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_State.st,5
+
+
+ In position
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_State.st,7
+
+
+ In precise position
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_State.st,9
+
+
+ Coding position
+ src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_State.st,11
+
\ No newline at end of file
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk-SK.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk-SK.resx
index 98fab72c4..d72b1ce2a 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk-SK.resx
@@ -67,4 +67,100 @@
Časový limit úlohy InitPositionTask.
+
+ Stav
+
+
+ MessengerInfo
+
+
+ Surový rozsah
+
+
+ Skutočný rozsah
+
+
+ Hodnota stupnice
+
+
+ SetPoint
+
+
+ Neškálovaná hodnota
+
+
+ Signál tlačidla
+
+
+ Indikátor LED
+
+
+ Signál
+
+
+ Skontrolujte, či
+
+
+ Zaškrtnite
+
+
+ Na stránke
+
+
+ Vypnuté
+
+
+ Otočte
+
+
+ Súčasná pozícia
+
+
+ Obnovenie
+
+
+ InitPositionTask
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Smer
+
+
+ Počet pozícií
+
+
+ Ofset
+
+
+ Povolenie otáčania
+
+
+ Začiatok otáčania
+
+
+ Bezpečnostný stav
+
+
+ V polohe
+
+
+ V presnej polohe
+
+
+ Pozícia kódovania
+
\ No newline at end of file
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk.resx
index 10aa9fbc6..610466f5b 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk.resx
@@ -126,4 +126,100 @@
Časový limit úlohy InitPositionTask.
+
+ Signál
+
+
+ Otočte
+
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ V polohe
+
+
+ V presnej polohe
+
+
+ Stav
+
+
+ MessengerInfo
+
+
+ Surový rozsah
+
+
+ Skutočný rozsah
+
+
+ Hodnota stupnice
+
+
+ SetPoint
+
+
+ Neškálovaná hodnota
+
+
+ Signál tlačidla
+
+
+ Indikátor LED
+
+
+ Skontrolujte, či
+
+
+ Zaškrtnite
+
+
+ Na stránke
+
+
+ Vypnuté
+
+
+ Súčasná pozícia
+
+
+ InitPositionTask
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Smer
+
+
+ Počet pozícií
+
+
+ Ofset
+
+
+ Povolenie otáčania
+
+
+ Začiatok otáčania
+
+
+ Bezpečnostný stav
+
+
+ Pozícia kódovania
+
\ No newline at end of file
diff --git a/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.Designer.cs b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.Designer.cs
index 4addcda42..ed696df58 100644
--- a/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.Designer.cs
+++ b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.Designer.cs
@@ -59,5 +59,1391 @@ internal PlcStringResources() {
resourceCulture = value;
}
}
+
+ ///
+ /// Looks up a localized string similar to acknowledgeFault.
+ ///
+ public static string acknowledgeFault {
+ get {
+ return ResourceManager.GetString("acknowledgeFault", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to acknowledgeTraversingBlockActivated.
+ ///
+ public static string acknowledgeTraversingBlockActivated {
+ get {
+ return ResourceManager.GetString("acknowledgeTraversingBlockActivated", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to activateTraversing.
+ ///
+ public static string activateTraversing {
+ get {
+ return ResourceManager.GetString("activateTraversing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to axisAccelerates.
+ ///
+ public static string axisAccelerates {
+ get {
+ return ResourceManager.GetString("axisAccelerates", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to axisDecelerates.
+ ///
+ public static string axisDecelerates {
+ get {
+ return ResourceManager.GetString("axisDecelerates", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to AxisNo.
+ ///
+ public static string AxisNo {
+ get {
+ return ResourceManager.GetString("AxisNo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Busy.
+ ///
+ public static string Busy {
+ get {
+ return ResourceManager.GetString("Busy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to cancelTraversing.
+ ///
+ public static string cancelTraversing {
+ get {
+ return ResourceManager.GetString("cancelTraversing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to controlByPlc.
+ ///
+ public static string controlByPlc {
+ get {
+ return ResourceManager.GetString("controlByPlc", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to controlRequest.
+ ///
+ public static string controlRequest {
+ get {
+ return ResourceManager.GetString("controlRequest", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit8.
+ ///
+ public static string deviceSpecificBit_EIGHT_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_EIGHT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit5.
+ ///
+ public static string deviceSpecificBit_FIVE_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_FIVE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit4.
+ ///
+ public static string deviceSpecificBit_FOUR_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit9.
+ ///
+ public static string deviceSpecificBit_NINE_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_NINE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit1.
+ ///
+ public static string deviceSpecificBit_ONE_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit11.
+ ///
+ public static string deviceSpecificBit_ONE__ONE_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_ONE__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit10.
+ ///
+ public static string deviceSpecificBit_ONE__ZERO_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_ONE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit7.
+ ///
+ public static string deviceSpecificBit_SEVEN_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_SEVEN_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit6.
+ ///
+ public static string deviceSpecificBit_SIX_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_SIX_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit3.
+ ///
+ public static string deviceSpecificBit_THREE_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit2.
+ ///
+ public static string deviceSpecificBit_TWO_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to deviceSpecificBit0.
+ ///
+ public static string deviceSpecificBit_ZERO_ {
+ get {
+ return ResourceManager.GetString("deviceSpecificBit_ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Done.
+ ///
+ public static string Done {
+ get {
+ return ResourceManager.GetString("Done", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to doSignOfLifeBit1.
+ ///
+ public static string doSignOfLifeBit_ONE_ {
+ get {
+ return ResourceManager.GetString("doSignOfLifeBit_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to doSignOfLifeBit3.
+ ///
+ public static string doSignOfLifeBit_THREE_ {
+ get {
+ return ResourceManager.GetString("doSignOfLifeBit_THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to doSignOfLifeBit2.
+ ///
+ public static string doSignOfLifeBit_TWO_ {
+ get {
+ return ResourceManager.GetString("doSignOfLifeBit_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to doSignOfLifeBit0.
+ ///
+ public static string doSignOfLifeBit_ZERO_ {
+ get {
+ return ResourceManager.GetString("doSignOfLifeBit_ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to driveStopped.
+ ///
+ public static string driveStopped {
+ get {
+ return ResourceManager.GetString("driveStopped", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enable.
+ ///
+ public static string Enable {
+ get {
+ return ResourceManager.GetString("Enable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to enableOperation.
+ ///
+ public static string enableOperation {
+ get {
+ return ResourceManager.GetString("enableOperation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error.
+ ///
+ public static string Error {
+ get {
+ return ResourceManager.GetString("Error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ErrorId.
+ ///
+ public static string ErrorId {
+ get {
+ return ResourceManager.GetString("ErrorId", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ExternalBlockChange.
+ ///
+ public static string ExternalBlockChange {
+ get {
+ return ResourceManager.GetString("ExternalBlockChange", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Fault_Code.
+ ///
+ public static string Fault_UNDERSCORE_Code {
+ get {
+ return ResourceManager.GetString("Fault_UNDERSCORE_Code", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to faultPresent.
+ ///
+ public static string faultPresent {
+ get {
+ return ResourceManager.GetString("faultPresent", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to FlyingRef.
+ ///
+ public static string FlyingRef {
+ get {
+ return ResourceManager.GetString("FlyingRef", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to followingErrorInTolerance.
+ ///
+ public static string followingErrorInTolerance {
+ get {
+ return ResourceManager.GetString("followingErrorInTolerance", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'DoServo' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_DoServo_APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_DoServo_APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'DoServo' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_DoServo_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_DoServo_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'EmptyModule_1' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_EmptyModule_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_EmptyModule_UNDERSCORE__ONE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'EmptyModule_2' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_EmptyModule_UNDERSCORE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_EmptyModule_UNDERSCORE__TWO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'ModuleAccessPoint' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_ModuleAccessPoint_APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_ModuleAccessPoint_APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Telegram111' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Telegram_ONE__ONE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Telegram_ONE__ONE__ONE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Telegram750' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Telegram_SEVEN__FIVE__ZERO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Telegram_SEVEN__FIVE__ZERO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID Device.
+ ///
+ public static string Hardware_ID_Device {
+ get {
+ return ResourceManager.GetString("Hardware_ID_Device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to HardwareId.
+ ///
+ public static string HardwareId {
+ get {
+ return ResourceManager.GetString("HardwareId", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to homePosSet.
+ ///
+ public static string homePosSet {
+ get {
+ return ResourceManager.GetString("homePosSet", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to HW-Limit.
+ ///
+ public static string HW_DASH_Limit {
+ get {
+ return ResourceManager.GetString("HW_DASH_Limit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to IN.
+ ///
+ public static string IN {
+ get {
+ return ResourceManager.GetString("IN", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to intermediateStop.
+ ///
+ public static string intermediateStop {
+ get {
+ return ResourceManager.GetString("intermediateStop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to jog1.
+ ///
+ public static string jog_ONE_ {
+ get {
+ return ResourceManager.GetString("jog_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to jog2.
+ ///
+ public static string jog_TWO_ {
+ get {
+ return ResourceManager.GetString("jog_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to jog_inc.
+ ///
+ public static string jog_UNDERSCORE_inc {
+ get {
+ return ResourceManager.GetString("jog_UNDERSCORE_inc", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to M_Actual.
+ ///
+ public static string M_UNDERSCORE_Actual {
+ get {
+ return ResourceManager.GetString("M_UNDERSCORE_Actual", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to M_ADD1.
+ ///
+ public static string M_UNDERSCORE_ADD_ONE_ {
+ get {
+ return ResourceManager.GetString("M_UNDERSCORE_ADD_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to M_LIMIT_NEG.
+ ///
+ public static string M_UNDERSCORE_LIMIT_UNDERSCORE_NEG {
+ get {
+ return ResourceManager.GetString("M_UNDERSCORE_LIMIT_UNDERSCORE_NEG", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to M_LIMIT_POS.
+ ///
+ public static string M_UNDERSCORE_LIMIT_UNDERSCORE_POS {
+ get {
+ return ResourceManager.GetString("M_UNDERSCORE_LIMIT_UNDERSCORE_POS", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MDI_ACC.
+ ///
+ public static string MDI_UNDERSCORE_ACC {
+ get {
+ return ResourceManager.GetString("MDI_UNDERSCORE_ACC", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MDI_Activate.
+ ///
+ public static string MDI_UNDERSCORE_Activate {
+ get {
+ return ResourceManager.GetString("MDI_UNDERSCORE_Activate", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MDI_DEC.
+ ///
+ public static string MDI_UNDERSCORE_DEC {
+ get {
+ return ResourceManager.GetString("MDI_UNDERSCORE_DEC", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MDI_MOD.
+ ///
+ public static string MDI_UNDERSCORE_MOD {
+ get {
+ return ResourceManager.GetString("MDI_UNDERSCORE_MOD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MDI_TARPOS.
+ ///
+ public static string MDI_UNDERSCORE_TARPOS {
+ get {
+ return ResourceManager.GetString("MDI_UNDERSCORE_TARPOS", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MDI_VELOCITY.
+ ///
+ public static string MDI_UNDERSCORE_VELOCITY {
+ get {
+ return ResourceManager.GetString("MDI_UNDERSCORE_VELOCITY", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MELDW.
+ ///
+ public static string MELDW {
+ get {
+ return ResourceManager.GetString("MELDW", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NegModulo.
+ ///
+ public static string NegModulo {
+ get {
+ return ResourceManager.GetString("NegModulo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NIST_B.
+ ///
+ public static string NIST_UNDERSCORE_B {
+ get {
+ return ResourceManager.GetString("NIST_UNDERSCORE_B", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to noCoastingActive.
+ ///
+ public static string noCoastingActive {
+ get {
+ return ResourceManager.GetString("noCoastingActive", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to noCoastStop.
+ ///
+ public static string noCoastStop {
+ get {
+ return ResourceManager.GetString("noCoastStop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to noQuickStop.
+ ///
+ public static string noQuickStop {
+ get {
+ return ResourceManager.GetString("noQuickStop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to noQuickStopActive.
+ ///
+ public static string noQuickStopActive {
+ get {
+ return ResourceManager.GetString("noQuickStopActive", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to on.
+ ///
+ public static string on {
+ get {
+ return ResourceManager.GetString("on", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to operationEnabled.
+ ///
+ public static string operationEnabled {
+ get {
+ return ResourceManager.GetString("operationEnabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to OUT.
+ ///
+ public static string OUT {
+ get {
+ return ResourceManager.GetString("OUT", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Override.
+ ///
+ public static string Override {
+ get {
+ return ResourceManager.GetString("Override", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ParameterNo.
+ ///
+ public static string ParameterNo {
+ get {
+ return ResourceManager.GetString("ParameterNo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to POS_STW1.
+ ///
+ public static string POS_UNDERSCORE_STW_ONE_ {
+ get {
+ return ResourceManager.GetString("POS_UNDERSCORE_STW_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to POS_STW2.
+ ///
+ public static string POS_UNDERSCORE_STW_TWO_ {
+ get {
+ return ResourceManager.GetString("POS_UNDERSCORE_STW_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to POS_ZSW1.
+ ///
+ public static string POS_UNDERSCORE_ZSW_ONE_ {
+ get {
+ return ResourceManager.GetString("POS_UNDERSCORE_ZSW_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to POS_ZSW2.
+ ///
+ public static string POS_UNDERSCORE_ZSW_TWO_ {
+ get {
+ return ResourceManager.GetString("POS_UNDERSCORE_ZSW_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PosModulo.
+ ///
+ public static string PosModulo {
+ get {
+ return ResourceManager.GetString("PosModulo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ProbeEdgeEval.
+ ///
+ public static string ProbeEdgeEval {
+ get {
+ return ResourceManager.GetString("ProbeEdgeEval", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ReadWrite.
+ ///
+ public static string ReadWrite {
+ get {
+ return ResourceManager.GetString("ReadWrite", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ready.
+ ///
+ public static string ready {
+ get {
+ return ResourceManager.GetString("ready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to readyForSwitchOn.
+ ///
+ public static string readyForSwitchOn {
+ get {
+ return ResourceManager.GetString("readyForSwitchOn", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ReleaseBrake.
+ ///
+ public static string ReleaseBrake {
+ get {
+ return ResourceManager.GetString("ReleaseBrake", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reserved.
+ ///
+ public static string Reserved {
+ get {
+ return ResourceManager.GetString("Reserved", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved5.
+ ///
+ public static string reserved_FIVE_ {
+ get {
+ return ResourceManager.GetString("reserved_FIVE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved4.
+ ///
+ public static string reserved_FOUR_ {
+ get {
+ return ResourceManager.GetString("reserved_FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved9.
+ ///
+ public static string reserved_NINE_ {
+ get {
+ return ResourceManager.GetString("reserved_NINE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved1.
+ ///
+ public static string reserved_ONE_ {
+ get {
+ return ResourceManager.GetString("reserved_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved15.
+ ///
+ public static string reserved_ONE__FIVE_ {
+ get {
+ return ResourceManager.GetString("reserved_ONE__FIVE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved14.
+ ///
+ public static string reserved_ONE__FOUR_ {
+ get {
+ return ResourceManager.GetString("reserved_ONE__FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved11.
+ ///
+ public static string reserved_ONE__ONE_ {
+ get {
+ return ResourceManager.GetString("reserved_ONE__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved13.
+ ///
+ public static string reserved_ONE__THREE_ {
+ get {
+ return ResourceManager.GetString("reserved_ONE__THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved12.
+ ///
+ public static string reserved_ONE__TWO_ {
+ get {
+ return ResourceManager.GetString("reserved_ONE__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved10.
+ ///
+ public static string reserved_ONE__ZERO_ {
+ get {
+ return ResourceManager.GetString("reserved_ONE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved7.
+ ///
+ public static string reserved_SEVEN_ {
+ get {
+ return ResourceManager.GetString("reserved_SEVEN_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved6.
+ ///
+ public static string reserved_SIX_ {
+ get {
+ return ResourceManager.GetString("reserved_SIX_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved3.
+ ///
+ public static string reserved_THREE_ {
+ get {
+ return ResourceManager.GetString("reserved_THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved2.
+ ///
+ public static string reserved_TWO_ {
+ get {
+ return ResourceManager.GetString("reserved_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to reserved0.
+ ///
+ public static string reserved_ZERO_ {
+ get {
+ return ResourceManager.GetString("reserved_ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual acceleration.
+ ///
+ public static string Scaling_constant_actual_acceleration {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual deceleration.
+ ///
+ public static string Scaling_constant_actual_deceleration {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_deceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual jerk.
+ ///
+ public static string Scaling_constant_actual_jerk {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual position.
+ ///
+ public static string Scaling_constant_actual_position {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual torque.
+ ///
+ public static string Scaling_constant_actual_torque {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_torque", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual velocity.
+ ///
+ public static string Scaling_constant_actual_velocity {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required acceleration.
+ ///
+ public static string Scaling_constant_required_acceleration {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required deceleration.
+ ///
+ public static string Scaling_constant_required_deceleration {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_deceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required jerk.
+ ///
+ public static string Scaling_constant_required_jerk {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required position.
+ ///
+ public static string Scaling_constant_required_position {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required torque.
+ ///
+ public static string Scaling_constant_required_torque {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_torque", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required velocity.
+ ///
+ public static string Scaling_constant_required_velocity {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SelectProbe.
+ ///
+ public static string SelectProbe {
+ get {
+ return ResourceManager.GetString("SelectProbe", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SetReferencePoint.
+ ///
+ public static string SetReferencePoint {
+ get {
+ return ResourceManager.GetString("SetReferencePoint", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SetupMode.
+ ///
+ public static string SetupMode {
+ get {
+ return ResourceManager.GetString("SetupMode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to signOfLifeBit1.
+ ///
+ public static string signOfLifeBit_ONE_ {
+ get {
+ return ResourceManager.GetString("signOfLifeBit_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to signOfLifeBit3.
+ ///
+ public static string signOfLifeBit_THREE_ {
+ get {
+ return ResourceManager.GetString("signOfLifeBit_THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to signOfLifeBit2.
+ ///
+ public static string signOfLifeBit_TWO_ {
+ get {
+ return ResourceManager.GetString("signOfLifeBit_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to signOfLifeBit0.
+ ///
+ public static string signOfLifeBit_ZERO_ {
+ get {
+ return ResourceManager.GetString("signOfLifeBit_ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to StartHoming.
+ ///
+ public static string StartHoming {
+ get {
+ return ResourceManager.GetString("StartHoming", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to STW1.
+ ///
+ public static string STW_ONE_ {
+ get {
+ return ResourceManager.GetString("STW_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to STW2.
+ ///
+ public static string STW_TWO_ {
+ get {
+ return ResourceManager.GetString("STW_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Subindex.
+ ///
+ public static string Subindex {
+ get {
+ return ResourceManager.GetString("Subindex", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SW-Limit.
+ ///
+ public static string SW_DASH_Limit {
+ get {
+ return ResourceManager.GetString("SW_DASH_Limit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to switchingOnInhibitedActive.
+ ///
+ public static string switchingOnInhibitedActive {
+ get {
+ return ResourceManager.GetString("switchingOnInhibitedActive", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to targetPosReached.
+ ///
+ public static string targetPosReached {
+ get {
+ return ResourceManager.GetString("targetPosReached", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Telegram111 Inputs.
+ ///
+ public static string Telegram_ONE__ONE__ONE__Inputs {
+ get {
+ return ResourceManager.GetString("Telegram_ONE__ONE__ONE__Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Telegram111 Outputs.
+ ///
+ public static string Telegram_ONE__ONE__ONE__Outputs {
+ get {
+ return ResourceManager.GetString("Telegram_ONE__ONE__ONE__Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Telegram750 Inputs.
+ ///
+ public static string Telegram_SEVEN__FIVE__ZERO__Inputs {
+ get {
+ return ResourceManager.GetString("Telegram_SEVEN__FIVE__ZERO__Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Telegram750 Outputs.
+ ///
+ public static string Telegram_SEVEN__FIVE__ZERO__Outputs {
+ get {
+ return ResourceManager.GetString("Telegram_SEVEN__FIVE__ZERO__Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trackingmode.
+ ///
+ public static string Trackingmode {
+ get {
+ return ResourceManager.GetString("Trackingmode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to travBlockBit5.
+ ///
+ public static string travBlockBit_FIVE_ {
+ get {
+ return ResourceManager.GetString("travBlockBit_FIVE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to travBlockBit4.
+ ///
+ public static string travBlockBit_FOUR_ {
+ get {
+ return ResourceManager.GetString("travBlockBit_FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to travBlockBit1.
+ ///
+ public static string travBlockBit_ONE_ {
+ get {
+ return ResourceManager.GetString("travBlockBit_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to travBlockBit6.
+ ///
+ public static string travBlockBit_SIX_ {
+ get {
+ return ResourceManager.GetString("travBlockBit_SIX_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to travBlockBit3.
+ ///
+ public static string travBlockBit_THREE_ {
+ get {
+ return ResourceManager.GetString("travBlockBit_THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to travBlockBit2.
+ ///
+ public static string travBlockBit_TWO_ {
+ get {
+ return ResourceManager.GetString("travBlockBit_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to travBlockBit0.
+ ///
+ public static string travBlockBit_ZERO_ {
+ get {
+ return ResourceManager.GetString("travBlockBit_ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TravelToFixStop.
+ ///
+ public static string TravelToFixStop {
+ get {
+ return ResourceManager.GetString("TravelToFixStop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ValueReadBOOL.
+ ///
+ public static string ValueReadBOOL {
+ get {
+ return ResourceManager.GetString("ValueReadBOOL", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ValueReadLINT.
+ ///
+ public static string ValueReadLINT {
+ get {
+ return ResourceManager.GetString("ValueReadLINT", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ValueReadREAL.
+ ///
+ public static string ValueReadREAL {
+ get {
+ return ResourceManager.GetString("ValueReadREAL", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ValueWriteBOOL.
+ ///
+ public static string ValueWriteBOOL {
+ get {
+ return ResourceManager.GetString("ValueWriteBOOL", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ValueWriteLINT.
+ ///
+ public static string ValueWriteLINT {
+ get {
+ return ResourceManager.GetString("ValueWriteLINT", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ValueWriteREAL.
+ ///
+ public static string ValueWriteREAL {
+ get {
+ return ResourceManager.GetString("ValueWriteREAL", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Warn_Code.
+ ///
+ public static string Warn_UNDERSCORE_Code {
+ get {
+ return ResourceManager.GetString("Warn_UNDERSCORE_Code", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to warningActive.
+ ///
+ public static string warningActive {
+ get {
+ return ResourceManager.GetString("warningActive", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to XIST_A.
+ ///
+ public static string XIST_UNDERSCORE_A {
+ get {
+ return ResourceManager.GetString("XIST_UNDERSCORE_A", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ZSW1.
+ ///
+ public static string ZSW_ONE_ {
+ get {
+ return ResourceManager.GetString("ZSW_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ZSW2.
+ ///
+ public static string ZSW_TWO_ {
+ get {
+ return ResourceManager.GetString("ZSW_TWO_", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.resx b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.resx
index e8ae276d9..703487424 100644
--- a/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.resx
+++ b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.resx
@@ -58,4 +58,620 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Update diagnostics
+ src\AxoCmmtAs\AxoCmmtAs.st,27
+
+
+ Scaling constant required position
+ src\AxoCmmtAs\AxoCmmtAs.st,40
+
+
+ Scaling constant actual position
+ src\AxoCmmtAs\AxoCmmtAs.st,45
+
+
+ Scaling constant required velocity
+ src\AxoCmmtAs\AxoCmmtAs.st,50
+
+
+ Scaling constant actual velocity
+ src\AxoCmmtAs\AxoCmmtAs.st,55
+
+
+ Scaling constant required torque
+ src\AxoCmmtAs\AxoCmmtAs.st,60
+
+
+ Scaling constant actual torque
+ src\AxoCmmtAs\AxoCmmtAs.st,65
+
+
+ Scaling constant required acceleration
+ src\AxoCmmtAs\AxoCmmtAs.st,70
+
+
+ Scaling constant actual acceleration
+ src\AxoCmmtAs\AxoCmmtAs.st,75
+
+
+ Scaling constant required deceleration
+ src\AxoCmmtAs\AxoCmmtAs.st,80
+
+
+ Scaling constant actual deceleration
+ src\AxoCmmtAs\AxoCmmtAs.st,85
+
+
+ Scaling constant required jerk
+ src\AxoCmmtAs\AxoCmmtAs.st,90
+
+
+ Scaling constant actual jerk
+ src\AxoCmmtAs\AxoCmmtAs.st,95
+
+
+ Inputs
+ src\PROFIdrive\AxoPROFIdriveParametrization.st,9
+
+
+ Outputs
+ src\PROFIdrive\AxoPROFIdriveParametrization.st,13
+
+
+ Enable
+ src\PROFIdrive\AxoPROFIdriveParametrizationIn.st,8
+
+
+ ReadWrite
+ src\PROFIdrive\AxoPROFIdriveParametrizationIn.st,10
+
+
+ ParameterNo
+ src\PROFIdrive\AxoPROFIdriveParametrizationIn.st,12
+
+
+ Subindex
+ src\PROFIdrive\AxoPROFIdriveParametrizationIn.st,14
+
+
+ AxisNo
+ src\PROFIdrive\AxoPROFIdriveParametrizationIn.st,16
+
+
+ HardwareId
+ src\PROFIdrive\AxoPROFIdriveParametrizationIn.st,18
+
+
+ ValueWriteREAL
+ src\PROFIdrive\AxoPROFIdriveParametrizationIn.st,20
+
+
+ ValueWriteLINT
+ src\PROFIdrive\AxoPROFIdriveParametrizationIn.st,22
+
+
+ ValueWriteBOOL
+ src\PROFIdrive\AxoPROFIdriveParametrizationIn.st,24
+
+
+ ValueReadREAL
+ src\PROFIdrive\AxoPROFIdriveParametrizationOut.st,8
+
+
+ ValueReadLINT
+ src\PROFIdrive\AxoPROFIdriveParametrizationOut.st,10
+
+
+ ValueReadBOOL
+ src\PROFIdrive\AxoPROFIdriveParametrizationOut.st,12
+
+
+ Busy
+ src\PROFIdrive\AxoPROFIdriveParametrizationOut.st,14
+
+
+ Done
+ src\PROFIdrive\AxoPROFIdriveParametrizationOut.st,16
+
+
+ Error
+ src\PROFIdrive\AxoPROFIdriveParametrizationOut.st,18
+
+
+ ErrorId
+ src\PROFIdrive\AxoPROFIdriveParametrizationOut.st,20
+
+
+ jog1
+ src\PROFIdrive\PROFIdriveTelegram_111.st,7
+
+
+ jog2
+ src\PROFIdrive\PROFIdriveTelegram_111.st,9
+
+
+ controlByPlc
+ src\PROFIdrive\PROFIdriveTelegram_111.st,11
+
+
+ StartHoming
+ src\PROFIdrive\PROFIdriveTelegram_111.st,13
+
+
+ ReleaseBrake
+ src\PROFIdrive\PROFIdriveTelegram_111.st,15
+
+
+ ExternalBlockChange
+ src\PROFIdrive\PROFIdriveTelegram_111.st,17
+
+
+ reserved14
+ src\PROFIdrive\PROFIdriveTelegram_111.st,19
+
+
+ reserved15
+ src\PROFIdrive\PROFIdriveTelegram_111.st,21
+
+
+ on
+ src\PROFIdrive\PROFIdriveTelegram_111.st,23
+
+
+ noCoastStop
+ src\PROFIdrive\PROFIdriveTelegram_111.st,25
+
+
+ noQuickStop
+ src\PROFIdrive\PROFIdriveTelegram_111.st,27
+
+
+ enableOperation
+ src\PROFIdrive\PROFIdriveTelegram_111.st,29
+
+
+ cancelTraversing
+ src\PROFIdrive\PROFIdriveTelegram_111.st,31
+
+
+ intermediateStop
+ src\PROFIdrive\PROFIdriveTelegram_111.st,33
+
+
+ activateTraversing
+ src\PROFIdrive\PROFIdriveTelegram_111.st,35
+
+
+ acknowledgeFault
+ src\PROFIdrive\PROFIdriveTelegram_111.st,37
+
+
+ MDI_MOD
+ src\PROFIdrive\PROFIdriveTelegram_111.st,47
+
+
+ PosModulo
+ src\PROFIdrive\PROFIdriveTelegram_111.st,49
+
+
+ NegModulo
+ src\PROFIdrive\PROFIdriveTelegram_111.st,51
+
+
+ reserved11
+ src\PROFIdrive\PROFIdriveTelegram_111.st,53
+
+
+ reserved12
+ src\PROFIdrive\PROFIdriveTelegram_111.st,55
+
+
+ reserved13
+ src\PROFIdrive\PROFIdriveTelegram_111.st,57
+
+
+ SetupMode
+ src\PROFIdrive\PROFIdriveTelegram_111.st,59
+
+
+ MDI_Activate
+ src\PROFIdrive\PROFIdriveTelegram_111.st,61
+
+
+ travBlockBit0
+ src\PROFIdrive\PROFIdriveTelegram_111.st,63
+
+
+ travBlockBit1
+ src\PROFIdrive\PROFIdriveTelegram_111.st,65
+
+
+ travBlockBit2
+ src\PROFIdrive\PROFIdriveTelegram_111.st,67
+
+
+ travBlockBit3
+ src\PROFIdrive\PROFIdriveTelegram_111.st,69
+
+
+ travBlockBit4
+ src\PROFIdrive\PROFIdriveTelegram_111.st,71
+
+
+ travBlockBit5
+ src\PROFIdrive\PROFIdriveTelegram_111.st,73
+
+
+ travBlockBit6
+ src\PROFIdrive\PROFIdriveTelegram_111.st,75
+
+
+ reserved7
+ src\PROFIdrive\PROFIdriveTelegram_111.st,77
+
+
+ FlyingRef
+ src\PROFIdrive\PROFIdriveTelegram_111.st,87
+
+
+ reserved9
+ src\PROFIdrive\PROFIdriveTelegram_111.st,89
+
+
+ SelectProbe
+ src\PROFIdrive\PROFIdriveTelegram_111.st,91
+
+
+ ProbeEdgeEval
+ src\PROFIdrive\PROFIdriveTelegram_111.st,93
+
+
+ SW-Limit
+ src\PROFIdrive\PROFIdriveTelegram_111.st,99
+
+
+ HW-Limit
+ src\PROFIdrive\PROFIdriveTelegram_111.st,101
+
+
+ Trackingmode
+ src\PROFIdrive\PROFIdriveTelegram_111.st,103
+
+
+ SetReferencePoint
+ src\PROFIdrive\PROFIdriveTelegram_111.st,105
+
+
+ reserved2
+ src\PROFIdrive\PROFIdriveTelegram_111.st,107
+
+
+ reserved3
+ src\PROFIdrive\PROFIdriveTelegram_111.st,109
+
+
+ reserved4
+ src\PROFIdrive\PROFIdriveTelegram_111.st,111
+
+
+ jog_inc
+ src\PROFIdrive\PROFIdriveTelegram_111.st,113
+
+
+ reserved6
+ src\PROFIdrive\PROFIdriveTelegram_111.st,115
+
+
+ TravelToFixStop
+ src\PROFIdrive\PROFIdriveTelegram_111.st,127
+
+
+ reserved10
+ src\PROFIdrive\PROFIdriveTelegram_111.st,131
+
+
+ signOfLifeBit0
+ src\PROFIdrive\PROFIdriveTelegram_111.st,135
+
+
+ signOfLifeBit1
+ src\PROFIdrive\PROFIdriveTelegram_111.st,137
+
+
+ signOfLifeBit2
+ src\PROFIdrive\PROFIdriveTelegram_111.st,139
+
+
+ signOfLifeBit3
+ src\PROFIdrive\PROFIdriveTelegram_111.st,141
+
+
+ reserved0
+ src\PROFIdrive\PROFIdriveTelegram_111.st,143
+
+
+ reserved1
+ src\PROFIdrive\PROFIdriveTelegram_111.st,145
+
+
+ reserved5
+ src\PROFIdrive\PROFIdriveTelegram_111.st,153
+
+
+ STW1
+ src\PROFIdrive\PROFIdriveTelegram_111.st,168
+
+
+ POS_STW1
+ src\PROFIdrive\PROFIdriveTelegram_111.st,172
+
+
+ POS_STW2
+ src\PROFIdrive\PROFIdriveTelegram_111.st,176
+
+
+ STW2
+ src\PROFIdrive\PROFIdriveTelegram_111.st,180
+
+
+ Override
+ src\PROFIdrive\PROFIdriveTelegram_111.st,183
+
+
+ MDI_TARPOS
+ src\PROFIdrive\PROFIdriveTelegram_111.st,185
+
+
+ MDI_VELOCITY
+ src\PROFIdrive\PROFIdriveTelegram_111.st,187
+
+
+ MDI_ACC
+ src\PROFIdrive\PROFIdriveTelegram_111.st,189
+
+
+ MDI_DEC
+ src\PROFIdrive\PROFIdriveTelegram_111.st,191
+
+
+ followingErrorInTolerance
+ src\PROFIdrive\PROFIdriveTelegram_111.st,204
+
+
+ controlRequest
+ src\PROFIdrive\PROFIdriveTelegram_111.st,206
+
+
+ targetPosReached
+ src\PROFIdrive\PROFIdriveTelegram_111.st,208
+
+
+ homePosSet
+ src\PROFIdrive\PROFIdriveTelegram_111.st,210
+
+
+ acknowledgeTraversingBlockActivated
+ src\PROFIdrive\PROFIdriveTelegram_111.st,212
+
+
+ driveStopped
+ src\PROFIdrive\PROFIdriveTelegram_111.st,214
+
+
+ axisAccelerates
+ src\PROFIdrive\PROFIdriveTelegram_111.st,216
+
+
+ axisDecelerates
+ src\PROFIdrive\PROFIdriveTelegram_111.st,218
+
+
+ readyForSwitchOn
+ src\PROFIdrive\PROFIdriveTelegram_111.st,220
+
+
+ ready
+ src\PROFIdrive\PROFIdriveTelegram_111.st,222
+
+
+ operationEnabled
+ src\PROFIdrive\PROFIdriveTelegram_111.st,224
+
+
+ faultPresent
+ src\PROFIdrive\PROFIdriveTelegram_111.st,226
+
+
+ noCoastingActive
+ src\PROFIdrive\PROFIdriveTelegram_111.st,228
+
+
+ noQuickStopActive
+ src\PROFIdrive\PROFIdriveTelegram_111.st,230
+
+
+ switchingOnInhibitedActive
+ src\PROFIdrive\PROFIdriveTelegram_111.st,232
+
+
+ warningActive
+ src\PROFIdrive\PROFIdriveTelegram_111.st,234
+
+
+ deviceSpecificBit8
+ src\PROFIdrive\PROFIdriveTelegram_111.st,244
+
+
+ deviceSpecificBit9
+ src\PROFIdrive\PROFIdriveTelegram_111.st,246
+
+
+ deviceSpecificBit10
+ src\PROFIdrive\PROFIdriveTelegram_111.st,248
+
+
+ deviceSpecificBit11
+ src\PROFIdrive\PROFIdriveTelegram_111.st,250
+
+
+ doSignOfLifeBit0
+ src\PROFIdrive\PROFIdriveTelegram_111.st,252
+
+
+ doSignOfLifeBit1
+ src\PROFIdrive\PROFIdriveTelegram_111.st,254
+
+
+ doSignOfLifeBit2
+ src\PROFIdrive\PROFIdriveTelegram_111.st,256
+
+
+ doSignOfLifeBit3
+ src\PROFIdrive\PROFIdriveTelegram_111.st,258
+
+
+ deviceSpecificBit0
+ src\PROFIdrive\PROFIdriveTelegram_111.st,260
+
+
+ deviceSpecificBit1
+ src\PROFIdrive\PROFIdriveTelegram_111.st,262
+
+
+ deviceSpecificBit2
+ src\PROFIdrive\PROFIdriveTelegram_111.st,264
+
+
+ deviceSpecificBit3
+ src\PROFIdrive\PROFIdriveTelegram_111.st,266
+
+
+ deviceSpecificBit4
+ src\PROFIdrive\PROFIdriveTelegram_111.st,268
+
+
+ deviceSpecificBit5
+ src\PROFIdrive\PROFIdriveTelegram_111.st,270
+
+
+ deviceSpecificBit6
+ src\PROFIdrive\PROFIdriveTelegram_111.st,272
+
+
+ deviceSpecificBit7
+ src\PROFIdrive\PROFIdriveTelegram_111.st,274
+
+
+ ZSW1
+ src\PROFIdrive\PROFIdriveTelegram_111.st,285
+
+
+ POS_ZSW1
+ src\PROFIdrive\PROFIdriveTelegram_111.st,288
+
+
+ POS_ZSW2
+ src\PROFIdrive\PROFIdriveTelegram_111.st,290
+
+
+ ZSW2
+ src\PROFIdrive\PROFIdriveTelegram_111.st,294
+
+
+ MELDW
+ src\PROFIdrive\PROFIdriveTelegram_111.st,297
+
+
+ XIST_A
+ src\PROFIdrive\PROFIdriveTelegram_111.st,299
+
+
+ NIST_B
+ src\PROFIdrive\PROFIdriveTelegram_111.st,301
+
+
+ Fault_Code
+ src\PROFIdrive\PROFIdriveTelegram_111.st,303
+
+
+ Warn_Code
+ src\PROFIdrive\PROFIdriveTelegram_111.st,305
+
+
+ Reserved
+ src\PROFIdrive\PROFIdriveTelegram_111.st,307
+
+
+ OUT
+ src\PROFIdrive\PROFIdriveTelegram_111.st,319
+
+
+ IN
+ src\PROFIdrive\PROFIdriveTelegram_111.st,323
+
+
+ M_ADD1
+ src\PROFIdrive\PROFIdriveTelegram_750.st,7
+
+
+ M_LIMIT_POS
+ src\PROFIdrive\PROFIdriveTelegram_750.st,9
+
+
+ M_LIMIT_NEG
+ src\PROFIdrive\PROFIdriveTelegram_750.st,11
+
+
+ M_Actual
+ src\PROFIdrive\PROFIdriveTelegram_750.st,23
+
+
+ Hardware ID Device
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisHWIDs.st,4
+
+
+ Hardware ID 'DoServo' module
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisHWIDs.st,6
+
+
+ Hardware ID 'DoServo' submodule
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisHWIDs.st,8
+
+
+ Hardware ID 'ModuleAccessPoint' module
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisHWIDs.st,10
+
+
+ Hardware ID 'EmptyModule_1' submodule
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisHWIDs.st,12
+
+
+ Hardware ID 'Telegram111' submodule
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisHWIDs.st,14
+
+
+ Hardware ID 'EmptyModule_2' submodule
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisHWIDs.st,16
+
+
+ Hardware ID 'Telegram750' submodule
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisHWIDs.st,18
+
+
+ Telegram111 Inputs
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisReference.st,9
+
+
+ Telegram111 Outputs
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisReference.st,14
+
+
+ Telegram750 Inputs
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisReference.st,21
+
+
+ Telegram750 Outputs
+ src\AxoCmmtAs\TypesStructuresAndEnums\AxoCmmtAsAxisReference.st,26
+
\ No newline at end of file
diff --git a/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.sk-SK.resx b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.sk-SK.resx
index 667ea1506..acab4f787 100644
--- a/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.sk-SK.resx
@@ -58,4 +58,466 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ Aktualizácia diagnostiky
+
+
+ Konštanta mierky požadovanej polohy
+
+
+ Konštanta mierky skutočnej polohy
+
+
+ Konštanta potrebnej rýchlosti
+
+
+ Konštantná skutočná rýchlosť
+
+
+ Konštanta potrebného krútiaceho momentu
+
+
+ Konštantný skutočný krútiaci moment
+
+
+ Konštanta potrebného zrýchlenia
+
+
+ Skalopevná konštanta skutočného zrýchlenia
+
+
+ Konštanta potrebného spomalenia
+
+
+ Konštanta mierky skutočného spomalenia
+
+
+ Potrebná škálovacia konštanta trhnutie
+
+
+ Skalopevná konštanta skutočného trhnutia
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Povolenie stránky
+
+
+ ReadWrite
+
+
+ ParameterNo
+
+
+ Podindex
+
+
+ OsNo
+
+
+ HardwareId
+
+
+ ValueWriteREAL
+
+
+ ValueWriteLINT
+
+
+ ValueWriteBOOL
+
+
+ ValueReadREAL
+
+
+ ValueReadLINT
+
+
+ ValueReadBOOL
+
+
+ Zaneprázdnený
+
+
+ Hotovo
+
+
+ Chyba
+
+
+ ErrorId
+
+
+ jog1
+
+
+ jog2
+
+
+ controlByPlc
+
+
+ StartHoming
+
+
+ ReleaseBrake
+
+
+ ExternalBlockChange
+
+
+ rezervované14
+
+
+ vyhradené15
+
+
+ na stránke .
+
+
+ noCoastStop
+
+
+ noQuickStop
+
+
+ enableOperation
+
+
+ cancelTraversing
+
+
+ intermediateStop
+
+
+ activateTraversing
+
+
+ acknowledgeFault
+
+
+ MDIMOD
+
+
+ PosModulo
+
+
+ NegModulo
+
+
+ rezervované11
+
+
+ rezervované12
+
+
+ rezervované13
+
+
+ SetupMode
+
+
+ MDIAktivovať
+
+
+ travBlockBit0
+
+
+ travBlockBit1
+
+
+ travBlockBit2
+
+
+ travBlockBit3
+
+
+ travBlockBit4
+
+
+ travBlockBit5
+
+
+ travBlockBit6
+
+
+ rezervované7
+
+
+ FlyingRef
+
+
+ rezervované9
+
+
+ SelectProbe
+
+
+ ProbeEdgeEval
+
+
+ SW-Limit
+
+
+ HW limit
+
+
+ Režim sledovania
+
+
+ SetReferencePoint
+
+
+ rezervované2
+
+
+ rezervované3
+
+
+ rezervované4
+
+
+ joginc
+
+
+ rezervované6
+
+
+ TravelToFixStop
+
+
+ rezervované10
+
+
+ signOfLifeBit0
+
+
+ signOfLifeBit1
+
+
+ signOfLifeBit2
+
+
+ signOfLifeBit3
+
+
+ rezervované0
+
+
+ rezervované1
+
+
+ rezervované5
+
+
+ STW1
+
+
+ POSSTW1
+
+
+ POSSTW2
+
+
+ STW2
+
+
+ Override
+
+
+ MDITARPOS
+
+
+ MDIVELOCITY
+
+
+ MDIACC
+
+
+ MDIDEC
+
+
+ followingErrorInTolerance
+
+
+ controlRequest
+
+
+ targetPosReached
+
+
+ homePosSet
+
+
+ acknowledgeTraversingBlockActivated
+
+
+ driveStopped
+
+
+ axisAccelerates
+
+
+ axisDecelerates
+
+
+ readyForSwitchOn
+
+
+ pripravené
+
+
+ operationEnabled
+
+
+ faultPresent
+
+
+ noCoastingActive
+
+
+ noQuickStopActive
+
+
+ switchingOnInhibitedActive
+
+
+ warningActive
+
+
+ deviceSpecificBit8
+
+
+ deviceSpecificBit9
+
+
+ deviceSpecificBit10
+
+
+ deviceSpecificBit11
+
+
+ doSignOfLifeBit0
+
+
+ doSignOfLifeBit1
+
+
+ doSignOfLifeBit2
+
+
+ doSignOfLifeBit3
+
+
+ deviceSpecificBit0
+
+
+ deviceSpecificBit1
+
+
+ deviceSpecificBit2
+
+
+ deviceSpecificBit3
+
+
+ deviceSpecificBit4
+
+
+ deviceSpecificBit5
+
+
+ deviceSpecificBit6
+
+
+ deviceSpecificBit7
+
+
+ ZSW1
+
+
+ POSZSW1
+
+
+ POSZSW2
+
+
+ ZSW2
+
+
+ MELDW
+
+
+ XISTA
+
+
+ NISTB
+
+
+ FaultCode
+
+
+ WarnCode
+
+
+ Rezervované
+
+
+ OUT
+
+
+ IN
+
+
+ MADD1
+
+
+ MLIMITPOS
+
+
+ MLIMITNEG
+
+
+ Skutočné
+
+
+ ID hardvéru Zariadenie
+
+
+ ID hardvéru modulu 'DoServo'
+
+
+ ID hardvéru podmodulu 'DoServo'
+
+
+ ID hardvéru modulu 'ModuleAccessPoint'
+
+
+ ID hardvéru 'EmptyModule1' submodul
+
+
+ Podmodul ID hardvéru 'Telegram111'
+
+
+ ID hardvéru 'EmptyModule2' submodul
+
+
+ ID hardvéru submodulu 'Telegram750'
+
+
+ Telegram111 Vstupy
+
+
+ Telegram111 Výstupy
+
+
+ Vstupy Telegram750
+
+
+ Výstupy Telegram750
+
+
\ No newline at end of file
diff --git a/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.sk.resx b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.sk.resx
new file mode 100644
index 000000000..f67556694
--- /dev/null
+++ b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/Resources/PlcStringResources.sk.resx
@@ -0,0 +1,582 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Zaneprázdnený
+
+
+ Chyba
+
+
+ Prepísať
+
+
+ Aktualizácia diagnostiky
+
+
+ Konštanta mierky požadovanej polohy
+
+
+ Konštanta mierky skutočnej polohy
+
+
+ Konštanta potrebnej rýchlosti
+
+
+ Konštantná skutočná rýchlosť
+
+
+ Konštanta potrebného krútiaceho momentu
+
+
+ Konštantný skutočný krútiaci moment
+
+
+ Konštanta potrebného zrýchlenia
+
+
+ Skalopevná konštanta skutočného zrýchlenia
+
+
+ Konštanta potrebného spomalenia
+
+
+ Konštanta mierky skutočného spomalenia
+
+
+ Potrebná škálovacia konštanta trhnutie
+
+
+ Skalopevná konštanta skutočného trhnutia
+
+
+ Povolenie stránky
+
+
+ ReadWrite
+
+
+ ParameterNo
+
+
+ Podindex
+
+
+ OsNo
+
+
+ HardwareId
+
+
+ ValueWriteREAL
+
+
+ ValueWriteLINT
+
+
+ ValueWriteBOOL
+
+
+ ValueReadREAL
+
+
+ ValueReadLINT
+
+
+ ValueReadBOOL
+
+
+ Hotovo
+
+
+ ErrorId
+
+
+ jog1
+
+
+ jog2
+
+
+ controlByPlc
+
+
+ StartHoming
+
+
+ ReleaseBrake
+
+
+ ExternalBlockChange
+
+
+ rezervované14
+
+
+ vyhradené15
+
+
+ na stránke .
+
+
+ noCoastStop
+
+
+ noQuickStop
+
+
+ enableOperation
+
+
+ cancelTraversing
+
+
+ intermediateStop
+
+
+ activateTraversing
+
+
+ acknowledgeFault
+
+
+ MDIMOD
+
+
+ PosModulo
+
+
+ NegModulo
+
+
+ rezervované11
+
+
+ rezervované12
+
+
+ rezervované13
+
+
+ SetupMode
+
+
+ MDIAktivovať
+
+
+ travBlockBit0
+
+
+ travBlockBit1
+
+
+ travBlockBit2
+
+
+ travBlockBit3
+
+
+ travBlockBit4
+
+
+ travBlockBit5
+
+
+ travBlockBit6
+
+
+ rezervované7
+
+
+ FlyingRef
+
+
+ rezervované9
+
+
+ SelectProbe
+
+
+ ProbeEdgeEval
+
+
+ SW-Limit
+
+
+ HW limit
+
+
+ Režim sledovania
+
+
+ SetReferencePoint
+
+
+ rezervované2
+
+
+ rezervované3
+
+
+ rezervované4
+
+
+ joginc
+
+
+ rezervované6
+
+
+ TravelToFixStop
+
+
+ rezervované10
+
+
+ signOfLifeBit0
+
+
+ signOfLifeBit1
+
+
+ signOfLifeBit2
+
+
+ signOfLifeBit3
+
+
+ rezervované0
+
+
+ rezervované1
+
+
+ rezervované5
+
+
+ STW1
+
+
+ POSSTW1
+
+
+ POSSTW2
+
+
+ STW2
+
+
+ MDITARPOS
+
+
+ MDIVELOCITY
+
+
+ MDIACC
+
+
+ MDIDEC
+
+
+ followingErrorInTolerance
+
+
+ controlRequest
+
+
+ targetPosReached
+
+
+ homePosSet
+
+
+ acknowledgeTraversingBlockActivated
+
+
+ driveStopped
+
+
+ axisAccelerates
+
+
+ axisDecelerates
+
+
+ readyForSwitchOn
+
+
+ pripravené
+
+
+ operationEnabled
+
+
+ faultPresent
+
+
+ noCoastingActive
+
+
+ noQuickStopActive
+
+
+ switchingOnInhibitedActive
+
+
+ warningActive
+
+
+ deviceSpecificBit8
+
+
+ deviceSpecificBit9
+
+
+ deviceSpecificBit10
+
+
+ deviceSpecificBit11
+
+
+ doSignOfLifeBit0
+
+
+ doSignOfLifeBit1
+
+
+ doSignOfLifeBit2
+
+
+ doSignOfLifeBit3
+
+
+ deviceSpecificBit0
+
+
+ deviceSpecificBit1
+
+
+ deviceSpecificBit2
+
+
+ deviceSpecificBit3
+
+
+ deviceSpecificBit4
+
+
+ deviceSpecificBit5
+
+
+ deviceSpecificBit6
+
+
+ deviceSpecificBit7
+
+
+ ZSW1
+
+
+ POSZSW1
+
+
+ POSZSW2
+
+
+ ZSW2
+
+
+ MELDW
+
+
+ XISTA
+
+
+ NISTB
+
+
+ FaultCode
+
+
+ WarnCode
+
+
+ Rezervované
+
+
+ OUT
+
+
+ IN
+
+
+ MADD1
+
+
+ MLIMITPOS
+
+
+ MLIMITNEG
+
+
+ Skutočné
+
+
+ ID hardvéru Zariadenie
+
+
+ ID hardvéru modulu 'DoServo'
+
+
+ ID hardvéru podmodulu 'DoServo'
+
+
+ ID hardvéru modulu 'ModuleAccessPoint'
+
+
+ ID hardvéru 'EmptyModule1' submodul
+
+
+ Podmodul ID hardvéru 'Telegram111'
+
+
+ ID hardvéru 'EmptyModule2' submodul
+
+
+ ID hardvéru submodulu 'Telegram750'
+
+
+ Telegram111 Vstupy
+
+
+ Telegram111 Výstupy
+
+
+ Vstupy Telegram750
+
+
+ Výstupy Telegram750
+
+
\ No newline at end of file
diff --git a/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.resx b/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.resx
index f93f6aa5e..b63645420 100644
--- a/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.resx
+++ b/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.resx
@@ -78,6 +78,98 @@
TuneTask timeout.
src\Axo_SR_1000.st,1725
+
+ Bank
+ src\Axo_SR_1000.st,53
+
+
+ Read
+ src\Axo_SR_1000.st,56
+
+
+ Inspection results
+ src\Axo_SR_1000.st,60
+
+
+ Restore
+ src\Axo_SR_1000.st,68
+
+
+ Clear result data
+ src\Axo_SR_1000.st,71
+
+
+ Tune data
+ src\Axo_SR_1000.st,74
+
+
+ Read data
+ src\Axo_SR_1000.st,95
+
+
+ Handshake and General Error
+ src\Axo_SR_1000.st,102
+
+
+ BUSY Status
+ src\Axo_SR_1000.st,109
+
+
+ Completion Status
+ src\Axo_SR_1000.st,115
+
+
+ Error Status
+ src\Axo_SR_1000.st,122
+
+
+ Terminal Status
+ src\Axo_SR_1000.st,129
+
+
+ Unstable Read Status
+ src\Axo_SR_1000.st,136
+
+
+ Matching Level and Total Evaluation Grade Status
+ src\Axo_SR_1000.st,143
+
+
+ Operation Result Status
+ src\Axo_SR_1000.st,150
+
+
+ Read Data
+ src\Axo_SR_1000.st,157
+
+
+ Latch and Error Clear Control
+ src\Axo_SR_1000.st,164
+
+
+ Operation instruction Control
+ src\Axo_SR_1000.st,171
+
+
+ Completion Clear Control
+ src\Axo_SR_1000.st,178
+
+
+ Parameter Bank Number
+ src\Axo_SR_1000.st,185
+
+
+ User data
+ src\Axo_SR_1000.st,192
+
+
+ User Data
+ src\Axo_SR_1000.st,199
+
+
+ Update diagnostics
+ src\Axo_SR_1000.st,207
+
TriggerTask timeout.
src\Axo_IV3\Axo_IV3.st,6182
@@ -90,4 +182,1472 @@
ChangeProgramTask timeout.
src\Axo_IV3\Axo_IV3.st,6350
+
+ Progress
+ src\Axo_IV3\Axo_IV3.st,14
+
+
+ TriggerTask
+ src\Axo_IV3\Axo_IV3.st,21
+
+
+ Required program number
+ src\Axo_IV3\Axo_IV3.st,31
+
+
+ ChangeProgramTask
+ src\Axo_IV3\Axo_IV3.st,34
+
+
+ Inputs
+ src\Axo_IV3\Axo_IV3.st,58
+
+
+ Outputs
+ src\Axo_IV3\Axo_IV3.st,64
+
+
+ BUSY
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_BusyStatus.st,5
+
+
+ TRG BUSY
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_BusyStatus.st,7
+
+
+ LOCK BUSY
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_BusyStatus.st,9
+
+
+ MODE BUSY
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_BusyStatus.st,11
+
+
+ ERR BUSY
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_BusyStatus.st,13
+
+
+ Read Complete Clear
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_CompletionClearControl.st,5
+
+
+ Preset Complete Clear
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_CompletionClearControl.st,7
+
+
+ Register Preset Data Complete Clear
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_CompletionClearControl.st,9
+
+
+ Tune Complete Clear
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_CompletionClearControl.st,11
+
+
+ EXT. Request Complete Clear
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_CompletionClearControl.st,13
+
+
+ Read Complete
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_CompletionStatus.st,5
+
+
+ Preset Complete
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_CompletionStatus.st,7
+
+
+ Register Preset Data Complete
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_CompletionStatus.st,9
+
+
+ Tune Complete
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_CompletionStatus.st,11
+
+
+ EXT. Request Complete
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_CompletionStatus.st,13
+
+
+ Continous reading
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_Config.st,5
+
+
+ Info time
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_Config.st,7
+
+
+ Error time
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_Config.st,9
+
+
+ Task timeout
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_Config.st,11
+
+
+ Hardware IDs
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_Config.st,13
+
+
+ Result data size
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_Config.st,15
+
+
+ User data size
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_Config.st,17
+
+
+ Read Failure
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_ErrorStatus.st,5
+
+
+ Preset Failure
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_ErrorStatus.st,7
+
+
+ Register Preset Data Failure
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_ErrorStatus.st,9
+
+
+ Tune Failure
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_ErrorStatus.st,11
+
+
+ EXT. Request Failure
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_ErrorStatus.st,13
+
+
+ Error
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HandshakeAndGeneralErrorStatus.st,5
+
+
+ Result Data Available
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HandshakeAndGeneralErrorStatus.st,7
+
+
+ Result Data Strobe
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HandshakeAndGeneralErrorStatus.st,9
+
+
+ Buffer Overflow Error
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HandshakeAndGeneralErrorStatus.st,11
+
+
+ General Error
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HandshakeAndGeneralErrorStatus.st,13
+
+
+ Hardware ID of the device
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,5
+
+
+ Hardware ID of the 'HandshakeAndGeneralErrorStatus' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,7
+
+
+ Hardware ID of the 'BUSY_Status' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,9
+
+
+ Hardware ID of the 'CompletionStatus' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,11
+
+
+ Hardware ID of the 'ErrorStatus' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,13
+
+
+ Hardware ID of the 'TerminalStatus' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,15
+
+
+ Hardware ID of the 'UnstableReadStatus' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,17
+
+
+ Hardware ID of the 'MatchingLevelAndTotalEvaluationGradeStatus' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,19
+
+
+ Hardware ID of the 'OperationalResultStatus' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,21
+
+
+ Hardware ID of the 'ReadData' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,23
+
+
+ Hardware ID of the 'LatchAndErrorClearControl' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,25
+
+
+ Hardware ID of the 'OperationInstructionControl' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,27
+
+
+ Hardware ID of the 'CompletionClearControl' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,29
+
+
+ Hardware ID of the 'ParameterBankNumber' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,31
+
+
+ Hardware ID of the 'UserData' submodule
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_HWIDs.st,33
+
+
+ Result Data Latch
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_LatchAndErrorClearControl.st,5
+
+
+ Error Clear
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_LatchAndErrorClearControl.st,7
+
+
+ Matching Level
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_MatchingLevelAndTotalEvaluationGradeStatus.st,5
+
+
+ ISO/IEC 15415 Grade
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_MatchingLevelAndTotalEvaluationGradeStatus.st,7
+
+
+ ISO/IEC TR 29158(AIM DPM-1-2006) Grade
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_MatchingLevelAndTotalEvaluationGradeStatus.st,9
+
+
+ _Reserved
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_MatchingLevelAndTotalEvaluationGradeStatus.st,11
+
+
+ Read Result Code
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationalResultStatus.st,5
+
+
+ Preset Result Code
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationalResultStatus.st,7
+
+
+ Register Preset Data Result Code
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationalResultStatus.st,9
+
+
+ Tune Result Code
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationalResultStatus.st,11
+
+
+ _Reserved[0]
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationalResultStatus.st,13
+
+
+ _Reserved[1]
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationalResultStatus.st,15
+
+
+ _Reserved[2]
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationalResultStatus.st,17
+
+
+ EXT. Request Result Code
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationalResultStatus.st,19
+
+
+ General Error Code
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationalResultStatus.st,21
+
+
+ _Reserved[3]
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationalResultStatus.st,23
+
+
+ Read Request
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationInstructionControl.st,5
+
+
+ Preset Request
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationInstructionControl.st,7
+
+
+ Register Preset Data Request
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationInstructionControl.st,9
+
+
+ Tune Request
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_OperationInstructionControl.st,11
+
+
+ Bank Number Register
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_ParameterBankNumber.st,5
+
+
+ Result Data Ready Count
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_ReadData.st,5
+
+
+ Result Data Update Count
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_ReadData.st,7
+
+
+ Result Data Size
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_ReadData.st,11
+
+
+ IN1 Status
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_TerminalStatus.st,5
+
+
+ IN2 Status
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_TerminalStatus.st,7
+
+
+ OUT1 Status
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_TerminalStatus.st,9
+
+
+ OUT2 Status
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_TerminalStatus.st,11
+
+
+ OUT3 Status
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_TerminalStatus.st,13
+
+
+ Unstable
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_UnstableReadStatus.st,5
+
+
+ Matching Level Unstable
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_UnstableReadStatus.st,7
+
+
+ ISO/IEC 15415 Unstable
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_UnstableReadStatus.st,9
+
+
+ ISO/IEC TR 29158(AIM DPM-1-2006) Unstable
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_UnstableReadStatus.st,11
+
+
+ SAE AS9132 Unstable
+ src\Axo_SR_1000_Datatypes\Axo_SR_1000_UnstableReadStatus.st,13
+
+
+ Trigger request
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,5
+
+
+ Master registration request
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,7
+
+
+ Program switching request
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,9
+
+
+ Warning clear request
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,11
+
+
+ Statistics reset request
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,13
+
+
+ Buffer clear request
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,15
+
+
+ SD card saving stop request
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,17
+
+
+ Setting value change request
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,19
+
+
+ Result acquisition complete notification
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,21
+
+
+ Program number
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,23
+
+
+ Function 1: Limit set.no.(no OCR)/Master text set.no.(OCR)/FTP/SD-saved set.no.(FTP client/SD card saving function)
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,25
+
+
+ Function 2: Limit set.no.(no OCR)/Master text/number of letters(OCR)/FTP/SD-saving settings(FTP client/SD card saving function)
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandControl.st,27
+
+
+ Trigger response
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,5
+
+
+ Master registration response
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,7
+
+
+ Program switching response
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,9
+
+
+ Warning clear response
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,11
+
+
+ Statistics reset response
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,13
+
+
+ Buffer clear response
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,15
+
+
+ SD card saving stop response
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,17
+
+
+ Setting value change response
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,19
+
+
+ Trigger failed
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,22
+
+
+ Master registration failed
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,24
+
+
+ Program switching failed
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,26
+
+
+ SD card saving stop failed
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,31
+
+
+ Setting value change failed
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,33
+
+
+ Result available
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,36
+
+
+ Result update complete
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,38
+
+
+ Imaging status
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,42
+
+
+ RUN
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,44
+
+
+ Ready
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,46
+
+
+ Trigger ready
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,48
+
+
+ SD card identification status
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,50
+
+
+ Sorting mode information
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,53
+
+
+ Insufficient free space on SD card
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,58
+
+
+ Buffer overrun
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,60
+
+
+ Warning
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_CommandStatusBits.st,62
+
+
+ Maximal program number
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_Config.st,11
+
+
+ Overall judgment OK
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,5
+
+
+ Position correction
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,7
+
+
+ LOGIC1
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,9
+
+
+ LOGIC2
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,11
+
+
+ LOGIC3
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,13
+
+
+ LOGIC4
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,15
+
+
+ Overall judgment NG
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,17
+
+
+ Tool 1
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,20
+
+
+ Tool 2
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,22
+
+
+ Tool 3
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,24
+
+
+ Tool 4
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,26
+
+
+ Tool 5
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,28
+
+
+ Tool 6
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,30
+
+
+ Tool 7
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,32
+
+
+ Tool 8
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,34
+
+
+ Tool 9
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,36
+
+
+ Tool 10
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,38
+
+
+ Tool 11
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,40
+
+
+ Tool 12
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,42
+
+
+ Tool 13
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,44
+
+
+ Tool 14
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,46
+
+
+ Tool 15
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,48
+
+
+ Tool 16
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_1.st,50
+
+
+ Master number/total status product type
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,5
+
+
+ Tool 17
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,8
+
+
+ Tool 18
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,10
+
+
+ Tool 19
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,12
+
+
+ Tool 20
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,14
+
+
+ Tool 21
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,16
+
+
+ Tool 22
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,18
+
+
+ Tool 23
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,20
+
+
+ Tool 24
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,22
+
+
+ Tool 25
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,24
+
+
+ Tool 26
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,26
+
+
+ Tool 27
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,28
+
+
+ Tool 28
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,30
+
+
+ Tool 29
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,32
+
+
+ Tool 30
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,34
+
+
+ Tool 31
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,36
+
+
+ Tool 32
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,38
+
+
+ Tool 33
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,40
+
+
+ Tool 34
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,42
+
+
+ Tool 35
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,44
+
+
+ Tool 36
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,46
+
+
+ Tool 37
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,48
+
+
+ Tool 38
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,50
+
+
+ Tool 39
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,52
+
+
+ Tool 40
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,54
+
+
+ Tool 41
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,56
+
+
+ Tool 42
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,58
+
+
+ Tool 43
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,60
+
+
+ Tool 44
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,62
+
+
+ Tool 45
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,64
+
+
+ Tool 46
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,66
+
+
+ Tool 47
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,68
+
+
+ Tool 48
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,70
+
+
+ Tool 49
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,72
+
+
+ Tool 50
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,74
+
+
+ Tool 51
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,76
+
+
+ Tool 52
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,78
+
+
+ Tool 53
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,80
+
+
+ Tool 54
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,82
+
+
+ Tool 55
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,84
+
+
+ Tool 56
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,86
+
+
+ Tool 57
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,88
+
+
+ Tool 58
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,90
+
+
+ Tool 59
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,92
+
+
+ Tool 60
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,94
+
+
+ Tool 61
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,96
+
+
+ Tool 62
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,98
+
+
+ Tool 63
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,100
+
+
+ Tool 64
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceResultBits_2.st,102
+
+
+ Processing time MAX
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatistics.st,5
+
+
+ Processing time MIN
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatistics.st,7
+
+
+ Processing time AVE
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatistics.st,9
+
+
+ Number of triggers
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatistics.st,12
+
+
+ Number of OKs
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatistics.st,14
+
+
+ Number of NGs
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatistics.st,16
+
+
+ Number of trigger errors
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatistics.st,18
+
+
+ Error No.
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatusWords.st,5
+
+
+ Warning No.
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatusWords.st,7
+
+
+ Number of remaining buffers
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatusWords.st,9
+
+
+ Checksum
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatusWords.st,11
+
+
+ Current program No.
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatusWords.st,13
+
+
+ Program No. during judgment
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatusWords.st,15
+
+
+ Result No.
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatusWords.st,17
+
+
+ Processing time
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_DeviceStatusWords.st,19
+
+
+ Hardware ID of the device
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,4
+
+
+ Hardware ID of the 'CommandControl' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,6
+
+
+ Hardware ID of the 'CommandStatusBits' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,8
+
+
+ Hardware ID of the 'DeviceResultBits_1' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,10
+
+
+ Hardware ID of the 'DeviceStatusWords' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,12
+
+
+ Hardware ID of the 'DeviceStatistics' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,14
+
+
+ Hardware ID of the 'PositionAdjustResult' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,16
+
+
+ Hardware ID of the 'ToolResult_1' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,18
+
+
+ Hardware ID of the 'ToolResult_2' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,20
+
+
+ Hardware ID of the 'ToolResult_3' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,22
+
+
+ Hardware ID of the 'ToolResult_4' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,24
+
+
+ Hardware ID of the 'ToolResult_5' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,26
+
+
+ Hardware ID of the 'ToolResult_6' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,28
+
+
+ Hardware ID of the 'ToolResult_7' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,30
+
+
+ Hardware ID of the 'ToolResult_8' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,32
+
+
+ Hardware ID of the 'ToolResult_9' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,34
+
+
+ Hardware ID of the 'ToolResult_10' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,36
+
+
+ Hardware ID of the 'ToolResult_11' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,38
+
+
+ Hardware ID of the 'ToolResult_12' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,40
+
+
+ Hardware ID of the 'ToolResult_13' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,42
+
+
+ Hardware ID of the 'ToolResult_14' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,44
+
+
+ Hardware ID of the 'ToolResult_15' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,46
+
+
+ Hardware ID of the 'ToolResult_16' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,48
+
+
+ Hardware ID of the 'ToolResult_17' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,50
+
+
+ Hardware ID of the 'ToolResult_18' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,52
+
+
+ Hardware ID of the 'ToolResult_19' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,54
+
+
+ Hardware ID of the 'ToolResult_20' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,56
+
+
+ Hardware ID of the 'ToolResult_21' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,58
+
+
+ Hardware ID of the 'ToolResult_22' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,60
+
+
+ Hardware ID of the 'ToolResult_23' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,62
+
+
+ Hardware ID of the 'ToolResult_24' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,64
+
+
+ Hardware ID of the 'ToolResult_25' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,66
+
+
+ Hardware ID of the 'ToolResult_26' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,68
+
+
+ Hardware ID of the 'ToolResult_27' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,70
+
+
+ Hardware ID of the 'ToolResult_28' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,72
+
+
+ Hardware ID of the 'ToolResult_29' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,74
+
+
+ Hardware ID of the 'ToolResult_30' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,76
+
+
+ Hardware ID of the 'ToolResult_31' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,78
+
+
+ Hardware ID of the 'ToolResult_32' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,80
+
+
+ Hardware ID of the 'ToolResult_33' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,82
+
+
+ Hardware ID of the 'ToolResult_34' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,84
+
+
+ Hardware ID of the 'ToolResult_35' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,86
+
+
+ Hardware ID of the 'ToolResult_36' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,88
+
+
+ Hardware ID of the 'ToolResult_37' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,90
+
+
+ Hardware ID of the 'ToolResult_38' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,92
+
+
+ Hardware ID of the 'ToolResult_39' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,94
+
+
+ Hardware ID of the 'ToolResult_40' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,96
+
+
+ Hardware ID of the 'ToolResult_41' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,98
+
+
+ Hardware ID of the 'ToolResult_42' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,100
+
+
+ Hardware ID of the 'ToolResult_43' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,102
+
+
+ Hardware ID of the 'ToolResult_44' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,104
+
+
+ Hardware ID of the 'ToolResult_45' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,106
+
+
+ Hardware ID of the 'ToolResult_46' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,108
+
+
+ Hardware ID of the 'ToolResult_47' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,110
+
+
+ Hardware ID of the 'ToolResult_48' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,112
+
+
+ Hardware ID of the 'ToolResult_49' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,114
+
+
+ Hardware ID of the 'ToolResult_50' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,116
+
+
+ Hardware ID of the 'ToolResult_51' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,118
+
+
+ Hardware ID of the 'ToolResult_52' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,120
+
+
+ Hardware ID of the 'ToolResult_53' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,122
+
+
+ Hardware ID of the 'ToolResult_54' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,124
+
+
+ Hardware ID of the 'ToolResult_55' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,126
+
+
+ Hardware ID of the 'ToolResult_56' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,128
+
+
+ Hardware ID of the 'ToolResult_57' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,130
+
+
+ Hardware ID of the 'ToolResult_58' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,132
+
+
+ Hardware ID of the 'ToolResult_59' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,134
+
+
+ Hardware ID of the 'ToolResult_60' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,136
+
+
+ Hardware ID of the 'ToolResult_61' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,138
+
+
+ Hardware ID of the 'ToolResult_62' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,140
+
+
+ Hardware ID of the 'ToolResult_63' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,142
+
+
+ Hardware ID of the 'ToolResult_64' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,144
+
+
+ Hardware ID of the 'DeviceResultBits_2' submodule
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_HWIDs.st,146
+
+
+ Command status bits
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,7
+
+
+ Device result bits 1
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,13
+
+
+ Device status words
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,19
+
+
+ Device statistics
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,25
+
+
+ Position adjust result
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,31
+
+
+ Tool result 1
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,37
+
+
+ Tool result 2
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,41
+
+
+ Tool result 3
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,45
+
+
+ Tool result 4
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,49
+
+
+ Tool result 5
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,53
+
+
+ Tool result 6
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,57
+
+
+ Tool result 7
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,61
+
+
+ Tool result 8
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,65
+
+
+ Tool result 9
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,69
+
+
+ Tool result 10
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,73
+
+
+ Tool result 11
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,77
+
+
+ Tool result 12
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,81
+
+
+ Tool result 13
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,85
+
+
+ Tool result 14
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,89
+
+
+ Tool result 15
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,93
+
+
+ Tool result 16
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,97
+
+
+ Tool result 17
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,101
+
+
+ Tool result 18
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,105
+
+
+ Tool result 19
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,109
+
+
+ Tool result 20
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,113
+
+
+ Tool result 21
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,117
+
+
+ Tool result 22
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,121
+
+
+ Tool result 23
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,125
+
+
+ Tool result 24
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,129
+
+
+ Tool result 25
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,133
+
+
+ Tool result 26
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,137
+
+
+ Tool result 27
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,141
+
+
+ Tool result 28
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,145
+
+
+ Tool result 29
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,149
+
+
+ Tool result 30
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,153
+
+
+ Tool result 31
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,157
+
+
+ Tool result 32
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,161
+
+
+ Tool result 33
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,165
+
+
+ Tool result 34
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,169
+
+
+ Tool result 35
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,173
+
+
+ Tool result 36
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,177
+
+
+ Tool result 37
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,181
+
+
+ Tool result 38
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,185
+
+
+ Tool result 39
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,189
+
+
+ Tool result 40
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,193
+
+
+ Tool result 41
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,197
+
+
+ Tool result 42
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,201
+
+
+ Tool result 43
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,205
+
+
+ Tool result 44
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,209
+
+
+ Tool result 45
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,213
+
+
+ Tool result 46
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,217
+
+
+ Tool result 47
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,221
+
+
+ Tool result 48
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,225
+
+
+ Tool result 49
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,229
+
+
+ Tool result 50
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,233
+
+
+ Tool result 51
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,237
+
+
+ Tool result 52
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,241
+
+
+ Tool result 53
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,245
+
+
+ Tool result 54
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,249
+
+
+ Tool result 55
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,253
+
+
+ Tool result 56
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,257
+
+
+ Tool result 57
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,261
+
+
+ Tool result 58
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,265
+
+
+ Tool result 59
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,269
+
+
+ Tool result 60
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,273
+
+
+ Tool result 61
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,277
+
+
+ Tool result 62
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,281
+
+
+ Tool result 63
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,285
+
+
+ Tool result 64
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,289
+
+
+ Device result bits 2
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_In.st,294
+
+
+ Command control
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_Out.st,5
+
+
+ Position correction score
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_PositionAdjustResult.st,5
+
+
+ Position correction score MAX
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_PositionAdjustResult.st,7
+
+
+ Position correction score MIN
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_PositionAdjustResult.st,9
+
+
+ Position correction score Lower threshold
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_PositionAdjustResult.st,11
+
+
+ Matching rate
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_ToolResult.st,5
+
+
+ Matching rate MAX
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_ToolResult.st,7
+
+
+ Matching rate MIN
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_ToolResult.st,9
+
+
+ Lower threshold
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_ToolResult.st,11
+
+
+ Upper threshold
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_ToolResult.st,13
+
+
+ Decimal point position
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_ToolResult.st,15
+
+
+ Pitch present value MAX/color average H (hue)
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_ToolResult.st,17
+
+
+ Pitch present value MIN/color average S (saturation)
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_ToolResult.st,19
+
+
+ Number of pitches/color average V (brightness)/brightness average
+ src\Axo_IV3\TypesStructuresAndEnums\Axo_IV3_ToolResult.st,21
+
\ No newline at end of file
diff --git a/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.sk-SK.resx b/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.sk-SK.resx
index 66f414e0a..2c5e1485b 100644
--- a/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.sk-SK.resx
@@ -82,4 +82,1174 @@
Časový limit ChangeProgramTask.
+
+ Banka
+
+
+ Prečítajte si
+
+
+ Výsledky kontroly
+
+
+ Obnovenie
+
+
+ Vymazanie údajov o výsledkoch
+
+
+ Údaje o ladení
+
+
+ Čítanie údajov
+
+
+ Handshake a všeobecná chyba
+
+
+ Stav BUSY
+
+
+ Stav dokončenia
+
+
+ Stav chyby
+
+
+ Stav terminálu
+
+
+ Nestabilný stav čítania
+
+
+ Úroveň zhody a celkový stav hodnotenia
+
+
+ Stav výsledku operácie
+
+
+ Čítanie údajov
+
+
+ Kontrola blokovania a vymazávania chýb
+
+
+ Prevádzkové pokyny Ovládanie
+
+
+ Dokončenie Jasná kontrola
+
+
+ Parameter Číslo banky
+
+
+ Údaje používateľa
+
+
+ Údaje používateľa
+
+
+ Aktualizácia diagnostiky
+
+
+ Pokrok
+
+
+ TriggerTask
+
+
+ Požadované číslo programu
+
+
+ ChangeProgramTask
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ BUSY
+
+
+ TRG BUSY
+
+
+ ZÁMOK BUSY
+
+
+ REŽIM BUSY
+
+
+ ERR BUSY
+
+
+ Prečítajte si kompletný prehľad
+
+
+ Prednastavené kompletné vymazanie
+
+
+ Register Prednastavené údaje Kompletné vymazanie
+
+
+ Vyladenie Kompletné vyčistenie
+
+
+ EXT. Žiadosť o úplné vyčistenie
+
+
+ Prečítajte si celý článok
+
+
+ Prednastavenie Kompletné
+
+
+ Register Prednastavené údaje Kompletné
+
+
+ Vyladenie kompletné
+
+
+ EXT. Žiadosť dokončená
+
+
+ Kontinuálne čítanie
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Veľkosť výsledných údajov
+
+
+ Veľkosť používateľských údajov
+
+
+ Čítanie zlyhania
+
+
+ Prednastavené zlyhanie
+
+
+ Zlyhanie prednastavených údajov registra
+
+
+ Zlyhanie ladenia
+
+
+ EXT. Zlyhanie žiadosti
+
+
+ Chyba
+
+
+ Dostupné údaje o výsledku
+
+
+ Výsledok Dátová stroboskopia
+
+
+ Chyba pretečenia vyrovnávacej pamäte
+
+
+ Všeobecná chyba
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "HandshakeAndGeneralErrorStatus
+
+
+ ID hardvéru podmodulu "BUSYStatus
+
+
+ ID hardvéru podmodulu "CompletionStatus
+
+
+ ID hardvéru podmodulu "ErrorStatus
+
+
+ ID hardvéru podmodulu "TerminalStatus
+
+
+ ID hardvéru podmodulu "UnstableReadStatus
+
+
+ ID hardvéru podmodulu "MatchingLevelAndTotalEvaluationGradeStatus
+
+
+ ID hardvéru podmodulu "OperationalResultStatus
+
+
+ ID hardvéru podmodulu "ReadData
+
+
+ ID hardvéru podmodulu "LatchAndErrorClearControl
+
+
+ ID hardvéru podmodulu "OperationInstructionControl
+
+
+ ID hardvéru podmodulu "CompletionClearControl
+
+
+ ID hardvéru podmodulu "ParameterBankNumber
+
+
+ ID hardvéru podmodulu "UserData
+
+
+ Výsledok Data Latch
+
+
+ Vymazanie chyby
+
+
+ Úroveň zhody
+
+
+ Trieda ISO/IEC 15415
+
+
+ ISO/IEC TR 29158(AIM DPM-1-2006) Trieda
+
+
+ Rezervované
+
+
+ Prečítajte si kód výsledku
+
+
+ Prednastavený kód výsledku
+
+
+ Register Prednastavené údaje Výsledný kód
+
+
+ Kód výsledku ladenia
+
+
+ Rezervované[0]
+
+
+ Vyhradené[1]
+
+
+ Vyhradené[2]
+
+
+ EXT. Kód výsledku žiadosti
+
+
+ Všeobecný kód chyby
+
+
+ Vyhradené[3]
+
+
+ Prečítajte si žiadosť
+
+
+ Prednastavená požiadavka
+
+
+ Žiadosť o prednastavené údaje registra
+
+
+ Žiadosť o naladenie
+
+
+ Register bankových čísel
+
+
+ Výsledok Počet pripravených údajov
+
+
+ Výsledok Počet aktualizácií údajov
+
+
+ Výsledok Veľkosť údajov
+
+
+ IN1 Stav
+
+
+ Stav IN2
+
+
+ Stav OUT1
+
+
+ Stav OUT2
+
+
+ Stav OUT3
+
+
+ Nestabilné
+
+
+ Úroveň zhody Nestabilné
+
+
+ ISO/IEC 15415 Nestabilné
+
+
+ ISO/IEC TR 29158(AIM DPM-1-2006) Nestabilný
+
+
+ SAE AS9132 Nestabilné
+
+
+ Spúšťacia požiadavka
+
+
+ Hlavná žiadosť o registráciu
+
+
+ Žiadosť o prepnutie programu
+
+
+ Výstražná jasná požiadavka
+
+
+ Žiadosť o obnovenie štatistík
+
+
+ Žiadosť o vymazanie vyrovnávacej pamäte
+
+
+ Žiadosť o zastavenie ukladania na kartu SD
+
+
+ Žiadosť o zmenu hodnoty nastavenia
+
+
+ Oznámenie o úplnom získaní výsledku
+
+
+ Číslo programu
+
+
+ Funkcia 1: Limit set.no.(bez OCR)/Master text set.no.(OCR)/FTP/SD-saved set.no.(FTP klient/funkcia ukladania na SD kartu)
+
+
+ Funkcia 2: Limit set.no.(bez OCR)/Master text/počet písmen(OCR)/FTP/SD-nastavenia ukladania(FTP klient/funkcia ukladania na SD kartu)
+
+
+ Spúšťacia reakcia
+
+
+ Hlavná registračná odpoveď
+
+
+ Reakcia na prepínanie programov
+
+
+ Varovanie jasná odpoveď
+
+
+ Odozva na resetovanie štatistík
+
+
+ Odozva na vymazanie vyrovnávacej pamäte
+
+
+ Reakcia na zastavenie ukladania na kartu SD
+
+
+ Reakcia na zmenu hodnoty nastavenia
+
+
+ Spúšťač zlyhal
+
+
+ Hlavná registrácia zlyhala
+
+
+ Prepínanie programov zlyhalo
+
+
+ Zastavenie ukladania na kartu SD zlyhalo
+
+
+ Zmena hodnoty nastavenia sa nepodarila
+
+
+ Výsledok je k dispozícii
+
+
+ Aktualizácia výsledkov dokončená
+
+
+ Stav zobrazovania
+
+
+ RUN
+
+
+ Pripravené
+
+
+ Pripravenosť spúšte
+
+
+ Stav identifikácie karty SD
+
+
+ Informácie o režime triedenia
+
+
+ Nedostatok voľného miesta na karte SD
+
+
+ Prekročenie vyrovnávacej pamäte
+
+
+ Upozornenie
+
+
+ Maximálny počet programov
+
+
+ Celkové hodnotenie OK
+
+
+ Korekcia polohy
+
+
+ LOGIC1
+
+
+ LOGIC2
+
+
+ LOGIC3
+
+
+ LOGIC4
+
+
+ Celkové hodnotenie NG
+
+
+ Nástroj 1
+
+
+ Nástroj 2
+
+
+ Nástroj 3
+
+
+ Nástroj 4
+
+
+ Nástroj 5
+
+
+ Nástroj 6
+
+
+ Nástroj 7
+
+
+ Nástroj 8
+
+
+ Nástroj 9
+
+
+ Nástroj 10
+
+
+ Nástroj 11
+
+
+ Nástroj 12
+
+
+ Nástroj 13
+
+
+ Nástroj 14
+
+
+ Nástroj 15
+
+
+ Nástroj 16
+
+
+ Hlavné číslo/celkový stav typ výrobku
+
+
+ Nástroj 17
+
+
+ Nástroj 18
+
+
+ Nástroj 19
+
+
+ Nástroj 20
+
+
+ Nástroj 21
+
+
+ Nástroj 22
+
+
+ Nástroj 23
+
+
+ Nástroj 24
+
+
+ Nástroj 25
+
+
+ Nástroj 26
+
+
+ Nástroj 27
+
+
+ Nástroj 28
+
+
+ Nástroj 29
+
+
+ Nástroj 30
+
+
+ Nástroj 31
+
+
+ Nástroj 32
+
+
+ Nástroj 33
+
+
+ Nástroj 34
+
+
+ Nástroj 35
+
+
+ Nástroj 36
+
+
+ Nástroj 37
+
+
+ Nástroj 38
+
+
+ Nástroj 39
+
+
+ Nástroj 40
+
+
+ Nástroj 41
+
+
+ Nástroj 42
+
+
+ Nástroj 43
+
+
+ Nástroj 44
+
+
+ Nástroj 45
+
+
+ Nástroj 46
+
+
+ Nástroj 47
+
+
+ Nástroj 48
+
+
+ Nástroj 49
+
+
+ Nástroj 50
+
+
+ Nástroj 51
+
+
+ Nástroj 52
+
+
+ Nástroj 53
+
+
+ Nástroj 54
+
+
+ Nástroj 55
+
+
+ Nástroj 56
+
+
+ Nástroj 57
+
+
+ Nástroj 58
+
+
+ Nástroj 59
+
+
+ Nástroj 60
+
+
+ Nástroj 61
+
+
+ Nástroj 62
+
+
+ Nástroj 63
+
+
+ Nástroj 64
+
+
+ Čas spracovania MAX
+
+
+ Čas spracovania MIN
+
+
+ Čas spracovania AVE
+
+
+ Počet spúšťačov
+
+
+ Počet schválení OK
+
+
+ Počet NG
+
+
+ Počet chýb spúšťania
+
+
+ Chyba č.
+
+
+ Upozornenie č.
+
+
+ Počet zostávajúcich vyrovnávacích pamätí
+
+
+ Kontrolný súčet
+
+
+ Aktuálny program č.
+
+
+ Číslo programu počas rozsudku
+
+
+ Výsledok č.
+
+
+ Čas spracovania
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "CommandControl
+
+
+ ID hardvéru podmodulu "CommandStatusBits
+
+
+ ID hardvéru podmodulu "DeviceResultBits1
+
+
+ ID hardvéru podmodulu "DeviceStatusWords
+
+
+ ID hardvéru podmodulu "DeviceStatistics
+
+
+ ID hardvéru podmodulu "PositionAdjustResult
+
+
+ ID hardvéru podmodulu "ToolResult1
+
+
+ ID hardvéru podmodulu "ToolResult2
+
+
+ ID hardvéru podmodulu "ToolResult3
+
+
+ ID hardvéru podmodulu "ToolResult4
+
+
+ ID hardvéru podmodulu "ToolResult5
+
+
+ ID hardvéru podmodulu "ToolResult6
+
+
+ ID hardvéru podmodulu "ToolResult7
+
+
+ ID hardvéru podmodulu "ToolResult8
+
+
+ ID hardvéru podmodulu "ToolResult9
+
+
+ ID hardvéru podmodulu "ToolResult10
+
+
+ ID hardvéru podmodulu "ToolResult11
+
+
+ ID hardvéru podmodulu "ToolResult12
+
+
+ ID hardvéru podmodulu "ToolResult13
+
+
+ ID hardvéru podmodulu "ToolResult14
+
+
+ ID hardvéru podmodulu "ToolResult15
+
+
+ ID hardvéru podmodulu "ToolResult16
+
+
+ ID hardvéru podmodulu "ToolResult17
+
+
+ ID hardvéru podmodulu "ToolResult18
+
+
+ ID hardvéru podmodulu "ToolResult19
+
+
+ ID hardvéru podmodulu "ToolResult20
+
+
+ ID hardvéru podmodulu "ToolResult21
+
+
+ ID hardvéru podmodulu "ToolResult22
+
+
+ ID hardvéru podmodulu "ToolResult23
+
+
+ ID hardvéru podmodulu "ToolResult24
+
+
+ ID hardvéru podmodulu "ToolResult25
+
+
+ ID hardvéru podmodulu "ToolResult26
+
+
+ ID hardvéru podmodulu "ToolResult27
+
+
+ ID hardvéru podmodulu "ToolResult28
+
+
+ ID hardvéru podmodulu "ToolResult29
+
+
+ ID hardvéru podmodulu "ToolResult30
+
+
+ ID hardvéru podmodulu "ToolResult31
+
+
+ ID hardvéru podmodulu "ToolResult32
+
+
+ ID hardvéru podmodulu "ToolResult33
+
+
+ ID hardvéru podmodulu "ToolResult34
+
+
+ ID hardvéru podmodulu "ToolResult35
+
+
+ ID hardvéru podmodulu "ToolResult36
+
+
+ ID hardvéru podmodulu "ToolResult37
+
+
+ ID hardvéru podmodulu "ToolResult38
+
+
+ ID hardvéru podmodulu "ToolResult39
+
+
+ ID hardvéru podmodulu "ToolResult40
+
+
+ ID hardvéru podmodulu "ToolResult41
+
+
+ ID hardvéru podmodulu "ToolResult42
+
+
+ ID hardvéru podmodulu "ToolResult43
+
+
+ ID hardvéru podmodulu "ToolResult44
+
+
+ ID hardvéru podmodulu "ToolResult45
+
+
+ ID hardvéru podmodulu "ToolResult46
+
+
+ ID hardvéru podmodulu "ToolResult47
+
+
+ ID hardvéru podmodulu "ToolResult48
+
+
+ ID hardvéru podmodulu "ToolResult49
+
+
+ ID hardvéru podmodulu "ToolResult50
+
+
+ ID hardvéru podmodulu "ToolResult51
+
+
+ ID hardvéru podmodulu "ToolResult52
+
+
+ ID hardvéru podmodulu "ToolResult53
+
+
+ ID hardvéru podmodulu "ToolResult54
+
+
+ ID hardvéru podmodulu "ToolResult55
+
+
+ ID hardvéru podmodulu "ToolResult56
+
+
+ ID hardvéru podmodulu "ToolResult57
+
+
+ ID hardvéru podmodulu "ToolResult58
+
+
+ ID hardvéru podmodulu "ToolResult59
+
+
+ ID hardvéru podmodulu "ToolResult60
+
+
+ ID hardvéru podmodulu "ToolResult61
+
+
+ ID hardvéru podmodulu "ToolResult62
+
+
+ ID hardvéru podmodulu "ToolResult63
+
+
+ ID hardvéru podmodulu "ToolResult64
+
+
+ ID hardvéru podmodulu "DeviceResultBits2
+
+
+ Bity stavu príkazu
+
+
+ Bity výsledku zariadenia 1
+
+
+ Slová o stave zariadenia
+
+
+ Štatistiky zariadenia
+
+
+ Výsledok úpravy polohy
+
+
+ Výsledok nástroja 1
+
+
+ Výsledok nástroja 2
+
+
+ Výsledok nástroja 3
+
+
+ Výsledok nástroja 4
+
+
+ Výsledok nástroja 5
+
+
+ Výsledok nástroja 6
+
+
+ Výsledok nástroja 7
+
+
+ Výsledok nástroja 8
+
+
+ Výsledok nástroja 9
+
+
+ Výsledok nástroja 10
+
+
+ Výsledok nástroja 11
+
+
+ Výsledok nástroja 12
+
+
+ Výsledok nástroja 13
+
+
+ Výsledok nástroja 14
+
+
+ Výsledok nástroja 15
+
+
+ Výsledok nástroja 16
+
+
+ Výsledok nástroja 17
+
+
+ Výsledok nástroja 18
+
+
+ Výsledok nástroja 19
+
+
+ Výsledok nástroja 20
+
+
+ Výsledok nástroja 21
+
+
+ Výsledok nástroja 22
+
+
+ Výsledok nástroja 23
+
+
+ Výsledok nástroja 24
+
+
+ Výsledok nástroja 25
+
+
+ Výsledok nástroja 26
+
+
+ Výsledok nástroja 27
+
+
+ Výsledok nástroja 28
+
+
+ Výsledok nástroja 29
+
+
+ Výsledok nástroja 30
+
+
+ Výsledok nástroja 31
+
+
+ Výsledok nástroja 32
+
+
+ Výsledok nástroja 33
+
+
+ Výsledok nástroja 34
+
+
+ Výsledok nástroja 35
+
+
+ Výsledok nástroja 36
+
+
+ Výsledok nástroja 37
+
+
+ Výsledok nástroja 38
+
+
+ Výsledok nástroja 39
+
+
+ Výsledok nástroja 40
+
+
+ Výsledok nástroja 41
+
+
+ Výsledok nástroja 42
+
+
+ Výsledok nástroja 43
+
+
+ Výsledok nástroja 44
+
+
+ Výsledok nástroja 45
+
+
+ Výsledok nástroja 46
+
+
+ Výsledok nástroja 47
+
+
+ Výsledok nástroja 48
+
+
+ Výsledok nástroja 49
+
+
+ Výsledok nástroja 50
+
+
+ Výsledok nástroja 51
+
+
+ Výsledok nástroja 52
+
+
+ Výsledok nástroja 53
+
+
+ Výsledok nástroja 54
+
+
+ Výsledok nástroja 55
+
+
+ Výsledok nástroja 56
+
+
+ Výsledok nástroja 57
+
+
+ Výsledok nástroja 58
+
+
+ Výsledok nástroja 59
+
+
+ Výsledok nástroja 60
+
+
+ Výsledok nástroja 61
+
+
+ Výsledok nástroja 62
+
+
+ Výsledok nástroja 63
+
+
+ Výsledok nástroja 64
+
+
+ Bity výsledku zariadenia 2
+
+
+ Príkazové riadenie
+
+
+ Skóre korekcie polohy
+
+
+ Skóre korekcie polohy MAX
+
+
+ Skóre korekcie polohy MIN
+
+
+ Skóre korekcie polohy Dolný prah
+
+
+ Miera zhody
+
+
+ Miera zhody MAX
+
+
+ Miera zhody MIN
+
+
+ Spodný prah
+
+
+ Horná hranica
+
+
+ Poloha desatinnej čiarky
+
+
+ Súčasná hodnota výšky MAX/priemer farieb H (odtieň)
+
+
+ Súčasná hodnota výšky MIN/farba priemer S (nasýtenie)
+
+
+ Počet pitchov/priemer farieb V (jas)/priemer jasu
+
\ No newline at end of file
diff --git a/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.sk.resx b/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.sk.resx
index e908105f2..e048175e1 100644
--- a/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.sk.resx
+++ b/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/Resources/PlcStringResources.sk.resx
@@ -171,4 +171,1174 @@
TemplateTask20steps6 timeout.
+
+ Obnoviť
+
+
+ Stav chyby
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Chyba
+
+
+ Výsledok k dispozícii
+
+
+ Pripravený
+
+
+ Spúšť pripravená
+
+
+ Upozornenie
+
+
+ Nástroj 1
+
+
+ Nástroj 2
+
+
+ Nástroj 3
+
+
+ Nástroj 4
+
+
+ Výsledok č.
+
+
+ Banka
+
+
+ Prečítajte si
+
+
+ Výsledky kontroly
+
+
+ Vymazanie údajov o výsledkoch
+
+
+ Údaje o ladení
+
+
+ Čítanie údajov
+
+
+ Handshake a všeobecná chyba
+
+
+ Stav BUSY
+
+
+ Stav dokončenia
+
+
+ Stav terminálu
+
+
+ Nestabilný stav čítania
+
+
+ Úroveň zhody a celkový stav hodnotenia
+
+
+ Stav výsledku operácie
+
+
+ Čítanie údajov
+
+
+ Kontrola blokovania a vymazávania chýb
+
+
+ Prevádzkové pokyny Ovládanie
+
+
+ Dokončenie Jasná kontrola
+
+
+ Parameter Číslo banky
+
+
+ Údaje používateľa
+
+
+ Údaje používateľa
+
+
+ Aktualizácia diagnostiky
+
+
+ Pokrok
+
+
+ TriggerTask
+
+
+ Požadované číslo programu
+
+
+ ChangeProgramTask
+
+
+ BUSY
+
+
+ TRG BUSY
+
+
+ ZÁMOK BUSY
+
+
+ REŽIM BUSY
+
+
+ ERR BUSY
+
+
+ Prečítajte si kompletný prehľad
+
+
+ Prednastavené kompletné vymazanie
+
+
+ Register Prednastavené údaje Kompletné vymazanie
+
+
+ Vyladenie Kompletné vyčistenie
+
+
+ EXT. Žiadosť o úplné vyčistenie
+
+
+ Prečítajte si celý článok
+
+
+ Prednastavenie Kompletné
+
+
+ Register Prednastavené údaje Kompletné
+
+
+ Vyladenie kompletné
+
+
+ EXT. Žiadosť dokončená
+
+
+ Kontinuálne čítanie
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Veľkosť výsledných údajov
+
+
+ Veľkosť používateľských údajov
+
+
+ Čítanie zlyhania
+
+
+ Prednastavené zlyhanie
+
+
+ Zlyhanie prednastavených údajov registra
+
+
+ Zlyhanie ladenia
+
+
+ EXT. Zlyhanie žiadosti
+
+
+ Dostupné údaje o výsledku
+
+
+ Výsledok Dátová stroboskopia
+
+
+ Chyba pretečenia vyrovnávacej pamäte
+
+
+ Všeobecná chyba
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "HandshakeAndGeneralErrorStatus
+
+
+ ID hardvéru podmodulu "BUSYStatus
+
+
+ ID hardvéru podmodulu "CompletionStatus
+
+
+ ID hardvéru podmodulu "ErrorStatus
+
+
+ ID hardvéru podmodulu "TerminalStatus
+
+
+ ID hardvéru podmodulu "UnstableReadStatus
+
+
+ ID hardvéru podmodulu "MatchingLevelAndTotalEvaluationGradeStatus
+
+
+ ID hardvéru podmodulu "OperationalResultStatus
+
+
+ ID hardvéru podmodulu "ReadData
+
+
+ ID hardvéru podmodulu "LatchAndErrorClearControl
+
+
+ ID hardvéru podmodulu "OperationInstructionControl
+
+
+ ID hardvéru podmodulu "CompletionClearControl
+
+
+ ID hardvéru podmodulu "ParameterBankNumber
+
+
+ ID hardvéru podmodulu "UserData
+
+
+ Výsledok Data Latch
+
+
+ Vymazanie chyby
+
+
+ Úroveň zhody
+
+
+ Trieda ISO/IEC 15415
+
+
+ ISO/IEC TR 29158(AIM DPM-1-2006) Trieda
+
+
+ Rezervované
+
+
+ Prečítajte si kód výsledku
+
+
+ Prednastavený kód výsledku
+
+
+ Register Prednastavené údaje Výsledný kód
+
+
+ Kód výsledku ladenia
+
+
+ Rezervované[0]
+
+
+ Vyhradené[1]
+
+
+ Vyhradené[2]
+
+
+ EXT. Kód výsledku žiadosti
+
+
+ Všeobecný kód chyby
+
+
+ Vyhradené[3]
+
+
+ Prečítajte si žiadosť
+
+
+ Prednastavená požiadavka
+
+
+ Žiadosť o prednastavené údaje registra
+
+
+ Žiadosť o naladenie
+
+
+ Register bankových čísel
+
+
+ Výsledok Počet pripravených údajov
+
+
+ Výsledok Počet aktualizácií údajov
+
+
+ Výsledok Veľkosť údajov
+
+
+ IN1 Stav
+
+
+ Stav IN2
+
+
+ Stav OUT1
+
+
+ Stav OUT2
+
+
+ Stav OUT3
+
+
+ Nestabilné
+
+
+ Úroveň zhody Nestabilné
+
+
+ ISO/IEC 15415 Nestabilné
+
+
+ ISO/IEC TR 29158(AIM DPM-1-2006) Nestabilný
+
+
+ SAE AS9132 Nestabilné
+
+
+ Spúšťacia požiadavka
+
+
+ Hlavná žiadosť o registráciu
+
+
+ Žiadosť o prepnutie programu
+
+
+ Výstražná jasná požiadavka
+
+
+ Žiadosť o obnovenie štatistík
+
+
+ Žiadosť o vymazanie vyrovnávacej pamäte
+
+
+ Žiadosť o zastavenie ukladania na kartu SD
+
+
+ Žiadosť o zmenu hodnoty nastavenia
+
+
+ Oznámenie o úplnom získaní výsledku
+
+
+ Číslo programu
+
+
+ Funkcia 1: Limit set.no.(bez OCR)/Master text set.no.(OCR)/FTP/SD-saved set.no.(FTP klient/funkcia ukladania na SD kartu)
+
+
+ Funkcia 2: Limit set.no.(bez OCR)/Master text/počet písmen(OCR)/FTP/SD-nastavenia ukladania(FTP klient/funkcia ukladania na SD kartu)
+
+
+ Spúšťacia reakcia
+
+
+ Hlavná registračná odpoveď
+
+
+ Reakcia na prepínanie programov
+
+
+ Varovanie jasná odpoveď
+
+
+ Odozva na resetovanie štatistík
+
+
+ Odozva na vymazanie vyrovnávacej pamäte
+
+
+ Reakcia na zastavenie ukladania na kartu SD
+
+
+ Reakcia na zmenu hodnoty nastavenia
+
+
+ Spúšťač zlyhal
+
+
+ Hlavná registrácia zlyhala
+
+
+ Prepínanie programov zlyhalo
+
+
+ Zastavenie ukladania na kartu SD zlyhalo
+
+
+ Zmena hodnoty nastavenia sa nepodarila
+
+
+ Aktualizácia výsledkov dokončená
+
+
+ Stav zobrazovania
+
+
+ RUN
+
+
+ Stav identifikácie karty SD
+
+
+ Informácie o režime triedenia
+
+
+ Nedostatok voľného miesta na karte SD
+
+
+ Prekročenie vyrovnávacej pamäte
+
+
+ Maximálny počet programov
+
+
+ Celkové hodnotenie OK
+
+
+ Korekcia polohy
+
+
+ LOGIC1
+
+
+ LOGIC2
+
+
+ LOGIC3
+
+
+ LOGIC4
+
+
+ Celkové hodnotenie NG
+
+
+ Nástroj 5
+
+
+ Nástroj 6
+
+
+ Nástroj 7
+
+
+ Nástroj 8
+
+
+ Nástroj 9
+
+
+ Nástroj 10
+
+
+ Nástroj 11
+
+
+ Nástroj 12
+
+
+ Nástroj 13
+
+
+ Nástroj 14
+
+
+ Nástroj 15
+
+
+ Nástroj 16
+
+
+ Hlavné číslo/celkový stav typ výrobku
+
+
+ Nástroj 17
+
+
+ Nástroj 18
+
+
+ Nástroj 19
+
+
+ Nástroj 20
+
+
+ Nástroj 21
+
+
+ Nástroj 22
+
+
+ Nástroj 23
+
+
+ Nástroj 24
+
+
+ Nástroj 25
+
+
+ Nástroj 26
+
+
+ Nástroj 27
+
+
+ Nástroj 28
+
+
+ Nástroj 29
+
+
+ Nástroj 30
+
+
+ Nástroj 31
+
+
+ Nástroj 32
+
+
+ Nástroj 33
+
+
+ Nástroj 34
+
+
+ Nástroj 35
+
+
+ Nástroj 36
+
+
+ Nástroj 37
+
+
+ Nástroj 38
+
+
+ Nástroj 39
+
+
+ Nástroj 40
+
+
+ Nástroj 41
+
+
+ Nástroj 42
+
+
+ Nástroj 43
+
+
+ Nástroj 44
+
+
+ Nástroj 45
+
+
+ Nástroj 46
+
+
+ Nástroj 47
+
+
+ Nástroj 48
+
+
+ Nástroj 49
+
+
+ Nástroj 50
+
+
+ Nástroj 51
+
+
+ Nástroj 52
+
+
+ Nástroj 53
+
+
+ Nástroj 54
+
+
+ Nástroj 55
+
+
+ Nástroj 56
+
+
+ Nástroj 57
+
+
+ Nástroj 58
+
+
+ Nástroj 59
+
+
+ Nástroj 60
+
+
+ Nástroj 61
+
+
+ Nástroj 62
+
+
+ Nástroj 63
+
+
+ Nástroj 64
+
+
+ Čas spracovania MAX
+
+
+ Čas spracovania MIN
+
+
+ Čas spracovania AVE
+
+
+ Počet spúšťačov
+
+
+ Počet schválení OK
+
+
+ Počet NG
+
+
+ Počet chýb spúšťania
+
+
+ Chyba č.
+
+
+ Upozornenie č.
+
+
+ Počet zostávajúcich vyrovnávacích pamätí
+
+
+ Kontrolný súčet
+
+
+ Aktuálny program č.
+
+
+ Číslo programu počas rozsudku
+
+
+ Čas spracovania
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "CommandControl
+
+
+ ID hardvéru podmodulu "CommandStatusBits
+
+
+ ID hardvéru podmodulu "DeviceResultBits1
+
+
+ ID hardvéru podmodulu "DeviceStatusWords
+
+
+ ID hardvéru podmodulu "DeviceStatistics
+
+
+ ID hardvéru podmodulu "PositionAdjustResult
+
+
+ ID hardvéru podmodulu "ToolResult1
+
+
+ ID hardvéru podmodulu "ToolResult2
+
+
+ ID hardvéru podmodulu "ToolResult3
+
+
+ ID hardvéru podmodulu "ToolResult4
+
+
+ ID hardvéru podmodulu "ToolResult5
+
+
+ ID hardvéru podmodulu "ToolResult6
+
+
+ ID hardvéru podmodulu "ToolResult7
+
+
+ ID hardvéru podmodulu "ToolResult8
+
+
+ ID hardvéru podmodulu "ToolResult9
+
+
+ ID hardvéru podmodulu "ToolResult10
+
+
+ ID hardvéru podmodulu "ToolResult11
+
+
+ ID hardvéru podmodulu "ToolResult12
+
+
+ ID hardvéru podmodulu "ToolResult13
+
+
+ ID hardvéru podmodulu "ToolResult14
+
+
+ ID hardvéru podmodulu "ToolResult15
+
+
+ ID hardvéru podmodulu "ToolResult16
+
+
+ ID hardvéru podmodulu "ToolResult17
+
+
+ ID hardvéru podmodulu "ToolResult18
+
+
+ ID hardvéru podmodulu "ToolResult19
+
+
+ ID hardvéru podmodulu "ToolResult20
+
+
+ ID hardvéru podmodulu "ToolResult21
+
+
+ ID hardvéru podmodulu "ToolResult22
+
+
+ ID hardvéru podmodulu "ToolResult23
+
+
+ ID hardvéru podmodulu "ToolResult24
+
+
+ ID hardvéru podmodulu "ToolResult25
+
+
+ ID hardvéru podmodulu "ToolResult26
+
+
+ ID hardvéru podmodulu "ToolResult27
+
+
+ ID hardvéru podmodulu "ToolResult28
+
+
+ ID hardvéru podmodulu "ToolResult29
+
+
+ ID hardvéru podmodulu "ToolResult30
+
+
+ ID hardvéru podmodulu "ToolResult31
+
+
+ ID hardvéru podmodulu "ToolResult32
+
+
+ ID hardvéru podmodulu "ToolResult33
+
+
+ ID hardvéru podmodulu "ToolResult34
+
+
+ ID hardvéru podmodulu "ToolResult35
+
+
+ ID hardvéru podmodulu "ToolResult36
+
+
+ ID hardvéru podmodulu "ToolResult37
+
+
+ ID hardvéru podmodulu "ToolResult38
+
+
+ ID hardvéru podmodulu "ToolResult39
+
+
+ ID hardvéru podmodulu "ToolResult40
+
+
+ ID hardvéru podmodulu "ToolResult41
+
+
+ ID hardvéru podmodulu "ToolResult42
+
+
+ ID hardvéru podmodulu "ToolResult43
+
+
+ ID hardvéru podmodulu "ToolResult44
+
+
+ ID hardvéru podmodulu "ToolResult45
+
+
+ ID hardvéru podmodulu "ToolResult46
+
+
+ ID hardvéru podmodulu "ToolResult47
+
+
+ ID hardvéru podmodulu "ToolResult48
+
+
+ ID hardvéru podmodulu "ToolResult49
+
+
+ ID hardvéru podmodulu "ToolResult50
+
+
+ ID hardvéru podmodulu "ToolResult51
+
+
+ ID hardvéru podmodulu "ToolResult52
+
+
+ ID hardvéru podmodulu "ToolResult53
+
+
+ ID hardvéru podmodulu "ToolResult54
+
+
+ ID hardvéru podmodulu "ToolResult55
+
+
+ ID hardvéru podmodulu "ToolResult56
+
+
+ ID hardvéru podmodulu "ToolResult57
+
+
+ ID hardvéru podmodulu "ToolResult58
+
+
+ ID hardvéru podmodulu "ToolResult59
+
+
+ ID hardvéru podmodulu "ToolResult60
+
+
+ ID hardvéru podmodulu "ToolResult61
+
+
+ ID hardvéru podmodulu "ToolResult62
+
+
+ ID hardvéru podmodulu "ToolResult63
+
+
+ ID hardvéru podmodulu "ToolResult64
+
+
+ ID hardvéru podmodulu "DeviceResultBits2
+
+
+ Bity stavu príkazu
+
+
+ Bity výsledku zariadenia 1
+
+
+ Slová o stave zariadenia
+
+
+ Štatistiky zariadenia
+
+
+ Výsledok úpravy polohy
+
+
+ Výsledok nástroja 1
+
+
+ Výsledok nástroja 2
+
+
+ Výsledok nástroja 3
+
+
+ Výsledok nástroja 4
+
+
+ Výsledok nástroja 5
+
+
+ Výsledok nástroja 6
+
+
+ Výsledok nástroja 7
+
+
+ Výsledok nástroja 8
+
+
+ Výsledok nástroja 9
+
+
+ Výsledok nástroja 10
+
+
+ Výsledok nástroja 11
+
+
+ Výsledok nástroja 12
+
+
+ Výsledok nástroja 13
+
+
+ Výsledok nástroja 14
+
+
+ Výsledok nástroja 15
+
+
+ Výsledok nástroja 16
+
+
+ Výsledok nástroja 17
+
+
+ Výsledok nástroja 18
+
+
+ Výsledok nástroja 19
+
+
+ Výsledok nástroja 20
+
+
+ Výsledok nástroja 21
+
+
+ Výsledok nástroja 22
+
+
+ Výsledok nástroja 23
+
+
+ Výsledok nástroja 24
+
+
+ Výsledok nástroja 25
+
+
+ Výsledok nástroja 26
+
+
+ Výsledok nástroja 27
+
+
+ Výsledok nástroja 28
+
+
+ Výsledok nástroja 29
+
+
+ Výsledok nástroja 30
+
+
+ Výsledok nástroja 31
+
+
+ Výsledok nástroja 32
+
+
+ Výsledok nástroja 33
+
+
+ Výsledok nástroja 34
+
+
+ Výsledok nástroja 35
+
+
+ Výsledok nástroja 36
+
+
+ Výsledok nástroja 37
+
+
+ Výsledok nástroja 38
+
+
+ Výsledok nástroja 39
+
+
+ Výsledok nástroja 40
+
+
+ Výsledok nástroja 41
+
+
+ Výsledok nástroja 42
+
+
+ Výsledok nástroja 43
+
+
+ Výsledok nástroja 44
+
+
+ Výsledok nástroja 45
+
+
+ Výsledok nástroja 46
+
+
+ Výsledok nástroja 47
+
+
+ Výsledok nástroja 48
+
+
+ Výsledok nástroja 49
+
+
+ Výsledok nástroja 50
+
+
+ Výsledok nástroja 51
+
+
+ Výsledok nástroja 52
+
+
+ Výsledok nástroja 53
+
+
+ Výsledok nástroja 54
+
+
+ Výsledok nástroja 55
+
+
+ Výsledok nástroja 56
+
+
+ Výsledok nástroja 57
+
+
+ Výsledok nástroja 58
+
+
+ Výsledok nástroja 59
+
+
+ Výsledok nástroja 60
+
+
+ Výsledok nástroja 61
+
+
+ Výsledok nástroja 62
+
+
+ Výsledok nástroja 63
+
+
+ Výsledok nástroja 64
+
+
+ Bity výsledku zariadenia 2
+
+
+ Príkazové riadenie
+
+
+ Skóre korekcie polohy
+
+
+ Skóre korekcie polohy MAX
+
+
+ Skóre korekcie polohy MIN
+
+
+ Skóre korekcie polohy Dolný prah
+
+
+ Miera zhody
+
+
+ Miera zhody MAX
+
+
+ Miera zhody MIN
+
+
+ Spodný prah
+
+
+ Horná hranica
+
+
+ Poloha desatinnej čiarky
+
+
+ Súčasná hodnota výšky MAX/priemer farieb H (odtieň)
+
+
+ Súčasná hodnota výšky MIN/farba priemer S (nasýtenie)
+
+
+ Počet pitchov/priemer farieb V (jas)/priemer jasu
+
\ No newline at end of file
diff --git a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.Designer.cs b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.Designer.cs
index 092bc967b..e54a487f8 100644
--- a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.Designer.cs
+++ b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,505 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Action number.
+ ///
+ public static string Action_number {
+ get {
+ return ResourceManager.GetString("Action_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Activate Interface [I_O_ACT].
+ ///
+ public static string Activate_Interface__SQUAREBRACKET_I_UNDERSCORE_O_UNDERSCORE_ACT_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("Activate_Interface__SQUAREBRACKET_I_UNDERSCORE_O_UNDERSCORE_ACT_ENDSQUAREBRACKET_" +
+ "", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to AlarmStopActive [ALARM_STOP].
+ ///
+ public static string AlarmStopActive__SQUAREBRACKET_ALARM_UNDERSCORE_STOP_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("AlarmStopActive__SQUAREBRACKET_ALARM_UNDERSCORE_STOP_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Automatic [AUT].
+ ///
+ public static string Automatic__SQUAREBRACKET_AUT_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("Automatic__SQUAREBRACKET_AUT_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ControlReady [RC_RDY1].
+ ///
+ public static string ControlReady__SQUAREBRACKET_RC_UNDERSCORE_RDY_ONE__ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("ControlReady__SQUAREBRACKET_RC_UNDERSCORE_RDY_ONE__ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drives Off [DRIVES_OFF].
+ ///
+ public static string Drives_Off__SQUAREBRACKET_DRIVES_UNDERSCORE_OFF_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("Drives_Off__SQUAREBRACKET_DRIVES_UNDERSCORE_OFF_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drives On [DRIVES_ON].
+ ///
+ public static string Drives_On__SQUAREBRACKET_DRIVES_UNDERSCORE_ON_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("Drives_On__SQUAREBRACKET_DRIVES_UNDERSCORE_ON_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DrivesReady [PERI_RDY].
+ ///
+ public static string DrivesReady__SQUAREBRACKET_PERI_UNDERSCORE_RDY_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("DrivesReady__SQUAREBRACKET_PERI_UNDERSCORE_RDY_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error.
+ ///
+ public static string Error {
+ get {
+ return ResourceManager.GetString("Error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error Confirmation [CONF_MESS].
+ ///
+ public static string Error_Confirmation__SQUAREBRACKET_CONF_UNDERSCORE_MESS_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("Error_Confirmation__SQUAREBRACKET_CONF_UNDERSCORE_MESS_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ErrorCollection [STOPMESS].
+ ///
+ public static string ErrorCollection__SQUAREBRACKET_STOPMESS_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("ErrorCollection__SQUAREBRACKET_STOPMESS_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Event ID.
+ ///
+ public static string Event_ID {
+ get {
+ return ResourceManager.GetString("Event_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ExternalAutomatic [EXT].
+ ///
+ public static string ExternalAutomatic__SQUAREBRACKET_EXT_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("ExternalAutomatic__SQUAREBRACKET_EXT_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Global robot speed.
+ ///
+ public static string Global_robot_speed {
+ get {
+ return ResourceManager.GetString("Global_robot_speed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Global speed.
+ ///
+ public static string Global_speed {
+ get {
+ return ResourceManager.GetString("Global_speed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the '512_DI_DO' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE__FIVE__ONE__TWO__UNDERSCORE_DI_UNDERSCORE_DO_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE__FIVE__ONE__TWO__UNDERSCORE_DI_UNDERSCORE_DO_APOST" +
+ "ROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'None' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_None_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_None_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the device.
+ ///
+ public static string Hardware_ID_of_the_device {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the_device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 4.
+ ///
+ public static string In_area__FOUR_ {
+ get {
+ return ResourceManager.GetString("In_area__FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 1.
+ ///
+ public static string In_area__ONE_ {
+ get {
+ return ResourceManager.GetString("In_area__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 3.
+ ///
+ public static string In_area__THREE_ {
+ get {
+ return ResourceManager.GetString("In_area__THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 2.
+ ///
+ public static string In_area__TWO_ {
+ get {
+ return ResourceManager.GetString("In_area__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position.
+ ///
+ public static string In_position {
+ get {
+ return ResourceManager.GetString("In_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 4.
+ ///
+ public static string In_position__FOUR_ {
+ get {
+ return ResourceManager.GetString("In_position__FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 1.
+ ///
+ public static string In_position__ONE_ {
+ get {
+ return ResourceManager.GetString("In_position__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 3.
+ ///
+ public static string In_position__THREE_ {
+ get {
+ return ResourceManager.GetString("In_position__THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 2.
+ ///
+ public static string In_position__TWO_ {
+ get {
+ return ResourceManager.GetString("In_position__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InHome [IN_HOME].
+ ///
+ public static string InHome__SQUAREBRACKET_IN_UNDERSCORE_HOME_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("InHome__SQUAREBRACKET_IN_UNDERSCORE_HOME_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InterfaceActivated [I_O_ACTCONF].
+ ///
+ public static string InterfaceActivated__SQUAREBRACKET_I_UNDERSCORE_O_UNDERSCORE_ACTCONF_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("InterfaceActivated__SQUAREBRACKET_I_UNDERSCORE_O_UNDERSCORE_ACTCONF_ENDSQUAREBRAC" +
+ "KET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Manual [T1].
+ ///
+ public static string Manual__SQUAREBRACKET_T_ONE__ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("Manual__SQUAREBRACKET_T_ONE__ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Master mode.
+ ///
+ public static string Master_mode {
+ get {
+ return ResourceManager.GetString("Master_mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move Enable [MOVE_ENABLE].
+ ///
+ public static string Move_Enable__SQUAREBRACKET_MOVE_UNDERSCORE_ENABLE_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("Move_Enable__SQUAREBRACKET_MOVE_UNDERSCORE_ENABLE_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Point number.
+ ///
+ public static string Point_number {
+ get {
+ return ResourceManager.GetString("Point_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PointNumber.
+ ///
+ public static string PointNumber {
+ get {
+ return ResourceManager.GetString("PointNumber", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PpMoved.
+ ///
+ public static string PpMoved {
+ get {
+ return ResourceManager.GetString("PpMoved", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ProcesActive [PRO_ACT].
+ ///
+ public static string ProcesActive__SQUAREBRACKET_PRO_UNDERSCORE_ACT_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("ProcesActive__SQUAREBRACKET_PRO_UNDERSCORE_ACT_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program Start [EXT_START].
+ ///
+ public static string Program_Start__SQUAREBRACKET_EXT_UNDERSCORE_START_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("Program_Start__SQUAREBRACKET_EXT_UNDERSCORE_START_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ProgramMoveActive [PROGRAM MOVEMENT ACTIVE].
+ ///
+ public static string ProgramMoveActive__SQUAREBRACKET_PROGRAM_MOVEMENT_ACTIVE_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("ProgramMoveActive__SQUAREBRACKET_PROGRAM_MOVEMENT_ACTIVE_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RobotCalibrated [ROB_CAL].
+ ///
+ public static string RobotCalibrated__SQUAREBRACKET_ROB_UNDERSCORE_CAL_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("RobotCalibrated__SQUAREBRACKET_ROB_UNDERSCORE_CAL_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RobotStopped [ROB_STOPPED].
+ ///
+ public static string RobotStopped__SQUAREBRACKET_ROB_UNDERSCORE_STOPPED_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("RobotStopped__SQUAREBRACKET_ROB_UNDERSCORE_STOPPED_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start at main.
+ ///
+ public static string Start_at_main {
+ get {
+ return ResourceManager.GetString("Start_at_main", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start At Main [START_AT_MAIN].
+ ///
+ public static string Start_At_Main__SQUAREBRACKET_START_UNDERSCORE_AT_UNDERSCORE_MAIN_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("Start_At_Main__SQUAREBRACKET_START_UNDERSCORE_AT_UNDERSCORE_MAIN_ENDSQUAREBRACKET" +
+ "_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start motors.
+ ///
+ public static string Start_motors {
+ get {
+ return ResourceManager.GetString("Start_motors", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start motors and program.
+ ///
+ public static string Start_motors_and_program {
+ get {
+ return ResourceManager.GetString("Start_motors_and_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start motors program and movements.
+ ///
+ public static string Start_motors_program_and_movements {
+ get {
+ return ResourceManager.GetString("Start_motors_program_and_movements", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start movements.
+ ///
+ public static string Start_movements {
+ get {
+ return ResourceManager.GetString("Start_movements", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start movements with extended parameters.
+ ///
+ public static string Start_movements_with_extended_parameters {
+ get {
+ return ResourceManager.GetString("Start_movements_with_extended_parameters", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start program.
+ ///
+ public static string Start_program {
+ get {
+ return ResourceManager.GetString("Start_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to StartAtMain.
+ ///
+ public static string StartAtMain {
+ get {
+ return ResourceManager.GetString("StartAtMain", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to StartAtMainTask timeout..
///
@@ -105,6 +604,42 @@ public static string StartProgramTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Stop motors.
+ ///
+ public static string Stop_motors {
+ get {
+ return ResourceManager.GetString("Stop_motors", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop movements.
+ ///
+ public static string Stop_movements {
+ get {
+ return ResourceManager.GetString("Stop_movements", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop movements and program.
+ ///
+ public static string Stop_movements_and_program {
+ get {
+ return ResourceManager.GetString("Stop_movements_and_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop program.
+ ///
+ public static string Stop_program {
+ get {
+ return ResourceManager.GetString("Stop_program", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to StopMotorsTask timeout..
///
@@ -140,5 +675,149 @@ public static string StopProgramTask_timeout_DOT_ {
return ResourceManager.GetString("StopProgramTask_timeout_DOT_", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 4 extend.
+ ///
+ public static string Tool__FOUR__extend {
+ get {
+ return ResourceManager.GetString("Tool__FOUR__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 4 retract.
+ ///
+ public static string Tool__FOUR__retract {
+ get {
+ return ResourceManager.GetString("Tool__FOUR__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 1 extend.
+ ///
+ public static string Tool__ONE__extend {
+ get {
+ return ResourceManager.GetString("Tool__ONE__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 1 retract.
+ ///
+ public static string Tool__ONE__retract {
+ get {
+ return ResourceManager.GetString("Tool__ONE__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 3 extend.
+ ///
+ public static string Tool__THREE__extend {
+ get {
+ return ResourceManager.GetString("Tool__THREE__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 3 retract.
+ ///
+ public static string Tool__THREE__retract {
+ get {
+ return ResourceManager.GetString("Tool__THREE__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 2 extend.
+ ///
+ public static string Tool__TWO__extend {
+ get {
+ return ResourceManager.GetString("Tool__TWO__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 2 retract.
+ ///
+ public static string Tool__TWO__retract {
+ get {
+ return ResourceManager.GetString("Tool__TWO__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool number.
+ ///
+ public static string Tool_number {
+ get {
+ return ResourceManager.GetString("Tool_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User specific speed 1.
+ ///
+ public static string User_specific_speed__ONE_ {
+ get {
+ return ResourceManager.GetString("User_specific_speed__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User specific speed 2.
+ ///
+ public static string User_specific_speed__TWO_ {
+ get {
+ return ResourceManager.GetString("User_specific_speed__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UserSafetySwitchClosed [USER_SAF].
+ ///
+ public static string UserSafetySwitchClosed__SQUAREBRACKET_USER_UNDERSCORE_SAF_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("UserSafetySwitchClosed__SQUAREBRACKET_USER_UNDERSCORE_SAF_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Workobject number.
+ ///
+ public static string Workobject_number {
+ get {
+ return ResourceManager.GetString("Workobject_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Zones.
+ ///
+ public static string Zones {
+ get {
+ return ResourceManager.GetString("Zones", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.resx b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.resx
index 26dc712e1..7f14faa89 100644
--- a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.resx
+++ b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.resx
@@ -94,4 +94,304 @@
StopProgramTask timeout.
src\AxoKrc4_v_5_x_x.st,1533
+
+ Restore
+ src\AxoKrc4_v_5_x_x.st,39
+
+
+ Stop movements
+ src\AxoKrc4_v_5_x_x.st,43
+
+
+ Stop movements and program
+ src\AxoKrc4_v_5_x_x.st,47
+
+
+ Stop program
+ src\AxoKrc4_v_5_x_x.st,51
+
+
+ Stop motors
+ src\AxoKrc4_v_5_x_x.st,55
+
+
+ Start at main
+ src\AxoKrc4_v_5_x_x.st,60
+
+
+ Start motors and program
+ src\AxoKrc4_v_5_x_x.st,64
+
+
+ Start program
+ src\AxoKrc4_v_5_x_x.st,68
+
+
+ Start motors
+ src\AxoKrc4_v_5_x_x.st,72
+
+
+ Start movements
+ src\AxoKrc4_v_5_x_x.st,76
+
+
+ Start motors program and movements
+ src\AxoKrc4_v_5_x_x.st,80
+
+
+ Start movements with extended parameters
+ src\AxoKrc4_v_5_x_x.st,84
+
+
+ Inputs
+ src\AxoKrc4_v_5_x_x.st,109
+
+
+ Outputs
+ src\AxoKrc4_v_5_x_x.st,115
+
+
+ Update diagnostics
+ src\AxoKrc4_v_5_x_x.st,123
+
+
+ Info time
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Config.st,5
+
+
+ Error time
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Config.st,7
+
+
+ Task timeout
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Config.st,9
+
+
+ Hardware IDs
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Config.st,11
+
+
+ Program Start [EXT_START]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,7
+
+
+ Move Enable [MOVE_ENABLE]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,9
+
+
+ Error Confirmation [CONF_MESS]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,11
+
+
+ Drives Off [DRIVES_OFF]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,13
+
+
+ Drives On [DRIVES_ON]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,15
+
+
+ Activate Interface [I_O_ACT]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,17
+
+
+ Start At Main [START_AT_MAIN]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,19
+
+
+ Master mode
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,21
+
+
+ Tool 1 retract
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,26
+
+
+ Tool 1 extend
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,28
+
+
+ Tool 2 retract
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,30
+
+
+ Tool 2 extend
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,32
+
+
+ Tool 3 retract
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,34
+
+
+ Tool 3 extend
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,36
+
+
+ Tool 4 retract
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,38
+
+
+ Tool 4 extend
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,40
+
+
+ Zones
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,46
+
+
+ In position
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,48
+
+
+ Action number
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,50
+
+
+ Global robot speed
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,52
+
+
+ Tool number
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,54
+
+
+ Workobject number
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,56
+
+
+ Point number
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,58
+
+
+ User specific speed 1
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,60
+
+
+ User specific speed 2
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_Control.st,62
+
+
+ Hardware ID of the device
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_HWIDs.st,5
+
+
+ Hardware ID of the 'None' submodule
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_HWIDs.st,7
+
+
+ Hardware ID of the '512_DI_DO' submodule
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_HWIDs.st,9
+
+
+ ControlReady [RC_RDY1]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,7
+
+
+ AlarmStopActive [ALARM_STOP]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,9
+
+
+ UserSafetySwitchClosed [USER_SAF]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,11
+
+
+ DrivesReady [PERI_RDY]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,13
+
+
+ RobotCalibrated [ROB_CAL]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,15
+
+
+ InterfaceActivated [I_O_ACTCONF]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,17
+
+
+ ErrorCollection [STOPMESS]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,19
+
+
+ RobotStopped [ROB_STOPPED]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,21
+
+
+ InHome [IN_HOME]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,27
+
+
+ Manual [T1]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,29
+
+
+ Automatic [AUT]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,31
+
+
+ ExternalAutomatic [EXT]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,33
+
+
+ ProcesActive [PRO_ACT]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,35
+
+
+ ProgramMoveActive [PROGRAM MOVEMENT ACTIVE]
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,37
+
+
+ Event ID
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,39
+
+
+ PpMoved
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,41
+
+
+ StartAtMain
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,43
+
+
+ Error
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,45
+
+
+ In area 1
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,50
+
+
+ In area 2
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,52
+
+
+ In area 3
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,54
+
+
+ In area 4
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,56
+
+
+ In position 1
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,58
+
+
+ In position 2
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,60
+
+
+ In position 3
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,62
+
+
+ In position 4
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,64
+
+
+ Global speed
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,94
+
+
+ PointNumber
+ src\AxoKukaRobotics_Datatypes_v_5_x_x\AxoKukaRobotics_State.st,100
+
\ No newline at end of file
diff --git a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.sk-SK.resx b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.sk-SK.resx
index 8644a884d..da6dd436f 100644
--- a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.sk-SK.resx
@@ -85,4 +85,229 @@
StopProgramTask timeout.
+
+ Obnovenie
+
+
+ Zastavenie pohybov
+
+
+ Zastavenie pohybov a program
+
+
+ Zastavenie programu
+
+
+ Zastavenie motorov
+
+
+ Začnite na hlavnej
+
+
+ Spustenie motorov a programovanie
+
+
+ Spustenie programu
+
+
+ Spustenie motorov
+
+
+ Začiatok pohybov
+
+
+ Spustenie programu motorov a pohybov
+
+
+ Spustenie pohybov s rozšírenými parametrami
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Spustenie programu [EXTSTART]
+
+
+ Povolenie presunu [MOVEENABLE]
+
+
+ Potvrdenie chyby [CONFMESS]
+
+
+ Drives Off [DRIVESOFF]
+
+
+ Zapnuté pohony [DRIVESON]
+
+
+ Aktivácia rozhrania [IOACT]
+
+
+ Spustiť na hlavnej [STARTATMAIN]
+
+
+ Hlavný režim
+
+
+ Zasunutie nástroja 1
+
+
+ Nástroj 1 rozšíriť
+
+
+ Zatiahnutie nástroja 2
+
+
+ Nástroj 2 rozšíriť
+
+
+ Zatiahnutie nástroja 3
+
+
+ Nástroj 3 rozšíriť
+
+
+ Zatiahnutie nástroja 4
+
+
+ Nástroj 4 rozšíriť
+
+
+ Zóny
+
+
+ V polohe
+
+
+ Číslo akcie
+
+
+ Globálna rýchlosť robota
+
+
+ Číslo nástroja
+
+
+ Číslo pracovného objektu
+
+
+ Číslo bodu
+
+
+ Rýchlosť špecifická pre používateľa 1
+
+
+ Rýchlosť špecifická pre používateľa 2
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "None
+
+
+ ID hardvéru podmodulu "512DIDO
+
+
+ ControlReady [RCRDY1]
+
+
+ AlarmStopActive [ALARMSTOP]
+
+
+ UserSafetySwitchClosed [USERSAF]
+
+
+ DrivesReady [PERIRDY]
+
+
+ Kalibrovaný robot [ROBCAL]
+
+
+ InterfaceActivated [IOACTCONF]
+
+
+ Zber chýb [STOPMESS]
+
+
+ RobotStopped [ROBSTOPPED]
+
+
+ InHome [INHOME]
+
+
+ Manuál [T1]
+
+
+ Automaticky [AUT]
+
+
+ ExternalAutomatic [EXT]
+
+
+ ProcesActive [PROACT]
+
+
+ ProgramMoveActive [PROGRAM MOVEMENT ACTIVE]
+
+
+ ID udalosti
+
+
+ PpMoved
+
+
+ StartAtMain
+
+
+ Chyba
+
+
+ V oblasti 1
+
+
+ V oblasti 2
+
+
+ V oblasti 3
+
+
+ V oblasti 4
+
+
+ V polohe 1
+
+
+ V polohe 2
+
+
+ V polohe 3
+
+
+ Na pozícii 4
+
+
+ Globálna rýchlosť
+
+
+ PointNumber
+
\ No newline at end of file
diff --git a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.sk.resx b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.sk.resx
index 8c21ca500..b586cf949 100644
--- a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.sk.resx
+++ b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/Resources/PlcStringResources.sk.resx
@@ -144,4 +144,229 @@
StopProgramTask timeout.
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ V polohe
+
+
+ Chyba
+
+
+ Zastavenie pohybov
+
+
+ Zastavenie pohybov a program
+
+
+ Zastavenie programu
+
+
+ Zastavenie motorov
+
+
+ Začnite na hlavnej
+
+
+ Spustenie motorov a programovanie
+
+
+ Spustenie programu
+
+
+ Spustenie motorov
+
+
+ Začiatok pohybov
+
+
+ Spustenie programu motorov a pohybov
+
+
+ Spustenie pohybov s rozšírenými parametrami
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Spustenie programu [EXTSTART]
+
+
+ Povolenie presunu [MOVEENABLE]
+
+
+ Potvrdenie chyby [CONFMESS]
+
+
+ Drives Off [DRIVESOFF]
+
+
+ Zapnuté pohony [DRIVESON]
+
+
+ Aktivácia rozhrania [IOACT]
+
+
+ Spustiť na hlavnej [STARTATMAIN]
+
+
+ Hlavný režim
+
+
+ Zasunutie nástroja 1
+
+
+ Nástroj 1 rozšíriť
+
+
+ Zatiahnutie nástroja 2
+
+
+ Nástroj 2 rozšíriť
+
+
+ Zatiahnutie nástroja 3
+
+
+ Nástroj 3 rozšíriť
+
+
+ Zatiahnutie nástroja 4
+
+
+ Nástroj 4 rozšíriť
+
+
+ Zóny
+
+
+ Číslo akcie
+
+
+ Globálna rýchlosť robota
+
+
+ Číslo nástroja
+
+
+ Číslo pracovného objektu
+
+
+ Číslo bodu
+
+
+ Rýchlosť špecifická pre používateľa 1
+
+
+ Rýchlosť špecifická pre používateľa 2
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "None
+
+
+ ID hardvéru podmodulu "512DIDO
+
+
+ ControlReady [RCRDY1]
+
+
+ AlarmStopActive [ALARMSTOP]
+
+
+ UserSafetySwitchClosed [USERSAF]
+
+
+ DrivesReady [PERIRDY]
+
+
+ Kalibrovaný robot [ROBCAL]
+
+
+ InterfaceActivated [IOACTCONF]
+
+
+ Zber chýb [STOPMESS]
+
+
+ RobotStopped [ROBSTOPPED]
+
+
+ InHome [INHOME]
+
+
+ Manuál [T1]
+
+
+ Automaticky [AUT]
+
+
+ ExternalAutomatic [EXT]
+
+
+ ProcesActive [PROACT]
+
+
+ ProgramMoveActive [PROGRAM MOVEMENT ACTIVE]
+
+
+ ID udalosti
+
+
+ PpMoved
+
+
+ StartAtMain
+
+
+ V oblasti 1
+
+
+ V oblasti 2
+
+
+ V oblasti 3
+
+
+ V oblasti 4
+
+
+ V polohe 1
+
+
+ V polohe 2
+
+
+ V polohe 3
+
+
+ Na pozícii 4
+
+
+ Globálna rýchlosť
+
+
+ PointNumber
+
\ No newline at end of file
diff --git a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.Designer.cs b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.Designer.cs
index dc97718c9..419a67261 100644
--- a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.Designer.cs
+++ b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,403 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Action number.
+ ///
+ public static string Action_number {
+ get {
+ return ResourceManager.GetString("Action_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Automatic operation enabled.
+ ///
+ public static string Automatic_operation_enabled {
+ get {
+ return ResourceManager.GetString("Automatic_operation_enabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Battery Low.
+ ///
+ public static string Battery_Low {
+ get {
+ return ResourceManager.GetString("Battery_Low", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cycle Stop.
+ ///
+ public static string Cycle_Stop {
+ get {
+ return ResourceManager.GetString("Cycle_Stop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Emergency stop.
+ ///
+ public static string Emergency_stop {
+ get {
+ return ResourceManager.GetString("Emergency_stop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error Reset.
+ ///
+ public static string Error_Reset {
+ get {
+ return ResourceManager.GetString("Error_Reset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to General Purpose reset.
+ ///
+ public static string General_Purpose_reset {
+ get {
+ return ResourceManager.GetString("General_Purpose_reset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Global robot speed.
+ ///
+ public static string Global_robot_speed {
+ get {
+ return ResourceManager.GetString("Global_robot_speed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Global speed.
+ ///
+ public static string Global_speed {
+ get {
+ return ResourceManager.GetString("Global_speed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'InOut_64_byte' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_InOut_UNDERSCORE__SIX__FOUR__UNDERSCORE_byte_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_InOut_UNDERSCORE__SIX__FOUR__UNDERSCORE_byte_APOST" +
+ "ROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the device.
+ ///
+ public static string Hardware_ID_of_the_device {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the_device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to High level error.
+ ///
+ public static string High_level_error {
+ get {
+ return ResourceManager.GetString("High_level_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 4.
+ ///
+ public static string In_area__FOUR_ {
+ get {
+ return ResourceManager.GetString("In_area__FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 1.
+ ///
+ public static string In_area__ONE_ {
+ get {
+ return ResourceManager.GetString("In_area__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 3.
+ ///
+ public static string In_area__THREE_ {
+ get {
+ return ResourceManager.GetString("In_area__THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In area 2.
+ ///
+ public static string In_area__TWO_ {
+ get {
+ return ResourceManager.GetString("In_area__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position.
+ ///
+ public static string In_position {
+ get {
+ return ResourceManager.GetString("In_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 4.
+ ///
+ public static string In_position__FOUR_ {
+ get {
+ return ResourceManager.GetString("In_position__FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 1.
+ ///
+ public static string In_position__ONE_ {
+ get {
+ return ResourceManager.GetString("In_position__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 3.
+ ///
+ public static string In_position__THREE_ {
+ get {
+ return ResourceManager.GetString("In_position__THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In position 2.
+ ///
+ public static string In_position__TWO_ {
+ get {
+ return ResourceManager.GetString("In_position__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Low level error.
+ ///
+ public static string Low_level_error {
+ get {
+ return ResourceManager.GetString("Low_level_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Master mode.
+ ///
+ public static string Master_mode {
+ get {
+ return ResourceManager.GetString("Master_mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Movement progress.
+ ///
+ public static string Movement_progress {
+ get {
+ return ResourceManager.GetString("Movement_progress", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Operation enable (rights).
+ ///
+ public static string Operation_enable__BRACKET_rights_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("Operation_enable__BRACKET_rights_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Operation rights.
+ ///
+ public static string Operation_rights {
+ get {
+ return ResourceManager.GetString("Operation_rights", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Overide specification.
+ ///
+ public static string Overide_specification {
+ get {
+ return ResourceManager.GetString("Overide_specification", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Point number.
+ ///
+ public static string Point_number {
+ get {
+ return ResourceManager.GetString("Point_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PointNumber.
+ ///
+ public static string PointNumber {
+ get {
+ return ResourceManager.GetString("PointNumber", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Power progress.
+ ///
+ public static string Power_progress {
+ get {
+ return ResourceManager.GetString("Power_progress", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program reset.
+ ///
+ public static string Program_reset {
+ get {
+ return ResourceManager.GetString("Program_reset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Rc Ready.
+ ///
+ public static string Rc_Ready {
+ get {
+ return ResourceManager.GetString("Rc_Ready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Servo Off.
+ ///
+ public static string Servo_Off {
+ get {
+ return ResourceManager.GetString("Servo_Off", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Servo On.
+ ///
+ public static string Servo_On {
+ get {
+ return ResourceManager.GetString("Servo_On", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start.
+ ///
+ public static string Start {
+ get {
+ return ResourceManager.GetString("Start", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start at main.
+ ///
+ public static string Start_at_main {
+ get {
+ return ResourceManager.GetString("Start_at_main", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start motors and program.
+ ///
+ public static string Start_motors_and_program {
+ get {
+ return ResourceManager.GetString("Start_motors_and_program", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start movements with extended parameters.
+ ///
+ public static string Start_movements_with_extended_parameters {
+ get {
+ return ResourceManager.GetString("Start_movements_with_extended_parameters", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to StartAtMainTask timeout..
///
@@ -87,6 +484,33 @@ public static string StartMovementsTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Stop.
+ ///
+ public static string Stop {
+ get {
+ return ResourceManager.GetString("Stop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop movements.
+ ///
+ public static string Stop_movements {
+ get {
+ return ResourceManager.GetString("Stop_movements", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop movements and program.
+ ///
+ public static string Stop_movements_and_program {
+ get {
+ return ResourceManager.GetString("Stop_movements_and_program", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to StopMovementsAndProgramTask timeout..
///
@@ -104,5 +528,149 @@ public static string StopMovementsTask_timeout_DOT_ {
return ResourceManager.GetString("StopMovementsTask_timeout_DOT_", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 4 extend.
+ ///
+ public static string Tool__FOUR__extend {
+ get {
+ return ResourceManager.GetString("Tool__FOUR__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 4 retract.
+ ///
+ public static string Tool__FOUR__retract {
+ get {
+ return ResourceManager.GetString("Tool__FOUR__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 1 extend.
+ ///
+ public static string Tool__ONE__extend {
+ get {
+ return ResourceManager.GetString("Tool__ONE__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 1 retract.
+ ///
+ public static string Tool__ONE__retract {
+ get {
+ return ResourceManager.GetString("Tool__ONE__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 3 extend.
+ ///
+ public static string Tool__THREE__extend {
+ get {
+ return ResourceManager.GetString("Tool__THREE__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 3 retract.
+ ///
+ public static string Tool__THREE__retract {
+ get {
+ return ResourceManager.GetString("Tool__THREE__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 2 extend.
+ ///
+ public static string Tool__TWO__extend {
+ get {
+ return ResourceManager.GetString("Tool__TWO__extend", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool 2 retract.
+ ///
+ public static string Tool__TWO__retract {
+ get {
+ return ResourceManager.GetString("Tool__TWO__retract", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool number.
+ ///
+ public static string Tool_number {
+ get {
+ return ResourceManager.GetString("Tool_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User specific speed 1.
+ ///
+ public static string User_specific_speed__ONE_ {
+ get {
+ return ResourceManager.GetString("User_specific_speed__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User specific speed 2.
+ ///
+ public static string User_specific_speed__TWO_ {
+ get {
+ return ResourceManager.GetString("User_specific_speed__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Warning level error (caution).
+ ///
+ public static string Warning_level_error__BRACKET_caution_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("Warning_level_error__BRACKET_caution_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Workobject number.
+ ///
+ public static string Workobject_number {
+ get {
+ return ResourceManager.GetString("Workobject_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Zones.
+ ///
+ public static string Zones {
+ get {
+ return ResourceManager.GetString("Zones", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.resx b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.resx
index 1b617e6f4..766e59e2e 100644
--- a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.resx
+++ b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.resx
@@ -78,4 +78,256 @@
StartMovementsTask timeout.
src\AxoCr800_v_1_x_x.st,981
+
+ Restore
+ src\AxoCr800_v_1_x_x.st,35
+
+
+ Start at main
+ src\AxoCr800_v_1_x_x.st,40
+
+
+ Start motors and program
+ src\AxoCr800_v_1_x_x.st,44
+
+
+ Stop movements
+ src\AxoCr800_v_1_x_x.st,48
+
+
+ Stop movements and program
+ src\AxoCr800_v_1_x_x.st,52
+
+
+ Start movements with extended parameters
+ src\AxoCr800_v_1_x_x.st,56
+
+
+ Power progress
+ src\AxoCr800_v_1_x_x.st,78
+
+
+ Movement progress
+ src\AxoCr800_v_1_x_x.st,82
+
+
+ Inputs
+ src\AxoCr800_v_1_x_x.st,92
+
+
+ Outputs
+ src\AxoCr800_v_1_x_x.st,98
+
+
+ Update diagnostics
+ src\AxoCr800_v_1_x_x.st,106
+
+
+ Info time
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Config.st,5
+
+
+ Error time
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Config.st,7
+
+
+ Task timeout
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Config.st,9
+
+
+ Hardware IDs
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Config.st,11
+
+
+ Operation enable (rights)
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,7
+
+
+ Automatic operation enabled
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,9
+
+
+ Start
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,11
+
+
+ Stop
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,13
+
+
+ Program reset
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,15
+
+
+ Error Reset
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,17
+
+
+ Cycle Stop
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,19
+
+
+ Servo Off
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,21
+
+
+ Servo On
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,26
+
+
+ General Purpose reset
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,28
+
+
+ Overide specification
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,30
+
+
+ Master mode
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,35
+
+
+ Tool 1 retract
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,40
+
+
+ Tool 1 extend
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,42
+
+
+ Tool 2 retract
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,44
+
+
+ Tool 2 extend
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,46
+
+
+ Tool 3 retract
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,48
+
+
+ Tool 3 extend
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,50
+
+
+ Tool 4 retract
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,52
+
+
+ Tool 4 extend
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,54
+
+
+ Zones
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,59
+
+
+ In position
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,61
+
+
+ Action number
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,63
+
+
+ Global robot speed
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,65
+
+
+ Tool number
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,67
+
+
+ Workobject number
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,69
+
+
+ Point number
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,71
+
+
+ User specific speed 1
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,73
+
+
+ User specific speed 2
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_Control.st,75
+
+
+ Hardware ID of the device
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_HWIDs.st,5
+
+
+ Hardware ID of the 'InOut_64_byte' submodule
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_HWIDs.st,7
+
+
+ Operation rights
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,7
+
+
+ High level error
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,28
+
+
+ Low level error
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,30
+
+
+ Warning level error (caution)
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,32
+
+
+ Emergency stop
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,34
+
+
+ Rc Ready
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,36
+
+
+ Battery Low
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,38
+
+
+ In area 1
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,43
+
+
+ In area 2
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,45
+
+
+ In area 3
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,47
+
+
+ In area 4
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,49
+
+
+ In position 1
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,51
+
+
+ In position 2
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,53
+
+
+ In position 3
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,55
+
+
+ In position 4
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,57
+
+
+ Global speed
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,90
+
+
+ PointNumber
+ src\AxoMitsubishiRobotics_Datatypes_v_1_x_x\AxoMitsubishiRobotics_State.st,96
+
\ No newline at end of file
diff --git a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.sk-SK.resx b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.sk-SK.resx
index 3bf34fac6..fd2d23406 100644
--- a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.sk-SK.resx
@@ -73,4 +73,193 @@
Časový limit StartMovementsTask.
+
+ Obnovenie
+
+
+ Začnite na hlavnej
+
+
+ Spustenie motorov a programovanie
+
+
+ Zastavenie pohybov
+
+
+ Zastavenie pohybov a program
+
+
+ Spustenie pohybov s rozšírenými parametrami
+
+
+ Pokrok v oblasti výkonu
+
+
+ Pokrok v pohybe
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Povolenie operácie (práva)
+
+
+ Povolená automatická prevádzka
+
+
+ Štart
+
+
+ Zastavte
+
+
+ Resetovanie programu
+
+
+ Obnovenie chyby
+
+
+ Cyklistická zastávka
+
+
+ Servo vypnuté
+
+
+ Servo zapnuté
+
+
+ Resetovanie na všeobecné účely
+
+
+ Špecifikácia Overide
+
+
+ Hlavný režim
+
+
+ Zasunutie nástroja 1
+
+
+ Nástroj 1 rozšíriť
+
+
+ Zatiahnutie nástroja 2
+
+
+ Nástroj 2 rozšíriť
+
+
+ Zatiahnutie nástroja 3
+
+
+ Nástroj 3 rozšíriť
+
+
+ Zatiahnutie nástroja 4
+
+
+ Nástroj 4 rozšíriť
+
+
+ Zóny
+
+
+ V polohe
+
+
+ Číslo akcie
+
+
+ Globálna rýchlosť robota
+
+
+ Číslo nástroja
+
+
+ Číslo pracovného objektu
+
+
+ Číslo bodu
+
+
+ Rýchlosť špecifická pre používateľa 1
+
+
+ Rýchlosť špecifická pre používateľa 2
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "InOut64byte
+
+
+ Prevádzkové práva
+
+
+ Chyba na vysokej úrovni
+
+
+ Chyba nízkej úrovne
+
+
+ Chyba na úrovni varovania (upozornenie)
+
+
+ Núdzové zastavenie
+
+
+ Rc Ready
+
+
+ Nízka úroveň nabitia batérie
+
+
+ V oblasti 1
+
+
+ V oblasti 2
+
+
+ V oblasti 3
+
+
+ V oblasti 4
+
+
+ V polohe 1
+
+
+ V polohe 2
+
+
+ V polohe 3
+
+
+ Na pozícii 4
+
+
+ Globálna rýchlosť
+
+
+ PointNumber
+
\ No newline at end of file
diff --git a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.sk.resx b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.sk.resx
index d72d6053e..53d69f6e4 100644
--- a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.sk.resx
+++ b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/Resources/PlcStringResources.sk.resx
@@ -132,4 +132,193 @@
Časový limit StartMovementsTask.
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Začať
+
+
+ Zastaviť
+
+
+ Servo vypnuté
+
+
+ Servo zapnuté
+
+
+ V polohe
+
+
+ Nízky stav batérie
+
+
+ Začnite na hlavnej
+
+
+ Spustenie motorov a programovanie
+
+
+ Zastavenie pohybov
+
+
+ Zastavenie pohybov a program
+
+
+ Spustenie pohybov s rozšírenými parametrami
+
+
+ Pokrok v oblasti výkonu
+
+
+ Pokrok v pohybe
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Povolenie operácie (práva)
+
+
+ Povolená automatická prevádzka
+
+
+ Resetovanie programu
+
+
+ Obnovenie chyby
+
+
+ Cyklistická zastávka
+
+
+ Resetovanie na všeobecné účely
+
+
+ Špecifikácia Overide
+
+
+ Hlavný režim
+
+
+ Zasunutie nástroja 1
+
+
+ Nástroj 1 rozšíriť
+
+
+ Zatiahnutie nástroja 2
+
+
+ Nástroj 2 rozšíriť
+
+
+ Zatiahnutie nástroja 3
+
+
+ Nástroj 3 rozšíriť
+
+
+ Zatiahnutie nástroja 4
+
+
+ Nástroj 4 rozšíriť
+
+
+ Zóny
+
+
+ Číslo akcie
+
+
+ Globálna rýchlosť robota
+
+
+ Číslo nástroja
+
+
+ Číslo pracovného objektu
+
+
+ Číslo bodu
+
+
+ Rýchlosť špecifická pre používateľa 1
+
+
+ Rýchlosť špecifická pre používateľa 2
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "InOut64byte
+
+
+ Prevádzkové práva
+
+
+ Chyba na vysokej úrovni
+
+
+ Chyba nízkej úrovne
+
+
+ Chyba na úrovni varovania (upozornenie)
+
+
+ Núdzové zastavenie
+
+
+ Rc Ready
+
+
+ V oblasti 1
+
+
+ V oblasti 2
+
+
+ V oblasti 3
+
+
+ V oblasti 4
+
+
+ V polohe 1
+
+
+ V polohe 2
+
+
+ V polohe 3
+
+
+ Na pozícii 4
+
+
+ Globálna rýchlosť
+
+
+ PointNumber
+
\ No newline at end of file
diff --git a/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.Designer.cs b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.Designer.cs
index 439318009..6548fb153 100644
--- a/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.Designer.cs
+++ b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.Designer.cs
@@ -59,5 +59,68 @@ internal PlcStringResources() {
resourceCulture = value;
}
}
+
+ ///
+ /// Looks up a localized string similar to In sensor.
+ ///
+ public static string In_sensor {
+ get {
+ return ResourceManager.GetString("In_sensor", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move in.
+ ///
+ public static string Move_in {
+ get {
+ return ResourceManager.GetString("Move_in", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move in signal.
+ ///
+ public static string Move_in_signal {
+ get {
+ return ResourceManager.GetString("Move_in_signal", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move out.
+ ///
+ public static string Move_out {
+ get {
+ return ResourceManager.GetString("Move_out", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Move out signal.
+ ///
+ public static string Move_out_signal {
+ get {
+ return ResourceManager.GetString("Move_out_signal", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Out sensor.
+ ///
+ public static string Out_sensor {
+ get {
+ return ResourceManager.GetString("Out_sensor", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop.
+ ///
+ public static string Stop {
+ get {
+ return ResourceManager.GetString("Stop", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.resx b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.resx
index e8ae276d9..0ac8ffca8 100644
--- a/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.resx
+++ b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.resx
@@ -58,4 +58,32 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Move in
+ src\AxoCylinder.st,19
+
+
+ Move out
+ src\AxoCylinder.st,23
+
+
+ In sensor
+ src\AxoCylinder.st,29
+
+
+ Out sensor
+ src\AxoCylinder.st,34
+
+
+ Move in signal
+ src\AxoCylinder.st,40
+
+
+ Move out signal
+ src\AxoCylinder.st,45
+
+
+ Stop
+ src\AxoCylinder.st,49
+
\ No newline at end of file
diff --git a/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.sk-SK.resx b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.sk-SK.resx
index 667ea1506..ecb9e5fac 100644
--- a/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.sk-SK.resx
@@ -58,4 +58,25 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ Nasťahujte sa
+
+
+ Presťahovať sa
+
+
+ V senzore
+
+
+ Snímač Out
+
+
+ Signál pohybu
+
+
+ Signál na odchod
+
+
+ Zastavte
+
+
\ No newline at end of file
diff --git a/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.sk.resx b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.sk.resx
new file mode 100644
index 000000000..b1b7d0d3c
--- /dev/null
+++ b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/Resources/PlcStringResources.sk.resx
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Zastaviť
+
+
+ Nasťahujte sa
+
+
+ Presťahovať sa
+
+
+ V senzore
+
+
+ Senzor Out
+
+
+ Signál pohybu
+
+
+ Signál na odchod
+
+
\ No newline at end of file
diff --git a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.Designer.cs b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.Designer.cs
index db5726f03..3c770d445 100644
--- a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.Designer.cs
+++ b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,306 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to _bit4_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_FOUR__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_FOUR__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit9_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_NINE__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_NINE__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit15_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ONE__FIVE__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ONE__FIVE__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit14_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ONE__FOUR__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ONE__FOUR__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit11_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ONE__ONE__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ONE__ONE__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit13_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ONE__THREE__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ONE__THREE__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit12_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ONE__TWO__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ONE__TWO__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit1_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ONE__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ONE__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit10_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ONE__ZERO__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ONE__ZERO__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit7_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_SEVEN__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_SEVEN__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit6_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_SIX__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_SIX__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit3_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_THREE__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_THREE__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit2_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_TWO__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_TWO__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit05_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ZERO__FIVE__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ZERO__FIVE__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit04_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ZERO__FOUR__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ZERO__FOUR__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit01_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ZERO__ONE__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ZERO__ONE__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit07_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ZERO__SEVEN__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ZERO__SEVEN__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit06_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ZERO__SIX__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ZERO__SIX__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit03_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ZERO__THREE__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ZERO__THREE__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit02_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ZERO__TWO__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ZERO__TWO__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit0_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ZERO__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ZERO__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _bit00_Reserve.
+ ///
+ public static string _UNDERSCORE_bit_ZERO__ZERO__UNDERSCORE_Reserve {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_bit_ZERO__ZERO__UNDERSCORE_Reserve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to _State.
+ ///
+ public static string _UNDERSCORE_State {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_State", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Absolute/Relative type of positioning command value.
+ ///
+ public static string Absolute_SLASH_Relative_type_of_positioning_command_value {
+ get {
+ return ResourceManager.GetString("Absolute_SLASH_Relative_type_of_positioning_command_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Acceptance of positioning command value.
+ ///
+ public static string Acceptance_of_positioning_command_value {
+ get {
+ return ResourceManager.GetString("Acceptance_of_positioning_command_value", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Activate configuration mode.
+ ///
+ public static string Activate_configuration_mode {
+ get {
+ return ResourceManager.GetString("Activate_configuration_mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Activate operation mode.
+ ///
+ public static string Activate_operation_mode {
+ get {
+ return ResourceManager.GetString("Activate_operation_mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ActualOperatingModeBit1.
+ ///
+ public static string ActualOperatingModeBit_ONE_ {
+ get {
+ return ResourceManager.GetString("ActualOperatingModeBit_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ActualOperatingModeBit2.
+ ///
+ public static string ActualOperatingModeBit_TWO_ {
+ get {
+ return ResourceManager.GetString("ActualOperatingModeBit_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ActualOperatingModeBit0.
+ ///
+ public static string ActualOperatingModeBit_ZERO_ {
+ get {
+ return ResourceManager.GetString("ActualOperatingModeBit_ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ActualPosition_S_0_0386_0_0.
+ ///
+ public static string ActualPosition_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__EIGHT__SIX__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("ActualPosition_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__EIGHT__SIX" +
+ "__UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ActualTorque_S_0_0084_0_0.
+ ///
+ public static string ActualTorque_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__EIGHT__FOUR__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("ActualTorque_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__EIGHT__FOUR__" +
+ "UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ActualVelocity_S_0_0535_0_0.
+ ///
+ public static string ActualVelocity_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__FIVE__THREE__FIVE__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("ActualVelocity_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__FIVE__THREE__FIVE" +
+ "__UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to AxoHalt_Task timeout..
///
@@ -131,5 +431,957 @@ public static string AxoStop_UNDERSCORE_Task_timeout_DOT_ {
return ResourceManager.GetString("AxoStop_UNDERSCORE_Task_timeout_DOT_", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Bb contact.
+ ///
+ public static string Bb_contact {
+ get {
+ return ResourceManager.GetString("Bb_contact", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to BipolarTorqueLimitation_S_0_0092_0_0.
+ ///
+ public static string BipolarTorqueLimitation_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__NINE__TWO__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("BipolarTorqueLimitation_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__NI" +
+ "NE__TWO__UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Braking resistor.
+ ///
+ public static string Braking_resistor {
+ get {
+ return ResourceManager.GetString("Braking_resistor", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CancelReferencePoint.
+ ///
+ public static string CancelReferencePoint {
+ get {
+ return ResourceManager.GetString("CancelReferencePoint", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Clear error.
+ ///
+ public static string Clear_error {
+ get {
+ return ResourceManager.GetString("Clear_error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command change bit.
+ ///
+ public static string Command_change_bit {
+ get {
+ return ResourceManager.GetString("Command_change_bit", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command operation mode Bit 1.
+ ///
+ public static string Command_operation_mode_Bit__ONE_ {
+ get {
+ return ResourceManager.GetString("Command_operation_mode_Bit__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command operation mode Bit 2.
+ ///
+ public static string Command_operation_mode_Bit__TWO_ {
+ get {
+ return ResourceManager.GetString("Command_operation_mode_Bit__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command operation mode Bit 0.
+ ///
+ public static string Command_operation_mode_Bit__ZERO_ {
+ get {
+ return ResourceManager.GetString("Command_operation_mode_Bit__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CommandAcceleration_S_0_0260_0_0.
+ ///
+ public static string CommandAcceleration_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__SIX__ZERO__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("CommandAcceleration_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__SIX__ZE" +
+ "RO__UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CommandDecceleration_S_0_0359_0_0.
+ ///
+ public static string CommandDecceleration_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__FIVE__NINE__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("CommandDecceleration_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__FIVE" +
+ "__NINE__UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CommandJerk_S_0_0193_0_0.
+ ///
+ public static string CommandJerk_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__NINE__THREE__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("CommandJerk_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__NINE__THREE__UN" +
+ "DERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CommandPosition_S_0_0282_0_0.
+ ///
+ public static string CommandPosition_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__EIGHT__TWO__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("CommandPosition_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__EIGHT__TWO_" +
+ "_UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CommandProcessingStatus.
+ ///
+ public static string CommandProcessingStatus {
+ get {
+ return ResourceManager.GetString("CommandProcessingStatus", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CommandTorque_S_0_0080_0_0.
+ ///
+ public static string CommandTorque_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__EIGHT__ZERO__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("CommandTorque_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__EIGHT__ZERO_" +
+ "_UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CommandVelocity_S_0_0259_0_0.
+ ///
+ public static string CommandVelocity_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__FIVE__NINE__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("CommandVelocity_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__FIVE__NINE_" +
+ "_UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Configuration/Parametrization/Operation bit 1.
+ ///
+ public static string Configuration_SLASH_Parametrization_SLASH_Operation_bit__ONE_ {
+ get {
+ return ResourceManager.GetString("Configuration_SLASH_Parametrization_SLASH_Operation_bit__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Configuration/Parametrization/Operation bit 0.
+ ///
+ public static string Configuration_SLASH_Parametrization_SLASH_Operation_bit__ZERO_ {
+ get {
+ return ResourceManager.GetString("Configuration_SLASH_Parametrization_SLASH_Operation_bit__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Controlling DC bus charging and mains contactor.
+ ///
+ public static string Controlling_DC_bus_charging_and_mains_contactor {
+ get {
+ return ResourceManager.GetString("Controlling_DC_bus_charging_and_mains_contactor", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Controlling the mains connection.
+ ///
+ public static string Controlling_the_mains_connection {
+ get {
+ return ResourceManager.GetString("Controlling_the_mains_connection", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Controlling the ready for operation relay.
+ ///
+ public static string Controlling_the_ready_for_operation_relay {
+ get {
+ return ResourceManager.GetString("Controlling_the_ready_for_operation_relay", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DC bus discharge.
+ ///
+ public static string DC_bus_discharge {
+ get {
+ return ResourceManager.GetString("DC_bus_discharge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DiagnosticMessage_S_0_0390_0_0.
+ ///
+ public static string DiagnosticMessage_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__NINE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("DiagnosticMessage_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__NINE__Z" +
+ "ERO__UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive enable.
+ ///
+ public static string Drive_enable {
+ get {
+ return ResourceManager.GetString("Drive_enable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive Halt.
+ ///
+ public static string Drive_Halt {
+ get {
+ return ResourceManager.GetString("Drive_Halt", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive On.
+ ///
+ public static string Drive_On {
+ get {
+ return ResourceManager.GetString("Drive_On", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive standstill.
+ ///
+ public static string Drive_standstill {
+ get {
+ return ResourceManager.GetString("Drive_standstill", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DriveControlWord.
+ ///
+ public static string DriveControlWord {
+ get {
+ return ResourceManager.GetString("DriveControlWord", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DriveControlWord_S_0_0134_0_0.
+ ///
+ public static string DriveControlWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__THREE__FOUR__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("DriveControlWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__THREE__FOU" +
+ "R__UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DriveErrorZKL1.
+ ///
+ public static string DriveErrorZKL_ONE_ {
+ get {
+ return ResourceManager.GetString("DriveErrorZKL_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DriveStatusWord.
+ ///
+ public static string DriveStatusWord {
+ get {
+ return ResourceManager.GetString("DriveStatusWord", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DriveStatusWord_S_0_0135_0_0.
+ ///
+ public static string DriveStatusWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__THREE__FIVE__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("DriveStatusWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__THREE__FIVE" +
+ "__UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enabling.
+ ///
+ public static string Enabling {
+ get {
+ return ResourceManager.GetString("Enabling", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error.
+ ///
+ public static string Error {
+ get {
+ return ResourceManager.GetString("Error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Feedback of the preselected operation modes bit 1.
+ ///
+ public static string Feedback_of_the_preselected_operation_modes_bit__ONE_ {
+ get {
+ return ResourceManager.GetString("Feedback_of_the_preselected_operation_modes_bit__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Feedback of the preselected operation modes bit 0.
+ ///
+ public static string Feedback_of_the_preselected_operation_modes_bit__ZERO_ {
+ get {
+ return ResourceManager.GetString("Feedback_of_the_preselected_operation_modes_bit__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware enable.
+ ///
+ public static string Hardware_enable {
+ get {
+ return ResourceManager.GetString("Hardware_enable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Inputs' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Inputs_APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Inputs_APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Outputs' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Outputs_APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Outputs_APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'P_0_0106_0_0__STO_function__Operating_status' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_P_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__ZERO__SIX__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_STO_UNDERSCORE_function_UNDERSCORE__UNDERSCORE_Operating_UNDERSCORE_status_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_P_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__ZERO__SIX__UND" +
+ "ERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_STO_UNDERSCORE_function_" +
+ "UNDERSCORE__UNDERSCORE_Operating_UNDERSCORE_status_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_1720_0_1__Power_supply_control__Control_word' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ONE__SEVEN__TWO__ZERO__UNDERSCORE__ZERO__UNDERSCORE__ONE__UNDERSCORE__UNDERSCORE_Power_UNDERSCORE_supply_UNDERSCORE_control_UNDERSCORE__UNDERSCORE_Control_UNDERSCORE_word_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ONE__SEVEN__TWO__ZERO__UN" +
+ "DERSCORE__ZERO__UNDERSCORE__ONE__UNDERSCORE__UNDERSCORE_Power_UNDERSCORE_supply_" +
+ "UNDERSCORE_control_UNDERSCORE__UNDERSCORE_Control_UNDERSCORE_word_APOSTROPHE__su" +
+ "bmodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_1720_0_2__Power_supply_control__Status_word' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ONE__SEVEN__TWO__ZERO__UNDERSCORE__ZERO__UNDERSCORE__TWO__UNDERSCORE__UNDERSCORE_Power_UNDERSCORE_supply_UNDERSCORE_control_UNDERSCORE__UNDERSCORE_Status_UNDERSCORE_word_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ONE__SEVEN__TWO__ZERO__UN" +
+ "DERSCORE__ZERO__UNDERSCORE__TWO__UNDERSCORE__UNDERSCORE_Power_UNDERSCORE_supply_" +
+ "UNDERSCORE_control_UNDERSCORE__UNDERSCORE_Status_UNDERSCORE_word_APOSTROPHE__sub" +
+ "module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0535_0_0__Velocity_controller__Velocity_actual_value' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__FIVE__THREE__FIVE__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Velocity_UNDERSCORE_controller_UNDERSCORE__UNDERSCORE_Velocity_UNDERSCORE_actual_UNDERSCORE_value_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString(@"Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__FIVE__THREE__FIVE__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Velocity_UNDERSCORE_controller_UNDERSCORE__UNDERSCORE_Velocity_UNDERSCORE_actual_UNDERSCORE_value_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0145_0_0__Signal_control_word__Value' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__FOUR__FIVE__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Signal_UNDERSCORE_control_UNDERSCORE_word_UNDERSCORE__UNDERSCORE_Value_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__FOUR__FIVE__UN" +
+ "DERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Signal_UNDERSCORE_contr" +
+ "ol_UNDERSCORE_word_UNDERSCORE__UNDERSCORE_Value_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0144_0_0__Signal_status_word__Value' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__FOUR__FOUR__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Signal_UNDERSCORE_status_UNDERSCORE_word_UNDERSCORE__UNDERSCORE_Value_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__FOUR__FOUR__UN" +
+ "DERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Signal_UNDERSCORE_statu" +
+ "s_UNDERSCORE_word_UNDERSCORE__UNDERSCORE_Value_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0193_0_0__Positioning_jerk' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__NINE__THREE__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Positioning_UNDERSCORE_jerk_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__NINE__THREE__U" +
+ "NDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Positioning_UNDERSCORE" +
+ "_jerk_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0135_0_0__Servodrive_profile__Status_word' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__THREE__FIVE__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Servodrive_UNDERSCORE_profile_UNDERSCORE__UNDERSCORE_Status_UNDERSCORE_word_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__THREE__FIVE__U" +
+ "NDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Servodrive_UNDERSCORE_" +
+ "profile_UNDERSCORE__UNDERSCORE_Status_UNDERSCORE_word_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0134_0_0__Servodrive_profile__Control_word' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__THREE__FOUR__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Servodrive_UNDERSCORE_profile_UNDERSCORE__UNDERSCORE_Control_UNDERSCORE_word_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__THREE__FOUR__U" +
+ "NDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Servodrive_UNDERSCORE_" +
+ "profile_UNDERSCORE__UNDERSCORE_Control_UNDERSCORE_word_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0386_0_0__Position_controller__Position_actual_value' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__EIGHT__SIX__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Position_UNDERSCORE_controller_UNDERSCORE__UNDERSCORE_Position_UNDERSCORE_actual_UNDERSCORE_value_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString(@"Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__EIGHT__SIX__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Position_UNDERSCORE_controller_UNDERSCORE__UNDERSCORE_Position_UNDERSCORE_actual_UNDERSCORE_value_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0359_0_0__Positioning_profile__Deceleration' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__FIVE__NINE__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Positioning_UNDERSCORE_profile_UNDERSCORE__UNDERSCORE_Deceleration_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__FIVE__NINE__" +
+ "UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Positioning_UNDERSCOR" +
+ "E_profile_UNDERSCORE__UNDERSCORE_Deceleration_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0390_0_0__Diagnostic_message__Manufacturer_status_register' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__NINE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Diagnostic_UNDERSCORE_message_UNDERSCORE__UNDERSCORE_Manufacturer_UNDERSCORE_status_UNDERSCORE_register_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString(@"Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__THREE__NINE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Diagnostic_UNDERSCORE_message_UNDERSCORE__UNDERSCORE_Manufacturer_UNDERSCORE_status_UNDERSCORE_register_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0282_0_0__Drive_controlled_positioning__Command_value' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__EIGHT__TWO__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Drive_UNDERSCORE_controlled_UNDERSCORE_positioning_UNDERSCORE__UNDERSCORE_Command_UNDERSCORE_value_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString(@"Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__EIGHT__TWO__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Drive_UNDERSCORE_controlled_UNDERSCORE_positioning_UNDERSCORE__UNDERSCORE_Command_UNDERSCORE_value_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0259_0_0__Positioning_profile__Profile_velocity' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__FIVE__NINE__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Positioning_UNDERSCORE_profile_UNDERSCORE__UNDERSCORE_Profile_UNDERSCORE_velocity_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__FIVE__NINE__UN" +
+ "DERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Positioning_UNDERSCORE_" +
+ "profile_UNDERSCORE__UNDERSCORE_Profile_UNDERSCORE_velocity_APOSTROPHE__submodule" +
+ "", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0260_0_0__Positioning_profile__Acceleration' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__SIX__ZERO__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Positioning_UNDERSCORE_profile_UNDERSCORE__UNDERSCORE_Acceleration_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__TWO__SIX__ZERO__UND" +
+ "ERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Positioning_UNDERSCORE_p" +
+ "rofile_UNDERSCORE__UNDERSCORE_Acceleration_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0084_0_0__Torque_force_feedback_value' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__EIGHT__FOUR__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Torque_UNDERSCORE_force_UNDERSCORE_feedback_UNDERSCORE_value_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__EIGHT__FOUR__" +
+ "UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Torque_UNDERSCORE_for" +
+ "ce_UNDERSCORE_feedback_UNDERSCORE_value_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0080_0_0__Torque_force_command_value' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__EIGHT__ZERO__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Torque_UNDERSCORE_force_UNDERSCORE_command_UNDERSCORE_value_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__EIGHT__ZERO__" +
+ "UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Torque_UNDERSCORE_for" +
+ "ce_UNDERSCORE_command_UNDERSCORE_value_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'S_0_0092_0_0__Torque_force_limitation__Limit_value_bipolar' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__NINE__TWO__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Torque_UNDERSCORE_force_UNDERSCORE_limitation_UNDERSCORE__UNDERSCORE_Limit_UNDERSCORE_value_UNDERSCORE_bipolar_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString(@"Hardware_ID__APOSTROPHE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ZERO__NINE__TWO__UNDERSCORE__ZERO__UNDERSCORE__ZERO__UNDERSCORE__UNDERSCORE_Torque_UNDERSCORE_force_UNDERSCORE_limitation_UNDERSCORE__UNDERSCORE_Limit_UNDERSCORE_value_UNDERSCORE_bipolar_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID Device.
+ ///
+ public static string Hardware_ID_Device {
+ get {
+ return ResourceManager.GetString("Hardware_ID_Device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to HardwareLock.
+ ///
+ public static string HardwareLock {
+ get {
+ return ResourceManager.GetString("HardwareLock", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Homing control.
+ ///
+ public static string Homing_control {
+ get {
+ return ResourceManager.GetString("Homing_control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Immediate block change.
+ ///
+ public static string Immediate_block_change {
+ get {
+ return ResourceManager.GetString("Immediate_block_change", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In target position.
+ ///
+ public static string In_target_position {
+ get {
+ return ResourceManager.GetString("In_target_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Infinite travel in negative direction (jog-).
+ ///
+ public static string Infinite_travel_in_negative_direction__BRACKET_jog_DASH__ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("Infinite_travel_in_negative_direction__BRACKET_jog_DASH__ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Infinite travel in positive direction (jog+).
+ ///
+ public static string Infinite_travel_in_positive_direction__BRACKET_jog_PLUS__ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("Infinite_travel_in_positive_direction__BRACKET_jog_PLUS__ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InReference.
+ ///
+ public static string InReference {
+ get {
+ return ResourceManager.GetString("InReference", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InStandstill.
+ ///
+ public static string InStandstill {
+ get {
+ return ResourceManager.GetString("InStandstill", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Locked by hardware.
+ ///
+ public static string Locked_by_hardware {
+ get {
+ return ResourceManager.GetString("Locked_by_hardware", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Mains status.
+ ///
+ public static string Mains_status {
+ get {
+ return ResourceManager.GetString("Mains_status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Mode selection bit 1.
+ ///
+ public static string Mode_selection_bit__ONE_ {
+ get {
+ return ResourceManager.GetString("Mode_selection_bit__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Mode selection bit 0.
+ ///
+ public static string Mode_selection_bit__ZERO_ {
+ get {
+ return ResourceManager.GetString("Mode_selection_bit__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Position command acknowledgment.
+ ///
+ public static string Position_command_acknowledgment {
+ get {
+ return ResourceManager.GetString("Position_command_acknowledgment", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Ready for enabling.
+ ///
+ public static string Ready_for_enabling {
+ get {
+ return ResourceManager.GetString("Ready_for_enabling", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ReadyForOperation Bit 1.
+ ///
+ public static string ReadyForOperation_Bit__ONE_ {
+ get {
+ return ResourceManager.GetString("ReadyForOperation_Bit__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ReadyForOperation Bit 0.
+ ///
+ public static string ReadyForOperation_Bit__ZERO_ {
+ get {
+ return ResourceManager.GetString("ReadyForOperation_Bit__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual acceleration.
+ ///
+ public static string Scaling_constant_actual_acceleration {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual deceleration.
+ ///
+ public static string Scaling_constant_actual_deceleration {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_deceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual jerk.
+ ///
+ public static string Scaling_constant_actual_jerk {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual position.
+ ///
+ public static string Scaling_constant_actual_position {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual torque.
+ ///
+ public static string Scaling_constant_actual_torque {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_torque", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant actual velocity.
+ ///
+ public static string Scaling_constant_actual_velocity {
+ get {
+ return ResourceManager.GetString("Scaling_constant_actual_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required acceleration.
+ ///
+ public static string Scaling_constant_required_acceleration {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required deceleration.
+ ///
+ public static string Scaling_constant_required_deceleration {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_deceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required jerk.
+ ///
+ public static string Scaling_constant_required_jerk {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_jerk", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required position.
+ ///
+ public static string Scaling_constant_required_position {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required torque.
+ ///
+ public static string Scaling_constant_required_torque {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_torque", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scaling constant required velocity.
+ ///
+ public static string Scaling_constant_required_velocity {
+ get {
+ return ResourceManager.GetString("Scaling_constant_required_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Set absolute position function.
+ ///
+ public static string Set_absolute_position_function {
+ get {
+ return ResourceManager.GetString("Set_absolute_position_function", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SignalControlWord.
+ ///
+ public static string SignalControlWord {
+ get {
+ return ResourceManager.GetString("SignalControlWord", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SignalControlWord_S_0_0145_0_0.
+ ///
+ public static string SignalControlWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__FOUR__FIVE__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("SignalControlWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__FOUR__FIV" +
+ "E__UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SignalStatusWord.
+ ///
+ public static string SignalStatusWord {
+ get {
+ return ResourceManager.GetString("SignalStatusWord", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SignalStatusWord_S_0_0144_0_0.
+ ///
+ public static string SignalStatusWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__FOUR__FOUR__UNDERSCORE__ZERO__UNDERSCORE__ZERO_ {
+ get {
+ return ResourceManager.GetString("SignalStatusWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ZERO__ONE__FOUR__FOUR" +
+ "__UNDERSCORE__ZERO__UNDERSCORE__ZERO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SupplyUnitControlWord.
+ ///
+ public static string SupplyUnitControlWord {
+ get {
+ return ResourceManager.GetString("SupplyUnitControlWord", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SupplyUnitControlWord_S_0_1720_0_1.
+ ///
+ public static string SupplyUnitControlWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ONE__SEVEN__TWO__ZERO__UNDERSCORE__ZERO__UNDERSCORE__ONE_ {
+ get {
+ return ResourceManager.GetString("SupplyUnitControlWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ONE__SEVEN__TWO_" +
+ "_ZERO__UNDERSCORE__ZERO__UNDERSCORE__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SupplyUnitStatusWord.
+ ///
+ public static string SupplyUnitStatusWord {
+ get {
+ return ResourceManager.GetString("SupplyUnitStatusWord", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SupplyUnitStatusWord_S_0_1720_0_2.
+ ///
+ public static string SupplyUnitStatusWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ONE__SEVEN__TWO__ZERO__UNDERSCORE__ZERO__UNDERSCORE__TWO_ {
+ get {
+ return ResourceManager.GetString("SupplyUnitStatusWord_UNDERSCORE_S_UNDERSCORE__ZERO__UNDERSCORE__ONE__SEVEN__TWO__" +
+ "ZERO__UNDERSCORE__ZERO__UNDERSCORE__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Warning.
+ ///
+ public static string Warning {
+ get {
+ return ResourceManager.GetString("Warning", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WarningZKL2.
+ ///
+ public static string WarningZKL_TWO_ {
+ get {
+ return ResourceManager.GetString("WarningZKL_TWO_", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.resx b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.resx
index c14e0db87..7f60b7997 100644
--- a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.resx
+++ b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.resx
@@ -90,4 +90,540 @@
AxoSetPosition_Task timeout.
src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,4139
+
+ Update diagnostics
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,25
+
+
+ Scaling constant required position
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,38
+
+
+ Scaling constant actual position
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,43
+
+
+ Scaling constant required velocity
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,48
+
+
+ Scaling constant actual velocity
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,53
+
+
+ Scaling constant required torque
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,58
+
+
+ Scaling constant actual torque
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,63
+
+
+ Scaling constant required acceleration
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,68
+
+
+ Scaling constant actual acceleration
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,73
+
+
+ Scaling constant required deceleration
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,78
+
+
+ Scaling constant actual deceleration
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,83
+
+
+ Scaling constant required jerk
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,86
+
+
+ Scaling constant actual jerk
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,91
+
+
+ _State
+ src\AxoCtrlxDriveXsc\AxoCtrlxDriveXsc.st,99
+
+
+ _bit00_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,7
+
+
+ _bit01_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,9
+
+
+ _bit02_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,11
+
+
+ _bit03_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,13
+
+
+ _bit04_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,15
+
+
+ _bit05_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,17
+
+
+ _bit06_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,19
+
+
+ _bit07_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,21
+
+
+ Command operation mode Bit 0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,24
+
+
+ Command operation mode Bit 1
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,27
+
+
+ Command operation mode Bit 2
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,31
+
+
+ _bit11_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,35
+
+
+ _bit12_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,37
+
+
+ Drive Halt
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,39
+
+
+ Drive enable
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,41
+
+
+ Drive On
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,43
+
+
+ DriveControlWord
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveControlWord_S_0_0134_0_0.st,4
+
+
+ CommandProcessingStatus
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,13
+
+
+ InStandstill
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,15
+
+
+ InReference
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,17
+
+
+ HardwareLock
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,21
+
+
+ ActualOperatingModeBit0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,23
+
+
+ ActualOperatingModeBit1
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,26
+
+
+ ActualOperatingModeBit2
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,30
+
+
+ WarningZKL2
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,36
+
+
+ DriveErrorZKL1
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,38
+
+
+ ReadyForOperation Bit 0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,40
+
+
+ ReadyForOperation Bit 1
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,43
+
+
+ DriveStatusWord
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscDriveStatusWord_S_0_0135_0_0.st,4
+
+
+ Hardware ID Device
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,4
+
+
+ Hardware ID 'Outputs' module
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,6
+
+
+ Hardware ID 'Inputs' module
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,8
+
+
+ Hardware ID 'S_0_0134_0_0__Servodrive_profile__Control_word' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,10
+
+
+ Hardware ID 'S_0_0145_0_0__Signal_control_word__Value' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,12
+
+
+ Hardware ID 'S_0_0282_0_0__Drive_controlled_positioning__Command_value' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,14
+
+
+ Hardware ID 'S_0_0259_0_0__Positioning_profile__Profile_velocity' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,16
+
+
+ Hardware ID 'S_0_0260_0_0__Positioning_profile__Acceleration' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,18
+
+
+ Hardware ID 'S_0_0359_0_0__Positioning_profile__Deceleration' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,20
+
+
+ Hardware ID 'S_0_1720_0_1__Power_supply_control__Control_word' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,22
+
+
+ Hardware ID 'S_0_0092_0_0__Torque_force_limitation__Limit_value_bipolar' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,24
+
+
+ Hardware ID 'S_0_0080_0_0__Torque_force_command_value' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,26
+
+
+ Hardware ID 'S_0_0193_0_0__Positioning_jerk' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,28
+
+
+ Hardware ID 'S_0_0135_0_0__Servodrive_profile__Status_word' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,30
+
+
+ Hardware ID 'S_0_0144_0_0__Signal_status_word__Value' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,32
+
+
+ Hardware ID 'S_0_0386_0_0__Position_controller__Position_actual_value' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,34
+
+
+ Hardware ID 'S_0_0535_0_0__Velocity_controller__Velocity_actual_value' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,36
+
+
+ Hardware ID 'S_0_0390_0_0__Diagnostic_message__Manufacturer_status_register' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,38
+
+
+ Hardware ID 'S_0_1720_0_2__Power_supply_control__Status_word' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,40
+
+
+ Hardware ID 'S_0_0084_0_0__Torque_force_feedback_value' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,42
+
+
+ Hardware ID 'P_0_0106_0_0__STO_function__Operating_status' submodule
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscHWIDs.st,44
+
+
+ Acceptance of positioning command value
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,7
+
+
+ Homing control
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,11
+
+
+ Absolute/Relative type of positioning command value
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,13
+
+
+ Immediate block change
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,15
+
+
+ Clear error
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,17
+
+
+ Infinite travel in positive direction (jog+)
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,19
+
+
+ Infinite travel in negative direction (jog-)
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,21
+
+
+ Activate configuration mode
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,23
+
+
+ Activate operation mode
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,25
+
+
+ CancelReferencePoint
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,27
+
+
+ _bit13_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,33
+
+
+ _bit14_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,35
+
+
+ Set absolute position function
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,37
+
+
+ SignalControlWord
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalControlWord_S_0_0145_0_0.st,4
+
+
+ Configuration/Parametrization/Operation bit 0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,7
+
+
+ Configuration/Parametrization/Operation bit 1
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,9
+
+
+ In target position
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,11
+
+
+ Position command acknowledgment
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,13
+
+
+ Drive standstill
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,15
+
+
+ Command change bit
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,17
+
+
+ _bit6_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,19
+
+
+ _bit7_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,21
+
+
+ Locked by hardware
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,23
+
+
+ _bit9_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,25
+
+
+ _bit10_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,27
+
+
+ _bit15_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,37
+
+
+ SignalStatusWord
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSignalStatusWord_S_0_0144_0_0.st,4
+
+
+ _bit0_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,7
+
+
+ _bit1_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,9
+
+
+ _bit2_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,11
+
+
+ _bit3_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,13
+
+
+ _bit4_Reserve
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,15
+
+
+ Mode selection bit 0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,23
+
+
+ Mode selection bit 1
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,26
+
+
+ DC bus discharge
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,29
+
+
+ Controlling the ready for operation relay
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,34
+
+
+ Controlling DC bus charging and mains contactor
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,39
+
+
+ Enabling
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,42
+
+
+ SupplyUnitControlWord
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitControlWord_S_0_1720_0_1.st,4
+
+
+ Mains status
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitStatusWord_S_0_1720_0_2.st,15
+
+
+ Hardware enable
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitStatusWord_S_0_1720_0_2.st,17
+
+
+ Controlling the mains connection
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitStatusWord_S_0_1720_0_2.st,19
+
+
+ Bb contact
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitStatusWord_S_0_1720_0_2.st,21
+
+
+ Feedback of the preselected operation modes bit 0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitStatusWord_S_0_1720_0_2.st,23
+
+
+ Feedback of the preselected operation modes bit 1
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitStatusWord_S_0_1720_0_2.st,25
+
+
+ Braking resistor
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitStatusWord_S_0_1720_0_2.st,29
+
+
+ Warning
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitStatusWord_S_0_1720_0_2.st,31
+
+
+ Error
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitStatusWord_S_0_1720_0_2.st,33
+
+
+ Ready for enabling
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitStatusWord_S_0_1720_0_2.st,35
+
+
+ SupplyUnitStatusWord
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXscSupplyUnitStatusWord_S_0_1720_0_2.st,4
+
+
+ Info time
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Config.st,5
+
+
+ Error time
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Config.st,7
+
+
+ Task timeout
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Config.st,9
+
+
+ DriveControlWord_S_0_0134_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Control.st,5
+
+
+ SignalControlWord_S_0_0145_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Control.st,7
+
+
+ CommandPosition_S_0_0282_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Control.st,9
+
+
+ CommandVelocity_S_0_0259_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Control.st,11
+
+
+ CommandAcceleration_S_0_0260_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Control.st,13
+
+
+ CommandDecceleration_S_0_0359_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Control.st,15
+
+
+ SupplyUnitControlWord_S_0_1720_0_1
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Control.st,17
+
+
+ BipolarTorqueLimitation_S_0_0092_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Control.st,19
+
+
+ CommandTorque_S_0_0080_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Control.st,21
+
+
+ CommandJerk_S_0_0193_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Control.st,23
+
+
+ DriveStatusWord_S_0_0135_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Status.st,5
+
+
+ SignalStatusWord_S_0_0144_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Status.st,7
+
+
+ ActualPosition_S_0_0386_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Status.st,9
+
+
+ ActualVelocity_S_0_0535_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Status.st,11
+
+
+ DiagnosticMessage_S_0_0390_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Status.st,13
+
+
+ SupplyUnitStatusWord_S_0_1720_0_2
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Status.st,15
+
+
+ ActualTorque_S_0_0084_0_0
+ src\AxoCtrlxDriveXsc\TypesStructuresAndEnums\AxoCtrlxDriveXsc_Status.st,17
+
\ No newline at end of file
diff --git a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.sk-SK.resx b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.sk-SK.resx
index 6641351ea..4d5cac3b8 100644
--- a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.sk-SK.resx
@@ -82,4 +82,406 @@
Časový limit úlohy AxoSetPositionTask.
+
+ Aktualizácia diagnostiky
+
+
+ Konštanta mierky požadovanej polohy
+
+
+ Konštanta mierky skutočnej polohy
+
+
+ Konštanta potrebnej rýchlosti
+
+
+ Konštantná skutočná rýchlosť
+
+
+ Konštanta potrebného krútiaceho momentu
+
+
+ Konštantný skutočný krútiaci moment
+
+
+ Konštanta potrebného zrýchlenia
+
+
+ Skalopevná konštanta skutočného zrýchlenia
+
+
+ Konštanta potrebného spomalenia
+
+
+ Konštanta mierky skutočného spomalenia
+
+
+ Potrebná škálovacia konštanta trhnutie
+
+
+ Skalopevná konštanta skutočného trhnutia
+
+
+ Štát
+
+
+ bit00Reserve
+
+
+ bit01Reserve
+
+
+ bit02Reserve
+
+
+ bit03Reserve
+
+
+ bit04Reserve
+
+
+ bit05Reserve
+
+
+ bit06Reserve
+
+
+ bit07Reserve
+
+
+ Režim príkazovej operácie Bit 0
+
+
+ Režim príkazovej operácie Bit 1
+
+
+ Režim príkazovej operácie Bit 2
+
+
+ bit11Reserve
+
+
+ bit12Reserve
+
+
+ Zastavenie pohonu
+
+
+ Povolenie pohonu
+
+
+ Drive On
+
+
+ DriveControlWord
+
+
+ CommandProcessingStatus
+
+
+ InStandstill
+
+
+ InReference
+
+
+ HardwareLock
+
+
+ ActualOperatingModeBit0
+
+
+ ActualOperatingModeBit1
+
+
+ ActualOperatingModeBit2
+
+
+ VarovanieZKL2
+
+
+ DriveErrorZKL1
+
+
+ ReadyForOperation Bit 0
+
+
+ ReadyForOperation Bit 1
+
+
+ DriveStatusWord
+
+
+ ID hardvéru Zariadenie
+
+
+ ID hardvéru modulu "Výstupy
+
+
+ Modul ID hardvéru "Vstupy
+
+
+ ID hardvéru 'S0013400ServodriveprofileControlword' podmodul
+
+
+ ID hardvéru 'S0014500SignalcontrolwordValue' podmodul
+
+
+ ID hardvéru 'S0028200DrivecontrolledpositioningCommandvalue' podmodul
+
+
+ ID hardvéru 'S0025900PositioningprofileProfilevelocity' podmodul
+
+
+ ID hardvéru 'S0026000PositioningprofileAcceleration' podmodul
+
+
+ ID hardvéru 'S0035900PositioningprofileDeceleration' podmodul
+
+
+ ID hardvéru 'S0172001PowersupplycontrolControlword' podmodul
+
+
+ ID hardvéru 'S0009200TorqueforcelimitationLimitvaluebipolar' submodul
+
+
+ ID hardvéru 'S0008000Torqueforcecommandvalue' podmodul
+
+
+ ID hardvéru 'S0019300Positioningjerk' submodul
+
+
+ ID hardvéru 'S0013500ServodriveprofileStatusword' podmodul
+
+
+ ID hardvéru 'S0014400SignalstatuswordValue' podmodul
+
+
+ ID hardvéru 'S0038600PositioncontrollerPositionactualvalue' podmodul
+
+
+ ID hardvéru 'S0053500VelocitycontrollerVelocityactualvalue' podmodul
+
+
+ ID hardvéru 'S0039000DiagnosticmessageManufacturerstatusregister' podmodul
+
+
+ ID hardvéru 'S0172002PowersupplycontrolStatusword' podmodul
+
+
+ ID hardvéru 'S0008400Torqueforcefeedbackvalue' podmodul
+
+
+ ID hardvéru 'P0010600STOfunctionOperatingstatus' podmodul
+
+
+ Prijatie hodnoty príkazu na polohovanie
+
+
+ Ovládanie navádzania
+
+
+ Absolútny/relatívny typ hodnoty príkazu na polohovanie
+
+
+ Okamžitá zmena bloku
+
+
+ Vymazanie chyby
+
+
+ Nekonečný pohyb v pozitívnom smere (jog+)
+
+
+ Nekonečný pohyb v negatívnom smere (jog-)
+
+
+ Aktivácia režimu konfigurácie
+
+
+ Aktivácia prevádzkového režimu
+
+
+ CancelReferencePoint
+
+
+ bit13Reserve
+
+
+ bit14Reserve
+
+
+ Nastavenie funkcie absolútnej polohy
+
+
+ SignalControlWord
+
+
+ Konfigurácia/Parametrizácia/Operácia bit 0
+
+
+ Konfigurácia/Parametrizácia/Operácia bit 1
+
+
+ V cieľovej polohe
+
+
+ Potvrdenie príkazu polohy
+
+
+ Zastavenie pohonu
+
+
+ Zmena príkazu bit
+
+
+ bit6Reserve
+
+
+ bit7Reserve
+
+
+ Uzamknuté hardvérom
+
+
+ bit9Reserve
+
+
+ bit10Reserve
+
+
+ bit15Reserve
+
+
+ SignalStatusWord
+
+
+ bit0Reserve
+
+
+ bit1Reserve
+
+
+ bit2Reserve
+
+
+ bit3Reserve
+
+
+ bit4Reserve
+
+
+ Výber režimu bit 0
+
+
+ Výber režimu bit 1
+
+
+ Vypúšťanie zbernice DC
+
+
+ Ovládanie relé pripravenosti na prevádzku
+
+
+ Ovládanie nabíjania zbernice DC a sieťového stykača
+
+
+ Umožnenie
+
+
+ SupplyUnitControlWord
+
+
+ Stav elektrickej siete
+
+
+ Povolenie hardvéru
+
+
+ Ovládanie sieťového pripojenia
+
+
+ Bb kontakt
+
+
+ Spätná väzba predvolených prevádzkových režimov bit 0
+
+
+ Spätná väzba predvolených prevádzkových režimov bit 1
+
+
+ Brzdný odpor
+
+
+ Upozornenie
+
+
+ Chyba
+
+
+ Pripravené na aktiváciu
+
+
+ SupplyUnitStatusWord
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ DriveControlWordS0013400
+
+
+ SignalControlWordS0014500
+
+
+ CommandPositionS0028200
+
+
+ CommandVelocityS0025900
+
+
+ CommandAccelerationS0026000
+
+
+ CommandDeccelerationS0035900
+
+
+ SupplyUnitControlWordS0172001
+
+
+ Bipolárne obmedzenie krútiaceho momentuS0009200
+
+
+ CommandTorqueS0008000
+
+
+ CommandJerkS0019300
+
+
+ DriveStatusWordS0013500
+
+
+ SignalStatusWordS0014400
+
+
+ ActualPositionS0038600
+
+
+ ActualVelocityS0053500
+
+
+ DiagnosticMessageS0039000
+
+
+ SupplyUnitStatusWordS0172002
+
+
+ Skutočný krútiaci momentS0008400
+
\ No newline at end of file
diff --git a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.sk.resx b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.sk.resx
index cfd6d115e..02c568fe5 100644
--- a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.sk.resx
+++ b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/Resources/PlcStringResources.sk.resx
@@ -141,4 +141,406 @@
Časový limit úlohy AxoSetPositionTask.
+
+ Upozornenie
+
+
+ Chyba
+
+
+ Aktualizácia diagnostiky
+
+
+ Konštanta mierky požadovanej polohy
+
+
+ Konštanta mierky skutočnej polohy
+
+
+ Konštanta potrebnej rýchlosti
+
+
+ Konštantná skutočná rýchlosť
+
+
+ Konštanta potrebného krútiaceho momentu
+
+
+ Konštantný skutočný krútiaci moment
+
+
+ Konštanta potrebného zrýchlenia
+
+
+ Skalopevná konštanta skutočného zrýchlenia
+
+
+ Konštanta potrebného spomalenia
+
+
+ Konštanta mierky skutočného spomalenia
+
+
+ Potrebná škálovacia konštanta trhnutie
+
+
+ Skalopevná konštanta skutočného trhnutia
+
+
+ Štát
+
+
+ bit00Reserve
+
+
+ bit01Reserve
+
+
+ bit02Reserve
+
+
+ bit03Reserve
+
+
+ bit04Reserve
+
+
+ bit05Reserve
+
+
+ bit06Reserve
+
+
+ bit07Reserve
+
+
+ Režim príkazovej operácie Bit 0
+
+
+ Režim príkazovej operácie Bit 1
+
+
+ Režim príkazovej operácie Bit 2
+
+
+ bit11Reserve
+
+
+ bit12Reserve
+
+
+ Zastavenie pohonu
+
+
+ Povolenie pohonu
+
+
+ Drive On
+
+
+ DriveControlWord
+
+
+ CommandProcessingStatus
+
+
+ InStandstill
+
+
+ InReference
+
+
+ HardwareLock
+
+
+ ActualOperatingModeBit0
+
+
+ ActualOperatingModeBit1
+
+
+ ActualOperatingModeBit2
+
+
+ VarovanieZKL2
+
+
+ DriveErrorZKL1
+
+
+ ReadyForOperation Bit 0
+
+
+ ReadyForOperation Bit 1
+
+
+ DriveStatusWord
+
+
+ ID hardvéru Zariadenie
+
+
+ ID hardvéru modulu "Výstupy
+
+
+ Modul ID hardvéru "Vstupy
+
+
+ ID hardvéru 'S0013400ServodriveprofileControlword' podmodul
+
+
+ ID hardvéru 'S0014500SignalcontrolwordValue' podmodul
+
+
+ ID hardvéru 'S0028200DrivecontrolledpositioningCommandvalue' podmodul
+
+
+ ID hardvéru 'S0025900PositioningprofileProfilevelocity' podmodul
+
+
+ ID hardvéru 'S0026000PositioningprofileAcceleration' podmodul
+
+
+ ID hardvéru 'S0035900PositioningprofileDeceleration' podmodul
+
+
+ ID hardvéru 'S0172001PowersupplycontrolControlword' podmodul
+
+
+ ID hardvéru 'S0009200TorqueforcelimitationLimitvaluebipolar' submodul
+
+
+ ID hardvéru 'S0008000Torqueforcecommandvalue' podmodul
+
+
+ ID hardvéru 'S0019300Positioningjerk' submodul
+
+
+ ID hardvéru 'S0013500ServodriveprofileStatusword' podmodul
+
+
+ ID hardvéru 'S0014400SignalstatuswordValue' podmodul
+
+
+ ID hardvéru 'S0038600PositioncontrollerPositionactualvalue' podmodul
+
+
+ ID hardvéru 'S0053500VelocitycontrollerVelocityactualvalue' podmodul
+
+
+ ID hardvéru 'S0039000DiagnosticmessageManufacturerstatusregister' podmodul
+
+
+ ID hardvéru 'S0172002PowersupplycontrolStatusword' podmodul
+
+
+ ID hardvéru 'S0008400Torqueforcefeedbackvalue' podmodul
+
+
+ ID hardvéru 'P0010600STOfunctionOperatingstatus' podmodul
+
+
+ Prijatie hodnoty príkazu na polohovanie
+
+
+ Ovládanie navádzania
+
+
+ Absolútny/relatívny typ hodnoty príkazu na polohovanie
+
+
+ Okamžitá zmena bloku
+
+
+ Vymazanie chyby
+
+
+ Nekonečný pohyb v pozitívnom smere (jog+)
+
+
+ Nekonečný pohyb v negatívnom smere (jog-)
+
+
+ Aktivácia režimu konfigurácie
+
+
+ Aktivácia prevádzkového režimu
+
+
+ CancelReferencePoint
+
+
+ bit13Reserve
+
+
+ bit14Reserve
+
+
+ Nastavenie funkcie absolútnej polohy
+
+
+ SignalControlWord
+
+
+ Konfigurácia/Parametrizácia/Operácia bit 0
+
+
+ Konfigurácia/Parametrizácia/Operácia bit 1
+
+
+ V cieľovej polohe
+
+
+ Potvrdenie príkazu polohy
+
+
+ Zastavenie pohonu
+
+
+ Zmena príkazu bit
+
+
+ bit6Reserve
+
+
+ bit7Reserve
+
+
+ Uzamknuté hardvérom
+
+
+ bit9Reserve
+
+
+ bit10Reserve
+
+
+ bit15Reserve
+
+
+ SignalStatusWord
+
+
+ bit0Reserve
+
+
+ bit1Reserve
+
+
+ bit2Reserve
+
+
+ bit3Reserve
+
+
+ bit4Reserve
+
+
+ Výber režimu bit 0
+
+
+ Výber režimu bit 1
+
+
+ Vypúšťanie zbernice DC
+
+
+ Ovládanie relé pripravenosti na prevádzku
+
+
+ Ovládanie nabíjania zbernice DC a sieťového stykača
+
+
+ Umožnenie
+
+
+ SupplyUnitControlWord
+
+
+ Stav elektrickej siete
+
+
+ Povolenie hardvéru
+
+
+ Ovládanie sieťového pripojenia
+
+
+ Bb kontakt
+
+
+ Spätná väzba predvolených prevádzkových režimov bit 0
+
+
+ Spätná väzba predvolených prevádzkových režimov bit 1
+
+
+ Brzdný odpor
+
+
+ Pripravené na aktiváciu
+
+
+ SupplyUnitStatusWord
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ DriveControlWordS0013400
+
+
+ SignalControlWordS0014500
+
+
+ CommandPositionS0028200
+
+
+ CommandVelocityS0025900
+
+
+ CommandAccelerationS0026000
+
+
+ CommandDeccelerationS0035900
+
+
+ SupplyUnitControlWordS0172001
+
+
+ Bipolárne obmedzenie krútiaceho momentuS0009200
+
+
+ CommandTorqueS0008000
+
+
+ CommandJerkS0019300
+
+
+ DriveStatusWordS0013500
+
+
+ SignalStatusWordS0014400
+
+
+ ActualPositionS0038600
+
+
+ ActualVelocityS0053500
+
+
+ DiagnosticMessageS0039000
+
+
+ SupplyUnitStatusWordS0172002
+
+
+ Skutočný krútiaci momentS0008400
+
\ No newline at end of file
diff --git a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.Designer.cs b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.Designer.cs
index 9dd276ace..873d8275c 100644
--- a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.Designer.cs
+++ b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,548 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to _v.
+ ///
+ public static string _UNDERSCORE_v {
+ get {
+ return ResourceManager.GetString("_UNDERSCORE_v", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Acceleration.
+ ///
+ public static string Acceleration {
+ get {
+ return ResourceManager.GetString("Acceleration", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Axis in reference.
+ ///
+ public static string Axis_in_reference {
+ get {
+ return ResourceManager.GetString("Axis_in_reference", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command.
+ ///
+ public static string Command {
+ get {
+ return ResourceManager.GetString("Command", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Creation date.
+ ///
+ public static string Creation_date {
+ get {
+ return ResourceManager.GetString("Creation_date", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Current command parameters.
+ ///
+ public static string Current_command_parameters {
+ get {
+ return ResourceManager.GetString("Current_command_parameters", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Custom Id.
+ ///
+ public static string Custom_Id {
+ get {
+ return ResourceManager.GetString("Custom_Id", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cycle time.
+ ///
+ public static string Cycle_time {
+ get {
+ return ResourceManager.GetString("Cycle_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Data recording disabled.
+ ///
+ public static string Data_recording_disabled {
+ get {
+ return ResourceManager.GetString("Data_recording_disabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Digital Io mapping.
+ ///
+ public static string Digital_Io_mapping {
+ get {
+ return ResourceManager.GetString("Digital_Io_mapping", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DigitalIoMapping.
+ ///
+ public static string DigitalIoMapping {
+ get {
+ return ResourceManager.GetString("DigitalIoMapping", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Emergency off active.
+ ///
+ public static string Emergency_off_active {
+ get {
+ return ResourceManager.GetString("Emergency_off_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error.
+ ///
+ public static string Error {
+ get {
+ return ResourceManager.GetString("Error", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Export curve.
+ ///
+ public static string Export_curve {
+ get {
+ return ResourceManager.GetString("Export_curve", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Fast variable control.
+ ///
+ public static string Fast_variable_control {
+ get {
+ return ResourceManager.GetString("Fast_variable_control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Fast variable data.
+ ///
+ public static string Fast_variable_data {
+ get {
+ return ResourceManager.GetString("Fast_variable_data", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Fast variable state.
+ ///
+ public static string Fast_variable_state {
+ get {
+ return ResourceManager.GetString("Fast_variable_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Get results.
+ ///
+ public static string Get_results {
+ get {
+ return ResourceManager.GetString("Get_results", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Handle.
+ ///
+ public static string Handle {
+ get {
+ return ResourceManager.GetString("Handle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'F_ModulNotUsed' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_F_UNDERSCORE_ModulNotUsed_APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_F_UNDERSCORE_ModulNotUsed_APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Input_24_Words' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Input_UNDERSCORE__TWO__FOUR__UNDERSCORE_Words_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Input_UNDERSCORE__TWO__FOUR__UNDERSCORE_Words_APOSTROPHE_" +
+ "_submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Output_21_Words' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Output_UNDERSCORE__TWO__ONE__UNDERSCORE_Words_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Output_UNDERSCORE__TWO__ONE__UNDERSCORE_Words_APOSTROPHE_" +
+ "_submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'ParamCh_IDN' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_ParamCh_UNDERSCORE_IDN_APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_ParamCh_UNDERSCORE_IDN_APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID Device.
+ ///
+ public static string Hardware_ID_Device {
+ get {
+ return ResourceManager.GetString("Hardware_ID_Device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Id.
+ ///
+ public static string Id {
+ get {
+ return ResourceManager.GetString("Id", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Ip address.
+ ///
+ public static string Ip_address {
+ get {
+ return ResourceManager.GetString("Ip_address", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Last pressing Nok.
+ ///
+ public static string Last_pressing_Nok {
+ get {
+ return ResourceManager.GetString("Last_pressing_Nok", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Last pressing Ok.
+ ///
+ public static string Last_pressing_Ok {
+ get {
+ return ResourceManager.GetString("Last_pressing_Ok", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Location of the curve export.
+ ///
+ public static string Location_of_the_curve_export {
+ get {
+ return ResourceManager.GetString("Location_of_the_curve_export", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Maximal force.
+ ///
+ public static string Maximal_force {
+ get {
+ return ResourceManager.GetString("Maximal_force", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Maximal position.
+ ///
+ public static string Maximal_position {
+ get {
+ return ResourceManager.GetString("Maximal_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Notification available.
+ ///
+ public static string Notification_available {
+ get {
+ return ResourceManager.GetString("Notification_available", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Notification force.
+ ///
+ public static string Notification_force {
+ get {
+ return ResourceManager.GetString("Notification_force", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Notification Id.
+ ///
+ public static string Notification_Id {
+ get {
+ return ResourceManager.GetString("Notification_Id", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Notification position.
+ ///
+ public static string Notification_position {
+ get {
+ return ResourceManager.GetString("Notification_position", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Notification to display.
+ ///
+ public static string Notification_to_display {
+ get {
+ return ResourceManager.GetString("Notification_to_display", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Notification velocity.
+ ///
+ public static string Notification_velocity {
+ get {
+ return ResourceManager.GetString("Notification_velocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NotificationForce.
+ ///
+ public static string NotificationForce {
+ get {
+ return ResourceManager.GetString("NotificationForce", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NotificationId.
+ ///
+ public static string NotificationId {
+ get {
+ return ResourceManager.GetString("NotificationId", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NotificationPosition.
+ ///
+ public static string NotificationPosition {
+ get {
+ return ResourceManager.GetString("NotificationPosition", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NotificationStatus.
+ ///
+ public static string NotificationStatus {
+ get {
+ return ResourceManager.GetString("NotificationStatus", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NotificationValue.
+ ///
+ public static string NotificationValue {
+ get {
+ return ResourceManager.GetString("NotificationValue", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NotificationVelocity.
+ ///
+ public static string NotificationVelocity {
+ get {
+ return ResourceManager.GetString("NotificationVelocity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Offset.
+ ///
+ public static string Offset {
+ get {
+ return ResourceManager.GetString("Offset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Position distance tara.
+ ///
+ public static string Position_distance_tara {
+ get {
+ return ResourceManager.GetString("Position_distance_tara", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Press ready.
+ ///
+ public static string Press_ready {
+ get {
+ return ResourceManager.GetString("Press_ready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program active.
+ ///
+ public static string Program_active {
+ get {
+ return ResourceManager.GetString("Program_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program Id.
+ ///
+ public static string Program_Id {
+ get {
+ return ResourceManager.GetString("Program_Id", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Request possible.
+ ///
+ public static string Request_possible {
+ get {
+ return ResourceManager.GetString("Request_possible", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Respons avialable.
+ ///
+ public static string Respons_avialable {
+ get {
+ return ResourceManager.GetString("Respons_avialable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Response status.
+ ///
+ public static string Response_status {
+ get {
+ return ResourceManager.GetString("Response_status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Results.
+ ///
+ public static string Results {
+ get {
+ return ResourceManager.GetString("Results", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Run command.
+ ///
+ public static string Run_command {
+ get {
+ return ResourceManager.GetString("Run_command", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Run command parameters.
+ ///
+ public static string Run_command_parameters {
+ get {
+ return ResourceManager.GetString("Run_command_parameters", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to RunCommandTask timeout..
///
@@ -68,5 +610,212 @@ public static string RunCommandTask_timeout_DOT_ {
return ResourceManager.GetString("RunCommandTask_timeout_DOT_", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Safe standstill active.
+ ///
+ public static string Safe_standstill_active {
+ get {
+ return ResourceManager.GetString("Safe_standstill_active", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Sampling interval.
+ ///
+ public static string Sampling_interval {
+ get {
+ return ResourceManager.GetString("Sampling_interval", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Sensor tared.
+ ///
+ public static string Sensor_tared {
+ get {
+ return ResourceManager.GetString("Sensor_tared", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Serial number.
+ ///
+ public static string Serial_number {
+ get {
+ return ResourceManager.GetString("Serial_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Status.
+ ///
+ public static string Status {
+ get {
+ return ResourceManager.GetString("Status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Travel speed.
+ ///
+ public static string Travel_speed {
+ get {
+ return ResourceManager.GetString("Travel_speed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Valid.
+ ///
+ public static string Valid {
+ get {
+ return ResourceManager.GetString("Valid", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Validation time.
+ ///
+ public static string Validation_time {
+ get {
+ return ResourceManager.GetString("Validation_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value 5.
+ ///
+ public static string Value__FIVE_ {
+ get {
+ return ResourceManager.GetString("Value__FIVE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value 4.
+ ///
+ public static string Value__FOUR_ {
+ get {
+ return ResourceManager.GetString("Value__FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value 1.
+ ///
+ public static string Value__ONE_ {
+ get {
+ return ResourceManager.GetString("Value__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value 7.
+ ///
+ public static string Value__SEVEN_ {
+ get {
+ return ResourceManager.GetString("Value__SEVEN_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value 6.
+ ///
+ public static string Value__SIX_ {
+ get {
+ return ResourceManager.GetString("Value__SIX_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value 3.
+ ///
+ public static string Value__THREE_ {
+ get {
+ return ResourceManager.GetString("Value__THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value 2.
+ ///
+ public static string Value__TWO_ {
+ get {
+ return ResourceManager.GetString("Value__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value1.
+ ///
+ public static string Value_ONE_ {
+ get {
+ return ResourceManager.GetString("Value_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value3.
+ ///
+ public static string Value_THREE_ {
+ get {
+ return ResourceManager.GetString("Value_THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Value2.
+ ///
+ public static string Value_TWO_ {
+ get {
+ return ResourceManager.GetString("Value_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Virtual Io.
+ ///
+ public static string Virtual_Io {
+ get {
+ return ResourceManager.GetString("Virtual_Io", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to VirtualIo.
+ ///
+ public static string VirtualIo {
+ get {
+ return ResourceManager.GetString("VirtualIo", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Warning.
+ ///
+ public static string Warning {
+ get {
+ return ResourceManager.GetString("Warning", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.resx b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.resx
index 16b70cf9e..ccb820ec0 100644
--- a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.resx
+++ b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.resx
@@ -62,4 +62,336 @@
RunCommandTask timeout.
src\AxoSmartFunctionKit_v_4_x_x.st,583
+
+ Results
+ src\AxoSmartFunctionKit_v_4_x_x.st,38
+
+
+ Restore
+ src\AxoSmartFunctionKit_v_4_x_x.st,45
+
+
+ Run command
+ src\AxoSmartFunctionKit_v_4_x_x.st,49
+
+
+ Run command parameters
+ src\AxoSmartFunctionKit_v_4_x_x.st,53
+
+
+ Get results
+ src\AxoSmartFunctionKit_v_4_x_x.st,57
+
+
+ Export curve
+ src\AxoSmartFunctionKit_v_4_x_x.st,61
+
+
+ Inputs
+ src\AxoSmartFunctionKit_v_4_x_x.st,86
+
+
+ Outputs
+ src\AxoSmartFunctionKit_v_4_x_x.st,92
+
+
+ Update diagnostics
+ src\AxoSmartFunctionKit_v_4_x_x.st,100
+
+
+ Command
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitRequest_v_4_x_x.st,5
+
+
+ Serial number
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitRequest_v_4_x_x.st,7
+
+
+ Program Id
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitRequest_v_4_x_x.st,9
+
+
+ Position distance tara
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitRequest_v_4_x_x.st,11
+
+
+ Travel speed
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitRequest_v_4_x_x.st,13
+
+
+ Acceleration
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitRequest_v_4_x_x.st,15
+
+
+ Offset
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitRequest_v_4_x_x.st,17
+
+
+ Axis in reference
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,5
+
+
+ Program active
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,7
+
+
+ Last pressing Ok
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,9
+
+
+ Last pressing Nok
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,11
+
+
+ Sensor tared
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,13
+
+
+ Press ready
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,15
+
+
+ Error
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,17
+
+
+ Warning
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,19
+
+
+ Request possible
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,21
+
+
+ Respons avialable
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,23
+
+
+ Notification available
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,25
+
+
+ Emergency off active
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,27
+
+
+ Safe standstill active
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResponse_v_4_x_x.st,29
+
+
+ Id
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,5
+
+
+ Maximal force
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,7
+
+
+ Maximal position
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,9
+
+
+ Valid
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,11
+
+
+ Creation date
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,13
+
+
+ Cycle time
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,15
+
+
+ Validation time
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,17
+
+
+ Status
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,19
+
+
+ Custom Id
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,21
+
+
+ Data recording disabled
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,23
+
+
+ Sampling interval
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,25
+
+
+ _v
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitResults_v_4_x_x.st,27
+
+
+ Response status
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitStatus_v_4_x_x.st,5
+
+
+ Notification Id
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitStatus_v_4_x_x.st,7
+
+
+ Notification to display
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitStatus_v_4_x_x.st,9
+
+
+ Notification position
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitStatus_v_4_x_x.st,11
+
+
+ Notification velocity
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitStatus_v_4_x_x.st,13
+
+
+ Notification force
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitStatus_v_4_x_x.st,15
+
+
+ Digital Io mapping
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitStatus_v_4_x_x.st,17
+
+
+ Virtual Io
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKitStatus_v_4_x_x.st,19
+
+
+ Current command parameters
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_ComponentStatus_v_4_x_x.st,6
+
+
+ Info time
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Config_v_4_x_x.st,5
+
+
+ Error time
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Config_v_4_x_x.st,7
+
+
+ Task timeout
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Config_v_4_x_x.st,9
+
+
+ Hardware IDs
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Config_v_4_x_x.st,11
+
+
+ Location of the curve export
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Config_v_4_x_x.st,13
+
+
+ Ip address
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Config_v_4_x_x.st,15
+
+
+ Handle
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Control_v_4_x_x.st,7
+
+
+ Value 1
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Control_v_4_x_x.st,11
+
+
+ Value 2
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Control_v_4_x_x.st,13
+
+
+ Value 3
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Control_v_4_x_x.st,15
+
+
+ Value 4
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Control_v_4_x_x.st,17
+
+
+ Value 5
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Control_v_4_x_x.st,19
+
+
+ Value 6
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Control_v_4_x_x.st,21
+
+
+ Value 7
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Control_v_4_x_x.st,23
+
+
+ Fast variable control
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Control_v_4_x_x.st,27
+
+
+ Fast variable data
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_Control_v_4_x_x.st,29
+
+
+ Hardware ID Device
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_HWIDs_v_4_x_x.st,4
+
+
+ Hardware ID 'ParamCh_IDN' module
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_HWIDs_v_4_x_x.st,6
+
+
+ Hardware ID 'F_ModulNotUsed' module
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_HWIDs_v_4_x_x.st,8
+
+
+ Hardware ID 'Input_24_Words' submodule
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_HWIDs_v_4_x_x.st,10
+
+
+ Hardware ID 'Output_21_Words' submodule
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_HWIDs_v_4_x_x.st,12
+
+
+ Value1
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,11
+
+
+ Value2
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,13
+
+
+ Value3
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,15
+
+
+ NotificationId
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,17
+
+
+ NotificationValue
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,19
+
+
+ NotificationStatus
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,21
+
+
+ NotificationPosition
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,23
+
+
+ NotificationVelocity
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,25
+
+
+ NotificationForce
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,27
+
+
+ DigitalIoMapping
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,29
+
+
+ VirtualIo
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,31
+
+
+ Fast variable state
+ src\AxoSmartFunctionKitDataTypes_v_4_x_x\AxoSmartFunctionKit_State_v_4_x_x.st,33
+
\ No newline at end of file
diff --git a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.sk-SK.resx b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.sk-SK.resx
index dcad381e2..36c16a2a7 100644
--- a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.sk-SK.resx
@@ -61,4 +61,253 @@
Časový limit RunCommandTask.
+
+ Výsledky
+
+
+ Obnovenie
+
+
+ Spustiť príkaz
+
+
+ Parametre príkazu Run
+
+
+ Získajte výsledky
+
+
+ Krivka vývozu
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Príkaz
+
+
+ Sériové číslo
+
+
+ Id programu
+
+
+ Pozícia vzdialenosť tara
+
+
+ Cestovná rýchlosť
+
+
+ Zrýchlenie
+
+
+ Ofset
+
+
+ Referenčná os
+
+
+ Program aktívny
+
+
+ Posledné stlačenie Ok
+
+
+ Posledné stlačenie Nok
+
+
+ Snímač tared
+
+
+ Stlačte tlačidlo Pripravené
+
+
+ Chyba
+
+
+ Upozornenie
+
+
+ Možná žiadosť
+
+
+ Odpovede, ktoré je možné získať
+
+
+ Oznámenie je k dispozícii
+
+
+ Núdzové vypnutie aktívne
+
+
+ Bezpečné zastavenie aktívne
+
+
+ Id
+
+
+ Maximálna sila
+
+
+ Maximálna poloha
+
+
+ Platné
+
+
+ Dátum vytvorenia
+
+
+ Čas cyklu
+
+
+ Čas validácie
+
+
+ Stav
+
+
+ Vlastné ID
+
+
+ Zaznamenávanie údajov je vypnuté
+
+
+ Interval odberu vzoriek
+
+
+ v
+
+
+ Stav reakcie
+
+
+ Id oznámenia
+
+
+ Oznámenie, ktoré sa má zobraziť
+
+
+ Pozícia oznámenia
+
+
+ Rýchlosť oznamovania
+
+
+ Sila oznámenia
+
+
+ Digitálne mapovanie Io
+
+
+ Virtuálny Io
+
+
+ Aktuálne parametre príkazu
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Umiestnenie exportu krivky
+
+
+ Ip adresa
+
+
+ Rukoväť
+
+
+ Hodnota 1
+
+
+ Hodnota 2
+
+
+ Hodnota 3
+
+
+ Hodnota 4
+
+
+ Hodnota 5
+
+
+ Hodnota 6
+
+
+ Hodnota 7
+
+
+ Rýchle variabilné ovládanie
+
+
+ Rýchle premenlivé údaje
+
+
+ ID hardvéru Zariadenie
+
+
+ Modul ID hardvéru "ParamChIDN
+
+
+ ID hardvéru modulu 'FModulNotUsed'
+
+
+ ID hardvéru podmodul 'Input24Words'
+
+
+ ID hardvéru podmodul 'Output21Words'
+
+
+ Hodnota1
+
+
+ Hodnota2
+
+
+ Hodnota3
+
+
+ NotificationId
+
+
+ NotificationValue
+
+
+ NotificationStatus
+
+
+ NotificationPosition
+
+
+ NotificationVelocity
+
+
+ NotificationForce
+
+
+ DigitalIoMapping
+
+
+ VirtualIo
+
+
+ Rýchly premenlivý stav
+
\ No newline at end of file
diff --git a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.sk.resx b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.sk.resx
index 67c45f68c..60a38338b 100644
--- a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.sk.resx
+++ b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/Resources/PlcStringResources.sk.resx
@@ -120,4 +120,253 @@
Časový limit RunCommandTask.
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Chyba
+
+
+ Upozornenie
+
+
+ Výsledky
+
+
+ Spustiť príkaz
+
+
+ Parametre príkazu Run
+
+
+ Získajte výsledky
+
+
+ Krivka vývozu
+
+
+ Aktualizácia diagnostiky
+
+
+ Príkaz
+
+
+ Sériové číslo
+
+
+ Id programu
+
+
+ Pozícia vzdialenosť tara
+
+
+ Cestovná rýchlosť
+
+
+ Zrýchlenie
+
+
+ Ofset
+
+
+ Referenčná os
+
+
+ Program aktívny
+
+
+ Posledné stlačenie Ok
+
+
+ Posledné stlačenie Nok
+
+
+ Snímač tared
+
+
+ Stlačte tlačidlo Pripravené
+
+
+ Možná žiadosť
+
+
+ Odpovede, ktoré je možné získať
+
+
+ Oznámenie je k dispozícii
+
+
+ Núdzové vypnutie aktívne
+
+
+ Bezpečné zastavenie aktívne
+
+
+ Id
+
+
+ Maximálna sila
+
+
+ Maximálna poloha
+
+
+ Platné
+
+
+ Dátum vytvorenia
+
+
+ Čas cyklu
+
+
+ Čas validácie
+
+
+ Stav
+
+
+ Vlastné ID
+
+
+ Zaznamenávanie údajov je vypnuté
+
+
+ Interval odberu vzoriek
+
+
+ v
+
+
+ Stav reakcie
+
+
+ Id oznámenia
+
+
+ Oznámenie, ktoré sa má zobraziť
+
+
+ Pozícia oznámenia
+
+
+ Rýchlosť oznamovania
+
+
+ Sila oznámenia
+
+
+ Digitálne mapovanie Io
+
+
+ Virtuálny Io
+
+
+ Aktuálne parametre príkazu
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Umiestnenie exportu krivky
+
+
+ Ip adresa
+
+
+ Rukoväť
+
+
+ Hodnota 1
+
+
+ Hodnota 2
+
+
+ Hodnota 3
+
+
+ Hodnota 4
+
+
+ Hodnota 5
+
+
+ Hodnota 6
+
+
+ Hodnota 7
+
+
+ Rýchle variabilné ovládanie
+
+
+ Rýchle premenlivé údaje
+
+
+ ID hardvéru Zariadenie
+
+
+ Modul ID hardvéru "ParamChIDN
+
+
+ ID hardvéru modulu 'FModulNotUsed'
+
+
+ ID hardvéru podmodul 'Input24Words'
+
+
+ ID hardvéru 'Output21Words' podmodul
+
+
+ Hodnota1
+
+
+ Hodnota2
+
+
+ Hodnota3
+
+
+ NotificationId
+
+
+ NotificationValue
+
+
+ NotificationStatus
+
+
+ NotificationPosition
+
+
+ NotificationVelocity
+
+
+ NotificationForce
+
+
+ DigitalIoMapping
+
+
+ VirtualIo
+
+
+ Rýchly premenlivý stav
+
\ No newline at end of file
diff --git a/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.Designer.cs b/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.Designer.cs
index 350044576..ce4c4b1e7 100644
--- a/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.Designer.cs
+++ b/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,204 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Active enable.
+ ///
+ public static string Active_enable {
+ get {
+ return ResourceManager.GetString("Active_enable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Active enable acknowledge.
+ ///
+ public static string Active_enable_acknowledge {
+ get {
+ return ResourceManager.GetString("Active_enable_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Angle.
+ ///
+ public static string Angle {
+ get {
+ return ResourceManager.GetString("Angle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Angle max.
+ ///
+ public static string Angle_max {
+ get {
+ return ResourceManager.GetString("Angle_max", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Angle min.
+ ///
+ public static string Angle_min {
+ get {
+ return ResourceManager.GetString("Angle_min", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Angle scaling constant (depends on the type of spindle used).
+ ///
+ public static string Angle_scaling_constant__BRACKET_depends_on_the_type_of_spindle_used_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("Angle_scaling_constant__BRACKET_depends_on_the_type_of_spindle_used_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Angle too high.
+ ///
+ public static string Angle_too_high {
+ get {
+ return ResourceManager.GetString("Angle_too_high", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Angle too low.
+ ///
+ public static string Angle_too_low {
+ get {
+ return ResourceManager.GetString("Angle_too_low", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Automatic start manual.
+ ///
+ public static string Automatic_start_manual {
+ get {
+ return ResourceManager.GetString("Automatic_start_manual", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Clockwise acknowledge.
+ ///
+ public static string Clockwise_acknowledge {
+ get {
+ return ResourceManager.GetString("Clockwise_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Clockwise AND.
+ ///
+ public static string Clockwise_AND {
+ get {
+ return ResourceManager.GetString("Clockwise_AND", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Clockwise lock.
+ ///
+ public static string Clockwise_lock {
+ get {
+ return ResourceManager.GetString("Clockwise_lock", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Clockwise lock acknowledge.
+ ///
+ public static string Clockwise_lock_acknowledge {
+ get {
+ return ResourceManager.GetString("Clockwise_lock_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Control.
+ ///
+ public static string Control {
+ get {
+ return ResourceManager.GetString("Control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Counter clockwise acknowledge.
+ ///
+ public static string Counter_clockwise_acknowledge {
+ get {
+ return ResourceManager.GetString("Counter_clockwise_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Counter clockwise AND.
+ ///
+ public static string Counter_clockwise_AND {
+ get {
+ return ResourceManager.GetString("Counter_clockwise_AND", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Counter clockwise lock.
+ ///
+ public static string Counter_clockwise_lock {
+ get {
+ return ResourceManager.GetString("Counter_clockwise_lock", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Counter clockwise lock acknowledge.
+ ///
+ public static string Counter_clockwise_lock_acknowledge {
+ get {
+ return ResourceManager.GetString("Counter_clockwise_lock_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Counter clockwise select.
+ ///
+ public static string Counter_clockwise_select {
+ get {
+ return ResourceManager.GetString("Counter_clockwise_select", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cycle complete.
+ ///
+ public static string Cycle_complete {
+ get {
+ return ResourceManager.GetString("Cycle_complete", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cycle counter.
+ ///
+ public static string Cycle_counter {
+ get {
+ return ResourceManager.GetString("Cycle_counter", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DisableClockwiseTask.
+ ///
+ public static string DisableClockwiseTask {
+ get {
+ return ResourceManager.GetString("DisableClockwiseTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to DisableClockwiseTask timeout..
///
@@ -69,6 +267,15 @@ public static string DisableClockwiseTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to DisableCounterClockwiseTask.
+ ///
+ public static string DisableCounterClockwiseTask {
+ get {
+ return ResourceManager.GetString("DisableCounterClockwiseTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to DisableCounterClockwiseTask timeout..
///
@@ -78,6 +285,15 @@ public static string DisableCounterClockwiseTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to DisableTask.
+ ///
+ public static string DisableTask {
+ get {
+ return ResourceManager.GetString("DisableTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to DisableTask timeout..
///
@@ -87,6 +303,33 @@ public static string DisableTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Enable.
+ ///
+ public static string Enable {
+ get {
+ return ResourceManager.GetString("Enable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enable acknowledge.
+ ///
+ public static string Enable_acknowledge {
+ get {
+ return ResourceManager.GetString("Enable_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to EnableClockwiseTask.
+ ///
+ public static string EnableClockwiseTask {
+ get {
+ return ResourceManager.GetString("EnableClockwiseTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to EnableClockwiseTask timeout..
///
@@ -96,6 +339,15 @@ public static string EnableClockwiseTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to EnableCounterClockwiseTask.
+ ///
+ public static string EnableCounterClockwiseTask {
+ get {
+ return ResourceManager.GetString("EnableCounterClockwiseTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to EnableCounterClockwiseTask timeout..
///
@@ -105,6 +357,15 @@ public static string EnableCounterClockwiseTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to EnableTask.
+ ///
+ public static string EnableTask {
+ get {
+ return ResourceManager.GetString("EnableTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to EnableTask timeout..
///
@@ -114,6 +375,96 @@ public static string EnableTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to ErgoSpin LED Green.
+ ///
+ public static string ErgoSpin_LED_Green {
+ get {
+ return ResourceManager.GetString("ErgoSpin_LED_Green", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ErgoSpin LED Green acknowledge.
+ ///
+ public static string ErgoSpin_LED_Green_acknowledge {
+ get {
+ return ResourceManager.GetString("ErgoSpin_LED_Green_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ErgoSpin LED Red.
+ ///
+ public static string ErgoSpin_LED_Red {
+ get {
+ return ResourceManager.GetString("ErgoSpin_LED_Red", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ErgoSpin LED Red acknowledge.
+ ///
+ public static string ErgoSpin_LED_Red_acknowledge {
+ get {
+ return ResourceManager.GetString("ErgoSpin_LED_Red_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ErgoSpin LED Yellow.
+ ///
+ public static string ErgoSpin_LED_Yellow {
+ get {
+ return ResourceManager.GetString("ErgoSpin_LED_Yellow", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ErgoSpin LED Yellow acknowledge.
+ ///
+ public static string ErgoSpin_LED_Yellow_acknowledge {
+ get {
+ return ResourceManager.GetString("ErgoSpin_LED_Yellow_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error class.
+ ///
+ public static string Error_class {
+ get {
+ return ResourceManager.GetString("Error_class", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error code.
+ ///
+ public static string Error_code {
+ get {
+ return ResourceManager.GetString("Error_code", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to GetScrewingResultsTask.
+ ///
+ public static string GetScrewingResultsTask {
+ get {
+ return ResourceManager.GetString("GetScrewingResultsTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to GetScrewingResultsTask timeout..
///
@@ -124,56 +475,686 @@ public static string GetScrewingResultsTask_timeout_DOT_ {
}
///
- /// Looks up a localized string similar to ResetFaultTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'Slot 8' module.
///
- public static string ResetFaultTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_Slot__EIGHT__APOSTROPHE__module {
get {
- return ResourceManager.GetString("ResetFaultTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__EIGHT__APOSTROPHE__module", resourceCulture);
}
}
///
- /// Looks up a localized string similar to ResetResultsTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'Slot 5' module.
///
- public static string ResetResultsTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_Slot__FIVE__APOSTROPHE__module {
get {
- return ResourceManager.GetString("ResetResultsTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__FIVE__APOSTROPHE__module", resourceCulture);
}
}
///
- /// Looks up a localized string similar to RunAutomatTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'Slot 4' module.
///
- public static string RunAutomatTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_Slot__FOUR__APOSTROPHE__module {
get {
- return ResourceManager.GetString("RunAutomatTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__FOUR__APOSTROPHE__module", resourceCulture);
}
}
///
- /// Looks up a localized string similar to ScrewClockwiseTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'Slot 9' module.
///
- public static string ScrewClockwiseTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_Slot__NINE__APOSTROPHE__module {
get {
- return ResourceManager.GetString("ScrewClockwiseTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__NINE__APOSTROPHE__module", resourceCulture);
}
}
///
- /// Looks up a localized string similar to ScrewCounterClockwiseTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'Slot 1' module.
///
- public static string ScrewCounterClockwiseTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_Slot__ONE__APOSTROPHE__module {
get {
- return ResourceManager.GetString("ScrewCounterClockwiseTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__ONE__APOSTROPHE__module", resourceCulture);
}
}
///
- /// Looks up a localized string similar to SetScrewingProgramTask timeout..
+ /// Looks up a localized string similar to Hardware ID 'Slot 18' module.
///
- public static string SetScrewingProgramTask_timeout_DOT_ {
+ public static string Hardware_ID__APOSTROPHE_Slot__ONE__EIGHT__APOSTROPHE__module {
get {
- return ResourceManager.GetString("SetScrewingProgramTask_timeout_DOT_", resourceCulture);
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__ONE__EIGHT__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 15' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__ONE__FIVE__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__ONE__FIVE__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 14' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__ONE__FOUR__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__ONE__FOUR__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 19' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__ONE__NINE__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__ONE__NINE__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 11' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__ONE__ONE__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__ONE__ONE__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 17' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__ONE__SEVEN__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__ONE__SEVEN__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 16' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__ONE__SIX__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__ONE__SIX__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 13' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__ONE__THREE__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__ONE__THREE__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 12' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__ONE__TWO__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__ONE__TWO__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 10' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__ONE__ZERO__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__ONE__ZERO__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 7' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__SEVEN__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__SEVEN__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 6' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__SIX__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__SIX__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 3' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__THREE__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__THREE__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 2' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__TWO__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__TWO__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 25' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__TWO__FIVE__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__TWO__FIVE__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 24' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__TWO__FOUR__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__TWO__FOUR__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 21' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__TWO__ONE__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__TWO__ONE__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 26' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__TWO__SIX__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__TWO__SIX__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 23' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__TWO__THREE__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__TWO__THREE__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 22' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__TWO__TWO__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__TWO__TWO__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Slot 20' module.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Slot__TWO__ZERO__APOSTROPHE__module {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Slot__TWO__ZERO__APOSTROPHE__module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the device.
+ ///
+ public static string Hardware_ID_of_the_device {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the_device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ID code.
+ ///
+ public static string ID_code {
+ get {
+ return ResourceManager.GetString("ID_code", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to IDcode (manual).
+ ///
+ public static string IDcode__BRACKET_manual_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("IDcode__BRACKET_manual_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In Cycle.
+ ///
+ public static string In_Cycle {
+ get {
+ return ResourceManager.GetString("In_Cycle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to In Cycle counter clockwise.
+ ///
+ public static string In_Cycle_counter_clockwise {
+ get {
+ return ResourceManager.GetString("In_Cycle_counter_clockwise", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No fault.
+ ///
+ public static string No_fault {
+ get {
+ return ResourceManager.GetString("No_fault", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NOK.
+ ///
+ public static string NOK {
+ get {
+ return ResourceManager.GetString("NOK", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Nok acknowledge.
+ ///
+ public static string Nok_acknowledge {
+ get {
+ return ResourceManager.GetString("Nok_acknowledge", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to OK.
+ ///
+ public static string OK {
+ get {
+ return ResourceManager.GetString("OK", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program number.
+ ///
+ public static string Program_number {
+ get {
+ return ResourceManager.GetString("Program_number", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program number (manual).
+ ///
+ public static string Program_number__BRACKET_manual_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("Program_number__BRACKET_manual_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Program number ack..
+ ///
+ public static string Program_number_ack_DOT_ {
+ get {
+ return ResourceManager.GetString("Program_number_ack_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Progress.
+ ///
+ public static string Progress {
+ get {
+ return ResourceManager.GetString("Progress", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Ready.
+ ///
+ public static string Ready {
+ get {
+ return ResourceManager.GetString("Ready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset fault.
+ ///
+ public static string Reset_fault {
+ get {
+ return ResourceManager.GetString("Reset_fault", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset results.
+ ///
+ public static string Reset_results {
+ get {
+ return ResourceManager.GetString("Reset_results", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ResetFaultTask.
+ ///
+ public static string ResetFaultTask {
+ get {
+ return ResourceManager.GetString("ResetFaultTask", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ResetFaultTask timeout..
+ ///
+ public static string ResetFaultTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("ResetFaultTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ResetResultsTask.
+ ///
+ public static string ResetResultsTask {
+ get {
+ return ResourceManager.GetString("ResetResultsTask", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ResetResultsTask timeout..
+ ///
+ public static string ResetResultsTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("ResetResultsTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Result.
+ ///
+ public static string Result {
+ get {
+ return ResourceManager.GetString("Result", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Results.
+ ///
+ public static string Results {
+ get {
+ return ResourceManager.GetString("Results", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RunAutomatTask.
+ ///
+ public static string RunAutomatTask {
+ get {
+ return ResourceManager.GetString("RunAutomatTask", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to RunAutomatTask timeout..
+ ///
+ public static string RunAutomatTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("RunAutomatTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ScrewClockwiseTask.
+ ///
+ public static string ScrewClockwiseTask {
+ get {
+ return ResourceManager.GetString("ScrewClockwiseTask", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ScrewClockwiseTask timeout..
+ ///
+ public static string ScrewClockwiseTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("ScrewClockwiseTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ScrewCounterClockwiseTask.
+ ///
+ public static string ScrewCounterClockwiseTask {
+ get {
+ return ResourceManager.GetString("ScrewCounterClockwiseTask", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ScrewCounterClockwiseTask timeout..
+ ///
+ public static string ScrewCounterClockwiseTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("ScrewCounterClockwiseTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SetScrewingProgramTask.
+ ///
+ public static string SetScrewingProgramTask {
+ get {
+ return ResourceManager.GetString("SetScrewingProgramTask", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SetScrewingProgramTask timeout..
+ ///
+ public static string SetScrewingProgramTask_timeout_DOT_ {
+ get {
+ return ResourceManager.GetString("SetScrewingProgramTask_timeout_DOT_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start button ErgoSpin.
+ ///
+ public static string Start_button_ErgoSpin {
+ get {
+ return ResourceManager.GetString("Start_button_ErgoSpin", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start clockwise.
+ ///
+ public static string Start_clockwise {
+ get {
+ return ResourceManager.GetString("Start_clockwise", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start counter clockwise.
+ ///
+ public static string Start_counter_clockwise {
+ get {
+ return ResourceManager.GetString("Start_counter_clockwise", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tool button.
+ ///
+ public static string Tool_button {
+ get {
+ return ResourceManager.GetString("Tool_button", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque.
+ ///
+ public static string Torque {
+ get {
+ return ResourceManager.GetString("Torque", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque max.
+ ///
+ public static string Torque_max {
+ get {
+ return ResourceManager.GetString("Torque_max", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque min.
+ ///
+ public static string Torque_min {
+ get {
+ return ResourceManager.GetString("Torque_min", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque scaling constant (depends on the type of spindle used).
+ ///
+ public static string Torque_scaling_constant__BRACKET_depends_on_the_type_of_spindle_used_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("Torque_scaling_constant__BRACKET_depends_on_the_type_of_spindle_used_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque too high.
+ ///
+ public static string Torque_too_high {
+ get {
+ return ResourceManager.GetString("Torque_too_high", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Torque too low.
+ ///
+ public static string Torque_too_low {
+ get {
+ return ResourceManager.GetString("Torque_too_low", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Triger Out.
+ ///
+ public static string Triger_Out {
+ get {
+ return ResourceManager.GetString("Triger_Out", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User In 1.
+ ///
+ public static string User_In__ONE_ {
+ get {
+ return ResourceManager.GetString("User_In__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to User In 2.
+ ///
+ public static string User_In__TWO_ {
+ get {
+ return ResourceManager.GetString("User_In__TWO_", resourceCulture);
}
}
}
diff --git a/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.resx b/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.resx
index e408e5edd..8ca939ad2 100644
--- a/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.resx
+++ b/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.resx
@@ -110,4 +110,440 @@
RunAutomatTask timeout.
src\Axo_CS351_compact\Axo_CS351_compact.st,3172
+
+ OK
+ src\Axo_CS351_compact\Axo_CS351_compact.st,14
+
+
+ NOK
+ src\Axo_CS351_compact\Axo_CS351_compact.st,18
+
+
+ Results
+ src\Axo_CS351_compact\Axo_CS351_compact.st,22
+
+
+ Progress
+ src\Axo_CS351_compact\Axo_CS351_compact.st,25
+
+
+ Program number (manual)
+ src\Axo_CS351_compact\Axo_CS351_compact.st,33
+
+
+ IDcode (manual)
+ src\Axo_CS351_compact\Axo_CS351_compact.st,37
+
+
+ Automatic start manual
+ src\Axo_CS351_compact\Axo_CS351_compact.st,41
+
+
+ Restore
+ src\Axo_CS351_compact\Axo_CS351_compact.st,45
+
+
+ DisableTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,49
+
+
+ EnableTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,53
+
+
+ DisableClockwiseTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,57
+
+
+ EnableClockwiseTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,61
+
+
+ DisableCounterClockwiseTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,65
+
+
+ EnableCounterClockwiseTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,69
+
+
+ ResetFaultTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,73
+
+
+ ResetResultsTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,77
+
+
+ SetScrewingProgramTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,81
+
+
+ GetScrewingResultsTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,85
+
+
+ ScrewClockwiseTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,89
+
+
+ ScrewCounterClockwiseTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,93
+
+
+ RunAutomatTask
+ src\Axo_CS351_compact\Axo_CS351_compact.st,97
+
+
+ Inputs
+ src\Axo_CS351_compact\Axo_CS351_compact.st,121
+
+
+ Outputs
+ src\Axo_CS351_compact\Axo_CS351_compact.st,127
+
+
+ Update diagnostics
+ src\Axo_CS351_compact\Axo_CS351_compact.st,136
+
+
+ Info time
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Config.st,5
+
+
+ Error time
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Config.st,7
+
+
+ Task timeout
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Config.st,9
+
+
+ Hardware IDs
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Config.st,11
+
+
+ Torque scaling constant (depends on the type of spindle used)
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Config.st,13
+
+
+ Angle scaling constant (depends on the type of spindle used)
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Config.st,15
+
+
+ Program number ack.
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,5
+
+
+ Ready
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,7
+
+
+ No fault
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,9
+
+
+ In Cycle
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,11
+
+
+ In Cycle counter clockwise
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,13
+
+
+ Cycle complete
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,15
+
+
+ Tool button
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,21
+
+
+ Counter clockwise select
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,23
+
+
+ Start button ErgoSpin
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,25
+
+
+ Triger Out
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,27
+
+
+ Torque too high
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,29
+
+
+ Torque too low
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,31
+
+
+ Angle too high
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,33
+
+
+ Angle too low
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,35
+
+
+ Counter clockwise lock acknowledge
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,37
+
+
+ Enable acknowledge
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,39
+
+
+ Active enable acknowledge
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,41
+
+
+ Clockwise lock acknowledge
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,43
+
+
+ Clockwise acknowledge
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,45
+
+
+ Counter clockwise acknowledge
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,47
+
+
+ ErgoSpin LED Green acknowledge
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,49
+
+
+ ErgoSpin LED Yellow acknowledge
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,51
+
+
+ ErgoSpin LED Red acknowledge
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,53
+
+
+ Result
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,55
+
+
+ Cycle counter
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,59
+
+
+ Program number
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,61
+
+
+ Torque min
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,63
+
+
+ Torque
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,65
+
+
+ Torque max
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,67
+
+
+ Angle min
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,69
+
+
+ Angle
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,71
+
+
+ Angle max
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,73
+
+
+ Error code
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,75
+
+
+ Error class
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_In.st,77
+
+
+ Control
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,5
+
+
+ Enable
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,9
+
+
+ Reset fault
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,11
+
+
+ Start clockwise
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,13
+
+
+ Start counter clockwise
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,15
+
+
+ Reset results
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,17
+
+
+ Nok acknowledge
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,19
+
+
+ User In 1
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,21
+
+
+ User In 2
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,23
+
+
+ ErgoSpin LED Green
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,25
+
+
+ ErgoSpin LED Yellow
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,27
+
+
+ ErgoSpin LED Red
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,29
+
+
+ Active enable
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,31
+
+
+ Counter clockwise lock
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,33
+
+
+ Clockwise lock
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,35
+
+
+ Clockwise AND
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,37
+
+
+ Counter clockwise AND
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Out.st,39
+
+
+ ID code
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_compact_Results.st,7
+
+
+ Hardware ID of the device
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,4
+
+
+ Hardware ID 'Slot 1' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,6
+
+
+ Hardware ID 'Slot 2' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,8
+
+
+ Hardware ID 'Slot 3' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,10
+
+
+ Hardware ID 'Slot 4' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,12
+
+
+ Hardware ID 'Slot 5' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,14
+
+
+ Hardware ID 'Slot 6' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,16
+
+
+ Hardware ID 'Slot 7' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,18
+
+
+ Hardware ID 'Slot 8' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,20
+
+
+ Hardware ID 'Slot 9' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,22
+
+
+ Hardware ID 'Slot 10' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,24
+
+
+ Hardware ID 'Slot 11' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,26
+
+
+ Hardware ID 'Slot 12' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,28
+
+
+ Hardware ID 'Slot 13' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,30
+
+
+ Hardware ID 'Slot 14' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,32
+
+
+ Hardware ID 'Slot 15' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,34
+
+
+ Hardware ID 'Slot 16' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,36
+
+
+ Hardware ID 'Slot 17' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,38
+
+
+ Hardware ID 'Slot 18' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,40
+
+
+ Hardware ID 'Slot 19' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,42
+
+
+ Hardware ID 'Slot 20' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,44
+
+
+ Hardware ID 'Slot 21' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,46
+
+
+ Hardware ID 'Slot 22' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,48
+
+
+ Hardware ID 'Slot 23' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,50
+
+
+ Hardware ID 'Slot 24' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,52
+
+
+ Hardware ID 'Slot 25' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,54
+
+
+ Hardware ID 'Slot 26' module
+ src\Axo_CS351_compact\TypesStructuresAndEnums\Axo_CS351_HWIDs.st,56
+
\ No newline at end of file
diff --git a/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.sk-SK.resx b/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.sk-SK.resx
index 7d04a2f3e..a83baac74 100644
--- a/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.sk-SK.resx
@@ -97,4 +97,331 @@
Časový limit úlohy RunAutomatTask.
+
+ OK
+
+
+ NOK
+
+
+ Výsledky
+
+
+ Pokrok
+
+
+ Číslo programu (manuálne)
+
+
+ IDkód (manuálne)
+
+
+ Automatický štart manuálu
+
+
+ Obnovenie
+
+
+ DisableTask
+
+
+ EnableTask
+
+
+ DisableClockwiseTask
+
+
+ EnableClockwiseTask
+
+
+ DisableCounterClockwiseTask
+
+
+ EnableCounterClockwiseTask
+
+
+ ResetFaultTask
+
+
+ ResetResultsTask
+
+
+ SetScrewingProgramTask
+
+
+ GetScrewingResultsTask
+
+
+ Skrutka v smere hodinových ručičiekÚloha
+
+
+ ScrewCounterClockwiseTask
+
+
+ RunAutomatTask
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Konštanta škálovania krútiaceho momentu (závisí od typu použitého vretena)
+
+
+ Konštanta uhlovej stupnice (závisí od typu použitého vretena)
+
+
+ Číslo programu ack.
+
+
+ Pripravené
+
+
+ Žiadna chyba
+
+
+ V cykle
+
+
+ V cykle proti smeru hodinových ručičiek
+
+
+ Cyklus dokončený
+
+
+ Tlačidlo nástroja
+
+
+ Vyberte proti smeru hodinových ručičiek
+
+
+ Tlačidlo Štart ErgoSpin
+
+
+ Triger Out
+
+
+ Príliš vysoký krútiaci moment
+
+
+ Príliš nízky krútiaci moment
+
+
+ Príliš vysoký uhol
+
+
+ Príliš nízky uhol
+
+
+ Potvrdenie uzamknutia proti smeru hodinových ručičiek
+
+
+ Povolenie potvrdenia
+
+
+ Aktívne potvrdenie povolenia
+
+
+ Potvrdenie uzamknutia v smere hodinových ručičiek
+
+
+ Potvrdenie v smere hodinových ručičiek
+
+
+ Potvrdenie proti smeru hodinových ručičiek
+
+
+ ErgoSpin LED zelená potvrdenie
+
+
+ ErgoSpin LED žlté potvrdenie
+
+
+ ErgoSpin LED červené potvrdenie
+
+
+ Výsledok
+
+
+ Počítadlo cyklov
+
+
+ Číslo programu
+
+
+ Krútiaci moment min
+
+
+ Krútiaci moment
+
+
+ Maximálny krútiaci moment
+
+
+ Uhol min.
+
+
+ Uhol
+
+
+ Uhol max
+
+
+ Kód chyby
+
+
+ Trieda chýb
+
+
+ Kontrola
+
+
+ Povolenie stránky
+
+
+ Resetovanie poruchy
+
+
+ Začnite v smere hodinových ručičiek
+
+
+ Začnite proti smeru hodinových ručičiek
+
+
+ Obnovenie výsledkov
+
+
+ Nok berie na vedomie
+
+
+ Používateľ v 1
+
+
+ Používateľ v 2
+
+
+ ErgoSpin LED zelená
+
+
+ ErgoSpin LED žltá
+
+
+ ErgoSpin LED červená
+
+
+ Aktívne povolenie
+
+
+ Zámok proti smeru hodinových ručičiek
+
+
+ Zámok v smere hodinových ručičiek
+
+
+ V smere hodinových ručičiek A
+
+
+ Proti smeru hodinových ručičiek A
+
+
+ Identifikačný kód
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru modulu "Slot 1
+
+
+ ID hardvéru modulu "Slot 2
+
+
+ ID hardvéru modulu "Slot 3
+
+
+ ID hardvéru modulu "Slot 4
+
+
+ ID hardvéru modulu "Slot 5
+
+
+ ID hardvéru modulu "Slot 6
+
+
+ ID hardvéru modulu "Slot 7
+
+
+ ID hardvéru modulu "Slot 8
+
+
+ ID hardvéru modulu "Slot 9
+
+
+ ID hardvéru modulu "Slot 10
+
+
+ ID hardvéru modulu "Slot 11
+
+
+ ID hardvéru modulu "Slot 12
+
+
+ ID hardvéru modulu "Slot 13
+
+
+ ID hardvéru modulu "Slot 14
+
+
+ ID hardvéru modulu "Slot 15
+
+
+ ID hardvéru modulu "Slot 16
+
+
+ ID hardvéru modulu "Slot 17
+
+
+ ID hardvéru modulu "Slot 18
+
+
+ ID hardvéru modulu "Slot 19
+
+
+ ID hardvéru modulu "Slot 20
+
+
+ ID hardvéru modulu "Slot 21
+
+
+ ID hardvéru modulu "Slot 22
+
+
+ ID hardvéru modulu "Slot 23
+
+
+ ID hardvéru modulu "Slot 24
+
+
+ ID hardvéru modulu "Slot 25
+
+
+ ID hardvéru modulu "Slot 26
+
\ No newline at end of file
diff --git a/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.sk.resx b/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.sk.resx
index 7a2008d9a..7ed164c63 100644
--- a/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.sk.resx
+++ b/src/components.rexroth.tightening/src/AXOpen.Components.Rexroth.Tightening/Resources/PlcStringResources.sk.resx
@@ -156,4 +156,331 @@
Časový limit úlohy RunAutomatTask.
+
+ OK
+
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Pripravený
+
+
+ Krútiaci moment
+
+
+ NOK
+
+
+ Výsledky
+
+
+ Pokrok
+
+
+ Číslo programu (manuálne)
+
+
+ IDkód (manuálne)
+
+
+ Automatický štart manuálu
+
+
+ DisableTask
+
+
+ EnableTask
+
+
+ DisableClockwiseTask
+
+
+ EnableClockwiseTask
+
+
+ DisableCounterClockwiseTask
+
+
+ EnableCounterClockwiseTask
+
+
+ ResetFaultTask
+
+
+ ResetResultsTask
+
+
+ SetScrewingProgramTask
+
+
+ GetScrewingResultsTask
+
+
+ Skrutka v smere hodinových ručičiekÚloha
+
+
+ ScrewCounterClockwiseTask
+
+
+ RunAutomatTask
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Konštanta škálovania krútiaceho momentu (závisí od typu použitého vretena)
+
+
+ Konštanta uhlovej stupnice (závisí od typu použitého vretena)
+
+
+ Číslo programu ack.
+
+
+ Žiadna chyba
+
+
+ V cykle
+
+
+ V cykle proti smeru hodinových ručičiek
+
+
+ Cyklus dokončený
+
+
+ Tlačidlo nástroja
+
+
+ Vyberte proti smeru hodinových ručičiek
+
+
+ Tlačidlo Štart ErgoSpin
+
+
+ Triger Out
+
+
+ Príliš vysoký krútiaci moment
+
+
+ Príliš nízky krútiaci moment
+
+
+ Príliš vysoký uhol
+
+
+ Príliš nízky uhol
+
+
+ Potvrdenie uzamknutia proti smeru hodinových ručičiek
+
+
+ Povolenie potvrdenia
+
+
+ Aktívne potvrdenie povolenia
+
+
+ Potvrdenie uzamknutia v smere hodinových ručičiek
+
+
+ Potvrdenie v smere hodinových ručičiek
+
+
+ Potvrdenie proti smeru hodinových ručičiek
+
+
+ ErgoSpin LED zelená potvrdenie
+
+
+ ErgoSpin LED žlté potvrdenie
+
+
+ ErgoSpin LED červené potvrdenie
+
+
+ Výsledok
+
+
+ Počítadlo cyklov
+
+
+ Číslo programu
+
+
+ Krútiaci moment min
+
+
+ Maximálny krútiaci moment
+
+
+ Uhol min.
+
+
+ Uhol
+
+
+ Uhol max
+
+
+ Kód chyby
+
+
+ Trieda chýb
+
+
+ Kontrola
+
+
+ Povolenie stránky
+
+
+ Resetovanie poruchy
+
+
+ Začnite v smere hodinových ručičiek
+
+
+ Začnite proti smeru hodinových ručičiek
+
+
+ Obnovenie výsledkov
+
+
+ Nok berie na vedomie
+
+
+ Používateľ v 1
+
+
+ Používateľ v 2
+
+
+ ErgoSpin LED zelená
+
+
+ ErgoSpin LED žltá
+
+
+ ErgoSpin LED červená
+
+
+ Aktívne povolenie
+
+
+ Zámok proti smeru hodinových ručičiek
+
+
+ Zámok v smere hodinových ručičiek
+
+
+ V smere hodinových ručičiek A
+
+
+ Proti smeru hodinových ručičiek A
+
+
+ Identifikačný kód
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru modulu "Slot 1
+
+
+ ID hardvéru modulu "Slot 2
+
+
+ ID hardvéru modulu "Slot 3
+
+
+ ID hardvéru modulu "Slot 4
+
+
+ ID hardvéru modulu "Slot 5
+
+
+ ID hardvéru modulu "Slot 6
+
+
+ ID hardvéru modulu "Slot 7
+
+
+ ID hardvéru modulu "Slot 8
+
+
+ ID hardvéru modulu "Slot 9
+
+
+ ID hardvéru modulu "Slot 10
+
+
+ ID hardvéru modulu "Slot 11
+
+
+ ID hardvéru modulu "Slot 12
+
+
+ ID hardvéru modulu "Slot 13
+
+
+ ID hardvéru modulu "Slot 14
+
+
+ ID hardvéru modulu "Slot 15
+
+
+ ID hardvéru modulu "Slot 16
+
+
+ ID hardvéru modulu "Slot 17
+
+
+ ID hardvéru modulu "Slot 18
+
+
+ ID hardvéru modulu "Slot 19
+
+
+ ID hardvéru modulu "Slot 20
+
+
+ ID hardvéru modulu "Slot 21
+
+
+ ID hardvéru modulu "Slot 22
+
+
+ ID hardvéru modulu "Slot 23
+
+
+ ID hardvéru modulu "Slot 24
+
+
+ ID hardvéru modulu "Slot 25
+
+
+ ID hardvéru modulu "Slot 26
+
\ No newline at end of file
diff --git a/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.Designer.cs b/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.Designer.cs
index 2a6914696..a6d42ded6 100644
--- a/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.Designer.cs
+++ b/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.Designer.cs
@@ -59,5 +59,14 @@ internal PlcStringResources() {
resourceCulture = value;
}
}
+
+ ///
+ /// Looks up a localized string similar to Current movement parameters.
+ ///
+ public static string Current_movement_parameters {
+ get {
+ return ResourceManager.GetString("Current_movement_parameters", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.resx b/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.resx
index e8ae276d9..14cb12273 100644
--- a/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.resx
+++ b/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.resx
@@ -58,4 +58,8 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Current movement parameters
+ src\AxoRobotics\AxoRobot_Status.st,6
+
\ No newline at end of file
diff --git a/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.sk-SK.resx b/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.sk-SK.resx
index 667ea1506..7ea779e16 100644
--- a/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.sk-SK.resx
@@ -58,4 +58,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ Aktuálne parametre pohybu
+
+
\ No newline at end of file
diff --git a/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.sk.resx b/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.sk.resx
new file mode 100644
index 000000000..88101f13c
--- /dev/null
+++ b/src/components.robotics/src/AXOpen.Components.Robotics/Resources/PlcStringResources.sk.resx
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Aktuálne parametre pohybu
+
+
\ No newline at end of file
diff --git a/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.Designer.cs b/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.Designer.cs
index 4d4b3aae9..f07f4115d 100644
--- a/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.Designer.cs
+++ b/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,132 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Baudrate.
+ ///
+ public static string Baudrate {
+ get {
+ return ResourceManager.GetString("Baudrate", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Break detection.
+ ///
+ public static string Break_detection {
+ get {
+ return ResourceManager.GetString("Break_detection", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Control.
+ ///
+ public static string Control {
+ get {
+ return ResourceManager.GetString("Control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Data bits.
+ ///
+ public static string Data_bits {
+ get {
+ return ResourceManager.GetString("Data_bits", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Data to send.
+ ///
+ public static string Data_to_send {
+ get {
+ return ResourceManager.GetString("Data_to_send", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Flow control.
+ ///
+ public static string Flow_control {
+ get {
+ return ResourceManager.GetString("Flow_control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Linepreset.
+ ///
+ public static string Linepreset {
+ get {
+ return ResourceManager.GetString("Linepreset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Mode.
+ ///
+ public static string Mode {
+ get {
+ return ResourceManager.GetString("Mode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Parity.
+ ///
+ public static string Parity {
+ get {
+ return ResourceManager.GetString("Parity", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Port config.
+ ///
+ public static string Port_config {
+ get {
+ return ResourceManager.GetString("Port_config", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to PortConfigTask error..
///
@@ -78,6 +204,42 @@ public static string PortConfigTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Protocol.
+ ///
+ public static string Protocol {
+ get {
+ return ResourceManager.GetString("Protocol", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Receive data length.
+ ///
+ public static string Receive_data_length {
+ get {
+ return ResourceManager.GetString("Receive_data_length", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Receive reset.
+ ///
+ public static string Receive_reset {
+ get {
+ return ResourceManager.GetString("Receive_reset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Received data.
+ ///
+ public static string Received_data {
+ get {
+ return ResourceManager.GetString("Received_data", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ReceiveResetTask error..
///
@@ -96,6 +258,33 @@ public static string ReceiveResetTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Send data length.
+ ///
+ public static string Send_data_length {
+ get {
+ return ResourceManager.GetString("Send_data_length", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SendDataTask.
+ ///
+ public static string SendDataTask {
+ get {
+ return ResourceManager.GetString("SendDataTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to SendDataTask error..
///
@@ -113,5 +302,77 @@ public static string SendDataTask_timeout_DOT_ {
return ResourceManager.GetString("SendDataTask_timeout_DOT_", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Set port config.
+ ///
+ public static string Set_port_config {
+ get {
+ return ResourceManager.GetString("Set_port_config", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Status.
+ ///
+ public static string Status {
+ get {
+ return ResourceManager.GetString("Status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop bits.
+ ///
+ public static string Stop_bits {
+ get {
+ return ResourceManager.GetString("Stop_bits", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Wait time [ms].
+ ///
+ public static string Wait_time__SQUAREBRACKET_ms_ENDSQUAREBRACKET_ {
+ get {
+ return ResourceManager.GetString("Wait_time__SQUAREBRACKET_ms_ENDSQUAREBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Xoff char.
+ ///
+ public static string Xoff_char {
+ get {
+ return ResourceManager.GetString("Xoff_char", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Xon char.
+ ///
+ public static string Xon_char {
+ get {
+ return ResourceManager.GetString("Xon_char", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.resx b/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.resx
index d20f93cb1..253db1d83 100644
--- a/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.resx
+++ b/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.resx
@@ -82,4 +82,120 @@
SendDataTask timeout.
src\AxoCmPtp\AxoCmPtp.st,439
+
+ SendDataTask
+ src\AxoCmPtp\AxoCmPtp.st,14
+
+
+ Send data length
+ src\AxoCmPtp\AxoCmPtp.st,17
+
+
+ Data to send
+ src\AxoCmPtp\AxoCmPtp.st,20
+
+
+ Receive data length
+ src\AxoCmPtp\AxoCmPtp.st,26
+
+
+ Received data
+ src\AxoCmPtp\AxoCmPtp.st,29
+
+
+ Restore
+ src\AxoCmPtp\AxoCmPtp.st,40
+
+
+ Set port config
+ src\AxoCmPtp\AxoCmPtp.st,44
+
+
+ Receive reset
+ src\AxoCmPtp\AxoCmPtp.st,48
+
+
+ Inputs
+ src\AxoCmPtp\AxoCmPtp.st,72
+
+
+ Outputs
+ src\AxoCmPtp\AxoCmPtp.st,78
+
+
+ Update diagnostics
+ src\AxoCmPtp\AxoCmPtp.st,86
+
+
+ Info time
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_Config.st,5
+
+
+ Error time
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_Config.st,7
+
+
+ Task timeout
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_Config.st,9
+
+
+ Port config
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_Config.st,11
+
+
+ Status
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_In.st,5
+
+
+ Control
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_Out.st,5
+
+
+ Protocol
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,5
+
+
+ Baudrate
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,7
+
+
+ Parity
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,9
+
+
+ Data bits
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,11
+
+
+ Stop bits
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,13
+
+
+ Flow control
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,15
+
+
+ Xon char
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,17
+
+
+ Xoff char
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,19
+
+
+ Wait time [ms]
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,21
+
+
+ Mode
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,23
+
+
+ Linepreset
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,25
+
+
+ Break detection
+ src\AxoCmPtp\TypesStructuresAndEnums\AxoCmPtp_PortConfig.st,27
+
\ No newline at end of file
diff --git a/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.sk-SK.resx b/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.sk-SK.resx
index 0edad6297..8d1c152e0 100644
--- a/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.sk-SK.resx
@@ -76,4 +76,91 @@
Časový limit SendDataTask.
+
+ SendDataTask
+
+
+ Dĺžka odosielaných údajov
+
+
+ Údaje na odoslanie
+
+
+ Dĺžka prijatých údajov
+
+
+ Prijaté údaje
+
+
+ Obnovenie
+
+
+ Nastavenie konfigurácie portu
+
+
+ Prijatie resetovania
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Konfigurácia portu
+
+
+ Stav
+
+
+ Kontrola
+
+
+ Protokol
+
+
+ Prenosová rýchlosť
+
+
+ Parita
+
+
+ Dátové bity
+
+
+ Stop bity
+
+
+ Riadenie prietoku
+
+
+ Xon char
+
+
+ Xoff char
+
+
+ Čas čakania [ms]
+
+
+ Režim
+
+
+ Linepreset
+
+
+ Detekcia prerušenia
+
\ No newline at end of file
diff --git a/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.sk.resx b/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.sk.resx
index 8248aa933..bab228688 100644
--- a/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.sk.resx
+++ b/src/components.siem.communication/src/AXOpen.Components.Siem.Communication/Resources/PlcStringResources.sk.resx
@@ -162,4 +162,91 @@
TemplateTask20steps6 timeout.
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ SendDataTask
+
+
+ Dĺžka odosielaných údajov
+
+
+ Údaje na odoslanie
+
+
+ Dĺžka prijatých údajov
+
+
+ Prijaté údaje
+
+
+ Nastavenie konfigurácie portu
+
+
+ Prijatie resetovania
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Konfigurácia portu
+
+
+ Stav
+
+
+ Kontrola
+
+
+ Protokol
+
+
+ Prenosová rýchlosť
+
+
+ Parita
+
+
+ Dátové bity
+
+
+ Stop bity
+
+
+ Riadenie prietoku
+
+
+ Xon char
+
+
+ Xoff char
+
+
+ Čas čakania [ms]
+
+
+ Režim
+
+
+ Linepreset
+
+
+ Detekcia prerušenia
+
\ No newline at end of file
diff --git a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.Designer.cs b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.Designer.cs
index e263e6280..2f9e8f6ba 100644
--- a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.Designer.cs
+++ b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,123 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Actice command.
+ ///
+ public static string Actice_command {
+ get {
+ return ResourceManager.GetString("Actice_command", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Antene status.
+ ///
+ public static string Antene_status {
+ get {
+ return ResourceManager.GetString("Antene_status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Automatic command execution paused.
+ ///
+ public static string Automatic_command_execution_paused {
+ get {
+ return ResourceManager.GetString("Automatic_command_execution_paused", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Block.
+ ///
+ public static string Block {
+ get {
+ return ResourceManager.GetString("Block", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Command.
+ ///
+ public static string Command {
+ get {
+ return ResourceManager.GetString("Command", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Control.
+ ///
+ public static string Control {
+ get {
+ return ResourceManager.GetString("Control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Data buffer high index.
+ ///
+ public static string Data_buffer_high_index {
+ get {
+ return ResourceManager.GetString("Data_buffer_high_index", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Data buffer low index.
+ ///
+ public static string Data_buffer_low_index {
+ get {
+ return ResourceManager.GetString("Data_buffer_low_index", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Data read.
+ ///
+ public static string Data_read {
+ get {
+ return ResourceManager.GetString("Data_read", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Data read from tag.
+ ///
+ public static string Data_read_from_tag {
+ get {
+ return ResourceManager.GetString("Data_read_from_tag", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Data to write.
+ ///
+ public static string Data_to_write {
+ get {
+ return ResourceManager.GetString("Data_to_write", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Data to write to tag.
+ ///
+ public static string Data_to_write_to_tag {
+ get {
+ return ResourceManager.GetString("Data_to_write_to_tag", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error or startup.
+ ///
+ public static string Error_or_startup {
+ get {
+ return ResourceManager.GetString("Error_or_startup", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Error reading tag.
///
@@ -69,6 +186,15 @@ public static string Error_reading_tag {
}
}
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Error when switching the antena On.
///
@@ -87,6 +213,240 @@ public static string Error_writing_tag {
}
}
+ ///
+ /// Looks up a localized string similar to Hardware config data.
+ ///
+ public static string Hardware_config_data {
+ get {
+ return ResourceManager.GetString("Hardware_config_data", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'CM' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_CM_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_CM_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Head' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Head_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Head_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID 'Reader' submodule.
+ ///
+ public static string Hardware_ID__APOSTROPHE_Reader_APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID__APOSTROPHE_Reader_APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Length of data to read.
+ ///
+ public static string Length_of_data_to_read {
+ get {
+ return ResourceManager.GetString("Length_of_data_to_read", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Length of data to write.
+ ///
+ public static string Length_of_data_to_write {
+ get {
+ return ResourceManager.GetString("Length_of_data_to_write", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Length of the tag field to write.
+ ///
+ public static string Length_of_the_tag_field_to_write {
+ get {
+ return ResourceManager.GetString("Length_of_the_tag_field_to_write", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Length of user data in.
+ ///
+ public static string Length_of_user_data_in {
+ get {
+ return ResourceManager.GetString("Length_of_user_data_in", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to New data ready.
+ ///
+ public static string New_data_ready {
+ get {
+ return ResourceManager.GetString("New_data_ready", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Number of bytes to read.
+ ///
+ public static string Number_of_bytes_to_read {
+ get {
+ return ResourceManager.GetString("Number_of_bytes_to_read", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Number of bytes to write.
+ ///
+ public static string Number_of_bytes_to_write {
+ get {
+ return ResourceManager.GetString("Number_of_bytes_to_write", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Port.
+ ///
+ public static string Port {
+ get {
+ return ResourceManager.GetString("Port", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Presence of a transponder.
+ ///
+ public static string Presence_of_a_transponder {
+ get {
+ return ResourceManager.GetString("Presence_of_a_transponder", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Progress.
+ ///
+ public static string Progress {
+ get {
+ return ResourceManager.GetString("Progress", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read.
+ ///
+ public static string Read {
+ get {
+ return ResourceManager.GetString("Read", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read address.
+ ///
+ public static string Read_address {
+ get {
+ return ResourceManager.GetString("Read_address", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read buffer offset.
+ ///
+ public static string Read_buffer_offset {
+ get {
+ return ResourceManager.GetString("Read_buffer_offset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read tag.
+ ///
+ public static string Read_tag {
+ get {
+ return ResourceManager.GetString("Read_tag", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read tag address.
+ ///
+ public static string Read_tag_address {
+ get {
+ return ResourceManager.GetString("Read_tag_address", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read tag length.
+ ///
+ public static string Read_tag_length {
+ get {
+ return ResourceManager.GetString("Read_tag_length", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reader IO image size (in bytes).
+ ///
+ public static string Reader_IO_image_size__BRACKET_in_bytes_ENDBRACKET_ {
+ get {
+ return ResourceManager.GetString("Reader_IO_image_size__BRACKET_in_bytes_ENDBRACKET_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ReadTagFieldTask.
+ ///
+ public static string ReadTagFieldTask {
+ get {
+ return ResourceManager.GetString("ReadTagFieldTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ReadTagFieldTask timeout..
///
@@ -96,6 +456,15 @@ public static string ReadTagFieldTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to ReadTask.
+ ///
+ public static string ReadTask {
+ get {
+ return ResourceManager.GetString("ReadTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ReadTask timeout..
///
@@ -105,6 +474,15 @@ public static string ReadTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to ReadUID_Task.
+ ///
+ public static string ReadUID_UNDERSCORE_Task {
+ get {
+ return ResourceManager.GetString("ReadUID_UNDERSCORE_Task", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ReadUID_Task timeout..
///
@@ -114,6 +492,42 @@ public static string ReadUID_UNDERSCORE_Task_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Reset.
+ ///
+ public static string Reset {
+ get {
+ return ResourceManager.GetString("Reset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset command received.
+ ///
+ public static string Reset_command_received {
+ get {
+ return ResourceManager.GetString("Reset_command_received", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Reset reader.
+ ///
+ public static string Reset_reader {
+ get {
+ return ResourceManager.GetString("Reset_reader", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ResetTask.
+ ///
+ public static string ResetTask {
+ get {
+ return ResourceManager.GetString("ResetTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ResetTask timeout..
///
@@ -123,6 +537,177 @@ public static string ResetTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Rfid code size.
+ ///
+ public static string Rfid_code_size {
+ get {
+ return ResourceManager.GetString("Rfid_code_size", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Soft reset.
+ ///
+ public static string Soft_reset {
+ get {
+ return ResourceManager.GetString("Soft_reset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start.
+ ///
+ public static string Start {
+ get {
+ return ResourceManager.GetString("Start", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Start address.
+ ///
+ public static string Start_address {
+ get {
+ return ResourceManager.GetString("Start_address", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Status.
+ ///
+ public static string Status {
+ get {
+ return ResourceManager.GetString("Status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stop.
+ ///
+ public static string Stop {
+ get {
+ return ResourceManager.GetString("Stop", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Switch off antenna.
+ ///
+ public static string Switch_off_antenna {
+ get {
+ return ResourceManager.GetString("Switch_off_antenna", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tag field to read.
+ ///
+ public static string Tag_field_to_read {
+ get {
+ return ResourceManager.GetString("Tag_field_to_read", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tag field to write.
+ ///
+ public static string Tag_field_to_write {
+ get {
+ return ResourceManager.GetString("Tag_field_to_write", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write.
+ ///
+ public static string Write {
+ get {
+ return ResourceManager.GetString("Write", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write address.
+ ///
+ public static string Write_address {
+ get {
+ return ResourceManager.GetString("Write_address", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write buffer offset.
+ ///
+ public static string Write_buffer_offset {
+ get {
+ return ResourceManager.GetString("Write_buffer_offset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write tag.
+ ///
+ public static string Write_tag {
+ get {
+ return ResourceManager.GetString("Write_tag", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write tag address.
+ ///
+ public static string Write_tag_address {
+ get {
+ return ResourceManager.GetString("Write_tag_address", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write tag lenghth.
+ ///
+ public static string Write_tag_lenghth {
+ get {
+ return ResourceManager.GetString("Write_tag_lenghth", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WriteTagFieldTask.
+ ///
+ public static string WriteTagFieldTask {
+ get {
+ return ResourceManager.GetString("WriteTagFieldTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to WriteTagFieldTask timeout..
///
@@ -132,6 +717,15 @@ public static string WriteTagFieldTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to WriteTask.
+ ///
+ public static string WriteTask {
+ get {
+ return ResourceManager.GetString("WriteTask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to WriteTask timeout..
///
diff --git a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.resx b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.resx
index 99797342f..15bd71fd2 100644
--- a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.resx
+++ b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.resx
@@ -82,6 +82,118 @@
ResetTask timeout.
src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,1401
+
+ Progress
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,12
+
+
+ Restore
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,20
+
+
+ ReadUID_Task
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,25
+
+
+ Tag field to read
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,31
+
+
+ ReadTagFieldTask
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,34
+
+
+ Tag field to write
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,40
+
+
+ Length of the tag field to write
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,43
+
+
+ WriteTagFieldTask
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,46
+
+
+ Read address
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,52
+
+
+ Length of data to read
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,55
+
+
+ ReadTask
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,58
+
+
+ Write address
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,63
+
+
+ Length of data to write
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,66
+
+
+ WriteTask
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,69
+
+
+ ResetTask
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,73
+
+
+ Inputs
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,98
+
+
+ Outputs
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,104
+
+
+ Update diagnostics
+ src\AxoSimaticIdentCyclic\AxoSimaticIdentCyclic.st,112
+
+
+ Read
+ src\IdentProfile\Axo_IdentDevice.st,55
+
+
+ Number of bytes to read
+ src\IdentProfile\Axo_IdentDevice.st,58
+
+
+ Read buffer offset
+ src\IdentProfile\Axo_IdentDevice.st,64
+
+
+ Data read
+ src\IdentProfile\Axo_IdentDevice.st,70
+
+
+ Write
+ src\IdentProfile\Axo_IdentDevice.st,78
+
+
+ Number of bytes to write
+ src\IdentProfile\Axo_IdentDevice.st,81
+
+
+ Write buffer offset
+ src\IdentProfile\Axo_IdentDevice.st,87
+
+
+ Data to write
+ src\IdentProfile\Axo_IdentDevice.st,93
+
+
+ Soft reset
+ src\IdentProfile\Axo_IdentDevice.st,100
+
+
+ Reset reader
+ src\IdentProfile\Axo_IdentDevice.st,103
+
Error when switching the antena On
src\IOLink\AxoIOLink_RF200Device.st,307
@@ -94,4 +206,156 @@
Error writing tag
src\IOLink\AxoIOLink_RF200Device.st,477
+
+ Read tag
+ src\IOLink\AxoIOLink_RF200Device.st,70
+
+
+ Read tag length
+ src\IOLink\AxoIOLink_RF200Device.st,73
+
+
+ Read tag address
+ src\IOLink\AxoIOLink_RF200Device.st,76
+
+
+ Data read from tag
+ src\IOLink\AxoIOLink_RF200Device.st,81
+
+
+ Write tag
+ src\IOLink\AxoIOLink_RF200Device.st,89
+
+
+ Write tag lenghth
+ src\IOLink\AxoIOLink_RF200Device.st,92
+
+
+ Write tag address
+ src\IOLink\AxoIOLink_RF200Device.st,95
+
+
+ Data to write to tag
+ src\IOLink\AxoIOLink_RF200Device.st,101
+
+
+ Info time
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Config.st,5
+
+
+ Error time
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Config.st,7
+
+
+ Task timeout
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Config.st,9
+
+
+ Port
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Config.st,11
+
+
+ Reader IO image size (in bytes)
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Config.st,13
+
+
+ Hardware IDs
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Config.st,15
+
+
+ Data buffer low index
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Config.st,17
+
+
+ Data buffer high index
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Config.st,19
+
+
+ Start
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Control.st,5
+
+
+ Reset
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Control.st,7
+
+
+ Stop
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Control.st,9
+
+
+ Switch off antenna
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Control.st,11
+
+
+ Block
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Control.st,13
+
+
+ Command
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Control.st,15
+
+
+ Hardware ID 'Head' submodule
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_HWIDs.st,4
+
+
+ Hardware ID 'CM' submodule
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_HWIDs.st,6
+
+
+ Hardware ID 'Reader' submodule
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_HWIDs.st,8
+
+
+ Status
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_In.st,5
+
+
+ Control
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Out.st,5
+
+
+ New data ready
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Status.st,5
+
+
+ Reset command received
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Status.st,7
+
+
+ Automatic command execution paused
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Status.st,9
+
+
+ Antene status
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Status.st,11
+
+
+ Presence of a transponder
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Status.st,15
+
+
+ Error or startup
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Status.st,17
+
+
+ Actice command
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Status.st,19
+
+
+ Length of user data in
+ src\AxoSimaticIdentCyclic\TypesStructuresAndEnums\AxoSimaticIdentCyclic_Status.st,21
+
+
+ Start address
+ src\IdentProfile\AxoIdentificationDataTypes\Axo_IdentDevice_Config.st,9
+
+
+ Rfid code size
+ src\IdentProfile\AxoIdentificationDataTypes\Axo_IdentDevice_Config.st,11
+
+
+ Hardware config data
+ src\IdentProfile\AxoIdentificationDataTypes\Axo_IdentDevice_Config.st,13
+
\ No newline at end of file
diff --git a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.sk-SK.resx b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.sk-SK.resx
index df25a60f1..a2010dbde 100644
--- a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.sk-SK.resx
@@ -85,4 +85,202 @@
Chyba pri zápise značky
+
+ Pokrok
+
+
+ Obnovenie
+
+
+ ReadUIDTask
+
+
+ Pole značky na čítanie
+
+
+ ReadTagFieldTask
+
+
+ Pole značky na zápis
+
+
+ Dĺžka zapisovaného poľa značky
+
+
+ WriteTagFieldTask
+
+
+ Prečítajte si adresu
+
+
+ Dĺžka údajov na čítanie
+
+
+ ReadTask
+
+
+ Napíšte adresu
+
+
+ Dĺžka zapisovaných údajov
+
+
+ WriteTask
+
+
+ ResetTask
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Prečítajte si
+
+
+ Počet bajtov na čítanie
+
+
+ Posunutie čítania vyrovnávacej pamäte
+
+
+ Čítanie údajov
+
+
+ Napíšte na
+
+
+ Počet bajtov na zápis
+
+
+ Posunutie vyrovnávacej pamäte pri zápise
+
+
+ Údaje na zápis
+
+
+ Mäkký reset
+
+
+ Resetovanie čítačky
+
+
+ Čítajte značku
+
+
+ Dĺžka načítanej značky
+
+
+ Čítanie adresy značky
+
+
+ Údaje načítané z tagu
+
+
+ Napíšte značku
+
+
+ Dĺžka zápisu značky
+
+
+ Zapísať adresu značky
+
+
+ Údaje, ktoré sa majú zapísať do značky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Prístav
+
+
+ Veľkosť obrazu IO čítačky (v bajtoch)
+
+
+ Identifikátory hardvéru
+
+
+ Nízky index dátovej vyrovnávacej pamäte
+
+
+ Vysoký index dátovej vyrovnávacej pamäte
+
+
+ Štart
+
+
+ Obnovenie
+
+
+ Zastavte
+
+
+ Vypnutie antény
+
+
+ Blok
+
+
+ Príkaz
+
+
+ Podmodul ID hardvéru "Head
+
+
+ Podmodul ID hardvéru "CM
+
+
+ Podmodul ID hardvéru "Reader
+
+
+ Stav
+
+
+ Kontrola
+
+
+ Pripravené nové údaje
+
+
+ Prijatý príkaz na resetovanie
+
+
+ Automatické vykonávanie príkazov pozastavené
+
+
+ Stav Antene
+
+
+ Prítomnosť transpondéra
+
+
+ Chyba alebo spustenie
+
+
+ Príkaz Actice
+
+
+ Dĺžka používateľských údajov v
+
+
+ Počiatočná adresa
+
+
+ Veľkosť kódu Rfid
+
+
+ Konfiguračné údaje hardvéru
+
\ No newline at end of file
diff --git a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.sk.resx b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.sk.resx
index 73f67f7b3..1ef615f95 100644
--- a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.sk.resx
+++ b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/Resources/PlcStringResources.sk.resx
@@ -162,4 +162,202 @@
Chyba pri zápise značky
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Začať
+
+
+ Zastaviť
+
+
+ Pokrok
+
+
+ ReadUIDTask
+
+
+ Pole značky na čítanie
+
+
+ ReadTagFieldTask
+
+
+ Pole značky na zápis
+
+
+ Dĺžka zapisovaného poľa značky
+
+
+ WriteTagFieldTask
+
+
+ Prečítajte si adresu
+
+
+ Dĺžka údajov na čítanie
+
+
+ ReadTask
+
+
+ Napíšte adresu
+
+
+ Dĺžka zapisovaných údajov
+
+
+ WriteTask
+
+
+ ResetTask
+
+
+ Aktualizácia diagnostiky
+
+
+ Prečítajte si
+
+
+ Počet bajtov na čítanie
+
+
+ Posunutie čítania vyrovnávacej pamäte
+
+
+ Čítanie údajov
+
+
+ Napíšte na
+
+
+ Počet bajtov na zápis
+
+
+ Posunutie vyrovnávacej pamäte pri zápise
+
+
+ Údaje na zápis
+
+
+ Mäkký reset
+
+
+ Resetovanie čítačky
+
+
+ Čítajte značku
+
+
+ Dĺžka načítanej značky
+
+
+ Čítanie adresy značky
+
+
+ Údaje načítané z tagu
+
+
+ Napíšte značku
+
+
+ Dĺžka zápisu značky
+
+
+ Zapísať adresu značky
+
+
+ Údaje, ktoré sa majú zapísať do značky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Prístav
+
+
+ Veľkosť obrazu IO čítačky (v bajtoch)
+
+
+ Identifikátory hardvéru
+
+
+ Nízky index dátovej vyrovnávacej pamäte
+
+
+ Vysoký index dátovej vyrovnávacej pamäte
+
+
+ Obnovenie
+
+
+ Vypnutie antény
+
+
+ Blok
+
+
+ Príkaz
+
+
+ Podmodul ID hardvéru "Head
+
+
+ Podmodul ID hardvéru "CM
+
+
+ Podmodul ID hardvéru "Reader
+
+
+ Stav
+
+
+ Kontrola
+
+
+ Pripravené nové údaje
+
+
+ Prijatý príkaz na resetovanie
+
+
+ Automatické vykonávanie príkazov pozastavené
+
+
+ Stav Antene
+
+
+ Prítomnosť transpondéra
+
+
+ Chyba alebo spustenie
+
+
+ Príkaz Actice
+
+
+ Dĺžka používateľských údajov v
+
+
+ Počiatočná adresa
+
+
+ Veľkosť kódu Rfid
+
+
+ Konfiguračné údaje hardvéru
+
\ No newline at end of file
diff --git a/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.resx b/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.resx
index 5b00d601b..5f9106c22 100644
--- a/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.resx
+++ b/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.resx
@@ -78,4 +78,1396 @@
StopMovementsTask timeout.
src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,2125
+
+ Restore
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,36
+
+
+ Power On Task
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,40
+
+
+ Start at main
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,45
+
+
+ Start motors and program
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,49
+
+
+ Stop movements
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,53
+
+
+ Stop movements and program
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,57
+
+
+ Start movements with extended parameters
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,61
+
+
+ Power progress
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,83
+
+
+ Movement progress
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,87
+
+
+ Inputs
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,97
+
+
+ Outputs
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,103
+
+
+ Update diagnostics
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,111
+
+
+ Reboot controller
+ src\AxoUrCb3\AxoUrCb3_v_3_x_x.st,114
+
+
+ Robot
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsInputData_v_1_x_x.st,7
+
+
+ State
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsInputData_v_1_x_x.st,11
+
+
+ IO state
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsInputData_v_1_x_x.st,15
+
+
+ Tool state
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsInputData_v_1_x_x.st,19
+
+
+ Joints
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsInputData_v_1_x_x.st,23
+
+
+ TCP
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsInputData_v_1_x_x.st,27
+
+
+ Bits
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsInputData_v_1_x_x.st,31
+
+
+ Ints
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsInputData_v_1_x_x.st,35
+
+
+ Floats
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsInputData_v_1_x_x.st,39
+
+
+ Speed
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsOutputData_v_1_x_x.st,7
+
+
+ IO
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsOutputData_v_1_x_x.st,11
+
+
+ Reg 1
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsOutputData_v_1_x_x.st,15
+
+
+ Reg 2
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsOutputData_v_1_x_x.st,19
+
+
+ Bit register 0
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,5
+
+
+ Bit register 1
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,7
+
+
+ Bit register 2
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,9
+
+
+ Bit register 3
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,11
+
+
+ Bit register 4
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,13
+
+
+ Bit register 5
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,15
+
+
+ Bit register 6
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,17
+
+
+ Bit register 7
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,19
+
+
+ Bit register 8
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,21
+
+
+ Bit register 9
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,23
+
+
+ Bit register 10
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,25
+
+
+ Bit register 11
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,27
+
+
+ Bit register 12
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,29
+
+
+ Bit register 13
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,31
+
+
+ Bit register 14
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,33
+
+
+ Bit register 15
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,35
+
+
+ Bit register 16
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,37
+
+
+ Bit register 17
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,39
+
+
+ Bit register 18
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,41
+
+
+ Bit register 19
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,43
+
+
+ Bit register 20
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,45
+
+
+ Bit register 21
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,47
+
+
+ Bit register 22
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,49
+
+
+ Bit register 23
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,51
+
+
+ Bit register 24
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,53
+
+
+ Bit register 25
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,55
+
+
+ Bit register 26
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,57
+
+
+ Bit register 27
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,59
+
+
+ Bit register 28
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,61
+
+
+ Bit register 29
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,63
+
+
+ Bit register 30
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,65
+
+
+ Bit register 31
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,67
+
+
+ Bit register 32
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,69
+
+
+ Bit register 33
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,71
+
+
+ Bit register 34
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,73
+
+
+ Bit register 35
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,75
+
+
+ Bit register 36
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,77
+
+
+ Bit register 37
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,79
+
+
+ Bit register 38
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,81
+
+
+ Bit register 39
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,83
+
+
+ Bit register 40
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,85
+
+
+ Bit register 41
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,87
+
+
+ Bit register 42
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,89
+
+
+ Bit register 43
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,91
+
+
+ Bit register 44
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,93
+
+
+ Bit register 45
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,95
+
+
+ Bit register 46
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,97
+
+
+ Bit register 47
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,99
+
+
+ Bit register 48
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,101
+
+
+ Bit register 49
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,103
+
+
+ Bit register 50
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,105
+
+
+ Bit register 51
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,107
+
+
+ Bit register 52
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,109
+
+
+ Bit register 53
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,111
+
+
+ Bit register 54
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,113
+
+
+ Bit register 55
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,115
+
+
+ Bit register 56
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,117
+
+
+ Bit register 57
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,119
+
+
+ Bit register 58
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,121
+
+
+ Bit register 59
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,123
+
+
+ Bit register 60
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,125
+
+
+ Bit register 61
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,127
+
+
+ Bit register 62
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,129
+
+
+ Bit register 63
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OBitRegs_v_1_x_x.st,131
+
+
+ Float register 0
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,5
+
+
+ Float register 1
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,7
+
+
+ Float register 2
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,9
+
+
+ Float register 3
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,11
+
+
+ Float register 4
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,13
+
+
+ Float register 5
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,15
+
+
+ Float register 6
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,17
+
+
+ Float register 7
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,19
+
+
+ Float register 8
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,21
+
+
+ Float register 9
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,23
+
+
+ Float register 10
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,25
+
+
+ Float register 11
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,27
+
+
+ Float register 12
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,29
+
+
+ Float register 13
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,31
+
+
+ Float register 14
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,33
+
+
+ Float register 15
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,35
+
+
+ Float register 16
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,37
+
+
+ Float register 17
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,39
+
+
+ Float register 18
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,41
+
+
+ Float register 19
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,43
+
+
+ Float register 20
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,45
+
+
+ Float register 21
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,47
+
+
+ Float register 22
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,49
+
+
+ Float register 23
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OFloatRegs_v_1_x_x.st,51
+
+
+ Int register 0
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,5
+
+
+ Int register 1
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,7
+
+
+ Int register 2
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,9
+
+
+ Int register 3
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,11
+
+
+ Int register 4
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,13
+
+
+ Int register 5
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,15
+
+
+ Int register 6
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,17
+
+
+ Int register 7
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,19
+
+
+ Int register 8
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,21
+
+
+ Int register 9
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,23
+
+
+ Int register 10
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,25
+
+
+ Int register 11
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,27
+
+
+ Int register 12
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,29
+
+
+ Int register 13
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,31
+
+
+ Int register 14
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,33
+
+
+ Int register 15
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,35
+
+
+ Int register 16
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,37
+
+
+ Int register 17
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,39
+
+
+ Int register 18
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,41
+
+
+ Int register 19
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,43
+
+
+ Int register 20
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,45
+
+
+ Int register 21
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,47
+
+
+ Int register 22
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,49
+
+
+ Int register 23
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIntRegs_v_1_x_x.st,51
+
+
+ Standard digital inputs
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,5
+
+
+ Configurable digital inputs
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,7
+
+
+ Standard digital outputs
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,9
+
+
+ Configurable digital outputs
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,11
+
+
+ Analog I/O types
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,13
+
+
+ Standard analog input 0 [A or V]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,15
+
+
+ Standard analog input 1 [A or V]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,17
+
+
+ Standard analog output 0 [A or V]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,19
+
+
+ Standard analog output 1 [A or V]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,21
+
+
+ I/O current [A]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,23
+
+
+ Euromap67 input bit 0
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,25
+
+
+ Euromap67 input bit 1
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,27
+
+
+ Euromap67 input bit 2
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,29
+
+
+ Euromap67 input bit 3
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,31
+
+
+ Euromap67 input bit 4
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,33
+
+
+ Euromap67 input bit 5
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,35
+
+
+ Euromap67 input bit 6
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,37
+
+
+ Euromap67 input bit 7
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,39
+
+
+ Euromap67 input bit 8
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,41
+
+
+ Euromap67 input bit 9
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,43
+
+
+ Euromap67 input bit 10
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,45
+
+
+ Euromap67 input bit 11
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,47
+
+
+ Euromap67 input bit 12
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,49
+
+
+ Euromap67 input bit 13
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,51
+
+
+ Euromap67 input bit 14
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,53
+
+
+ Euromap67 input bit 15
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,55
+
+
+ Euromap67 input bit 16
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,57
+
+
+ Euromap67 input bit 17
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,59
+
+
+ Euromap67 input bit 18
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,61
+
+
+ Euromap67 input bit 19
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,63
+
+
+ Euromap67 input bit 20
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,65
+
+
+ Euromap67 input bit 21
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,67
+
+
+ Euromap67 input bit 22
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,69
+
+
+ Euromap67 input bit 23
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,71
+
+
+ Euromap67 input bit 24
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,73
+
+
+ Euromap67 input bit 25
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,75
+
+
+ Euromap67 input bit 26
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,77
+
+
+ Euromap67 input bit 27
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,79
+
+
+ Euromap67 input bit 28
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,81
+
+
+ Euromap67 input bit 29
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,83
+
+
+ Euromap67 input bit 30
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,85
+
+
+ Euromap67 input bit 31
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,87
+
+
+ Euromap67 input bit 32
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,89
+
+
+ Euromap67 output bit 0
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,91
+
+
+ Euromap67 output bit 1
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,93
+
+
+ Euromap67 output bit 2
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,95
+
+
+ Euromap67 output bit 3
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,97
+
+
+ Euromap67 output bit 4
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,99
+
+
+ Euromap67 output bit 5
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,101
+
+
+ Euromap67 output bit 6
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,103
+
+
+ Euromap67 output bit 7
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,105
+
+
+ Euromap67 output bit 8
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,107
+
+
+ Euromap67 output bit 9
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,109
+
+
+ Euromap67 output bit 10
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,111
+
+
+ Euromap67 output bit 11
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,113
+
+
+ Euromap67 output bit 12
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,115
+
+
+ Euromap67 output bit 13
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,117
+
+
+ Euromap67 output bit 14
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,119
+
+
+ Euromap67 output bit 15
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,121
+
+
+ Euromap67 output bit 16
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,123
+
+
+ Euromap67 output bit 17
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,125
+
+
+ Euromap67 output bit 18
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,127
+
+
+ Euromap67 output bit 19
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,129
+
+
+ Euromap67 output bit 20
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,131
+
+
+ Euromap67 output bit 21
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,133
+
+
+ Euromap67 output bit 22
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,135
+
+
+ Euromap67 output bit 23
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,137
+
+
+ Euromap67 output bit 24
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,139
+
+
+ Euromap67 output bit 25
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,141
+
+
+ Euromap67 output bit 26
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,143
+
+
+ Euromap67 output bit 27
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,145
+
+
+ Euromap67 output bit 28
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,147
+
+
+ Euromap67 output bit 29
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,149
+
+
+ Euromap67 output bit 30
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,151
+
+
+ Euromap67 output bit 31
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,153
+
+
+ Euromap67 output bit 32
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,155
+
+
+ Euromap67 24V voltage
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,157
+
+
+ Euromap67 24V current
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OIo_v_1_x_x.st,159
+
+
+ Joint position 0 [rad]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,5
+
+
+ Joint position 1 [rad]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,7
+
+
+ Joint position 2 [rad]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,9
+
+
+ Joint position 3 [rad]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,11
+
+
+ Joint position 4 [rad]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,13
+
+
+ Joint position 5 [rad]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,15
+
+
+ Joint velocity 0 [rad/s]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,17
+
+
+ Joint velocity 1 [rad/s]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,19
+
+
+ Joint velocity 2 [rad/s]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,21
+
+
+ Joint velocity 3 [rad/s]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,23
+
+
+ Joint velocity 4 [rad/s]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,25
+
+
+ Joint velocity 5 [rad/s]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,27
+
+
+ Joint current 0 [A]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,29
+
+
+ Joint current 1 [A]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,31
+
+
+ Joint current 2 [A]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,33
+
+
+ Joint current 3 [A]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,35
+
+
+ Joint current 4 [A]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,37
+
+
+ Joint current 5 [A]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,39
+
+
+ Joint temperature 0 [°C]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,41
+
+
+ Joint temperature 1 [°C]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,43
+
+
+ Joint temperature 2 [°C]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,45
+
+
+ Joint temperature 3 [°C]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,47
+
+
+ Joint temperature 4 [°C]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,49
+
+
+ Joint temperature 5 [°C]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,51
+
+
+ Joint mode 0
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,53
+
+
+ Joint mode 1
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,55
+
+
+ Joint mode 2
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,57
+
+
+ Joint mode 3
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,59
+
+
+ Joint mode 4
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,61
+
+
+ Joint mode 5
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OJoints_v_1_x_x.st,63
+
+
+ Controller major version
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,5
+
+
+ Controller minor version
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,7
+
+
+ Reserved
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,9
+
+
+ Robot mode
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,11
+
+
+ Real time machine seconds
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,13
+
+
+ Real time machine milliseconds
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,15
+
+
+ Real time machine minutes
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,17
+
+
+ Real time machine hours
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,19
+
+
+ Real time machine days
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,21
+
+
+ Robot current [A]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,23
+
+
+ PW: Is power on
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,25
+
+
+ PR: Is program running
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,27
+
+
+ TB: Is teach button pressed
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,29
+
+
+ PB: Is power button pressed
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,31
+
+
+ Speed slider fraction
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2ORobot_v_1_x_x.st,33
+
+
+ Safety mode
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,5
+
+
+ NO: Is normal mode
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,7
+
+
+ RD: Is reduced mode
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,9
+
+
+ PS: Is protective stopped
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,11
+
+
+ RC: Is recovery mode
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,13
+
+
+ SS: Is safeguard stopped
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,15
+
+
+ SES: Is system emergency stopped
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,17
+
+
+ RES: Is robot emergency stopped
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,19
+
+
+ ES: Is emergency stopped
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,21
+
+
+ VL: Is violation
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,23
+
+
+ FT: Is fault
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,25
+
+
+ ST: Is stopped due TO safety
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OSafety_v_1_x_x.st,27
+
+
+ Actual TCP Position
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTcp_v_1_x_x.st,5
+
+
+ Actual TCP Velocity
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTcp_v_1_x_x.st,7
+
+
+ Actual TCP Force
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTcp_v_1_x_x.st,9
+
+
+ Actual TCP Torque
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTcp_v_1_x_x.st,11
+
+
+ TCP force scalar [N]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTcp_v_1_x_x.st,13
+
+
+ Tool mode
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTool_v_1_x_x.st,5
+
+
+ TDI: Tool Digital Inputs
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTool_v_1_x_x.st,7
+
+
+ TDO: Tool Digital Outputs
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTool_v_1_x_x.st,9
+
+
+ TAIT: Tool Analog Input Types
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTool_v_1_x_x.st,11
+
+
+ Tool analog input 0 [A OR V]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTool_v_1_x_x.st,13
+
+
+ Tool analog input 1 [A OR V]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTool_v_1_x_x.st,15
+
+
+ Tool output voltage [V]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTool_v_1_x_x.st,17
+
+
+ Tool current [A]
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRoboticsT2OTool_v_1_x_x.st,19
+
+
+ Info time
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Config_v_1_x_x.st,5
+
+
+ Error time
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Config_v_1_x_x.st,7
+
+
+ Task timeout
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Config_v_1_x_x.st,9
+
+
+ Hardware IDs
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Config_v_1_x_x.st,11
+
+
+ Remote power on enabled
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Config_v_1_x_x.st,13
+
+
+ Remote power on pulse time
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Config_v_1_x_x.st,15
+
+
+ IP address
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Config_v_1_x_x.st,17
+
+
+ Start program
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,7
+
+
+ Stop program
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,9
+
+
+ Pause program
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,11
+
+
+ Set motor on
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,13
+
+
+ Run action
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,15
+
+
+ Master mode
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,20
+
+
+ Tool 1 retract
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,25
+
+
+ Tool 1 extend
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,27
+
+
+ Tool 2 retract
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,29
+
+
+ Tool 2 extend
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,31
+
+
+ Tool 3 retract
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,33
+
+
+ Tool 3 extend
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,35
+
+
+ Tool 4 retract
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,37
+
+
+ Tool 4 extend
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,39
+
+
+ Zones
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,44
+
+
+ In position
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,46
+
+
+ Action number
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,48
+
+
+ Global robot speed
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,50
+
+
+ Tool number
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,52
+
+
+ Workobject number
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,54
+
+
+ Point number
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,56
+
+
+ User specific speed 1
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,58
+
+
+ User specific speed 2
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,60
+
+
+ Coordinates
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,65
+
+
+ UR Specific
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_Control_v_1_x_x.st,70
+
+
+ Hardware ID of the Device
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_HWIDs_v_1_x_x.st,6
+
+
+ Hardware ID 'T2O_State' submodule
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_HWIDs_v_1_x_x.st,8
+
+
+ Hardware ID 'T2O_IO' submodule
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_HWIDs_v_1_x_x.st,10
+
+
+ Hardware ID 'T2O_Joints' submodule
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_HWIDs_v_1_x_x.st,12
+
+
+ Hardware ID 'T2O_TCP' submodule
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_HWIDs_v_1_x_x.st,14
+
+
+ Hardware ID 'T2O_General_Purpose_Bit_Registers' submodule
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_HWIDs_v_1_x_x.st,16
+
+
+ Hardware ID 'T2O_General_Purpose_Int_Registers' submodule
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_HWIDs_v_1_x_x.st,18
+
+
+ Hardware ID 'T2O_General_Purpose_Float_Registers' submodule
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_HWIDs_v_1_x_x.st,20
+
+
+ Hardware ID 'O2T_Robot_IO' submodule
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_HWIDs_v_1_x_x.st,22
+
+
+ Hardware ID 'O2T_General_Purpose_Registers_1' submodule
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_HWIDs_v_1_x_x.st,24
+
+
+ Hardware ID 'O2T_General_Purpose_Registers_2' submodule
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_HWIDs_v_1_x_x.st,26
+
+
+ Standard digital output mask
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_O2TIo_v_1_x_x.st,5
+
+
+ Configurable digital output mask
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_O2TIo_v_1_x_x.st,7
+
+
+ AOM: Analog output mask
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_O2TIo_v_1_x_x.st,13
+
+
+ AOT: Analog output types
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_O2TIo_v_1_x_x.st,15
+
+
+ TDOM: Tool digital output mask
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_O2TIo_v_1_x_x.st,17
+
+
+ TDO: Tool digital output
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_O2TIo_v_1_x_x.st,19
+
+
+ Standard analog output 0
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_O2TIo_v_1_x_x.st,21
+
+
+ SSM: Speed slider fraction mask
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_O2TRobot_v_1_x_x.st,5
+
+
+ Robot Mode
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_State_v_1_x_x.st,7
+
+
+ In area 1
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_State_v_1_x_x.st,12
+
+
+ In area 2
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_State_v_1_x_x.st,14
+
+
+ In area 3
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_State_v_1_x_x.st,16
+
+
+ In area 4
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_State_v_1_x_x.st,18
+
+
+ In position 1
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_State_v_1_x_x.st,20
+
+
+ In position 2
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_State_v_1_x_x.st,22
+
+
+ In position 3
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_State_v_1_x_x.st,24
+
+
+ In position 4
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_State_v_1_x_x.st,26
+
+
+ Global speed
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_State_v_1_x_x.st,59
+
+
+ PointNumber
+ src\AxoUrRoboticsDataTypes_v_1_x_x\AxoUrRobotics_State_v_1_x_x.st,65
+
\ No newline at end of file
diff --git a/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.sk-SK.resx b/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.sk-SK.resx
index 992f2dd4f..525a93f2a 100644
--- a/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.sk-SK.resx
@@ -73,4 +73,1048 @@
StopMovementsTask timeout.
+
+ Obnovenie
+
+
+ Úloha zapnutia napájania
+
+
+ Začnite na hlavnej
+
+
+ Spustenie motorov a programovanie
+
+
+ Zastavenie pohybov
+
+
+ Zastavenie pohybov a program
+
+
+ Spustenie pohybov s rozšírenými parametrami
+
+
+ Pokrok v oblasti výkonu
+
+
+ Pokrok v pohybe
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Reštart ovládača
+
+
+ Robot
+
+
+ Štát
+
+
+ Stav IO
+
+
+ Stav nástroja
+
+
+ Kĺby
+
+
+ TCP
+
+
+ Bity
+
+
+ Inty
+
+
+ Plaváky
+
+
+ Rýchlosť
+
+
+ IO
+
+
+ Reg. 1
+
+
+ Nariadenie 2
+
+
+ Bitový register 0
+
+
+ Bitový register 1
+
+
+ Bitový register 2
+
+
+ Bitový register 3
+
+
+ Bitový register 4
+
+
+ Bitový register 5
+
+
+ Bitový register 6
+
+
+ Bitový register 7
+
+
+ Bitový register 8
+
+
+ Bitový register 9
+
+
+ Bitový register 10
+
+
+ Bitový register 11
+
+
+ Bitový register 12
+
+
+ Bitový register 13
+
+
+ Bitový register 14
+
+
+ Bitový register 15
+
+
+ Bitový register 16
+
+
+ Bitový register 17
+
+
+ Bitový register 18
+
+
+ Bitový register 19
+
+
+ Bitový register 20
+
+
+ Bitový register 21
+
+
+ Bitový register 22
+
+
+ Bitový register 23
+
+
+ Bitový register 24
+
+
+ Bitový register 25
+
+
+ Bitový register 26
+
+
+ Bitový register 27
+
+
+ Bitový register 28
+
+
+ Bitový register 29
+
+
+ Bitový register 30
+
+
+ Bitový register 31
+
+
+ Bitový register 32
+
+
+ Bitový register 33
+
+
+ Bitový register 34
+
+
+ Bitový register 35
+
+
+ Bitový register 36
+
+
+ Bitový register 37
+
+
+ Bitový register 38
+
+
+ Bitový register 39
+
+
+ Bitový register 40
+
+
+ Bitový register 41
+
+
+ Bitový register 42
+
+
+ Bitový register 43
+
+
+ Bitový register 44
+
+
+ Bitový register 45
+
+
+ Bitový register 46
+
+
+ Bitový register 47
+
+
+ Bitový register 48
+
+
+ Bitový register 49
+
+
+ Bitový register 50
+
+
+ Bitový register 51
+
+
+ Bitový register 52
+
+
+ Bitový register 53
+
+
+ Bitový register 54
+
+
+ Bitový register 55
+
+
+ Bitový register 56
+
+
+ Bitový register 57
+
+
+ Bitový register 58
+
+
+ Bitový register 59
+
+
+ V polohe
+
+
+ Súradnice
+
+
+ Bitový register 60
+
+
+ Bitový register 61
+
+
+ Bitový register 62
+
+
+ Bitový register 63
+
+
+ Plavákový register 0
+
+
+ Plavákový register 1
+
+
+ Plávajúci register 2
+
+
+ Plávajúci register 3
+
+
+ Plávajúci register 4
+
+
+ Plávajúci register 5
+
+
+ Plávajúci register 6
+
+
+ Plávajúci register 7
+
+
+ Plávajúci register 8
+
+
+ Plávajúci register 9
+
+
+ Plávajúci register 10
+
+
+ Plávajúci register 11
+
+
+ Plávajúci register 12
+
+
+ Plávajúci register 13
+
+
+ Plávajúci register 14
+
+
+ Plávajúci register 15
+
+
+ Plávajúci register 16
+
+
+ Plávajúci register 17
+
+
+ Plávajúci register 18
+
+
+ Plávajúci register 19
+
+
+ Plávajúci register 20
+
+
+ Plávajúci register 21
+
+
+ Plávajúci register 22
+
+
+ Plávajúci register 23
+
+
+ Register Int 0
+
+
+ Register Int 1
+
+
+ Register Int 2
+
+
+ Register Int 3
+
+
+ Register Int 4
+
+
+ Register Int 5
+
+
+ Register Int 6
+
+
+ Register Int 7
+
+
+ Register Int 8
+
+
+ Register Int 9
+
+
+ Register Int 10
+
+
+ Register Int 11
+
+
+ Register Int 12
+
+
+ Register Int 13
+
+
+ Register Int 14
+
+
+ Register Int 15
+
+
+ Register Int 16
+
+
+ Register Int 17
+
+
+ Register Int 18
+
+
+ Register Int 19
+
+
+ Register Int 20
+
+
+ Register Int 21
+
+
+ Register Int 22
+
+
+ Register Int 23
+
+
+ Štandardné digitálne vstupy
+
+
+ Konfigurovateľné digitálne vstupy
+
+
+ Štandardné digitálne výstupy
+
+
+ Konfigurovateľné digitálne výstupy
+
+
+ Typy analógových vstupov/výstupov
+
+
+ Štandardný analógový vstup 0 [A alebo V]
+
+
+ Štandardný analógový vstup 1 [A alebo V]
+
+
+ Štandardný analógový výstup 0 [A alebo V]
+
+
+ Štandardný analógový výstup 1 [A alebo V]
+
+
+ I/O prúd [A]
+
+
+ Euromap67 vstupný bit 0
+
+
+ Euromap67 vstupný bit 1
+
+
+ Euromap67 vstupný bit 2
+
+
+ Euromap67 vstupný bit 3
+
+
+ Euromap67 vstupný bit 4
+
+
+ Euromap67 vstupný bit 5
+
+
+ Euromap67 vstupný bit 6
+
+
+ Euromap67 vstupný bit 7
+
+
+ Euromap67 vstupný bit 8
+
+
+ Euromap67 vstupný bit 9
+
+
+ Euromap67 vstupný bit 10
+
+
+ Euromap67 vstupný bit 11
+
+
+ Euromap67 vstupný bit 12
+
+
+ Euromap67 vstupný bit 13
+
+
+ Euromap67 vstupný bit 14
+
+
+ Euromap67 vstupný bit 15
+
+
+ Euromapa67 vstupný bit 16
+
+
+ Euromap67 vstupný bit 17
+
+
+ Euromap67 vstupný bit 18
+
+
+ Euromap67 vstupný bit 19
+
+
+ Euromap67 vstupný bit 20
+
+
+ Euromap67 vstupný bit 21
+
+
+ Euromap67 vstupný bit 22
+
+
+ Euromap67 vstupný bit 23
+
+
+ Euromap67 vstupný bit 24
+
+
+ Euromapa67 vstupný bit 25
+
+
+ Euromap67 vstupný bit 26
+
+
+ Euromap67 vstupný bit 27
+
+
+ Euromap67 vstupný bit 28
+
+
+ Euromap67 vstupný bit 29
+
+
+ Euromap67 vstupný bit 30
+
+
+ Euromap67 vstupný bit 31
+
+
+ Euromapa67 vstupný bit 32
+
+
+ Výstupný bit Euromap67 0
+
+
+ Euromap67 výstupný bit 1
+
+
+ Euromap67 výstupný bit 2
+
+
+ Euromap67 výstupný bit 3
+
+
+ Euromap67 výstupný bit 4
+
+
+ Euromap67 výstupný bit 5
+
+
+ Euromap67 výstupný bit 6
+
+
+ Výstupný bit Euromap67 7
+
+
+ Euromap67 výstupný bit 8
+
+
+ Euromap67 výstupný bit 9
+
+
+ Euromap67 výstupný bit 10
+
+
+ Euromap67 výstupný bit 11
+
+
+ Euromap67 výstupný bit 12
+
+
+ Výstupný bit 13 Euromap67
+
+
+ Výstupný bit Euromap67 14
+
+
+ Euromap67 výstupný bit 15
+
+
+ Euromapa67 výstupný bit 16
+
+
+ Euromap67 výstupný bit 17
+
+
+ Euromap67 výstupný bit 18
+
+
+ Výstupný bit Euromap67 19
+
+
+ Výstupný bit Euromap67 20
+
+
+ Výstupný bit Euromap67 21
+
+
+ Výstupný bit Euromap67 22
+
+
+ Výstupný bit Euromap67 23
+
+
+ Euromapa67 výstupný bit 24
+
+
+ Výstupný bit Euromap67 25
+
+
+ Výstupný bit Euromap67 26
+
+
+ Výstupný bit Euromap67 27
+
+
+ Euromap67 výstupný bit 28
+
+
+ Výstupný bit Euromap67 29
+
+
+ Euromap67 výstupný bit 30
+
+
+ Výstupný bit Euromap67 31
+
+
+ Euromapa67 výstupný bit 32
+
+
+ Euromap67 24V napätie
+
+
+ Euromap67 24V prúd
+
+
+ Poloha kĺbu 0 [rad]
+
+
+ Spoločná poloha 1 [rad]
+
+
+ Spoločná poloha 2 [rad]
+
+
+ Spoločná poloha 3 [rad]
+
+
+ Spoločná poloha 4 [rad]
+
+
+ Spoločná poloha 5 [rad]
+
+
+ Kĺbová rýchlosť 0 [rad/s]
+
+
+ Kĺbová rýchlosť 1 [rad/s]
+
+
+ Kĺbová rýchlosť 2 [rad/s]
+
+
+ Kĺbová rýchlosť 3 [rad/s]
+
+
+ Kĺbová rýchlosť 4 [rad/s]
+
+
+ Kĺbová rýchlosť 5 [rad/s]
+
+
+ Spoločný prúd 0 [A]
+
+
+ Spoločný prúd 1 [A]
+
+
+ Spoločný prúd 2 [A]
+
+
+ Spoločný prúd 3 [A]
+
+
+ Spoločný prúd 4 [A]
+
+
+ Spoločný prúd 5 [A]
+
+
+ Teplota spoja 0 [°C]
+
+
+ Teplota spoja 1 [°C]
+
+
+ Teplota spoja 2 [°C]
+
+
+ Teplota spoja 3 [°C]
+
+
+ Teplota spoja 4 [°C]
+
+
+ Teplota spoja 5 [°C]
+
+
+ Spoločný režim 0
+
+
+ Spoločný režim 1
+
+
+ Spoločný režim 2
+
+
+ Spoločný režim 3
+
+
+ Spoločný režim 4
+
+
+ Spoločný režim 5
+
+
+ Hlavná verzia ovládača
+
+
+ Menšia verzia ovládača
+
+
+ Rezervované
+
+
+ Režim robota
+
+
+ Sekundy stroja v reálnom čase
+
+
+ Stroj reálneho času v milisekundách
+
+
+ Minúty stroja v reálnom čase
+
+
+ Strojové hodiny v reálnom čase
+
+
+ Strojové dni v reálnom čase
+
+
+ Prúd robota [A]
+
+
+ PW: Je zapnuté napájanie
+
+
+ PR: Je program spustený
+
+
+ TB: Je stlačené tlačidlo učenia
+
+
+ PB: Je stlačené tlačidlo napájania
+
+
+ Frakcia posuvníka rýchlosti
+
+
+ Bezpečnostný režim
+
+
+ NIE: Je normálny režim
+
+
+ RD: Je redukovaný režim
+
+
+ PS: Je ochranný zastavený
+
+
+ RC: Je režim obnovy
+
+
+ SS: Je ochrana zastavená
+
+
+ SES: Je systém núdzovo zastavený
+
+
+ RES: Je robot núdzovo zastavený
+
+
+ ES: Je núdzové zastavenie
+
+
+ VL: Je porušenie
+
+
+ FT: Je chyba
+
+
+ ST: Je zastavený kvôli bezpečnosti
+
+
+ Skutočná pozícia TCP
+
+
+ Skutočná rýchlosť TCP
+
+
+ Skutočná sila TCP
+
+
+ Skutočný krútiaci moment TCP
+
+
+ Skalár sily TCP [N]
+
+
+ Režim nástroja
+
+
+ TDI: Digitálne vstupy nástroja
+
+
+ TDO: Digitálne výstupy nástroja
+
+
+ TAIT: Typy analógových vstupov nástroja
+
+
+ Analógový vstup nástroja 0 [A alebo V]
+
+
+ Analógový vstup 1 [A alebo V]
+
+
+ Výstupné napätie nástroja [V]
+
+
+ Prúd nástroja [A]
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Zapnutie na diaľku je povolené
+
+
+ Čas pulzu diaľkového napájania
+
+
+ IP adresa
+
+
+ Spustenie programu
+
+
+ Zastavenie programu
+
+
+ Pozastavenie programu
+
+
+ Nastavenie motora na
+
+
+ Akcia Run
+
+
+ Hlavný režim
+
+
+ Zasunutie nástroja 1
+
+
+ Nástroj 1 rozšíriť
+
+
+ Zatiahnutie nástroja 2
+
+
+ Nástroj 2 rozšíriť
+
+
+ Zatiahnutie nástroja 3
+
+
+ Nástroj 3 rozšíriť
+
+
+ Zatiahnutie nástroja 4
+
+
+ Nástroj 4 rozšíriť
+
+
+ Zóny
+
+
+ Číslo akcie
+
+
+ Globálna rýchlosť robota
+
+
+ Číslo nástroja
+
+
+ Číslo pracovného objektu
+
+
+ Číslo bodu
+
+
+ Rýchlosť špecifická pre používateľa 1
+
+
+ Rýchlosť špecifická pre používateľa 2
+
+
+ Špecifické UR
+
+
+ ID hardvéru zariadenia
+
+
+ Podmodul ID hardvéru 'T2OState'
+
+
+ ID hardvéru podmodulu "T2OIO
+
+
+ Podmodul ID hardvéru "T2OJoints
+
+
+ ID hardvéru podmodulu "T2OTCP
+
+
+ ID hardvéru 'T2OGeneralPurposeBitRegisters' podmodul
+
+
+ ID hardvéru 'T2OGeneralPurposeIntRegisters' podmodul
+
+
+ ID hardvéru 'T2OGeneralPurposeFloatRegisters' podmodul
+
+
+ ID hardvéru podmodulu 'O2TRobotIO'
+
+
+ ID hardvéru 'O2TGeneralPurposeRegisters1' podmodul
+
+
+ ID hardvéru 'O2TGeneralPurposeRegisters2' podmodul
+
+
+ Štandardná maska digitálneho výstupu
+
+
+ Konfigurovateľná maska digitálneho výstupu
+
+
+ AOM: Maska analógového výstupu
+
+
+ AOT: Typy analógových výstupov
+
+
+ TDOM: Maska digitálneho výstupu nástroja
+
+
+ TDO: Digitálny výstup nástroja
+
+
+ Štandardný analógový výstup 0
+
+
+ SSM: Frakčná maska posuvníka rýchlosti
+
+
+ Režim robota
+
+
+ V oblasti 1
+
+
+ V oblasti 2
+
+
+ V oblasti 3
+
+
+ V oblasti 4
+
+
+ V polohe 1
+
+
+ V polohe 2
+
+
+ V polohe 3
+
+
+ Na pozícii 4
+
+
+ Globálna rýchlosť
+
+
+ PointNumber
+
\ No newline at end of file
diff --git a/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.sk.resx b/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.sk.resx
index ab5c580c1..f2f7c9154 100644
--- a/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.sk.resx
+++ b/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/Resources/PlcStringResources.sk.resx
@@ -132,4 +132,418 @@
StopMovementsTask timeout.
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ V polohe
+
+
+ Súradnice
+
+
+ Úloha zapnutia napájania
+
+
+ Začnite na hlavnej
+
+
+ Spustenie motorov a programovanie
+
+
+ Zastavenie pohybov
+
+
+ Zastavenie pohybov a program
+
+
+ Spustenie pohybov s rozšírenými parametrami
+
+
+ Pokrok v oblasti výkonu
+
+
+ Pokrok v pohybe
+
+
+ Aktualizácia diagnostiky
+
+
+ Reštart ovládača
+
+
+ Robot
+
+
+ Štát
+
+
+ Stav IO
+
+
+ Stav nástroja
+
+
+ Kĺby
+
+
+ TCP
+
+
+ Bity
+
+
+ Inty
+
+
+ Plaváky
+
+
+ Rýchlosť
+
+
+ IO
+
+
+ Reg. 1
+
+
+ Nariadenie 2
+
+
+ Bitový register 0
+
+
+ Bitový register 1
+
+
+ Bitový register 2
+
+
+ Bitový register 3
+
+
+ Bitový register 4
+
+
+ Bitový register 5
+
+
+ Bitový register 6
+
+
+ Bitový register 7
+
+
+ Bitový register 8
+
+
+ Bitový register 9
+
+
+ Bitový register 10
+
+
+ Bitový register 11
+
+
+ Bitový register 12
+
+
+ Bitový register 13
+
+
+ Bitový register 14
+
+
+ Bitový register 15
+
+
+ Bitový register 16
+
+
+ Bitový register 17
+
+
+ Bitový register 18
+
+
+ Bitový register 19
+
+
+ Bitový register 20
+
+
+ Bitový register 21
+
+
+ Bitový register 22
+
+
+ Bitový register 23
+
+
+ Bitový register 24
+
+
+ Bitový register 25
+
+
+ Bitový register 26
+
+
+ Bitový register 27
+
+
+ Bitový register 28
+
+
+ Bitový register 29
+
+
+ Bitový register 30
+
+
+ Bitový register 31
+
+
+ Bitový register 32
+
+
+ Bitový register 33
+
+
+ Bitový register 34
+
+
+ Bitový register 35
+
+
+ Bitový register 36
+
+
+ Bitový register 37
+
+
+ Bitový register 38
+
+
+ Bitový register 39
+
+
+ Bitový register 40
+
+
+ Bitový register 41
+
+
+ Bitový register 42
+
+
+ Bitový register 43
+
+
+ Bitový register 44
+
+
+ Bitový register 45
+
+
+ Bitový register 46
+
+
+ Bitový register 47
+
+
+ Bitový register 48
+
+
+ Bitový register 49
+
+
+ Bitový register 50
+
+
+ Bitový register 51
+
+
+ Bitový register 52
+
+
+ Bitový register 53
+
+
+ Bitový register 54
+
+
+ Bitový register 55
+
+
+ Bitový register 56
+
+
+ Bitový register 57
+
+
+ Bitový register 58
+
+
+ Bitový register 59
+
+
+ Bitový register 60
+
+
+ Bitový register 61
+
+
+ Bitový register 62
+
+
+ Bitový register 63
+
+
+ Plavákový register 0
+
+
+ Plavákový register 1
+
+
+ Plávajúci register 2
+
+
+ Plávajúci register 3
+
+
+ Plávajúci register 4
+
+
+ Plávajúci register 5
+
+
+ Plávajúci register 6
+
+
+ Plávajúci register 7
+
+
+ Plávajúci register 8
+
+
+ Plávajúci register 9
+
+
+ Plávajúci register 10
+
+
+ Plávajúci register 11
+
+
+ Plávajúci register 12
+
+
+ Plávajúci register 13
+
+
+ Plávajúci register 14
+
+
+ Plávajúci register 15
+
+
+ Plávajúci register 16
+
+
+ Plávajúci register 17
+
+
+ Plávajúci register 18
+
+
+ Plávajúci register 19
+
+
+ Plávajúci register 20
+
+
+ Plávajúci register 21
+
+
+ Plávajúci register 22
+
+
+ Plávajúci register 23
+
+
+ Register Int 0
+
+
+ Register Int 1
+
+
+ Register Int 2
+
+
+ Register Int 3
+
+
+ Register Int 4
+
+
+ Register Int 5
+
+
+ Register Int 6
+
+
+ Register Int 7
+
+
+ Register Int 8
+
+
+ Register Int 9
+
+
+ Register Int 10
+
+
+ Register Int 11
+
+
+ Register Int 12
+
+
+ Register Int 13
+
+
+ Register Int 14
+
+
+ Register Int 15
+
+
+ Register Int 16
+
+
+ Register Int 17
+
+
+ Register Int 18
+
+
+ Register Int 19
+
+
+ Register Int 20
+
+
+ Register Int 21
+
\ No newline at end of file
diff --git a/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.Designer.cs b/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.Designer.cs
index 14786f1e9..e3227291e 100644
--- a/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.Designer.cs
+++ b/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,78 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Barcode length.
+ ///
+ public static string Barcode_length {
+ get {
+ return ResourceManager.GetString("Barcode_length", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Barcode type.
+ ///
+ public static string Barcode_type {
+ get {
+ return ResourceManager.GetString("Barcode_type", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Battery charge state.
+ ///
+ public static string Battery_charge_state {
+ get {
+ return ResourceManager.GetString("Battery_charge_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Battery temperature.
+ ///
+ public static string Battery_temperature {
+ get {
+ return ResourceManager.GetString("Battery_temperature", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Battery voltage.
+ ///
+ public static string Battery_voltage {
+ get {
+ return ResourceManager.GetString("Battery_voltage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cache overflow.
+ ///
+ public static string Cache_overflow {
+ get {
+ return ResourceManager.GetString("Cache_overflow", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Clear data.
+ ///
+ public static string Clear_data {
+ get {
+ return ResourceManager.GetString("Clear_data", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Clear error.
+ ///
+ public static string Clear_error {
+ get {
+ return ResourceManager.GetString("Clear_error", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ClearDataTask timeout..
///
@@ -78,6 +150,205 @@ public static string ClearErrorTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Continous reading.
+ ///
+ public static string Continous_reading {
+ get {
+ return ResourceManager.GetString("Continous_reading", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enable fragments.
+ ///
+ public static string Enable_fragments {
+ get {
+ return ResourceManager.GetString("Enable_fragments", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Enable handshake.
+ ///
+ public static string Enable_handshake {
+ get {
+ return ResourceManager.GetString("Enable_handshake", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to First fragment.
+ ///
+ public static string First_fragment {
+ get {
+ return ResourceManager.GetString("First_fragment", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Fragmentation enabled.
+ ///
+ public static string Fragmentation_enabled {
+ get {
+ return ResourceManager.GetString("Fragmentation_enabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Fragmented.
+ ///
+ public static string Fragmented {
+ get {
+ return ResourceManager.GetString("Fragmented", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Handshake enabled.
+ ///
+ public static string Handshake_enabled {
+ get {
+ return ResourceManager.GetString("Handshake_enabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the device.
+ ///
+ public static string Hardware_ID__of_the_device {
+ get {
+ return ResourceManager.GetString("Hardware_ID__of_the_device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'BarcodeData_v2' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_BarcodeData_UNDERSCORE_v_TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_BarcodeData_UNDERSCORE_v_TWO__APOSTROPHE__submodul" +
+ "e", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Input data overflow.
+ ///
+ public static string Input_data_overflow {
+ get {
+ return ResourceManager.GetString("Input_data_overflow", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Last fragment.
+ ///
+ public static string Last_fragment {
+ get {
+ return ResourceManager.GetString("Last_fragment", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Length of the data.
+ ///
+ public static string Length_of_the_data {
+ get {
+ return ResourceManager.GetString("Length_of_the_data", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Middle fragment.
+ ///
+ public static string Middle_fragment {
+ get {
+ return ResourceManager.GetString("Middle_fragment", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Number of scanners.
+ ///
+ public static string Number_of_scanners {
+ get {
+ return ResourceManager.GetString("Number_of_scanners", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Progress.
+ ///
+ public static string Progress {
+ get {
+ return ResourceManager.GetString("Progress", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read.
+ ///
+ public static string Read {
+ get {
+ return ResourceManager.GetString("Read", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read data.
+ ///
+ public static string Read_data {
+ get {
+ return ResourceManager.GetString("Read_data", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ReadTask timeout..
///
@@ -87,6 +358,42 @@ public static string ReadTask_timeout_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Scanner type.
+ ///
+ public static string Scanner_type {
+ get {
+ return ResourceManager.GetString("Scanner_type", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TemplateTask_10steps_5.
+ ///
+ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FIVE_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FIVE_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_10steps_5 timeout..
///
@@ -96,6 +403,15 @@ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FIVE__
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_10steps_4.
+ ///
+ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FOUR_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FOUR_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_10steps_4 timeout..
///
@@ -105,6 +421,15 @@ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FOUR__
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_10steps_6.
+ ///
+ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__SIX_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__SIX_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_10steps_6 timeout..
///
@@ -114,6 +439,15 @@ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__SIX__t
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_5.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FIVE_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FIVE_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_5 timeout..
///
@@ -123,6 +457,15 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FIVE__
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_4.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FOUR_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FOUR_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_4 timeout..
///
@@ -132,6 +475,15 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FOUR__
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_1.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__ONE_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__ONE_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_1 timeout..
///
@@ -141,6 +493,15 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__ONE__t
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_6.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__SIX_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__SIX_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_6 timeout..
///
@@ -150,6 +511,15 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__SIX__t
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_3.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__THREE_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__THREE_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_3 timeout..
///
@@ -159,6 +529,15 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__THREE_
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_2.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__TWO_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__TWO_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_2 timeout..
///
@@ -167,5 +546,50 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__TWO__t
return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__TWO__timeout_DOT_", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Transfer enabled.
+ ///
+ public static string Transfer_enabled {
+ get {
+ return ResourceManager.GetString("Transfer_enabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trigger state.
+ ///
+ public static string Trigger_state {
+ get {
+ return ResourceManager.GetString("Trigger_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update counter.
+ ///
+ public static string Update_counter {
+ get {
+ return ResourceManager.GetString("Update_counter", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Waiting for handshake.
+ ///
+ public static string Waiting_for_handshake {
+ get {
+ return ResourceManager.GetString("Waiting_for_handshake", resourceCulture);
+ }
+ }
}
}
diff --git a/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.resx b/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.resx
index 767c5f680..eb7332147 100644
--- a/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.resx
+++ b/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.resx
@@ -106,4 +106,192 @@
TemplateTask_20steps_6 timeout.
src\AxoEA3600\AxoEA3600.st,2978
+
+ Read
+ src\AxoEA3600\AxoEA3600.st,12
+
+
+ Read data
+ src\AxoEA3600\AxoEA3600.st,16
+
+
+ Barcode type
+ src\AxoEA3600\AxoEA3600.st,20
+
+
+ Barcode length
+ src\AxoEA3600\AxoEA3600.st,24
+
+
+ Progress
+ src\AxoEA3600\AxoEA3600.st,28
+
+
+ Restore
+ src\AxoEA3600\AxoEA3600.st,36
+
+
+ Clear data
+ src\AxoEA3600\AxoEA3600.st,41
+
+
+ Clear error
+ src\AxoEA3600\AxoEA3600.st,46
+
+
+ TemplateTask_10steps_4
+ src\AxoEA3600\AxoEA3600.st,55
+
+
+ TemplateTask_10steps_5
+ src\AxoEA3600\AxoEA3600.st,59
+
+
+ TemplateTask_10steps_6
+ src\AxoEA3600\AxoEA3600.st,63
+
+
+ TemplateTask_20steps_1
+ src\AxoEA3600\AxoEA3600.st,68
+
+
+ TemplateTask_20steps_2
+ src\AxoEA3600\AxoEA3600.st,72
+
+
+ TemplateTask_20steps_3
+ src\AxoEA3600\AxoEA3600.st,76
+
+
+ TemplateTask_20steps_4
+ src\AxoEA3600\AxoEA3600.st,80
+
+
+ TemplateTask_20steps_5
+ src\AxoEA3600\AxoEA3600.st,84
+
+
+ TemplateTask_20steps_6
+ src\AxoEA3600\AxoEA3600.st,88
+
+
+ Inputs
+ src\AxoEA3600\AxoEA3600.st,113
+
+
+ Outputs
+ src\AxoEA3600\AxoEA3600.st,119
+
+
+ Update diagnostics
+ src\AxoEA3600\AxoEA3600.st,127
+
+
+ Info time
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_Config.st,5
+
+
+ Error time
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_Config.st,7
+
+
+ Task timeout
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_Config.st,9
+
+
+ Hardware IDs
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_Config.st,11
+
+
+ Enable handshake
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_Config.st,13
+
+
+ Enable fragments
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_Config.st,15
+
+
+ Continous reading
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_Config.st,17
+
+
+ Hardware ID of the device
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_HWIDs.st,4
+
+
+ Hardware ID of the 'BarcodeData_v2' submodule
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_HWIDs.st,6
+
+
+ Fragmented
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,5
+
+
+ First fragment
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,7
+
+
+ Middle fragment
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,9
+
+
+ Last fragment
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,11
+
+
+ Transfer enabled
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,21
+
+
+ Handshake enabled
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,23
+
+
+ Fragmentation enabled
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,25
+
+
+ Cache overflow
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,27
+
+
+ Input data overflow
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,29
+
+
+ Waiting for handshake
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,31
+
+
+ Trigger state
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,33
+
+
+ Scanner type
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,35
+
+
+ Update counter
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,37
+
+
+ Number of scanners
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,41
+
+
+ Battery charge state
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,43
+
+
+ Battery voltage
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,45
+
+
+ Battery temperature
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,47
+
+
+ Length of the data
+ src\AxoEA3600\TypesStructuresAndEnums\AxoEA3600_In.st,53
+
\ No newline at end of file
diff --git a/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.sk-SK.resx b/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.sk-SK.resx
index 7e89e4423..999884e68 100644
--- a/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.sk-SK.resx
@@ -94,4 +94,145 @@
TemplateTask20steps6 timeout.
+
+ Obnovenie
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Prečítajte si
+
+
+ Čítanie údajov
+
+
+ Typ čiarového kódu
+
+
+ Dĺžka čiarového kódu
+
+
+ Pokrok
+
+
+ Vymazanie údajov
+
+
+ Vymazanie chyby
+
+
+ ŠablónaTask10steps4
+
+
+ ŠablónaTask10steps5
+
+
+ ŠablónaTask10steps6
+
+
+ ŠablónaTask20steps1
+
+
+ ŠablónaTask20steps2
+
+
+ ŠablónaTask20steps3
+
+
+ ŠablónaTask20steps4
+
+
+ ŠablónaTask20steps5
+
+
+ ŠablónaTask20steps6
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ Povolenie podávania rúk
+
+
+ Povolenie fragmentov
+
+
+ Kontinuálne čítanie
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "BarcodeDatav2
+
+
+ Fragmentované
+
+
+ Prvý fragment
+
+
+ Stredný fragment
+
+
+ Posledný fragment
+
+
+ Prenos povolený
+
+
+ Podanie rúk je povolené
+
+
+ Fragmentácia povolená
+
+
+ Preplnenie vyrovnávacej pamäte
+
+
+ Preplnenie vstupných údajov
+
+
+ Čakanie na podanie ruky
+
+
+ Stav spúšte
+
+
+ Typ skenera
+
+
+ Aktualizácia počítadla
+
+
+ Počet skenerov
+
+
+ Stav nabitia batérie
+
+
+ Napätie batérie
+
+
+ Teplota batérie
+
+
+ Dĺžka údajov
+
\ No newline at end of file
diff --git a/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.sk.resx b/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.sk.resx
index 9c5a45452..e64562ac0 100644
--- a/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.sk.resx
+++ b/src/components.zebra.vision/src/AXOpen.Components.Zebra.Vision/Resources/PlcStringResources.sk.resx
@@ -153,4 +153,13 @@
TemplateTask20steps6 timeout.
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
\ No newline at end of file
diff --git a/src/core/src/AXOpen.Core/Resources/PlcStringResources.Designer.cs b/src/core/src/AXOpen.Core/Resources/PlcStringResources.Designer.cs
index 39a3c6b32..b880162c6 100644
--- a/src/core/src/AXOpen.Core/Resources/PlcStringResources.Designer.cs
+++ b/src/core/src/AXOpen.Core/Resources/PlcStringResources.Designer.cs
@@ -87,6 +87,15 @@ public static string Check_that_steps_are_unique_and_properly_configured_DOT_ {
}
}
+ ///
+ /// Looks up a localized string similar to Command state.
+ ///
+ public static string Command_state {
+ get {
+ return ResourceManager.GetString("Command_state", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to CyclicExecuteIsNotCalled.
///
@@ -105,6 +114,34 @@ public static string Fallen {
}
}
+ ///
+ /// Looks up a localized string similar to Is manually controllable.
+ ///
+ public static string Is_manually_controllable {
+ get {
+ return ResourceManager.GetString("Is_manually_controllable", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Messenger.
+ ///
+ public static string Messenger {
+ get {
+ return ResourceManager.GetString("Messenger", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Messenger 1 - activate using 'Activate' method called inside the if statement.
+ ///
+ public static string Messenger__ONE___DASH__activate_using__APOSTROPHE_Activate_APOSTROPHE__method_called_inside_the_if_statement {
+ get {
+ return ResourceManager.GetString("Messenger__ONE___DASH__activate_using__APOSTROPHE_Activate_APOSTROPHE__method_cal" +
+ "led_inside_the_if_statement", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to MultipleExecuteIsCalled.
///
@@ -123,6 +160,15 @@ public static string NULL_CONTEXT {
}
}
+ ///
+ /// Looks up a localized string similar to RemoteTaskMessenger.
+ ///
+ public static string RemoteTaskMessenger {
+ get {
+ return ResourceManager.GetString("RemoteTaskMessenger", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Risen.
///
@@ -141,6 +187,15 @@ public static string Risen_again_before_acknowledgement {
}
}
+ ///
+ /// Looks up a localized string similar to Run step.
+ ///
+ public static string Run_step {
+ get {
+ return ResourceManager.GetString("Run_step", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Sequence completed :.
///
@@ -159,6 +214,15 @@ public static string Sequence_in_config_state__COLON_ {
}
}
+ ///
+ /// Looks up a localized string similar to Sequence mode.
+ ///
+ public static string Sequence_mode {
+ get {
+ return ResourceManager.GetString("Sequence_mode", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Starts step :.
///
@@ -186,6 +250,15 @@ public static string Step_request_to_step__COLON_ {
}
}
+ ///
+ /// Looks up a localized string similar to Stepping mode.
+ ///
+ public static string Stepping_mode {
+ get {
+ return ResourceManager.GetString("Stepping_mode", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Task done..
///
diff --git a/src/core/src/AXOpen.Core/Resources/PlcStringResources.resx b/src/core/src/AXOpen.Core/Resources/PlcStringResources.resx
index 097e9a0d0..275faa6b4 100644
--- a/src/core/src/AXOpen.Core/Resources/PlcStringResources.resx
+++ b/src/core/src/AXOpen.Core/Resources/PlcStringResources.resx
@@ -62,6 +62,22 @@
THE REMOTE TASK IS NOT INITIALIZED
src\AxoAlert\AxoAlert.st,45
+
+ Is manually controllable
+ src\AxoComponent\AxoComponent.st,62
+
+
+ Messenger 1 - activate using 'Activate' method called inside the if statement
+ src\AxoContext\AxoContext.st,19
+
+
+ RemoteTaskMessenger
+ src\AxoRemoteTask\AxoRemoteTask.st,27
+
+
+ Messenger
+ src\AxoTask\AxoTask.st,38
+
NULL CONTEXT
src\AxoTask\AxoTaskLight.st,247
@@ -98,6 +114,10 @@
Task failed
src\AxoTask\AxoTaskLight.st,432
+
+ Command state
+ src\AxoTask\AxoTaskLight.st,14
+
Sequence in config state :
src\AxoCoordination\AxoSequencer\AxoSequencer.st,79
@@ -122,6 +142,18 @@
Sequence completed :
src\AxoCoordination\AxoSequencer\AxoSequencer.st,294
+
+ Stepping mode
+ src\AxoCoordination\AxoSequencer\AxoSequencer.st,5
+
+
+ Sequence mode
+ src\AxoCoordination\AxoSequencer\AxoSequencer.st,7
+
+
+ Run step
+ src\AxoCoordination\AxoSequencer\AxoSequencer.st,12
+
At step:
src\AxoCoordination\AxoStep\AxoStep.st,173
diff --git a/src/core/src/AXOpen.Core/Resources/PlcStringResources.sk-SK.resx b/src/core/src/AXOpen.Core/Resources/PlcStringResources.sk-SK.resx
index 54725bbfc..2b6d0c300 100644
--- a/src/core/src/AXOpen.Core/Resources/PlcStringResources.sk-SK.resx
+++ b/src/core/src/AXOpen.Core/Resources/PlcStringResources.sk-SK.resx
@@ -118,4 +118,28 @@
Fallen
+
+ Je manuálne ovládateľný
+
+
+ Messenger 1 - aktivácia pomocou metódy 'Activate' volanej vo vnútri príkazu if
+
+
+ RemoteTaskMessenger
+
+
+ Messenger
+
+
+ Stav príkazu
+
+
+ Režim krokovania
+
+
+ Režim sekvencie
+
+
+ Krok spustenia
+
\ No newline at end of file
diff --git a/src/core/src/AXOpen.Core/inxton_axopen_core.csproj b/src/core/src/AXOpen.Core/inxton_axopen_core.csproj
index 2d8515cd2..5d3ebe5f3 100644
--- a/src/core/src/AXOpen.Core/inxton_axopen_core.csproj
+++ b/src/core/src/AXOpen.Core/inxton_axopen_core.csproj
@@ -23,6 +23,8 @@
+
+
@@ -44,7 +46,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
- inxton_axopen_core.Resources.PlcStringResources.resources
+
\ No newline at end of file
diff --git a/src/data/src/AXOpen.Data/Resources/PlcStringResources.Designer.cs b/src/data/src/AXOpen.Data/Resources/PlcStringResources.Designer.cs
index 694f1e562..85ed4b10a 100644
--- a/src/data/src/AXOpen.Data/Resources/PlcStringResources.Designer.cs
+++ b/src/data/src/AXOpen.Data/Resources/PlcStringResources.Designer.cs
@@ -59,5 +59,14 @@ internal PlcStringResources() {
resourceCulture = value;
}
}
+
+ ///
+ /// Looks up a localized string similar to Data operation.
+ ///
+ public static string Data_operation {
+ get {
+ return ResourceManager.GetString("Data_operation", resourceCulture);
+ }
+ }
}
}
diff --git a/src/data/src/AXOpen.Data/Resources/PlcStringResources.resx b/src/data/src/AXOpen.Data/Resources/PlcStringResources.resx
index e8ae276d9..45496e78b 100644
--- a/src/data/src/AXOpen.Data/Resources/PlcStringResources.resx
+++ b/src/data/src/AXOpen.Data/Resources/PlcStringResources.resx
@@ -58,4 +58,8 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Data operation
+ src\AxoDataCrudTask.st,9
+
\ No newline at end of file
diff --git a/src/data/src/AXOpen.Data/Resources/PlcStringResources.sk-SK.resx b/src/data/src/AXOpen.Data/Resources/PlcStringResources.sk-SK.resx
index 667ea1506..64612a335 100644
--- a/src/data/src/AXOpen.Data/Resources/PlcStringResources.sk-SK.resx
+++ b/src/data/src/AXOpen.Data/Resources/PlcStringResources.sk-SK.resx
@@ -58,4 +58,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ Operácia s údajmi
+
+
\ No newline at end of file
diff --git a/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.Designer.cs b/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.Designer.cs
index d0bd23b4c..1f58c9ae0 100644
--- a/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.Designer.cs
+++ b/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.Designer.cs
@@ -87,6 +87,87 @@ public static string Actual_COLON__ {
}
}
+ ///
+ /// Looks up a localized string similar to Attempts.
+ ///
+ public static string Attempts {
+ get {
+ return ResourceManager.GetString("Attempts", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Bypass.
+ ///
+ public static string Bypass {
+ get {
+ return ResourceManager.GetString("Bypass", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Data.
+ ///
+ public static string Data {
+ get {
+ return ResourceManager.GetString("Data", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Detected.
+ ///
+ public static string Detected {
+ get {
+ return ResourceManager.GetString("Detected", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ErrorCode.
+ ///
+ public static string ErrorCode {
+ get {
+ return ResourceManager.GetString("ErrorCode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Excluded.
+ ///
+ public static string Excluded {
+ get {
+ return ResourceManager.GetString("Excluded", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failure Description.
+ ///
+ public static string Failure_Description {
+ get {
+ return ResourceManager.GetString("Failure_Description", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Max.
+ ///
+ public static string Max {
+ get {
+ return ResourceManager.GetString("Max", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Min.
+ ///
+ public static string Min {
+ get {
+ return ResourceManager.GetString("Min", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to min:.
///
@@ -96,6 +177,15 @@ public static string min_COLON_ {
}
}
+ ///
+ /// Looks up a localized string similar to Re-tries.
+ ///
+ public static string Re_DASH_tries {
+ get {
+ return ResourceManager.GetString("Re_DASH_tries", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Req: .
///
@@ -104,5 +194,59 @@ public static string Req_COLON__ {
return ResourceManager.GetString("Req_COLON__", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Required.
+ ///
+ public static string Required {
+ get {
+ return ResourceManager.GetString("Required", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Result.
+ ///
+ public static string Result {
+ get {
+ return ResourceManager.GetString("Result", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Stab.Time.
+ ///
+ public static string Stab_DOT_Time {
+ get {
+ return ResourceManager.GetString("Stab_DOT_Time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Star notation.
+ ///
+ public static string Star_notation {
+ get {
+ return ResourceManager.GetString("Star_notation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Timeout.
+ ///
+ public static string Timeout {
+ get {
+ return ResourceManager.GetString("Timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TimeStamp.
+ ///
+ public static string TimeStamp {
+ get {
+ return ResourceManager.GetString("TimeStamp", resourceCulture);
+ }
+ }
}
}
diff --git a/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.resx b/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.resx
index 77a799876..b084bf132 100644
--- a/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.resx
+++ b/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.resx
@@ -78,4 +78,68 @@
Actual:
src\AxoInspector.st,471
+
+ TimeStamp
+ src\AxoInspectorData.st,12
+
+
+ Stab.Time
+ src\AxoInspectorData.st,16
+
+
+ Timeout
+ src\AxoInspectorData.st,20
+
+
+ Result
+ src\AxoInspectorData.st,24
+
+
+ Excluded
+ src\AxoInspectorData.st,28
+
+
+ Bypass
+ src\AxoInspectorData.st,32
+
+
+ Re-tries
+ src\AxoInspectorData.st,36
+
+
+ Attempts
+ src\AxoInspectorData.st,40
+
+
+ ErrorCode
+ src\AxoInspectorData.st,43
+
+
+ Failure Description
+ src\AxoInspectorData.st,46
+
+
+ Data
+ src\AxoInspectorDialog.st,23
+
+
+ Min
+ src\AxoAnalogueInspector\AxoAnalogueInspectorData.st,9
+
+
+ Detected
+ src\AxoAnalogueInspector\AxoAnalogueInspectorData.st,13
+
+
+ Max
+ src\AxoAnalogueInspector\AxoAnalogueInspectorData.st,16
+
+
+ Required
+ src\AxoDataInspector\AxoDataInspectorData.st,10
+
+
+ Star notation
+ src\AxoDataInspector\AxoDataInspectorData.st,17
+
\ No newline at end of file
diff --git a/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.sk-SK.resx b/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.sk-SK.resx
index 229aabfcd..fda683a4c 100644
--- a/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.sk-SK.resx
+++ b/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.sk-SK.resx
@@ -73,4 +73,52 @@
Aktuálne:
+
+ Časový limit
+
+
+ Časová pečiatka
+
+
+ Stab.Time
+
+
+ Výsledok
+
+
+ Vylúčené
+
+
+ Bypass
+
+
+ Opakované pokusy
+
+
+ Pokusy
+
+
+ ErrorCode
+
+
+ Popis zlyhania
+
+
+ Údaje
+
+
+ Min
+
+
+ Zistené
+
+
+ Max
+
+
+ Požadované
+
+
+ Hviezdičkový zápis
+
\ No newline at end of file
diff --git a/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.sk.resx b/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.sk.resx
index 5d4e4837f..7afa152c9 100644
--- a/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.sk.resx
+++ b/src/inspectors/src/AXOpen.Inspectors/Resources/PlcStringResources.sk.resx
@@ -132,4 +132,52 @@
Aktuálne:
+
+ Časový limit
+
+
+ Časová pečiatka
+
+
+ Stab.Time
+
+
+ Výsledok
+
+
+ Vylúčené
+
+
+ Bypass
+
+
+ Opakované pokusy
+
+
+ Pokusy
+
+
+ ErrorCode
+
+
+ Popis zlyhania
+
+
+ Údaje
+
+
+ Min
+
+
+ Zistené
+
+
+ Max
+
+
+ Požadované
+
+
+ Hviezdičkový zápis
+
\ No newline at end of file
diff --git a/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj b/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj
index a776b33b8..4cf763b89 100644
--- a/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj
+++ b/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj
@@ -60,7 +60,7 @@
PublicResXFileCodeGenerator
PlcStringResources.Designer.cs
- inxton_axopen_inspectors.Resources.PlcStringResources.resources
+
@@ -76,6 +76,7 @@
+
diff --git a/src/io/src/AXOpen.Io/Resources/PlcStringResources.Designer.cs b/src/io/src/AXOpen.Io/Resources/PlcStringResources.Designer.cs
index a9ab1fa4c..c2e529c65 100644
--- a/src/io/src/AXOpen.Io/Resources/PlcStringResources.Designer.cs
+++ b/src/io/src/AXOpen.Io/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,51 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Box1.
+ ///
+ public static string Box_ONE_ {
+ get {
+ return ResourceManager.GetString("Box_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Box2.
+ ///
+ public static string Box_TWO_ {
+ get {
+ return ResourceManager.GetString("Box_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Component state.
+ ///
+ public static string Component_state {
+ get {
+ return ResourceManager.GetString("Component_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Component state detail.
+ ///
+ public static string Component_state_detail {
+ get {
+ return ResourceManager.GetString("Component_state_detail", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Config.
+ ///
+ public static string Config {
+ get {
+ return ResourceManager.GetString("Config", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to ConfigTask timeout..
///
@@ -68,5 +113,392 @@ public static string ConfigTask_timeout_DOT_ {
return ResourceManager.GetString("ConfigTask_timeout_DOT_", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Data.
+ ///
+ public static string Data {
+ get {
+ return ResourceManager.GetString("Data", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Diagnostics details.
+ ///
+ public static string Diagnostics_details {
+ get {
+ return ResourceManager.GetString("Diagnostics_details", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Diagnostics return code.
+ ///
+ public static string Diagnostics_return_code {
+ get {
+ return ResourceManager.GetString("Diagnostics_return_code", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Diagnostics sub details.
+ ///
+ public static string Diagnostics_sub_details {
+ get {
+ return ResourceManager.GetString("Diagnostics_sub_details", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Faulty item details.
+ ///
+ public static string Faulty_item_details {
+ get {
+ return ResourceManager.GetString("Faulty_item_details", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to GetDiagnosticsReturnCode.
+ ///
+ public static string GetDiagnosticsReturnCode {
+ get {
+ return ResourceManager.GetString("GetDiagnosticsReturnCode", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware component state.
+ ///
+ public static string Hardware_component_state {
+ get {
+ return ResourceManager.GetString("Hardware_component_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID.
+ ///
+ public static string Hardware_ID {
+ get {
+ return ResourceManager.GetString("Hardware_ID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to HardwareID.
+ ///
+ public static string HardwareID {
+ get {
+ return ResourceManager.GetString("HardwareID", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Index.
+ ///
+ public static string Index {
+ get {
+ return ResourceManager.GetString("Index", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to IO state.
+ ///
+ public static string IO_state {
+ get {
+ return ResourceManager.GetString("IO_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to IOSystem.
+ ///
+ public static string IOSystem {
+ get {
+ return ResourceManager.GetString("IOSystem", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Length.
+ ///
+ public static string Length {
+ get {
+ return ResourceManager.GetString("Length", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Module.
+ ///
+ public static string Module {
+ get {
+ return ResourceManager.GetString("Module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Operating DiagnosticsEnabled.
+ ///
+ public static string Operating_DiagnosticsEnabled {
+ get {
+ return ResourceManager.GetString("Operating_DiagnosticsEnabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Operating state.
+ ///
+ public static string Operating_state {
+ get {
+ return ResourceManager.GetString("Operating_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PLC.
+ ///
+ public static string PLC {
+ get {
+ return ResourceManager.GetString("PLC", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to PlcState.
+ ///
+ public static string PlcState {
+ get {
+ return ResourceManager.GetString("PlcState", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Port 4.
+ ///
+ public static string Port__FOUR_ {
+ get {
+ return ResourceManager.GetString("Port__FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Port 1.
+ ///
+ public static string Port__ONE_ {
+ get {
+ return ResourceManager.GetString("Port__ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Port 3.
+ ///
+ public static string Port__THREE_ {
+ get {
+ return ResourceManager.GetString("Port__THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Port 2.
+ ///
+ public static string Port__TWO_ {
+ get {
+ return ResourceManager.GetString("Port__TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Port C4.
+ ///
+ public static string Port_C_FOUR_ {
+ get {
+ return ResourceManager.GetString("Port_C_FOUR_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Port C1.
+ ///
+ public static string Port_C_ONE_ {
+ get {
+ return ResourceManager.GetString("Port_C_ONE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Port C3.
+ ///
+ public static string Port_C_THREE_ {
+ get {
+ return ResourceManager.GetString("Port_C_THREE_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Port C2.
+ ///
+ public static string Port_C_TWO_ {
+ get {
+ return ResourceManager.GetString("Port_C_TWO_", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Port status.
+ ///
+ public static string Port_status {
+ get {
+ return ResourceManager.GetString("Port_status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Read record.
+ ///
+ public static string Read_record {
+ get {
+ return ResourceManager.GetString("Read_record", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to State.
+ ///
+ public static string State {
+ get {
+ return ResourceManager.GetString("State", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Station.
+ ///
+ public static string Station {
+ get {
+ return ResourceManager.GetString("Station", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Status.
+ ///
+ public static string Status {
+ get {
+ return ResourceManager.GetString("Status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Sub module.
+ ///
+ public static string Sub_module {
+ get {
+ return ResourceManager.GetString("Sub_module", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Subordinate IO state.
+ ///
+ public static string Subordinate_IO_state {
+ get {
+ return ResourceManager.GetString("Subordinate_IO_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Subordinate state.
+ ///
+ public static string Subordinate_state {
+ get {
+ return ResourceManager.GetString("Subordinate_state", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update sub diagnostics.
+ ///
+ public static string Update_sub_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_sub_diagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to UpdateDiagnostics.
+ ///
+ public static string UpdateDiagnostics {
+ get {
+ return ResourceManager.GetString("UpdateDiagnostics", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Write record.
+ ///
+ public static string Write_record {
+ get {
+ return ResourceManager.GetString("Write_record", resourceCulture);
+ }
+ }
}
}
diff --git a/src/io/src/AXOpen.Io/Resources/PlcStringResources.resx b/src/io/src/AXOpen.Io/Resources/PlcStringResources.resx
index ef68921a5..47a9639ee 100644
--- a/src/io/src/AXOpen.Io/Resources/PlcStringResources.resx
+++ b/src/io/src/AXOpen.Io/Resources/PlcStringResources.resx
@@ -58,8 +58,200 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ UpdateDiagnostics
+ src\AxoHwDiag\AxoHwDiag.st,13
+
+
+ Restore
+ src\AxoHwDiag\AxoHwDiag.st,16
+
+
+ Hardware ID
+ src\AxoIoComponent\AxoHardwareDiagnostics.st,11
+
+
+ Diagnostics return code
+ src\AxoIoComponent\AxoHardwareDiagnostics.st,14
+
+
+ Diagnostics details
+ src\AxoIoComponent\AxoHardwareDiagnostics.st,18
+
+
+ Diagnostics sub details
+ src\AxoIoComponent\AxoHardwareSubDiagnostics.st,18
+
+
+ Update diagnostics
+ src\AxoIoComponent\AxoIoComponent.st,11
+
+
+ Update sub diagnostics
+ src\AxoIoComponent\AxoIoComponent.st,14
+
ConfigTask timeout.
src\AxoIOLinkET200SP_Balluff_IO\AxoIOLinkET200SP_Balluff_IO.st,1379
+
+ Config
+ src\AxoIOLinkET200SP_Balluff_IO\AxoIOLinkET200SP_Balluff_IO.st,16
+
+
+ Inputs
+ src\AxoIOLinkET200SP_Balluff_IO\AxoIOLinkET200SP_Balluff_IO.st,43
+
+
+ Index
+ src\AxoRecordAccessTool\AxoRecordAccessTool.st,16
+
+
+ Length
+ src\AxoRecordAccessTool\AxoRecordAccessTool.st,19
+
+
+ Status
+ src\AxoRecordAccessTool\AxoRecordAccessTool.st,22
+
+
+ Data
+ src\AxoRecordAccessTool\AxoRecordAccessTool.st,25
+
+
+ Read record
+ src\AxoRecordAccessTool\AxoRecordAccessTool.st,28
+
+
+ Write record
+ src\AxoRecordAccessTool\AxoRecordAccessTool.st,31
+
+
+ HardwareID
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagCommonDetails.st,5
+
+
+ State
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagCommonDetails.st,7
+
+
+ Subordinate state
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagCommonDetails.st,9
+
+
+ GetDiagnosticsReturnCode
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagCommonDetails.st,11
+
+
+ Operating DiagnosticsEnabled
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagCommonDetails.st,13
+
+
+ IO state
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagCommonDetails.st,15
+
+
+ Hardware component state
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagComponentStateDetail.st,6
+
+
+ PLC
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagDetails.st,7
+
+
+ IOSystem
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagDetails.st,13
+
+
+ Station
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagDetails.st,19
+
+
+ Module
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagDetails.st,25
+
+
+ Sub module
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagDetails.st,31
+
+
+ Faulty item details
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagDetails.st,37
+
+
+ Component state
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagSystemDetails.st,12
+
+
+ Operating state
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiagSystemDetails.st,15
+
+
+ Info time
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiag_Config.st,8
+
+
+ Error time
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiag_Config.st,10
+
+
+ Task timeout
+ src\AxoHwDiag\TypesStructuresAndEnums\AxoHwDiag_Config.st,12
+
+
+ PlcState
+ src\AxoIoComponent\TypesStructuresAndEnums\ComponentStateDetail.st,10
+
+
+ Component state detail
+ src\AxoIoComponent\TypesStructuresAndEnums\DiagnosticDetails.st,6
+
+
+ Subordinate IO state
+ src\AxoIoComponent\TypesStructuresAndEnums\SubordinateDiagnosticDetails.st,7
+
+
+ Port 1
+ src\AxoIOLinkET200SP_Balluff_IO\TypesStructuresAndEnums\AxoIOLinkET200SP_Balluff_IO_Config.st,13
+
+
+ Port 2
+ src\AxoIOLinkET200SP_Balluff_IO\TypesStructuresAndEnums\AxoIOLinkET200SP_Balluff_IO_Config.st,15
+
+
+ Port 3
+ src\AxoIOLinkET200SP_Balluff_IO\TypesStructuresAndEnums\AxoIOLinkET200SP_Balluff_IO_Config.st,17
+
+
+ Port 4
+ src\AxoIOLinkET200SP_Balluff_IO\TypesStructuresAndEnums\AxoIOLinkET200SP_Balluff_IO_Config.st,19
+
+
+ Port C1
+ src\AxoIOLinkET200SP_Balluff_IO\TypesStructuresAndEnums\AxoIOLinkET200SP_Balluff_IO_In.st,5
+
+
+ Port C2
+ src\AxoIOLinkET200SP_Balluff_IO\TypesStructuresAndEnums\AxoIOLinkET200SP_Balluff_IO_In.st,8
+
+
+ Port C3
+ src\AxoIOLinkET200SP_Balluff_IO\TypesStructuresAndEnums\AxoIOLinkET200SP_Balluff_IO_In.st,11
+
+
+ Port C4
+ src\AxoIOLinkET200SP_Balluff_IO\TypesStructuresAndEnums\AxoIOLinkET200SP_Balluff_IO_In.st,14
+
+
+ Box1
+ src\AxoIOLinkET200SP_Balluff_IO\TypesStructuresAndEnums\AxoIOLinkET200SP_Balluff_IO_Port.st,5
+
+
+ Box2
+ src\AxoIOLinkET200SP_Balluff_IO\TypesStructuresAndEnums\AxoIOLinkET200SP_Balluff_IO_Port.st,8
+
+
+ Port status
+ src\AxoIOLinkET200SP_Balluff_IO\TypesStructuresAndEnums\AxoIOLinkET200SP_Balluff_IO_Port.st,11
+
\ No newline at end of file
diff --git a/src/io/src/AXOpen.Io/Resources/PlcStringResources.sk-SK.resx b/src/io/src/AXOpen.Io/Resources/PlcStringResources.sk-SK.resx
index 421badd12..c7d849168 100644
--- a/src/io/src/AXOpen.Io/Resources/PlcStringResources.sk-SK.resx
+++ b/src/io/src/AXOpen.Io/Resources/PlcStringResources.sk-SK.resx
@@ -61,4 +61,148 @@
Časový limit úlohy ConfigTask.
+
+ Obnovenie
+
+
+ Vstupy
+
+
+ UpdateDiagnostics
+
+
+ ID hardvéru
+
+
+ Návratový kód diagnostiky
+
+
+ Podrobnosti o diagnostike
+
+
+ Dielčie podrobnosti o diagnostike
+
+
+ Aktualizácia diagnostiky
+
+
+ Aktualizácia čiastkovej diagnostiky
+
+
+ Konfigurácia
+
+
+ Index
+
+
+ Dĺžka
+
+
+ Stav
+
+
+ Údaje
+
+
+ Prečítajte si záznam
+
+
+ Zápis záznamu
+
+
+ HardwareID
+
+
+ Štát
+
+
+ Podriadený štát
+
+
+ GetDiagnosticsReturnCode
+
+
+ Zapnutá prevádzková diagnostika
+
+
+ Stav IO
+
+
+ Stav hardvérovej súčasti
+
+
+ PLC
+
+
+ Systém IOS
+
+
+ Stanica
+
+
+ Modul
+
+
+ Podmodul
+
+
+ Podrobnosti o chybnej položke
+
+
+ Stav súčasti
+
+
+ Prevádzkový stav
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ PlcState
+
+
+ Detail stavu komponentu
+
+
+ Podriadený stav IO
+
+
+ Port 1
+
+
+ Port 2
+
+
+ Port 3
+
+
+ Prístav 4
+
+
+ Prístav C1
+
+
+ Prístav C2
+
+
+ Prístav C3
+
+
+ Prístav C4
+
+
+ Box1
+
+
+ Box2
+
+
+ Stav prístavu
+
\ No newline at end of file
diff --git a/src/io/src/AXOpen.Io/Resources/PlcStringResources.sk.resx b/src/io/src/AXOpen.Io/Resources/PlcStringResources.sk.resx
index fc502f64f..7bd315cf6 100644
--- a/src/io/src/AXOpen.Io/Resources/PlcStringResources.sk.resx
+++ b/src/io/src/AXOpen.Io/Resources/PlcStringResources.sk.resx
@@ -120,4 +120,10 @@
Časový limit úlohy ConfigTask.
+
+ Obnoviť
+
+
+ Vstupy
+
\ No newline at end of file
diff --git a/src/template.axolibrary/src/projname/Resources/PlcStringResources.Designer.cs b/src/template.axolibrary/src/projname/Resources/PlcStringResources.Designer.cs
index a55847eb9..0978255cf 100644
--- a/src/template.axolibrary/src/projname/Resources/PlcStringResources.Designer.cs
+++ b/src/template.axolibrary/src/projname/Resources/PlcStringResources.Designer.cs
@@ -60,6 +60,465 @@ internal PlcStringResources() {
}
}
+ ///
+ /// Looks up a localized string similar to Control.
+ ///
+ public static string Control {
+ get {
+ return ResourceManager.GetString("Control", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error time.
+ ///
+ public static string Error_time {
+ get {
+ return ResourceManager.GetString("Error_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the device.
+ ///
+ public static string Hardware_ID__of_the_device {
+ get {
+ return ResourceManager.GetString("Hardware_ID__of_the_device", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_8' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__EIGHT__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__EIGHT__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_5' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__FIVE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__FIVE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_4' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__FOUR__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__FOUR__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_9' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__NINE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__NINE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_1' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_18' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__EIGHT__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__EIGHT__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_15' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__FIVE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__FIVE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_14' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__FOUR__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__FOUR__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_19' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__NINE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__NINE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_11' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__ONE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_17' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__SEVEN__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__SEVEN__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_16' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__SIX__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__SIX__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_13' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__THREE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__THREE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_12' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__TWO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_10' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__ZERO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__ONE__ZERO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_7' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__SEVEN__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__SEVEN__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_6' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__SIX__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__SIX__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_3' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__THREE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__THREE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_2' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__TWO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'in_20' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__TWO__ZERO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_in_UNDERSCORE__TWO__ZERO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_8' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__EIGHT__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__EIGHT__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_5' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__FIVE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__FIVE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_4' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__FOUR__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__FOUR__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_9' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__NINE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__NINE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_1' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_18' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__EIGHT__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__EIGHT__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_15' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__FIVE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__FIVE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_14' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__FOUR__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__FOUR__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_19' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__NINE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__NINE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_11' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__ONE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__ONE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_17' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__SEVEN__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__SEVEN__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_16' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__SIX__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__SIX__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_13' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__THREE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__THREE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_12' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__TWO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_10' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__ZERO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__ONE__ZERO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_7' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__SEVEN__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__SEVEN__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_6' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__SIX__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__SIX__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_3' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__THREE__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__THREE__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_2' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__TWO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__TWO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware ID of the 'out_20' submodule.
+ ///
+ public static string Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__TWO__ZERO__APOSTROPHE__submodule {
+ get {
+ return ResourceManager.GetString("Hardware_ID_of_the__APOSTROPHE_out_UNDERSCORE__TWO__ZERO__APOSTROPHE__submodule", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Hardware IDs.
+ ///
+ public static string Hardware_IDs {
+ get {
+ return ResourceManager.GetString("Hardware_IDs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Info time.
+ ///
+ public static string Info_time {
+ get {
+ return ResourceManager.GetString("Info_time", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Inputs.
+ ///
+ public static string Inputs {
+ get {
+ return ResourceManager.GetString("Inputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Outputs.
+ ///
+ public static string Outputs {
+ get {
+ return ResourceManager.GetString("Outputs", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restore.
+ ///
+ public static string Restore {
+ get {
+ return ResourceManager.GetString("Restore", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Status.
+ ///
+ public static string Status {
+ get {
+ return ResourceManager.GetString("Status", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Task timeout.
+ ///
+ public static string Task_timeout {
+ get {
+ return ResourceManager.GetString("Task_timeout", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to TemplateTask_10steps_5.
+ ///
+ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FIVE_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FIVE_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_10steps_5 timeout..
///
@@ -69,6 +528,15 @@ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FIVE__
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_10steps_4.
+ ///
+ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FOUR_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FOUR_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_10steps_4 timeout..
///
@@ -78,6 +546,15 @@ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__FOUR__
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_10steps_1.
+ ///
+ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__ONE_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__ONE_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_10steps_1 timeout..
///
@@ -87,6 +564,15 @@ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__ONE__t
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_10steps_6.
+ ///
+ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__SIX_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__SIX_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_10steps_6 timeout..
///
@@ -96,6 +582,15 @@ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__SIX__t
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_10steps_3.
+ ///
+ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__THREE_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__THREE_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_10steps_3 timeout..
///
@@ -105,6 +600,15 @@ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__THREE_
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_10steps_2.
+ ///
+ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__TWO_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__TWO_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_10steps_2 timeout..
///
@@ -114,6 +618,15 @@ public static string TemplateTask_UNDERSCORE__ONE__ZERO_steps_UNDERSCORE__TWO__t
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_5.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FIVE_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FIVE_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_5 timeout..
///
@@ -123,6 +636,15 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FIVE__
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_4.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FOUR_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FOUR_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_4 timeout..
///
@@ -132,6 +654,15 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__FOUR__
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_1.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__ONE_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__ONE_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_1 timeout..
///
@@ -141,6 +672,15 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__ONE__t
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_6.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__SIX_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__SIX_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_6 timeout..
///
@@ -150,6 +690,15 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__SIX__t
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_3.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__THREE_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__THREE_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_3 timeout..
///
@@ -159,6 +708,15 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__THREE_
}
}
+ ///
+ /// Looks up a localized string similar to TemplateTask_20steps_2.
+ ///
+ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__TWO_ {
+ get {
+ return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__TWO_", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to TemplateTask_20steps_2 timeout..
///
@@ -167,5 +725,14 @@ public static string TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__TWO__t
return ResourceManager.GetString("TemplateTask_UNDERSCORE__TWO__ZERO_steps_UNDERSCORE__TWO__timeout_DOT_", resourceCulture);
}
}
+
+ ///
+ /// Looks up a localized string similar to Update diagnostics.
+ ///
+ public static string Update_diagnostics {
+ get {
+ return ResourceManager.GetString("Update_diagnostics", resourceCulture);
+ }
+ }
}
}
diff --git a/src/template.axolibrary/src/projname/Resources/PlcStringResources.de.resx b/src/template.axolibrary/src/projname/Resources/PlcStringResources.de.resx
index ea8060257..8ac1baa07 100644
--- a/src/template.axolibrary/src/projname/Resources/PlcStringResources.de.resx
+++ b/src/template.axolibrary/src/projname/Resources/PlcStringResources.de.resx
@@ -153,4 +153,193 @@
TemplateTask20steps6 Zeitüberschreitung.
+
+ Wiederherstellen
+
+
+ VorlageAufgabe10Schritte1
+
+
+ VorlageAufgabe10Schritte2
+
+
+ VorlageAufgabe10Schritte3
+
+
+ VorlageAufgabe10Schritte4
+
+
+ VorlageAufgabe10Schritte5
+
+
+ VorlageAufgabe10Schritte6
+
+
+ VorlageAufgabe20Schritte1
+
+
+ VorlageAufgabe20Schritte2
+
+
+ VorlageAufgabe20Schritte3
+
+
+ VorlageAufgabe20Schritte4
+
+
+ VorlageAufgabe20Schritte5
+
+
+ VorlageAufgabe20Schritte6
+
+
+ Eingaben
+
+
+ Ausgaben
+
+
+ Diagnose aktualisieren
+
+
+ Info-Zeit
+
+
+ Fehlerzeit
+
+
+ Zeitüberschreitung der Aufgabe
+
+
+ Hardware-IDs
+
+
+ Hardware-ID des Geräts
+
+
+ Hardware-ID des Submoduls 'in1'.
+
+
+ Hardware-ID des Submoduls 'in2'.
+
+
+ Hardware-ID des Submoduls 'in3'.
+
+
+ Hardware-ID des Submoduls 'in4'.
+
+
+ Hardware-ID des Submoduls 'in5'.
+
+
+ Hardware-ID des Submoduls 'in6'.
+
+
+ Hardware-ID des Submoduls 'in7'.
+
+
+ Hardware-ID des 'in8'-Submoduls
+
+
+ Hardware-ID des Submoduls 'in9'.
+
+
+ Hardware-ID des Submoduls 'in10'.
+
+
+ Hardware-ID des 'in11'-Submoduls
+
+
+ Hardware-ID des Submoduls 'in12'.
+
+
+ Hardware-ID des Submoduls 'in13'.
+
+
+ Hardware-ID des Submoduls 'in14'.
+
+
+ Hardware-ID des Submoduls 'in15'.
+
+
+ Hardware-ID des 'in16'-Submoduls
+
+
+ Hardware-ID des Submoduls 'in17'.
+
+
+ Hardware-ID des Submoduls 'in18'.
+
+
+ Hardware-ID des Submoduls 'in19'.
+
+
+ Hardware-ID des Submoduls 'in20'.
+
+
+ Hardware-ID des Submoduls 'out1'.
+
+
+ Hardware-ID des Submoduls 'out2'.
+
+
+ Hardware-ID des Submoduls 'out3'.
+
+
+ Hardware-ID des Submoduls 'out4'.
+
+
+ Hardware-ID des Submoduls 'out5'.
+
+
+ Hardware-ID des Submoduls 'out6'.
+
+
+ Hardware-ID des Submoduls 'out7'.
+
+
+ Hardware-ID des Submoduls 'out8'.
+
+
+ Hardware-ID des Submoduls 'out9'.
+
+
+ Hardware-ID des Submoduls 'out10'.
+
+
+ Hardware-ID des Submoduls 'out11'.
+
+
+ Hardware-ID des Submoduls 'out12'.
+
+
+ Hardware-ID des Submoduls 'out13'.
+
+
+ Hardware-ID des Submoduls 'out14'.
+
+
+ Hardware-ID des Submoduls 'out15'.
+
+
+ Hardware-ID des Submoduls 'out16'.
+
+
+ Hardware-ID des Submoduls 'out17'.
+
+
+ Hardware-ID des Submoduls 'out18'.
+
+
+ Hardware-ID des Submoduls 'out19'.
+
+
+ Hardware-ID des Submoduls 'out20'.
+
+
+ Status
+
+
+ Kontrolle
+
\ No newline at end of file
diff --git a/src/template.axolibrary/src/projname/Resources/PlcStringResources.resx b/src/template.axolibrary/src/projname/Resources/PlcStringResources.resx
index c593f10b6..70ec387da 100644
--- a/src/template.axolibrary/src/projname/Resources/PlcStringResources.resx
+++ b/src/template.axolibrary/src/projname/Resources/PlcStringResources.resx
@@ -106,4 +106,256 @@
TemplateTask_20steps_6 timeout.
src\TemplateComponent\TemplateComponent.st,4869
+
+ Restore
+ src\TemplateComponent\TemplateComponent.st,17
+
+
+ TemplateTask_10steps_1
+ src\TemplateComponent\TemplateComponent.st,24
+
+
+ TemplateTask_10steps_2
+ src\TemplateComponent\TemplateComponent.st,28
+
+
+ TemplateTask_10steps_3
+ src\TemplateComponent\TemplateComponent.st,32
+
+
+ TemplateTask_10steps_4
+ src\TemplateComponent\TemplateComponent.st,36
+
+
+ TemplateTask_10steps_5
+ src\TemplateComponent\TemplateComponent.st,40
+
+
+ TemplateTask_10steps_6
+ src\TemplateComponent\TemplateComponent.st,44
+
+
+ TemplateTask_20steps_1
+ src\TemplateComponent\TemplateComponent.st,49
+
+
+ TemplateTask_20steps_2
+ src\TemplateComponent\TemplateComponent.st,53
+
+
+ TemplateTask_20steps_3
+ src\TemplateComponent\TemplateComponent.st,57
+
+
+ TemplateTask_20steps_4
+ src\TemplateComponent\TemplateComponent.st,61
+
+
+ TemplateTask_20steps_5
+ src\TemplateComponent\TemplateComponent.st,65
+
+
+ TemplateTask_20steps_6
+ src\TemplateComponent\TemplateComponent.st,69
+
+
+ Inputs
+ src\TemplateComponent\TemplateComponent.st,94
+
+
+ Outputs
+ src\TemplateComponent\TemplateComponent.st,100
+
+
+ Update diagnostics
+ src\TemplateComponent\TemplateComponent.st,108
+
+
+ Info time
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_Config.st,5
+
+
+ Error time
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_Config.st,7
+
+
+ Task timeout
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_Config.st,9
+
+
+ Hardware IDs
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_Config.st,11
+
+
+ Hardware ID of the device
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,4
+
+
+ Hardware ID of the 'in_1' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,6
+
+
+ Hardware ID of the 'in_2' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,8
+
+
+ Hardware ID of the 'in_3' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,10
+
+
+ Hardware ID of the 'in_4' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,12
+
+
+ Hardware ID of the 'in_5' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,14
+
+
+ Hardware ID of the 'in_6' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,16
+
+
+ Hardware ID of the 'in_7' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,18
+
+
+ Hardware ID of the 'in_8' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,20
+
+
+ Hardware ID of the 'in_9' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,22
+
+
+ Hardware ID of the 'in_10' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,24
+
+
+ Hardware ID of the 'in_11' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,26
+
+
+ Hardware ID of the 'in_12' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,28
+
+
+ Hardware ID of the 'in_13' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,30
+
+
+ Hardware ID of the 'in_14' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,32
+
+
+ Hardware ID of the 'in_15' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,34
+
+
+ Hardware ID of the 'in_16' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,36
+
+
+ Hardware ID of the 'in_17' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,38
+
+
+ Hardware ID of the 'in_18' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,40
+
+
+ Hardware ID of the 'in_19' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,42
+
+
+ Hardware ID of the 'in_20' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,44
+
+
+ Hardware ID of the 'out_1' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,46
+
+
+ Hardware ID of the 'out_2' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,48
+
+
+ Hardware ID of the 'out_3' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,50
+
+
+ Hardware ID of the 'out_4' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,52
+
+
+ Hardware ID of the 'out_5' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,54
+
+
+ Hardware ID of the 'out_6' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,56
+
+
+ Hardware ID of the 'out_7' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,58
+
+
+ Hardware ID of the 'out_8' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,60
+
+
+ Hardware ID of the 'out_9' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,62
+
+
+ Hardware ID of the 'out_10' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,64
+
+
+ Hardware ID of the 'out_11' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,66
+
+
+ Hardware ID of the 'out_12' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,68
+
+
+ Hardware ID of the 'out_13' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,70
+
+
+ Hardware ID of the 'out_14' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,72
+
+
+ Hardware ID of the 'out_15' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,74
+
+
+ Hardware ID of the 'out_16' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,76
+
+
+ Hardware ID of the 'out_17' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,78
+
+
+ Hardware ID of the 'out_18' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,80
+
+
+ Hardware ID of the 'out_19' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,82
+
+
+ Hardware ID of the 'out_20' submodule
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_HWIDs.st,84
+
+
+ Status
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_In.st,5
+
+
+ Control
+ src\TemplateComponent\TypesStructuresAndEnums\TemplateComponent_Out.st,5
+
\ No newline at end of file
diff --git a/src/template.axolibrary/src/projname/Resources/PlcStringResources.sk-SK.resx b/src/template.axolibrary/src/projname/Resources/PlcStringResources.sk-SK.resx
index 607d66630..903e0ba3f 100644
--- a/src/template.axolibrary/src/projname/Resources/PlcStringResources.sk-SK.resx
+++ b/src/template.axolibrary/src/projname/Resources/PlcStringResources.sk-SK.resx
@@ -94,4 +94,193 @@
TemplateTask20steps6 timeout.
+
+ Obnovenie
+
+
+ ŠablónaTask10steps1
+
+
+ ŠablónaTask10steps2
+
+
+ ŠablónaTask10steps3
+
+
+ ŠablónaTask10steps4
+
+
+ ŠablónaTask10steps5
+
+
+ ŠablónaTask10steps6
+
+
+ ŠablónaTask20steps1
+
+
+ ŠablónaTask20steps2
+
+
+ ŠablónaTask20steps3
+
+
+ ŠablónaTask20steps4
+
+
+ ŠablónaTask20steps5
+
+
+ ŠablónaTask20steps6
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "in1
+
+
+ ID hardvéru podmodulu "in2
+
+
+ ID hardvéru podmodulu "in3
+
+
+ ID hardvéru podmodulu "in4
+
+
+ ID hardvéru podmodulu "in5
+
+
+ ID hardvéru podmodulu "in6
+
+
+ ID hardvéru podmodulu "in7
+
+
+ ID hardvéru podmodulu "in8
+
+
+ ID hardvéru podmodulu "in9
+
+
+ ID hardvéru podmodulu "in10
+
+
+ ID hardvéru podmodulu "in11
+
+
+ ID hardvéru podmodulu "in12
+
+
+ ID hardvéru podmodulu "in13
+
+
+ ID hardvéru podmodulu "in14
+
+
+ ID hardvéru podmodulu "in15
+
+
+ ID hardvéru podmodulu "in16
+
+
+ ID hardvéru podmodulu "in17
+
+
+ ID hardvéru podmodulu "in18
+
+
+ ID hardvéru podmodulu "in19
+
+
+ ID hardvéru podmodulu "in20
+
+
+ ID hardvéru podmodulu "out1
+
+
+ ID hardvéru podmodulu "out2
+
+
+ ID hardvéru podmodulu "out3
+
+
+ ID hardvéru podmodulu "out4
+
+
+ ID hardvéru podmodulu "out5
+
+
+ ID hardvéru podmodulu "out6
+
+
+ ID hardvéru podmodulu "out7
+
+
+ ID hardvéru podmodulu "out8
+
+
+ ID hardvéru podmodulu "out9
+
+
+ ID hardvéru podmodulu "out10
+
+
+ ID hardvéru podmodulu "out11
+
+
+ ID hardvéru podmodulu "out12
+
+
+ ID hardvéru podmodulu "out13
+
+
+ ID hardvéru podmodulu "out14
+
+
+ ID hardvéru podmodulu "out15
+
+
+ ID hardvéru podmodulu "out16
+
+
+ ID hardvéru podmodulu "out17
+
+
+ ID hardvéru podmodulu "out18
+
+
+ ID hardvéru podmodulu "out19
+
+
+ ID hardvéru podmodulu "out20
+
+
+ Stav
+
+
+ Kontrola
+
\ No newline at end of file
diff --git a/src/template.axolibrary/src/projname/Resources/PlcStringResources.sk.resx b/src/template.axolibrary/src/projname/Resources/PlcStringResources.sk.resx
index 71b161def..ca92bc54f 100644
--- a/src/template.axolibrary/src/projname/Resources/PlcStringResources.sk.resx
+++ b/src/template.axolibrary/src/projname/Resources/PlcStringResources.sk.resx
@@ -153,4 +153,193 @@
TemplateTask20steps6 timeout.
+
+ Obnoviť
+
+
+ Vstupy
+
+
+ Výstupy
+
+
+ ŠablónaTask10steps1
+
+
+ ŠablónaTask10steps2
+
+
+ ŠablónaTask10steps3
+
+
+ ŠablónaTask10steps4
+
+
+ ŠablónaTask10steps5
+
+
+ ŠablónaTask10steps6
+
+
+ ŠablónaTask20steps1
+
+
+ ŠablónaTask20steps2
+
+
+ ŠablónaTask20steps3
+
+
+ ŠablónaTask20steps4
+
+
+ ŠablónaTask20steps5
+
+
+ ŠablónaTask20steps6
+
+
+ Aktualizácia diagnostiky
+
+
+ Informačný čas
+
+
+ Čas chyby
+
+
+ Časový limit úlohy
+
+
+ Identifikátory hardvéru
+
+
+ ID hardvéru zariadenia
+
+
+ ID hardvéru podmodulu "in1
+
+
+ ID hardvéru podmodulu "in2
+
+
+ ID hardvéru podmodulu "in3
+
+
+ ID hardvéru podmodulu "in4
+
+
+ ID hardvéru podmodulu "in5
+
+
+ ID hardvéru podmodulu "in6
+
+
+ ID hardvéru podmodulu "in7
+
+
+ ID hardvéru podmodulu "in8
+
+
+ ID hardvéru podmodulu "in9
+
+
+ ID hardvéru podmodulu "in10
+
+
+ ID hardvéru podmodulu "in11
+
+
+ ID hardvéru podmodulu "in12
+
+
+ ID hardvéru podmodulu "in13
+
+
+ ID hardvéru podmodulu "in14
+
+
+ ID hardvéru podmodulu "in15
+
+
+ ID hardvéru podmodulu "in16
+
+
+ ID hardvéru podmodulu "in17
+
+
+ ID hardvéru podmodulu "in18
+
+
+ ID hardvéru podmodulu "in19
+
+
+ ID hardvéru podmodulu "in20
+
+
+ ID hardvéru podmodulu "out1
+
+
+ ID hardvéru podmodulu "out2
+
+
+ ID hardvéru podmodulu "out3
+
+
+ ID hardvéru podmodulu "out4
+
+
+ ID hardvéru podmodulu "out5
+
+
+ ID hardvéru podmodulu "out6
+
+
+ ID hardvéru podmodulu "out7
+
+
+ ID hardvéru podmodulu "out8
+
+
+ ID hardvéru podmodulu "out9
+
+
+ ID hardvéru podmodulu "out10
+
+
+ ID hardvéru podmodulu "out11
+
+
+ ID hardvéru podmodulu "out12
+
+
+ ID hardvéru podmodulu "out13
+
+
+ ID hardvéru podmodulu "out14
+
+
+ ID hardvéru podmodulu "out15
+
+
+ ID hardvéru podmodulu "out16
+
+
+ ID hardvéru podmodulu "out17
+
+
+ ID hardvéru podmodulu "out18
+
+
+ ID hardvéru podmodulu "out19
+
+
+ ID hardvéru podmodulu "out20
+
+
+ Stav
+
+
+ Kontrola
+
\ No newline at end of file
diff --git a/src/traversals/apax/apax.yml b/src/traversals/apax/apax.yml
new file mode 100644
index 000000000..85023673f
--- /dev/null
+++ b/src/traversals/apax/apax.yml
@@ -0,0 +1,81 @@
+name: "apax.traversal"
+version: "0.0.0-dev.0"
+type: "app"
+targets:
+- "1500"
+registries:
+ '@inxton': "https://npm.pkg.github.com/"
+devDependencies:
+ '@inxton/ax-sdk': "0.0.0-dev.0"
+dependencies:
+ "abstractions-app": "0.0.0-dev.0"
+ "@inxton/axopen.abstractions": "0.0.0-dev.0"
+ "@inxton/ax.axopen.app": "0.0.0-dev.0"
+ "@inxton/ax.axopen.hwlibrary": "0.0.0-dev.0"
+ "@inxton/ax.axopen.min": "0.0.0-dev.0"
+ "@inxton/ax.catalog": "0.0.44"
+ "app_axopen.components.abb.robotics": "0.0.0-dev.0"
+ "@inxton/axopen.components.abb.robotics": "0.0.0-dev.0"
+ "components.abstractions-app": "0.0.0-dev.0"
+ "@inxton/axopen.components.abstractions": "0.0.0-dev.0"
+ "app_axopen.components.balluff.identification": "0.0.0-dev.0"
+ "@inxton/axopen.components.balluff.identification": "0.0.0-dev.0"
+ "app_axopen.components.cognex.vision": "0.0.0-dev.0"
+ "@inxton/axopen.components.cognex.vision": "0.0.0-dev.0"
+ "app_axopen.components.desoutter.tightening": "0.0.0-dev.0"
+ "@inxton/axopen.components.desoutter.tightening": "0.0.0-dev.0"
+ "app_axopen.components.drives": "0.0.0-dev.0"
+ "@inxton/axopen.components.drives": "0.0.0-dev.0"
+ "app_axopen.components.dukane.welders": "0.0.0-dev.0"
+ "@inxton/axopen.components.dukane.welders": "0.0.0-dev.0"
+ "elementscomponents": "0.0.0-dev.0"
+ "@inxton/axopen.components.elements": "0.0.0-dev.0"
+ "app_axopen.components.festo.drives": "0.0.0-dev.0"
+ "@inxton/axopen.components.festo.drives": "0.0.0-dev.0"
+ "app_axopen.components.keyence.vision": "0.0.0-dev.0"
+ "@inxton/axopen.components.keyence.vision": "0.0.0-dev.0"
+ "app_axopen.components.kuka.robotics": "0.0.0-dev.0"
+ "@inxton/axopen.components.kuka.robotics": "0.0.0-dev.0"
+ "app_axopen.components.mitsubishi.robotics": "0.0.0-dev.0"
+ "@inxton/axopen.components.mitsubishi.robotics": "0.0.0-dev.0"
+ "pneumaticcomponents": "0.0.0-dev.0"
+ "@inxton/axopen.components.pneumatics": "0.0.0-dev.0"
+ "app_axopen.components.rexroth.drives": "0.0.0-dev.0"
+ "@inxton/axopen.components.rexroth.drives": "0.0.0-dev.0"
+ "app_axopen.components.rexroth.press": "0.0.0-dev.0"
+ "@inxton/axopen.components.rexroth.press": "0.0.0-dev.0"
+ "app_axopen.components.rexroth.tightening": "0.0.0-dev.0"
+ "@inxton/axopen.components.rexroth.tightening": "0.0.0-dev.0"
+ "app_axopen.components.robotics": "0.0.0-dev.0"
+ "@inxton/axopen.components.robotics": "0.0.0-dev.0"
+ "app_axopen.components.siem.communication": "0.0.0-dev.0"
+ "@inxton/axopen.components.siem.communication": "0.0.0-dev.0"
+ "app_axopen.components.siem.identification": "0.0.0-dev.0"
+ "@inxton/axopen.components.siem.identification": "0.0.0-dev.0"
+ "app_axopen.components.ur.robotics": "0.0.0-dev.0"
+ "@inxton/axopen.components.ur.robotics": "0.0.0-dev.0"
+ "app_axopen.components.zebra.vision": "0.0.0-dev.0"
+ "@inxton/axopen.components.zebra.vision": "0.0.0-dev.0"
+ "ix_axopencore": "0.0.0-dev.0"
+ "@inxton/axopen.core": "0.0.0-dev.0"
+ "axopen.data-app": "0.0.0-dev.0"
+ "@inxton/axopen.data": "0.0.0-dev.0"
+ "axopen.data.tests_l1": "0.0.0-dev.0"
+ "axopen.integration.tests_l4": "0.0.0-dev.0"
+ "axopen.inspectors": "0.0.0-dev.0"
+ "@inxton/axopen.inspectors": "0.0.0-dev.0"
+ "axopen.integrations": "0.0.0-dev.0"
+ "app_axopen.io": "0.0.0-dev.0"
+ "@inxton/axopen.io": "0.0.0-dev.0"
+ "probers-app": "0.0.0-dev.0"
+ "@inxton/axopen.probers": "0.0.0-dev.0"
+ "simatic1500-app": "0.0.0-dev.0"
+ "@inxton/axopen.simatic1500": "0.0.0-dev.0"
+ "app_apaxappname": "0.0.0-dev.0"
+ "@inxton/apaxlibname": "0.0.0-dev.0"
+ "timers-app": "0.0.0-dev.0"
+ "@inxton/axopen.timers": "0.0.0-dev.0"
+ "utils-app": "0.0.0-dev.0"
+ "@inxton/axopen.utils": "0.0.0-dev.0"
+installStrategy: "overridable"
+...
From 7bf54e4ca905ee590c5777cf57a544a55c1f2c5c Mon Sep 17 00:00:00 2001
From: Peter Kurhajec <61538034+PTKu@users.noreply.github.com>
Date: Thu, 29 Jan 2026 14:20:17 +0100
Subject: [PATCH 4/5] Add translations for various PLC string resources in
multiple languages
- Added Spanish translations for new PLC string resources in PlcStringResources.es.resx.
- Added Hungarian translations for new PLC string resources in PlcStringResources.hu-HU.resx.
- Added Polish translations for new PLC string resources in PlcStringResources.pl-PL.resx.
- Added Slovak translations for new PLC string resources in PlcStringResources.sk-SK.resx and PlcStringResources.sk.resx.
- Updated English PLC string resources in PlcStringResources.resx with new entries.
- Removed unnecessary ManifestResourceName entries in project files for various components.
---
.../inxton_axopen_abstractions.csproj | 3 +-
...xton_axopen_components_abb_robotics.csproj | 3 +-
...xton_axopen_components_abstractions.csproj | 3 +-
...n_components_balluff_identification.csproj | 3 +-
...ton_axopen_components_cognex_vision.csproj | 3 +-
...pen_components_desoutter_tightening.csproj | 3 +-
.../inxton_axopen_components_drives.csproj | 3 +-
.../ctrl/src/AxoAi/AxoAiConfig.st | 8 +-
.../ctrl/src/AxoAo/AxoAoConfig.st | 8 +-
.../Resources/PlcStringResources.Designer.cs | 45 +++++++
.../Resources/PlcStringResources.de-DE.resx | 111 +++++++++++++++++
.../Resources/PlcStringResources.es-ES.resx | 111 +++++++++++++++++
.../Resources/PlcStringResources.es.resx | 111 +++++++++++++++++
.../Resources/PlcStringResources.hu-HU.resx | 113 +++++++++++++++++-
.../Resources/PlcStringResources.pl-PL.resx | 111 +++++++++++++++++
.../Resources/PlcStringResources.resx | 28 ++++-
.../Resources/PlcStringResources.sk-SK.resx | 15 +++
.../Resources/PlcStringResources.sk.resx | 15 +++
.../inxton_axopen_components_elements.csproj | 3 +-
...xton_axopen_components_festo_drives.csproj | 3 +-
...on_axopen_components_keyence_vision.csproj | 3 +-
...ton_axopen_components_kuka_robotics.csproj | 3 +-
...open_components_mitsubishi_robotics.csproj | 3 +-
...inxton_axopen_components_pneumatics.csproj | 3 +-
...on_axopen_components_rexroth_drives.csproj | 3 +-
...ton_axopen_components_rexroth_press.csproj | 3 +-
.../inxton_axopen_components_robotics.csproj | 3 +-
...open_components_siem_identification.csproj | 3 +-
...nxton_axopen_components_ur_robotics.csproj | 3 +-
.../src/AXOpen.Core/inxton_axopen_core.csproj | 5 +-
.../src/AXOpen.Data/inxton_axopen_data.csproj | 3 +-
.../inxton_axopen_inspectors.csproj | 4 +-
src/io/src/AXOpen.Io/inxton_axopen_io.csproj | 3 +-
.../ctrl/ix/inxton_axopen_simatic1500.csproj | 3 +-
.../AXOpen.Timers/inxton_axopen_timers.csproj | 3 +-
.../AXOpen.Utils/inxton_axopen_utils.csproj | 3 +-
36 files changed, 694 insertions(+), 60 deletions(-)
diff --git a/src/abstractions/src/AXOpen.Abstractions/inxton_axopen_abstractions.csproj b/src/abstractions/src/AXOpen.Abstractions/inxton_axopen_abstractions.csproj
index babb2ea4e..504d30204 100644
--- a/src/abstractions/src/AXOpen.Abstractions/inxton_axopen_abstractions.csproj
+++ b/src/abstractions/src/AXOpen.Abstractions/inxton_axopen_abstractions.csproj
@@ -32,8 +32,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_abstractions.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
\ No newline at end of file
diff --git a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/inxton_axopen_components_abb_robotics.csproj b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/inxton_axopen_components_abb_robotics.csproj
index c5b217b34..4d9726ea1 100644
--- a/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/inxton_axopen_components_abb_robotics.csproj
+++ b/src/components.abb.robotics/src/AXOpen.Components.Abb.Robotics/inxton_axopen_components_abb_robotics.csproj
@@ -60,8 +60,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_abb_robotics.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.abstractions/src/AXOpen.Components.Abstractions/inxton_axopen_components_abstractions.csproj b/src/components.abstractions/src/AXOpen.Components.Abstractions/inxton_axopen_components_abstractions.csproj
index fbe51b689..c800b0a86 100644
--- a/src/components.abstractions/src/AXOpen.Components.Abstractions/inxton_axopen_components_abstractions.csproj
+++ b/src/components.abstractions/src/AXOpen.Components.Abstractions/inxton_axopen_components_abstractions.csproj
@@ -32,8 +32,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_abstractions.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/inxton_axopen_components_balluff_identification.csproj b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/inxton_axopen_components_balluff_identification.csproj
index dfba4c2ae..ec9ad874e 100644
--- a/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/inxton_axopen_components_balluff_identification.csproj
+++ b/src/components.balluff.identification/src/AXOpen.Components.Balluff.Identification/inxton_axopen_components_balluff_identification.csproj
@@ -59,8 +59,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_balluff_identification.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/inxton_axopen_components_cognex_vision.csproj b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/inxton_axopen_components_cognex_vision.csproj
index 09cf18928..e0dd31fc7 100644
--- a/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/inxton_axopen_components_cognex_vision.csproj
+++ b/src/components.cognex.vision/src/AXOpen.Components.Cognex.Vision/inxton_axopen_components_cognex_vision.csproj
@@ -60,8 +60,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_cognex_vision.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/inxton_axopen_components_desoutter_tightening.csproj b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/inxton_axopen_components_desoutter_tightening.csproj
index c7ef065b3..a4252b479 100644
--- a/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/inxton_axopen_components_desoutter_tightening.csproj
+++ b/src/components.desoutter.tightening/src/AXOpen.Components.Desoutter.Tightening/inxton_axopen_components_desoutter_tightening.csproj
@@ -59,8 +59,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_desoutter_tightening.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.drives/src/AXOpen.Components.Drives/inxton_axopen_components_drives.csproj b/src/components.drives/src/AXOpen.Components.Drives/inxton_axopen_components_drives.csproj
index 1a9dd429a..4b003d3ab 100644
--- a/src/components.drives/src/AXOpen.Components.Drives/inxton_axopen_components_drives.csproj
+++ b/src/components.drives/src/AXOpen.Components.Drives/inxton_axopen_components_drives.csproj
@@ -59,8 +59,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_drives.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.elements/ctrl/src/AxoAi/AxoAiConfig.st b/src/components.elements/ctrl/src/AxoAi/AxoAiConfig.st
index f615e9ca3..32660d35b 100644
--- a/src/components.elements/ctrl/src/AxoAi/AxoAiConfig.st
+++ b/src/components.elements/ctrl/src/AxoAi/AxoAiConfig.st
@@ -9,33 +9,39 @@ NAMESPACE AXOpen.Components.Elements
//
// Lowest possible value of the raw input.
- //
+ //
+ {#ix-set:AttributeName = "<#Raw low#>"}
RawLow : DINT;
//
// Highest possible value of the raw input.
//
+ {#ix-set:AttributeName = "<#Raw high#>"}
RawHigh : DINT;
//
// Lowest threshold of scaled value.
// `RealLow` and `RealHigh` should represent the real range of an continuous input.
//
+ {#ix-set:AttributeName = "<#Real low#>"}
RealLow : REAL;
//
// Highest threshold range of scaled value.
// `RealLow` and `RealHigh` should represent the real range of an continuous input.
//
+ {#ix-set:AttributeName = "<#Real high#>"}
RealHigh : REAL;
//
// Allows simple adjustment of the calculated value multiplying the value by factor of `Gain`.
//
+ {#ix-set:AttributeName = "<#Gain#>"}
Gain : REAL := REAL#1.0;
//
// Allows simple adjustment of the calculated value by adding `Offset` value.
//
+ {#ix-set:AttributeName = "<#Offset#>"}
Offset : REAL := REAL#0.0;
END_VAR
END_CLASS
diff --git a/src/components.elements/ctrl/src/AxoAo/AxoAoConfig.st b/src/components.elements/ctrl/src/AxoAo/AxoAoConfig.st
index 7239b88b4..24e94f1f3 100644
--- a/src/components.elements/ctrl/src/AxoAo/AxoAoConfig.st
+++ b/src/components.elements/ctrl/src/AxoAo/AxoAoConfig.st
@@ -9,34 +9,40 @@ NAMESPACE AXOpen.Components.Elements
//
// Lowest possible value of the raw input.
- //
+ //
+ {#ix-set:AttributeName = "<#Raw low#>"}
RawLow : DINT;
//
// Highest possible value of the raw input.
//
+ {#ix-set:AttributeName = "<#Raw high#>"}
RawHigh : DINT;
//
// Lowest threshold of scaled value.
// `RealLow` and `RealHigh` should represent the real range of an continuous input.
//
+ {#ix-set:AttributeName = "<#Real low#>"}
RealLow : REAL;
//
// Highest threshold range of scaled value.
// `RealLow` and `RealHigh` should represent the real range of an continuous input.
//
+ {#ix-set:AttributeName = "<#Real high#>"}
RealHigh : REAL;
//
// Allows simple adjustment of the calculated value multiplying the value by factor of `Gain`.
//
+ {#ix-set:AttributeName = "<#Gain#>"}
Gain : REAL := REAL#1.0;
//
// Allows simple adjustment of the calculated value by adding `Offset` value.
//
+ {#ix-set:AttributeName = "<#Offset#>"}
Offset : REAL := REAL#0.0;
END_VAR
END_CLASS
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.Designer.cs b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.Designer.cs
index 35df26d67..3b4f8ac05 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.Designer.cs
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.Designer.cs
@@ -132,6 +132,15 @@ public static string Error_time {
}
}
+ ///
+ /// Looks up a localized string similar to Gain.
+ ///
+ public static string Gain {
+ get {
+ return ResourceManager.GetString("Gain", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to In position.
///
@@ -249,6 +258,24 @@ public static string Outputs {
}
}
+ ///
+ /// Looks up a localized string similar to Raw high.
+ ///
+ public static string Raw_high {
+ get {
+ return ResourceManager.GetString("Raw_high", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Raw low.
+ ///
+ public static string Raw_low {
+ get {
+ return ResourceManager.GetString("Raw_low", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Raw range.
///
@@ -258,6 +285,24 @@ public static string Raw_range {
}
}
+ ///
+ /// Looks up a localized string similar to Real high.
+ ///
+ public static string Real_high {
+ get {
+ return ResourceManager.GetString("Real_high", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Real low.
+ ///
+ public static string Real_low {
+ get {
+ return ResourceManager.GetString("Real_low", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Real range.
///
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.de-DE.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.de-DE.resx
index fec0c167e..5602e5cd1 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.de-DE.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.de-DE.resx
@@ -67,4 +67,115 @@
InitPositionTask Zeitüberschreitung.
+
+ Status
+
+
+ Messenger-Info
+
+
+ Rohwert niedrig
+
+
+ Rohwert hoch
+
+
+ Realwert niedrig
+
+
+ Realwert hoch
+
+
+ Verstärkung
+
+
+ Offset
+
+
+ Rohwertbereich
+
+
+ Realwertbereich
+
+
+ Skalierungswert
+
+
+ Sollwert
+
+
+ Unskalierter Wert
+
+
+ Tastersignal
+
+
+ LED-Anzeige
+
+
+ Signal
+
+
+ Ein prüfen
+
+
+ Aus prüfen
+
+
+ Ein
+
+
+ Aus
+
+
+ Drehen
+
+
+ Aktuelle Position
+
+
+ Wiederherstellen
+
+
+ Positionsinitialisierung
+
+
+ Eingänge
+
+
+ Ausgänge
+
+
+ Informationszeit
+
+
+ Fehlerzeit
+
+
+ Aufgaben-Timeout
+
+
+ Richtung
+
+
+ Anzahl der Positionen
+
+
+ Drehung freigeben
+
+
+ Drehung starten
+
+
+ Sicherheitsbedingung
+
+
+ In Position
+
+
+ In Präzisionsposition
+
+
+ Kodierposition
+
\ No newline at end of file
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.es-ES.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.es-ES.resx
index 624e32f66..fdb53aa25 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.es-ES.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.es-ES.resx
@@ -67,4 +67,115 @@
Tiempo de espera de InitPositionTask.
+
+ Estado
+
+
+ Información de mensajería
+
+
+ Valor sin procesar bajo
+
+
+ Valor sin procesar alto
+
+
+ Valor real bajo
+
+
+ Valor real alto
+
+
+ Ganancia
+
+
+ Desplazamiento
+
+
+ Rango sin procesar
+
+
+ Rango real
+
+
+ Valor de escala
+
+
+ Punto de ajuste
+
+
+ Valor sin escalar
+
+
+ Señal de botón
+
+
+ Indicador LED
+
+
+ Señal
+
+
+ Verificar encendido
+
+
+ Verificar apagado
+
+
+ Encendido
+
+
+ Apagado
+
+
+ Girar
+
+
+ Posición actual
+
+
+ Restaurar
+
+
+ Tarea de inicialización de posición
+
+
+ Entradas
+
+
+ Salidas
+
+
+ Tiempo de información
+
+
+ Tiempo de error
+
+
+ Tiempo de espera de tarea
+
+
+ Dirección
+
+
+ Número de posiciones
+
+
+ Habilitar giro
+
+
+ Iniciar giro
+
+
+ Condición de seguridad
+
+
+ En posición
+
+
+ En posición precisa
+
+
+ Posición de codificación
+
\ No newline at end of file
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.es.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.es.resx
index b0b2d7f71..9e441aa5b 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.es.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.es.resx
@@ -126,4 +126,115 @@
Tiempo de espera de InitPositionTask.
+
+ Estado
+
+
+ Información de mensajería
+
+
+ Valor sin procesar bajo
+
+
+ Valor sin procesar alto
+
+
+ Valor real bajo
+
+
+ Valor real alto
+
+
+ Ganancia
+
+
+ Desplazamiento
+
+
+ Rango sin procesar
+
+
+ Rango real
+
+
+ Valor de escala
+
+
+ Punto de ajuste
+
+
+ Valor sin escalar
+
+
+ Señal de botón
+
+
+ Indicador LED
+
+
+ Señal
+
+
+ Verificar encendido
+
+
+ Verificar apagado
+
+
+ Encendido
+
+
+ Apagado
+
+
+ Girar
+
+
+ Posición actual
+
+
+ Restaurar
+
+
+ Tarea de inicialización de posición
+
+
+ Entradas
+
+
+ Salidas
+
+
+ Tiempo de información
+
+
+ Tiempo de error
+
+
+ Tiempo de espera de tarea
+
+
+ Dirección
+
+
+ Número de posiciones
+
+
+ Habilitar giro
+
+
+ Iniciar giro
+
+
+ Condición de seguridad
+
+
+ En posición
+
+
+ En posición precisa
+
+
+ Posición de codificación
+
\ No newline at end of file
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.hu-HU.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.hu-HU.resx
index e18a16a98..aff8befa0 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.hu-HU.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.hu-HU.resx
@@ -65,6 +65,117 @@
TurnTask időkorlát.
- InitPositionTask timeout.
+ InitPositionTask időtúllépés.
+
+
+ Állapot
+
+
+ Üzenetküldő információ
+
+
+ Nyers alsó érték
+
+
+ Nyers felső érték
+
+
+ Valós alsó érték
+
+
+ Valós felső érték
+
+
+ Erősítés
+
+
+ Eltolás
+
+
+ Nyers tartomány
+
+
+ Valós tartomány
+
+
+ Skálázott érték
+
+
+ Beállított érték
+
+
+ Skálázatlan érték
+
+
+ Gomb jel
+
+
+ LED jelző
+
+
+ Jel
+
+
+ Bekapcsolás ellenőrzése
+
+
+ Kikapcsolás ellenőrzése
+
+
+ Be
+
+
+ Ki
+
+
+ Forgatás
+
+
+ Aktuális pozíció
+
+
+ Visszaállítás
+
+
+ Pozíció inicializálási feladat
+
+
+ Bemenetek
+
+
+ Kimenetek
+
+
+ Információs idő
+
+
+ Hiba idő
+
+
+ Feladat időtúllépés
+
+
+ Irány
+
+
+ Pozíciók száma
+
+
+ Forgatás engedélyezése
+
+
+ Forgatás indítása
+
+
+ Biztonsági feltétel
+
+
+ Pozícióban
+
+
+ Precíz pozícióban
+
+
+ Kódolási pozíció
\ No newline at end of file
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.pl-PL.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.pl-PL.resx
index c6f4fe7e1..b7bd5ed5e 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.pl-PL.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.pl-PL.resx
@@ -67,4 +67,115 @@
Limit czasu InitPositionTask.
+
+ Status
+
+
+ Informacje komunikatora
+
+
+ Wartość surowa niska
+
+
+ Wartość surowa wysoka
+
+
+ Wartość rzeczywista niska
+
+
+ Wartość rzeczywista wysoka
+
+
+ Wzmocnienie
+
+
+ Przesunięcie
+
+
+ Zakres wartości surowej
+
+
+ Zakres wartości rzeczywistej
+
+
+ Wartość skalowana
+
+
+ Wartość zadana
+
+
+ Wartość nieskalowana
+
+
+ Sygnał przycisku
+
+
+ Wskaźnik LED
+
+
+ Sygnał
+
+
+ Sprawdź włączenie
+
+
+ Sprawdź wyłączenie
+
+
+ Włączone
+
+
+ Wyłączone
+
+
+ Obrót
+
+
+ Aktualna pozycja
+
+
+ Przywróć
+
+
+ Zadanie inicjalizacji pozycji
+
+
+ Wejścia
+
+
+ Wyjścia
+
+
+ Czas informacyjny
+
+
+ Czas błędu
+
+
+ Limit czasu zadania
+
+
+ Kierunek
+
+
+ Liczba pozycji
+
+
+ Włącz obrót
+
+
+ Start obrotu
+
+
+ Warunek bezpieczeństwa
+
+
+ W pozycji
+
+
+ W precyzyjnej pozycji
+
+
+ Pozycja kodowania
+
\ No newline at end of file
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.resx
index 1f37ebf56..83e800915 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.resx
@@ -66,6 +66,30 @@
MessengerInfo
src\AxoAi\AxoAi.st,29
+
+ Raw low
+ src\AxoAi\AxoAiConfig.st,12
+
+
+ Raw high
+ src\AxoAi\AxoAiConfig.st,18
+
+
+ Real low
+ src\AxoAi\AxoAiConfig.st,25
+
+
+ Real high
+ src\AxoAi\AxoAiConfig.st,32
+
+
+ Gain
+ src\AxoAi\AxoAiConfig.st,38
+
+
+ Offset
+ src\AxoAi\AxoAiConfig.st,43
+
Raw range
src\AxoAi\AxoAiStatus.st,11
@@ -170,10 +194,6 @@
Number of positions
src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_Config.st,13
-
- Offset
- src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_Config.st,15
-
Enable turn
src\AxoRotaryIndexingTable\AxoRotaryIndexingTable_Control.st,5
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk-SK.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk-SK.resx
index d72b1ce2a..b069586a0 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk-SK.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk-SK.resx
@@ -163,4 +163,19 @@
Pozícia kódovania
+
+ Spodná surová hodnota
+
+
+ Vrchná surová hodnota
+
+
+ Spodná reálna hodnota
+
+
+ Vrchná reálna hodnota
+
+
+ Zosilnenie
+
\ No newline at end of file
diff --git a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk.resx b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk.resx
index 610466f5b..42a62ad9f 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk.resx
+++ b/src/components.elements/src/AXOpen.Components.Elements/Resources/PlcStringResources.sk.resx
@@ -222,4 +222,19 @@
Pozícia kódovania
+
+ Spodná surová hodnota
+
+
+ Vrchná surová hodnota
+
+
+ Spodná reálna hodnota
+
+
+ Vrchná reálna hodnota
+
+
+ Zosilnenie
+
\ No newline at end of file
diff --git a/src/components.elements/src/AXOpen.Components.Elements/inxton_axopen_components_elements.csproj b/src/components.elements/src/AXOpen.Components.Elements/inxton_axopen_components_elements.csproj
index 9ee5544a4..789bc3404 100644
--- a/src/components.elements/src/AXOpen.Components.Elements/inxton_axopen_components_elements.csproj
+++ b/src/components.elements/src/AXOpen.Components.Elements/inxton_axopen_components_elements.csproj
@@ -56,8 +56,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_elements.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/inxton_axopen_components_festo_drives.csproj b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/inxton_axopen_components_festo_drives.csproj
index ee0290974..38772ebb4 100644
--- a/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/inxton_axopen_components_festo_drives.csproj
+++ b/src/components.festo.drives/src/AXOpen.Components.Festo.Drives/inxton_axopen_components_festo_drives.csproj
@@ -59,8 +59,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_festo_drives.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/inxton_axopen_components_keyence_vision.csproj b/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/inxton_axopen_components_keyence_vision.csproj
index 7c319bb84..b6ff63ec9 100644
--- a/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/inxton_axopen_components_keyence_vision.csproj
+++ b/src/components.keyence.vision/src/AXOpen.Components.Keyence.Vision/inxton_axopen_components_keyence_vision.csproj
@@ -59,8 +59,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_keyence_vision.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/inxton_axopen_components_kuka_robotics.csproj b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/inxton_axopen_components_kuka_robotics.csproj
index 135970808..7e44e8412 100644
--- a/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/inxton_axopen_components_kuka_robotics.csproj
+++ b/src/components.kuka.robotics/src/AXOpen.Components.Kuka.Robotics/inxton_axopen_components_kuka_robotics.csproj
@@ -60,8 +60,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_kuka_robotics.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/inxton_axopen_components_mitsubishi_robotics.csproj b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/inxton_axopen_components_mitsubishi_robotics.csproj
index e1f7e1bbb..d4e5240ff 100644
--- a/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/inxton_axopen_components_mitsubishi_robotics.csproj
+++ b/src/components.mitsubishi.robotics/src/AXOpen.Components.Mitsubishi.Robotics/inxton_axopen_components_mitsubishi_robotics.csproj
@@ -60,8 +60,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_mitsubishi_robotics.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.pneumatics/src/AXOpen.Components.Pneumatics/inxton_axopen_components_pneumatics.csproj b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/inxton_axopen_components_pneumatics.csproj
index d5a9d1b48..9577c75fc 100644
--- a/src/components.pneumatics/src/AXOpen.Components.Pneumatics/inxton_axopen_components_pneumatics.csproj
+++ b/src/components.pneumatics/src/AXOpen.Components.Pneumatics/inxton_axopen_components_pneumatics.csproj
@@ -56,8 +56,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_pneumatics.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/inxton_axopen_components_rexroth_drives.csproj b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/inxton_axopen_components_rexroth_drives.csproj
index f2881208c..21724722a 100644
--- a/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/inxton_axopen_components_rexroth_drives.csproj
+++ b/src/components.rexroth.drives/src/AXOpen.Components.Rexroth.Drives/inxton_axopen_components_rexroth_drives.csproj
@@ -59,8 +59,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_rexroth_drives.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/inxton_axopen_components_rexroth_press.csproj b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/inxton_axopen_components_rexroth_press.csproj
index ee8c0a41a..199d7c0d1 100644
--- a/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/inxton_axopen_components_rexroth_press.csproj
+++ b/src/components.rexroth.press/src/AXOpen.Components.Rexroth.Press/inxton_axopen_components_rexroth_press.csproj
@@ -60,8 +60,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_rexroth_press.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.robotics/src/AXOpen.Components.Robotics/inxton_axopen_components_robotics.csproj b/src/components.robotics/src/AXOpen.Components.Robotics/inxton_axopen_components_robotics.csproj
index 79af3d670..fed3f001c 100644
--- a/src/components.robotics/src/AXOpen.Components.Robotics/inxton_axopen_components_robotics.csproj
+++ b/src/components.robotics/src/AXOpen.Components.Robotics/inxton_axopen_components_robotics.csproj
@@ -60,8 +60,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_robotics.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/inxton_axopen_components_siem_identification.csproj b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/inxton_axopen_components_siem_identification.csproj
index bbfcb24de..1d2086ec2 100644
--- a/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/inxton_axopen_components_siem_identification.csproj
+++ b/src/components.siem.identification/src/AXOpen.Components.Siem.Identification/inxton_axopen_components_siem_identification.csproj
@@ -59,8 +59,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_siem_identification.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/inxton_axopen_components_ur_robotics.csproj b/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/inxton_axopen_components_ur_robotics.csproj
index 6301a669c..baeab9e26 100644
--- a/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/inxton_axopen_components_ur_robotics.csproj
+++ b/src/components.ur.robotics/src/AXOpen.Components.Ur.Robotics/inxton_axopen_components_ur_robotics.csproj
@@ -61,8 +61,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_components_ur_robotics.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/core/src/AXOpen.Core/inxton_axopen_core.csproj b/src/core/src/AXOpen.Core/inxton_axopen_core.csproj
index 5d3ebe5f3..c795979fe 100644
--- a/src/core/src/AXOpen.Core/inxton_axopen_core.csproj
+++ b/src/core/src/AXOpen.Core/inxton_axopen_core.csproj
@@ -23,8 +23,6 @@
-
-
@@ -45,8 +43,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
-
+ PlcStringResources.Designer.cs
\ No newline at end of file
diff --git a/src/data/src/AXOpen.Data/inxton_axopen_data.csproj b/src/data/src/AXOpen.Data/inxton_axopen_data.csproj
index 3c8c6c6d0..5b18cbbce 100644
--- a/src/data/src/AXOpen.Data/inxton_axopen_data.csproj
+++ b/src/data/src/AXOpen.Data/inxton_axopen_data.csproj
@@ -34,8 +34,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_data.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj b/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj
index 4cf763b89..148d76d1f 100644
--- a/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj
+++ b/src/inspectors/src/AXOpen.Inspectors/inxton_axopen_inspectors.csproj
@@ -59,8 +59,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
-
+ PlcStringResources.Designer.cs
@@ -76,7 +75,6 @@
-
diff --git a/src/io/src/AXOpen.Io/inxton_axopen_io.csproj b/src/io/src/AXOpen.Io/inxton_axopen_io.csproj
index 44afc385d..45cf79dc1 100644
--- a/src/io/src/AXOpen.Io/inxton_axopen_io.csproj
+++ b/src/io/src/AXOpen.Io/inxton_axopen_io.csproj
@@ -60,8 +60,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_io.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/simatic1500/ctrl/ix/inxton_axopen_simatic1500.csproj b/src/simatic1500/ctrl/ix/inxton_axopen_simatic1500.csproj
index 60ee2bcc1..2782a8912 100644
--- a/src/simatic1500/ctrl/ix/inxton_axopen_simatic1500.csproj
+++ b/src/simatic1500/ctrl/ix/inxton_axopen_simatic1500.csproj
@@ -30,8 +30,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_simatic1500.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/timers/src/AXOpen.Timers/inxton_axopen_timers.csproj b/src/timers/src/AXOpen.Timers/inxton_axopen_timers.csproj
index 6b0eddf2b..fa5ddc86c 100644
--- a/src/timers/src/AXOpen.Timers/inxton_axopen_timers.csproj
+++ b/src/timers/src/AXOpen.Timers/inxton_axopen_timers.csproj
@@ -32,8 +32,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_timers.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
diff --git a/src/utils/src/AXOpen.Utils/inxton_axopen_utils.csproj b/src/utils/src/AXOpen.Utils/inxton_axopen_utils.csproj
index 5f953f10c..4ac0601e5 100644
--- a/src/utils/src/AXOpen.Utils/inxton_axopen_utils.csproj
+++ b/src/utils/src/AXOpen.Utils/inxton_axopen_utils.csproj
@@ -32,8 +32,7 @@
PublicResXFileCodeGenerator
- PlcStringResources.Designer.cs
- inxton_axopen_utils.Resources.PlcStringResources.resources
+ PlcStringResources.Designer.cs
\ No newline at end of file
From 4329daa37c37b2e4e4e5261f2b1d557aba7cfae6 Mon Sep 17 00:00:00 2001
From: Peter Kurhajec <61538034+PTKu@users.noreply.github.com>
Date: Thu, 29 Jan 2026 14:43:24 +0100
Subject: [PATCH 5/5] remove temp. apax traversal project
---
.config/dotnet-tools.json | 7 ++--
Directory.Packages.props | 13 +++---
src/traversals/apax/apax.yml | 81 ------------------------------------
3 files changed, 11 insertions(+), 90 deletions(-)
delete mode 100644 src/traversals/apax/apax.yml
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index c1c861b52..5e40e727a 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
- "version": "0.47.0-alpha.384",
+ "version": "0.47.0-alpha.392",
"commands": [
"ixc"
],
@@ -17,14 +17,14 @@
"rollForward": false
},
"AXSharp.ixd": {
- "version": "0.47.0-alpha.384",
+ "version": "0.47.0-alpha.392",
"commands": [
"ixd"
],
"rollForward": false
},
"AXSharp.ixr": {
- "version": "0.47.0-alpha.384",
+ "version": "0.47.0-alpha.392",
"commands": [
"ixr"
],
@@ -58,3 +58,4 @@
+
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 742ebee61..b01d9b1f3 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -11,12 +11,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
@@ -96,3 +96,4 @@
+
diff --git a/src/traversals/apax/apax.yml b/src/traversals/apax/apax.yml
deleted file mode 100644
index 85023673f..000000000
--- a/src/traversals/apax/apax.yml
+++ /dev/null
@@ -1,81 +0,0 @@
-name: "apax.traversal"
-version: "0.0.0-dev.0"
-type: "app"
-targets:
-- "1500"
-registries:
- '@inxton': "https://npm.pkg.github.com/"
-devDependencies:
- '@inxton/ax-sdk': "0.0.0-dev.0"
-dependencies:
- "abstractions-app": "0.0.0-dev.0"
- "@inxton/axopen.abstractions": "0.0.0-dev.0"
- "@inxton/ax.axopen.app": "0.0.0-dev.0"
- "@inxton/ax.axopen.hwlibrary": "0.0.0-dev.0"
- "@inxton/ax.axopen.min": "0.0.0-dev.0"
- "@inxton/ax.catalog": "0.0.44"
- "app_axopen.components.abb.robotics": "0.0.0-dev.0"
- "@inxton/axopen.components.abb.robotics": "0.0.0-dev.0"
- "components.abstractions-app": "0.0.0-dev.0"
- "@inxton/axopen.components.abstractions": "0.0.0-dev.0"
- "app_axopen.components.balluff.identification": "0.0.0-dev.0"
- "@inxton/axopen.components.balluff.identification": "0.0.0-dev.0"
- "app_axopen.components.cognex.vision": "0.0.0-dev.0"
- "@inxton/axopen.components.cognex.vision": "0.0.0-dev.0"
- "app_axopen.components.desoutter.tightening": "0.0.0-dev.0"
- "@inxton/axopen.components.desoutter.tightening": "0.0.0-dev.0"
- "app_axopen.components.drives": "0.0.0-dev.0"
- "@inxton/axopen.components.drives": "0.0.0-dev.0"
- "app_axopen.components.dukane.welders": "0.0.0-dev.0"
- "@inxton/axopen.components.dukane.welders": "0.0.0-dev.0"
- "elementscomponents": "0.0.0-dev.0"
- "@inxton/axopen.components.elements": "0.0.0-dev.0"
- "app_axopen.components.festo.drives": "0.0.0-dev.0"
- "@inxton/axopen.components.festo.drives": "0.0.0-dev.0"
- "app_axopen.components.keyence.vision": "0.0.0-dev.0"
- "@inxton/axopen.components.keyence.vision": "0.0.0-dev.0"
- "app_axopen.components.kuka.robotics": "0.0.0-dev.0"
- "@inxton/axopen.components.kuka.robotics": "0.0.0-dev.0"
- "app_axopen.components.mitsubishi.robotics": "0.0.0-dev.0"
- "@inxton/axopen.components.mitsubishi.robotics": "0.0.0-dev.0"
- "pneumaticcomponents": "0.0.0-dev.0"
- "@inxton/axopen.components.pneumatics": "0.0.0-dev.0"
- "app_axopen.components.rexroth.drives": "0.0.0-dev.0"
- "@inxton/axopen.components.rexroth.drives": "0.0.0-dev.0"
- "app_axopen.components.rexroth.press": "0.0.0-dev.0"
- "@inxton/axopen.components.rexroth.press": "0.0.0-dev.0"
- "app_axopen.components.rexroth.tightening": "0.0.0-dev.0"
- "@inxton/axopen.components.rexroth.tightening": "0.0.0-dev.0"
- "app_axopen.components.robotics": "0.0.0-dev.0"
- "@inxton/axopen.components.robotics": "0.0.0-dev.0"
- "app_axopen.components.siem.communication": "0.0.0-dev.0"
- "@inxton/axopen.components.siem.communication": "0.0.0-dev.0"
- "app_axopen.components.siem.identification": "0.0.0-dev.0"
- "@inxton/axopen.components.siem.identification": "0.0.0-dev.0"
- "app_axopen.components.ur.robotics": "0.0.0-dev.0"
- "@inxton/axopen.components.ur.robotics": "0.0.0-dev.0"
- "app_axopen.components.zebra.vision": "0.0.0-dev.0"
- "@inxton/axopen.components.zebra.vision": "0.0.0-dev.0"
- "ix_axopencore": "0.0.0-dev.0"
- "@inxton/axopen.core": "0.0.0-dev.0"
- "axopen.data-app": "0.0.0-dev.0"
- "@inxton/axopen.data": "0.0.0-dev.0"
- "axopen.data.tests_l1": "0.0.0-dev.0"
- "axopen.integration.tests_l4": "0.0.0-dev.0"
- "axopen.inspectors": "0.0.0-dev.0"
- "@inxton/axopen.inspectors": "0.0.0-dev.0"
- "axopen.integrations": "0.0.0-dev.0"
- "app_axopen.io": "0.0.0-dev.0"
- "@inxton/axopen.io": "0.0.0-dev.0"
- "probers-app": "0.0.0-dev.0"
- "@inxton/axopen.probers": "0.0.0-dev.0"
- "simatic1500-app": "0.0.0-dev.0"
- "@inxton/axopen.simatic1500": "0.0.0-dev.0"
- "app_apaxappname": "0.0.0-dev.0"
- "@inxton/apaxlibname": "0.0.0-dev.0"
- "timers-app": "0.0.0-dev.0"
- "@inxton/axopen.timers": "0.0.0-dev.0"
- "utils-app": "0.0.0-dev.0"
- "@inxton/axopen.utils": "0.0.0-dev.0"
-installStrategy: "overridable"
-...