HiAlbert,
thank you for your response.
Exporting a program using the CSV Post Processor worked very well using the UI.
But is it possible to change the Post Processor using the C++ API?
I saw the python example:
But in C++, the RoboDK_API::Item has no setParam method.
Is it possible to later import the same file again?
Regarding get/set values using json string: do you have an example or documentation for that?
BR, Leo
thank you for your response.
Exporting a program using the CSV Post Processor worked very well using the UI.
But is it possible to change the Post Processor using the C++ API?
I saw the python example:
Code:
robot = RDK.ItemUserPick("Select a robot", ITEM_TYPE_ROBOT)
# Set the robot post processor (name of the py file in the posts folder)
robot.setParam(“后处理or", "Fanuc_RJ3")
Is it possible to later import the same file again?
Regarding get/set values using json string: do you have an example or documentation for that?
BR, Leo