Robot Workbench/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(One intermediate revision by the same user not shown)
Line 5: Line 5:
</div>
</div>


{{VeryImportantMessage|The FreeCAD Robot Workbench is unmaintained. Please mention on the FreeCAD forum if you have an interest in maintaining this workbench.}}
{{VeryImportantMessage|The Robot Workbench is unmaintained. If you have experience with the topic and are interested in maintaining it, please state your intention in the developer's section of the [https://forum.freecadweb.org/index.php FreeCAD forum].


The reason this workbench is still in the master source code is because this workbench is programmed in C++. If this workbench could be programmed in Python, then it could be made an [[external_workbenches|external workbench]] and it could be moved to a separate repository.

}}
[[Image:Workbench_Robot.svg|thumb|128px|Robot workbench icon]]


==Einleitung==
==Einleitung==

[[Image:Workbench_Robot.svg|thumb|128px|Robot workbench icon]]


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 09:23, 13 May 2020

The Robot Workbench is unmaintained. If you have experience with the topic and are interested in maintaining it, please state your intention in the developer's section of the FreeCAD forum.

The reason this workbench is still in the master source code is because this workbench is programmed in C++. If this workbench could be programmed in Python, then it could be made an external workbench and it could be moved to a separate repository.

Einleitung

Robot workbench icon

Die Roboter Arbeitsbereich ist ein Werkzeug zur Simulation eines Standard 6-Achsen-Industrieroboters, wie Kuka.

Du kannst die folgenden Aufgaben erledigen:

  • Richten eine Simulationsumgebung mit einem Roboter und Werkstücken ein.
  • Erstellen und Auffüllen von Bewegungstrajektorien.
  • Zerlege die Merkmale eines CAD-Bauteils in eine Trajektorie.
  • Simuliere die Roboterbewegung und das Erreichen der Distanz.
  • Exportiere die Trajektorie in eine Roboterprogrammdatei.

Um loszulegen, versuche es mit dem Robot Tutorial, und sieh Dir die Programmierschnittstelle in der Beispieldatei RobotExample.py an.

Werkzeuge

Hier die wichtigsten Befehle, mit denen eine Roboteranordnung erstellt werden kann.

Roboter ==

Die Werkzeuge zur Erstellung und Verwaltung der 6-Achsen-Roboter

Trajektorien

Werkzeuge zum Erstellen und Bearbeiten von Trajektorien. Es gibt zwei Arten, die parametrische und die nicht parametrische.

Non parametric trajectories

Parametric trajectories

Scripting

See the Robot API example for a description of the functions used to model the robot displacements.

Tutorials