Skip to content

Commit 4a3d8c6

Browse files
Update to new version : 7.12.0.0
1 parent 0bd705d commit 4a3d8c6

File tree

43 files changed

+604
-604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+604
-604
lines changed
Binary file not shown.

Libraries/net35/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net40/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net45/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net451/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net452/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net46/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net461/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net462/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net47/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net471/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net472/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net48/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net5.0/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net6.0/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net8.0/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/net9.0/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/netcoreapp3.0/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/netstandard2.0/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.
Binary file not shown.

Libraries/netstandard2.1/UnderAutomation.UniversalRobots.xml

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

UnderAutomation.UniversalRobots.ObfuscatedSources/Common/ControllerBoxTypes.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ public enum ControllerBoxTypes {
3232
/// <summary>
3333
/// UR20 controller box
3434
/// </summary>
35-
UR20 = 20,
35+
UR20 = 10,
3636

3737
/// <summary>
3838
/// UR30 controller box
3939
/// </summary>
40-
UR30 = 30,
40+
UR30 = 11,
4141
}
4242
}

UnderAutomation.UniversalRobots.ObfuscatedSources/Common/RobotModels.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ public enum RobotModels {
2222
UR16 = 4,
2323

2424

25-
UR20 = 5,
25+
UR20 = 7,
2626

2727

28-
UR30 = 6,
28+
UR30 = 8,
2929
}
3030
}

