Robpod Studio Docs
  • Get Started
    • Introduction
    • Download
    • Installation
      • Install Platform
      • Install Plugin
    • First Steps
      • Choose Studio Flavor
      • Welcome Screen
      • Create a Project
      • Create a Script
      • User Interface
      • New UI
      • Robpod Studio Assistant
    • License
      • Buy a License
      • Install a License
    • Safety
  • ROBOT
    • Robot Toolbar
      • Connect the Robot
      • Control the Robot
      • Get Positions
      • Move To
      • Run a Script
    • Robot Tool Window
      • Status
      • Teach Pendant Viewer
      • Variables
      • Digital I/O
      • Analog I/O
      • Debug
    • Robot Variables
    • Robot Logs
  • Advanced Scripting
    • Live Auto Completion
    • Templete Completion
    • Param Info
    • Code Inspections
    • Quick Doc
    • Python Scripting
    • Editor Settings
  • Synchronization
    • Upload On Robot
    • Download From Robot
    • Synchronize Project
    • Clean Robot Files
    • Synchronization Settings
  • Simulation
    • Connect a Simulator
    • Simulate a Script
    • Off-Line Programming
    • Simulator Viewer
    • Simulation Commands
    • Simulation Settings
    • Simulation Examples
      • Palletizing
  • HMI Designer
    • Introduction
    • User Interface
    • Installation
    • Design Steps
      • Create new HMI Panel
      • Add HMI Components
      • Edit HMI Components
      • Preview HMI Panel
      • Synchronize HMI Panel
      • Run HMI Program
    • HMI Components
    • HMI Charts
    • Display Conditions
    • HMI Commands
    • HMI Icon Generator
    • Desktop HMI Viewer
    • HMI and UR Polyscope
    • HMI and Doosan Robotics
    • HMI Tutorials
      • Beginner Tutorial
      • UR Polyscope Tutorial
      • Doosan Robotics Task Editor Tutorial
      • Doosan Robotics DRL Tutorial
    • Working Examples
      • Universal Robots
        • Pick and Place Example
        • Polishing Example
        • Machine Tending Example
        • Simple Pallet Example
        • Welding Example
        • Skrewdriving Example
        • Chart Monitoring Example
        • Production Mix Example
        • Pallet App Example
        • Camera QA Example
        • Assembly Example
      • Doosan Robotics
        • Pick and Place Example DR
  • Other
    • Updates
    • License FAQ
    • Customer Portal
  • LEGAL
    • License Agreement
    • Privacy Policy
    • Third Party Licenses
  • Appendix
    • Supported Robots
    • Robot Specific Functions
      • Universal Robots
        • URSim
    • Supported Simulators
    • Network Configuration
    • Security Settings
Powered by GitBook
On this page
  1. Appendix

Network Configuration

PreviousSupported SimulatorsNextSecurity Settings

Last updated 1 month ago

Connection and network configuration is a bit different for each robot brand, in this page you can find detailed instructions for each supported robot brand.

  1. Connect your PC to the robot using an ethernet cable.

  2. Check robot IP address on robot teach pendant, go to Settings -> System -> Network.

  3. On your PC configure network interface using a static internet address on the same sub-network of the robot.

  4. Check .

  1. Connect your PC to the robot using an ethernet cable.

  2. Check robot IP address on robot teach pendant, go to Settings -> Network-> Controller.

  3. If DHCP option is selected, make sure to set also the DHCP option on your PC network. If Static Address is selected, make sure to configure network interface on your PC using a static internet address on the same sub-network of the robot.

If you are using Doosan Robotics Simulator, before connecting to the simulator, make sure to open ports on your Docker instance.

  1. Go to the containers section, and remove current simulator instance.

  2. Click on dart-services container options, and select "Open in VScode"

  3. Open file docker-compose.yml and add ports 8875, 8876, 8877, 8878, 8879, 8880 to the simulator instance.

  4. Save the file.

  5. Start again Dart Services.

Security Settings