05-30-2023, 08:46 PM
Thank you Albert!
Is the ObjectList entry just a list of strings that represent the name of the object I want to hide/show?
I'm able to create a hide/show event in the simulation via the API but it unfortunately remains undefined and does not actually have the item I want selected.
I assume I'm doing something wrong with the ObjectList entry. Here's what the dictionary looks like that I pass into the setParam method:
show_instruction: {'Type': 7, 'Behavior': 2, 'ObjectList': ['Fanuc-M-20iD-35-Leg-1']}
There is a robot with that name in the station at the time of program creation.
Is the ObjectList entry just a list of strings that represent the name of the object I want to hide/show?
I'm able to create a hide/show event in the simulation via the API but it unfortunately remains undefined and does not actually have the item I want selected.
I assume I'm doing something wrong with the ObjectList entry. Here's what the dictionary looks like that I pass into the setParam method:
show_instruction: {'Type': 7, 'Behavior': 2, 'ObjectList': ['Fanuc-M-20iD-35-Leg-1']}
There is a robot with that name in the station at the time of program creation.