LogoLogo
robomindsInterested in our solutions?
robobrain®
robobrain®
  • Manual robobrain®
  • robobrain®
    • robobrain® product documentation
      • Unboxing the robobrain®
      • robobrain® - installation and setup
        • Connecting the hardware
        • Setting up the network connection
        • Connecting the camera
      • User Interface
        • robobrain.cloud
        • Camera Settings
        • Hand-Eye-Calibration
        • Setting Up Bins
        • Creating a Workspace
        • robobrain® Operation
      • AI Skills
  • Robots
    • Robot Interfaces
      • Universal Robots
        • UR: Installation and setup
        • UR: robobrain® URCap
          • URCap: Landmark node
          • URCap: Calibration node
          • URCap: "robobrain PickPose" node
          • URCap: Functions
          • URCap: Detections list
        • UR: Example picking program
      • FANUC
        • FANUC: Installation and setup
          • Network and communication settings
          • Installation
        • FANUC: robobrain® interface
          • FANUC: Functions
          • FANUC: Used registers
        • FANUC: Hand-eye-calibration
        • FANUC: Workspace setup
        • FANUC: Example picking program
        • FANUC: Downloads
  • External Interfaces
    • Software interfaces
      • robobrain® RAP Python client
      • robobrain® RAP C++ client
      • robobrain® ROS2 Node
  • Helpdesk
    • FAQs & Troubleshooting
  • Technical documentation
    • EU Declaration of Conformity
Powered by GitBook

robominds GmbH

  • Moosacher Str. 42
  • 80809 München

Contact

  • support@robominds.de
  • +49 89 200 657 990
On this page
  1. Robots
  2. Robot Interfaces
  3. FANUC

FANUC: Workspace setup

Creating a workspace with the robobrain® system and a FANUC robot.

PreviousFANUC: Hand-eye-calibrationNextFANUC: Example picking program

Last updated 1 year ago

To set up a workspace (region of interest) for the robobrain® system you need to create an auxiliary robot program. This is necessary because the robot does not push its current pose by itself.

The pose sent by the robot is saved in the robobrain® system for 10 seconds.


 1:  LBL[1]  
 2:  CALL RB_VISION(CONNECT)
 3:  CALL RB_VISION(SET ROBOT POSE)
 4:  WAIT 2.00(sec)  
 5:  CALL RB_VISION(CLOSE)  
 6:  JMP LBL[1]
[END]

The .ls-file for this program is also provided a .zip-folder in the .

The program consists of 3 different parts:

  1. "Open" the connection to the robobrain® system.

  2. Call the function "set robot pose" and put a wait directly after. The wait-function is used to reduce processing capacity.

  3. Loop the program part where the pose is sent.

You can now in the robobrain® HMI.

Downloads
create a workspace
Example robot pose for workspace determination.