Home Troubleshooting

Discussion

Left ArrowBack to discussions page
PrasannaPrasanna Posts: 56 Apprentice
Hi,

I am using ur sim installed in ubuntu via the virtual box in win10.

Am having UR program in a thumb drive. But I cannot access the drive folder though I configured in shared folder option.

is there any other method to load .urp files in ursim from the desktop folder.

Kindly advise me....

@matthewd92

Tagged:

Comments

  • matthewd92matthewd92 Founding Pro, Tactile Sensor Beta Testers Posts: 1,267 Handy
    edited August 2019
    You have to provide symbolic links from the programs folder on the simulator to the folder where you are storing the actual file, that way it shows up in the programs folder for the simulator you are trying to use.

    Here is an example of a symbolic link that we use on our simulator

    ln -s /home/vagrant/Desktop/programs.UR3 programs.UR3
    We use vagrant for managing our simulator instances so that is linking a folder on the desktop to the programs.UR3 folder so that we can see it on the simulator
Sign In or Register to comment.
Left ArrowBack to discussions page