PolyScope X Simulator with Pally
Files
UR Program with fully configured Pally:
Pally URcapx: https://drive.google.com/file/d/1dhBAs7nQF4noEqaESTkl8SfMYHe7WNqL/view?usp=sharing
Instructions
If you’re using Mac replace the Windows paths with:
/Users/<USERNAME>/<Your directory>
If you’re using Mac Silicon processors (M1, M2, M3 etc) replace the HOST_ARCH=amd64 with HOST_ARCH=arm64
If port 80 is taken, replace “80:80” with for instance “8000:80”, then you need to open PolyScope by going to http://localhost:8000
Install Docker desktop
After installing Docker, open up a terminal (command prompt / Powershell on Windows) and paste:
docker pull universalrobots/ursim_polyscopex:10.10.0Download the attached files, and copy them to a directory dedicated for UR simulator.
In addition, if you want more than the 72 hour trial license or importing patterns from MyRobot.cloud, create a subfolder called data
Copy this snippet and save it as
docker-compose.ymlin your new UR simulator directory.services: ursim: image: universalrobots/ursim_polyscopex:10.10.0 container_name: ursim privileged: true ports: - "80:80" environment: - HOST_ARCH=amd64 - RIBIT_TYPE=UR20 extra_hosts: - "host.docker.internal:host-gateway" networks: - ursim-net volumes: - C:\Users\<USERNAME>\Desktop\<Your directory>:/ur/bin/backend/applications - C:\Users\<USERNAME>\Desktop\<Your directory>\data:/media/usb stdin_open: true tty: true restart: unless-stopped # container will be kept, restarts unless you stop it networks: ursim-net: driver: bridgeOpen up a terminal (command prompt / Powershell on Windows)
Navigate to your UR Simulator directory
Run
docker compose up -d
Go to Docker Desktop and see that your ursim is running. From now on you can start and stop URSim from here.
Open up a browser and go to
http://localhostto see PolyScope X.Press on the folder at the top bar
Upload the Pally URcap
Repeat, but upload the attached .urpx file under Programs. After upload, press Open
Go to Application → Pally. Pally should now be fully configured and ready.
Go to License, and either create a 72 hour trial license or upload your license.
Go to Program, press + and add Run Pally
Press Play