12-15-2023, 01:12 PM
Hi, I need to invoke the teach target on surface and the change joints configuration panels using the API. Is there a way that doesn't rely on the KeyEvent command?
Open the target on surface panel from the API |
12-15-2023, 01:12 PM
Hi, I need to invoke the teach target on surface and the change joints configuration panels using the API. Is there a way that doesn't rely on the KeyEvent command?
12-17-2023, 11:19 AM
You can open the teach targets on surface mode by calling this API command:
Code: RDK.Command("TriggerAction", "actionTeach_Target_on_Surface")
02-26-2025, 10:15 AM
(12-17-2023, 11:19 AM)Albert Wrote: You can open the teach targets on surface mode by calling this API command: Hello ,Sir How can i open command lists that can input in this method ( RDK.Command(" ... "," .... ")) ?
You can show all the possible commands by following these steps:
https://robodk.com/doc/en/PythonAPI/robo...nk.Command
Thank you for your response. Now, I tried this command using the C# API:
Code: RDK.Command("TriggerAction", "actionVR_View"); Thank You
02-28-2025, 03:05 PM
It is currently not possible to close the VR view using the API.
|
Users browsing this thread: |
1 Guest(s) |