06-15-2021, 08:34 AM
In the current version of RoboDK the "setParam" commands didn´t take effect on any kind of items.
For example the following code not work.
For example the following code not work.
Code:
from robolink import *
RDK = Robolink() # Start the RoboDK API
# How to change the number of threads using by the RoboDK application:
项= RDK。ItemUserPick(“选择项”)
item.setParam("Tree", "Expand")
pause(2)
item.setParam("Tree", "Collapse")