I’m looking to create a sort of library for standard functions for our company to use in multiple robot applications.
I would like to make these inside a shared module, so all task can access these functions.
Since the software in a shared task is not visible in robotstudio, is there a way to:
Show a short description when hovering over the function in light gray as “Update speed override for ongoing movement” when hovering over SpeedRefresh?
Add a maual page entry so we can press F1 on a function to get its info?
One way that could also make it better is to allow Robotstudio to view/edit a shared module.
Please elaborate on the second point. Who should be creating these manual entries, for which functions, and how should RobotStudio know that there is a manual entry for the given function? (or am I not understanding something?)