Forum

Home Forums Temas ou Discussões Panel – Robot Python API Reply To: Panel – Robot Python API

kaneza
Guest
Post count: 172

Hello,

As explained, your problem is probably due to not converting the label variable to a RobotLabel type, reason why you cannot access to datas.

label = RobotLabel(labels.Create(IRobotLabelType.I_LT_PANEL_THICKNESS,”25mm”))
Don’t do implicit casting with robot API in python try setting explicitly your variable.

Best regards