UnderAutomation.UniversalRobots.ObfuscatedSources/Rtde/RtdeOutputData.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public enum RtdeOutputData {
6868
ActualTcpSpeed = 11,
6969

7070
/// <summary>
71-
/// Generalized forces in the TCP. It compensates the measurement for forces and torques generated by thepayload
71+
/// Generalized forces in the TCP. It compensates the measurement for forces and torques generated by the payload
7272
/// </summary>
7373
ActualTcpForce = 12,
7474

@@ -78,12 +78,12 @@ public enum RtdeOutputData {
7878
TargetTcpPose = 13,
7979

8080
/// <summary>
81-
/// Target speed of the tool given in Cartesian coordinates.The speed is given in [m/s] and the rotational part of the TCP speed (rx, ry, rz) is the angular velocity given in [rad/s]
81+
/// Target speed of the tool given in Cartesian coordinates. The speed is given in [m/s] and the rotational part of the TCP speed (rx, ry, rz) is the angular velocity given in [rad/s]
8282
/// </summary>
8383
TargetTcpSpeed = 14,
8484

8585
/// <summary>
86-
/// Current state of the digital inputs.0-7: Standard, 8-15: Configurable, 16-17: Tool
86+
/// Current state of the digital inputs. 0-7: Standard, 8-15: Configurable, 16-17: Tool
8787
/// </summary>
8888
ActualDigitalInputBits = 15,
8989

@@ -158,7 +158,7 @@ public enum RtdeOutputData {
158158
ActualJointVoltage = 29,
159159

160160
/// <summary>
161-
/// Current state of the digital outputs.0-7: Standard, 8-15: Configurable, 16-17: Tool
161+
/// Current state of the digital outputs. 0-7: Standard, 8-15: Configurable, 16-17: Tool
162162
/// </summary>
163163
ActualDigitalOutputBits = 30,
164164

@@ -178,17 +178,17 @@ public enum RtdeOutputData {
178178
ElbowVelocity = 33,
179179

180180
/// <summary>
181-
/// Bits 0-3:Is power on | Is program running | Is teach button pressed | Is power button pressed
181+
/// Bits 0-3:Is power on | Is program running | Is teach button pressed | Is power button pressed
182182
/// </summary>
183183
RobotStatusBits = 34,
184184

185185
/// <summary>
186-
/// Bits 0-10: Is normal mode | Is reduced mode | Is protective stopped | Is recovery mode |Is safeguard stopped |Is system emergency stopped |Is robot emergency stopped |Is emergency stopped |Is violation |Is fault |Is stopped due to safety
186+
/// Bits 0-10: Is normal mode | Is reduced mode | Is protective stopped | Is recovery mode | Is safeguard stopped | Is system emergency stopped | Is robot emergency stopped | Is emergency stopped | Is violation | Is fault | Is stopped due to safety
187187
/// </summary>
188188
SafetyStatusBits = 35,
189189

190190
/// <summary>
191-
/// Bits 0-3: analog input 0 | analog input 1 | analog output 0 |analog output 1, {0=current[mA], 1=voltage[V]}
191+
/// Bits 0-3: analog input 0 | analog input 1 | analog output 0 | analog output 1, {0=current[mA], 1=voltage[V]}
192192
/// </summary>
193193
AnalogIOTypes = 36,
194194

@@ -313,7 +313,7 @@ public enum RtdeOutputData {
313313
InputBitRegisters32To63 = 60,
314314

315315
/// <summary>
316-
/// 64 general purpose bits, X: [64..127] - The upper range of the boolean output registers can be used by external RTDE clients (i.e URCAPS).
316+
/// 64 general purpose bits, X: [64..127] - The upper range of the boolean output registers can be used by external RTDE clients (i.e URCAPS).
317317
/// </summary>
318318
InputBitRegisters = 61,
319319

@@ -323,7 +323,7 @@ public enum RtdeOutputData {
323323
InputIntRegisters = 62,
324324

325325
/// <summary>
326-
/// 48 general purpose double registers. X: [0..23] - The lower range of the double input registers is reserved for FieldBus/PLC interface usage. X: [24..47] - The upper range of the double input registers can be used by external RTDE clients (i.e URCAPS).
326+
/// 48 general purpose double registers. X: [0..23] - The lower range of the double input registers is reserved for FieldBus/PLC interface usage. X: [24..47] - The upper range of the double input registers can be used by external RTDE clients (i.e URCAPS).
327327
/// </summary>
328328
InputDoubleRegisters = 63,
329329

@@ -363,7 +363,7 @@ public enum RtdeOutputData {
363363
ScriptControlLine = 70,
364364

365365
/// <summary>
366-
/// Raw force and torque measurement, not compensated for forces and torques caused by thepayload
366+
/// Raw force and torque measurement, not compensated for forces and torques caused by the payload
367367
/// </summary>
368368
FTRawWrench = 71,
369369
}

UnderAutomation.UniversalRobots.ObfuscatedSources/Rtde/RtdeOutputValues.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public object GetValue(RtdeOutputSetupItem item)
8686
public Pose ActualTcpSpeed { get; set; }
8787

8888
/// <summary>
89-
/// Generalized forces in the TCP. It compensates the measurement for forces and torques generated by thepayload
89+
/// Generalized forces in the TCP. It compensates the measurement for forces and torques generated by the payload
9090
/// </summary>
9191
public CartesianCoordinates ActualTcpForce { get; set; }
9292

@@ -96,12 +96,12 @@ public object GetValue(RtdeOutputSetupItem item)
9696
public Pose TargetTcpPose { get; set; }
9797

9898
/// <summary>
99-
/// Target speed of the tool given in Cartesian coordinates.The speed is given in [m/s] and the rotational part of the TCP speed (rx, ry, rz) is the angular velocity given in [rad/s]
99+
/// Target speed of the tool given in Cartesian coordinates. The speed is given in [m/s] and the rotational part of the TCP speed (rx, ry, rz) is the angular velocity given in [rad/s]
100100
/// </summary>
101101
public Pose TargetTcpSpeed { get; set; }
102102

103103
/// <summary>
104-
/// Current state of the digital inputs.0-7: Standard, 8-15: Configurable, 16-17: Tool
104+
/// Current state of the digital inputs. 0-7: Standard, 8-15: Configurable, 16-17: Tool
105105
/// </summary>
106106
public ulong ActualDigitalInputBits { get; set; }
107107

@@ -176,7 +176,7 @@ public object GetValue(RtdeOutputSetupItem item)
176176
public JointsDoubleValues ActualJointVoltage { get; set; }
177177

178178
/// <summary>
179-
/// Current state of the digital outputs.0-7: Standard, 8-15: Configurable, 16-17: Tool
179+
/// Current state of the digital outputs. 0-7: Standard, 8-15: Configurable, 16-17: Tool
180180
/// </summary>
181181
public ulong ActualDigitalOutputBits { get; set; }
182182

@@ -196,17 +196,17 @@ public object GetValue(RtdeOutputSetupItem item)
196196
public Vector3D ElbowVelocity { get; set; }
197197

198198
/// <summary>
199-
/// Bits 0-3:Is power on | Is program running | Is teach button pressed | Is power button pressed
199+
/// Bits 0-3:Is power on | Is program running | Is teach button pressed | Is power button pressed
200200
/// </summary>
201201
public uint RobotStatusBits { get; set; }
202202

203203
/// <summary>
204-
/// Bits 0-10: Is normal mode | Is reduced mode | Is protective stopped | Is recovery mode |Is safeguard stopped |Is system emergency stopped |Is robot emergency stopped |Is emergency stopped |Is violation |Is fault |Is stopped due to safety
204+
/// Bits 0-10: Is normal mode | Is reduced mode | Is protective stopped | Is recovery mode | Is safeguard stopped | Is system emergency stopped | Is robot emergency stopped | Is emergency stopped | Is violation | Is fault | Is stopped due to safety
205205
/// </summary>
206206
public uint SafetyStatusBits { get; set; }
207207

208208
/// <summary>
209-
/// Bits 0-3: analog input 0 | analog input 1 | analog output 0 |analog output 1, {0=current[mA], 1=voltage[V]}
209+
/// Bits 0-3: analog input 0 | analog input 1 | analog output 0 | analog output 1, {0=current[mA], 1=voltage[V]}
210210
/// </summary>
211211
public uint AnalogIOTypes { get; set; }
212212

@@ -331,7 +331,7 @@ public object GetValue(RtdeOutputSetupItem item)
331331
public uint InputBitRegisters32To63 { get; set; }
332332

333333
/// <summary>
334-
/// 64 general purpose bits, X: [64..127] - The upper range of the boolean output registers can be used by external RTDE clients (i.e URCAPS).
334+
/// 64 general purpose bits, X: [64..127] - The upper range of the boolean output registers can be used by external RTDE clients (i.e URCAPS).
335335
/// </summary>
336336
public RtdeBitRegistersValue InputBitRegisters { get; }
337337

@@ -341,7 +341,7 @@ public object GetValue(RtdeOutputSetupItem item)
341341
public RtdeIntRegistersValue InputIntRegisters { get; }
342342

343343
/// <summary>
344-
/// 48 general purpose double registers. X: [0..23] - The lower range of the double input registers is reserved for FieldBus/PLC interface usage. X: [24..47] - The upper range of the double input registers can be used by external RTDE clients (i.e URCAPS).
344+
/// 48 general purpose double registers. X: [0..23] - The lower range of the double input registers is reserved for FieldBus/PLC interface usage. X: [24..47] - The upper range of the double input registers can be used by external RTDE clients (i.e URCAPS).
345345
/// </summary>
346346
public RtdeDoubleRegistersValue InputDoubleRegisters { get; }
347347

@@ -381,7 +381,7 @@ public object GetValue(RtdeOutputSetupItem item)
381381
public uint ScriptControlLine { get; set; }
382382

383383
/// <summary>
384-
/// Raw force and torque measurement, not compensated for forces and torques caused by thepayload
384+
/// Raw force and torque measurement, not compensated for forces and torques caused by the payload
385385
/// </summary>
386386
public CartesianCoordinates FTRawWrench { get; set; }
387387
}

UnderAutomation.UniversalRobots.ObfuscatedSources/Rtde/RtdeOutputsDescription.cs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public RtdeOutputsDescription()
8585
public RtdeOutputDataDescription ActualTcpSpeed { get; }
8686

8787
/// <summary>
88-
/// Generalized forces in the TCP. It compensates the measurement for forces and torques generated by thepayload
88+
/// Generalized forces in the TCP. It compensates the measurement for forces and torques generated by the payload
8989
/// </summary>
9090
public RtdeOutputDataDescription ActualTcpForce { get; }
9191

@@ -95,12 +95,12 @@ public RtdeOutputsDescription()
9595
public RtdeOutputDataDescription TargetTcpPose { get; }
9696

9797
/// <summary>
98-
/// Target speed of the tool given in Cartesian coordinates.The speed is given in [m/s] and the rotational part of the TCP speed (rx, ry, rz) is the angular velocity given in [rad/s]
98+
/// Target speed of the tool given in Cartesian coordinates. The speed is given in [m/s] and the rotational part of the TCP speed (rx, ry, rz) is the angular velocity given in [rad/s]
9999
/// </summary>
100100
public RtdeOutputDataDescription TargetTcpSpeed { get; }
101101

102102
/// <summary>
103-
/// Current state of the digital inputs.0-7: Standard, 8-15: Configurable, 16-17: Tool
103+
/// Current state of the digital inputs. 0-7: Standard, 8-15: Configurable, 16-17: Tool
104104
/// </summary>
105105
public RtdeOutputDataDescription ActualDigitalInputBits { get; }
106106

@@ -175,7 +175,7 @@ public RtdeOutputsDescription()
175175
public RtdeOutputDataDescription ActualJointVoltage { get; }
176176

177177
/// <summary>
178-
/// Current state of the digital outputs.0-7: Standard, 8-15: Configurable, 16-17: Tool
178+
/// Current state of the digital outputs. 0-7: Standard, 8-15: Configurable, 16-17: Tool
179179
/// </summary>
180180
public RtdeOutputDataDescription ActualDigitalOutputBits { get; }
181181

@@ -195,17 +195,17 @@ public RtdeOutputsDescription()
195195
public RtdeOutputDataDescription ElbowVelocity { get; }
196196

197197
/// <summary>
198-
/// Bits 0-3:Is power on | Is program running | Is teach button pressed | Is power button pressed
198+
/// Bits 0-3:Is power on | Is program running | Is teach button pressed | Is power button pressed
199199
/// </summary>
200200
public RtdeOutputDataDescription RobotStatusBits { get; }
201201

202202
/// <summary>
203-
/// Bits 0-10: Is normal mode | Is reduced mode | Is protective stopped | Is recovery mode |Is safeguard stopped |Is system emergency stopped |Is robot emergency stopped |Is emergency stopped |Is violation |Is fault |Is stopped due to safety
203+
/// Bits 0-10: Is normal mode | Is reduced mode | Is protective stopped | Is recovery mode | Is safeguard stopped | Is system emergency stopped | Is robot emergency stopped | Is emergency stopped | Is violation | Is fault | Is stopped due to safety
204204
/// </summary>
205205
public RtdeOutputDataDescription SafetyStatusBits { get; }
206206

207207
/// <summary>
208-
/// Bits 0-3: analog input 0 | analog input 1 | analog output 0 |analog output 1, {0=current[mA], 1=voltage[V]}
208+
/// Bits 0-3: analog input 0 | analog input 1 | analog output 0 | analog output 1, {0=current[mA], 1=voltage[V]}
209209
/// </summary>
210210
public RtdeOutputDataDescription AnalogIOTypes { get; }
211211

@@ -330,7 +330,7 @@ public RtdeOutputsDescription()
330330
public RtdeOutputDataDescription InputBitRegisters32To63 { get; }
331331

332332
/// <summary>
333-
/// 64 general purpose bits, X: [64..127] - The upper range of the boolean output registers can be used by external RTDE clients (i.e URCAPS).
333+
/// 64 general purpose bits, X: [64..127] - The upper range of the boolean output registers can be used by external RTDE clients (i.e URCAPS).
334334
/// </summary>
335335
public RtdeOutputDataDescription InputBitRegisters { get; }
336336

@@ -340,7 +340,7 @@ public RtdeOutputsDescription()
340340
public RtdeOutputDataDescription InputIntRegisters { get; }
341341

342342
/// <summary>
343-
/// 48 general purpose double registers. X: [0..23] - The lower range of the double input registers is reserved for FieldBus/PLC interface usage. X: [24..47] - The upper range of the double input registers can be used by external RTDE clients (i.e URCAPS).
343+
/// 48 general purpose double registers. X: [0..23] - The lower range of the double input registers is reserved for FieldBus/PLC interface usage. X: [24..47] - The upper range of the double input registers can be used by external RTDE clients (i.e URCAPS).
344344
/// </summary>
345345
public RtdeOutputDataDescription InputDoubleRegisters { get; }
346346

@@ -380,7 +380,7 @@ public RtdeOutputsDescription()
380380
public RtdeOutputDataDescription ScriptControlLine { get; }
381381

382382
/// <summary>
383-
/// Raw force and torque measurement, not compensated for forces and torques caused by thepayload
383+
/// Raw force and torque measurement, not compensated for forces and torques caused by the payload
384384
/// </summary>
385385
public RtdeOutputDataDescription FTRawWrench { get; }
386386
}

0 commit comments

Comments
 (0)