You could create a symbolic link within the programs folder to a different location on the corporate network. I do this with the simulator, created a symbolic link within programs that points to the shared file location between the Linux virtual machine and my Mac
matthewd92
@sebastien, not sure as I have never tried to do it. Our robots are not sitting on a traditional network. Maybe I will try with one of the ones in the lab when I am back in the office. Here is some information I found on how to mount a network drive on another computer to the Linux machine using Samba, which I am not sure is included in Debian which is the version of Linux UR uses. Also, if I recall the CB3 robots used a pretty old version of Debian, I have not looked lately to see what the newer machines are running.
PierreOlivier_Proulx
I just tried to do it and I stumbled on a problem. The way I would have done it is to mount a samba share in the /programs directory with the command
mount -t cifs //<address>/<path> <mountpoint> -o username=<username>
However, mount is telling me the cifs filesystem type is not supported. I investigated a bit and I found that the kernel module cifs is required in order to mount a samba share. There is two solutions for this (I think). First ask UR to distribute this kernel module. Second, compile this kernel module and load it on the robot.It could be a nice feature to package in a urcap.
You can look at this page for a reference.
Hi pros,
anyone know if it is possible to save programs on our plant network directly from the UR rather than saving on a USB stick? Could we also load the programs from the network?