Folder Custom Parameters- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Folder Custom Parameters (/Thread-Folder-Custom-Parameters) |
Folder Custom Parameters-ANDY_F1-08-10-2021 Hi, Can you help find the command to add custom parameters to a folder within the station? regards Andy RE: Folder Custom Parameters-Albert-08-10-2021 Hi Andy, This update means that RoboDK can keep binary data assigned to a folder. This is usually accomplished using the API. For example:
Code:
from robolink import *
Code:
folder.setParam("Tree", "Collapse")
|