{ "cells": [ { "cell_type": "markdown", "id": "jac2m4qj22g", "metadata": {}, "source": [ "# Brooks PreciseFlex PF400 / PF3400\n", "\n", "The PreciseFlex PF400 and PF3400 are SCARA robotic arms from Brooks Automation.\n", "\n", "The device communicates over Ethernet (TCP socket).\n", "\n", "| Model | PLR Name | Rail | Notes |\n", "|---|---|---|---|\n", "| PreciseFlex 400 | `PreciseFlex400` | optional | 4-axis SCARA + gripper |\n", "| PreciseFlex 3400 | `PreciseFlex3400Backend` | optional | Extended-reach variant (backend only) |" ] } ], "metadata": { "kernelspec": { "display_name": "env", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.12" } }, "nbformat": 4, "nbformat_minor": 5 }