Hello,
I have some troubles to get the station path. Following documentation, here what should work :
The station is opening without any issue.
Here the answer :
I tried to save the station before getting the path, but same answer from getParam...
Thank you !
I have some troubles to get the station path. Following documentation, here what should work :
Code:
import robodk.robolink as RDK
rdkCell = RDK.Robolink()
sRDKCellPath = ..\..\..\cellname.rdk
rdkCell.AddFile(sRDKCellPath)
sPathRdk = rdkCell.getParam('PATH_OPENSTATION')
The station is opening without any issue.
Here the answer :
Code:
sPathRdk = b''
I tried to save the station before getting the path, but same answer from getParam...
Thank you !