DoF - a Robotiq Community
Warning sign
The Dof Community was shut down in June 2023. This is a read-only archive.
If you have questions about Robotiq products please reach our support team.
carlosjoserg

Hi @Thomas

Even with the USB key, I think files within the URCaps app might be readable somehow. Perhaps a safer and robust way is to create binaries or encrypt  files.

I haven't worked deeply with URScripts, but I have browsed the Robotiq 2F Gripper URCaps, and saw most of things in binary already (like Java classes or Debian executables / libraries), and others in bash scripts... you can download to check it freely
here.

So the only things readable are the scripts, html and xml.

If you have important information in the scripts, you can try encryption with: http://enscryption.com/  or create a binary from the script using the open source Shell Script Compiler tool:

sudo apt-get install shc
Best