Skip to content

Commit

Permalink
fix EGU, prec in control screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarks99 committed Sep 24, 2024
1 parent 087d3cc commit beb004e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions urRobotApp/Db/waypointL.db
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ record(ao, "$(P)WaypointL:$(N):Speed")
{
field(VAL, "$(SPEED=0.1)")
field(PREC, 2)
field(EGU, "rad/s")
field(EGU, "m/s")
field(FLNK, "$(P)WaypointL:$(N):SetEnabled.PROC")
}

record(ao, "$(P)WaypointL:$(N):Acceleration")
{
field(VAL, "$(ACCEL=1.0)")
field(PREC, 2)
field(EGU, "rad/s/s")
field(EGU, "m/s/s")
field(FLNK, "$(P)WaypointL:$(N):SetEnabled.PROC")
}

Expand Down
4 changes: 2 additions & 2 deletions urRobotApp/op/bob/ur_rtde_control.bob
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Saved on 2024-09-18 17:16:42 by nmarks-->
<!--Saved on 2024-09-24 15:27:35 by nmarks-->
<display version="2.0.0">
<name>RTDE Control</name>
<width>950</width>
Expand Down Expand Up @@ -1280,7 +1280,7 @@
<color name="Button_Background" red="210" green="210" blue="210">
</color>
</background_color>
<precision>0</precision>
<precision>2</precision>
</widget>
<widget type="label" version="2.0.0">
<name>Label_2</name>
Expand Down

0 comments on commit beb004e

Please sign in to comment.