Robots in Architecture Forum

KUKA|prc - parametric robot control for Grasshopper => Support => Topic started by: OXIDO on December 14, 2022, 04:01:33 PM

Title: Woven CMD not working
Post by: OXIDO on December 14, 2022, 04:01:33 PM
 (https://i.postimg.cc/26hSLtDd/Captura-de-pantalla-2022-12-14-155433.jpg)

Can you help with this problem. I have a buch of cammands that need to stich together and i am having issues doing so. There is only one error 1. All inputs must have as many elements as input 1.Input 1 has got 2168 elements
Title: Re: Woven CMD not working
Post by: singline on January 16, 2023, 12:47:59 PM
Stitch together or weave together. There is not enough information in this post to really help..
Title: Re: Woven CMD not working
Post by: Johannes @ Robots in Architecture on February 06, 2023, 08:09:02 AM
Hello,

How many items does each element contain? As per the error message, it expects the same number of elements at each input.

Best,
Johannes
Title: Re: Woven CMD not working
Post by: Savonia3D on April 20, 2023, 10:59:47 PM
Hello Johannes and Karl,
I share the same question regarding the Command Weaver. Specifically, if I need to create a sequence of tool paths, such as machining two surfaces using a combination of LIN and PTP commands to maneuver the tool around the object, would the Command Weaver be suitable for this task even though the number of elements in each command differs? If not, how would be able to do so?
Kind regards,
Ali
Title: Re: Woven CMD not working
Post by: Johannes @ Robots in Architecture on April 21, 2023, 09:07:44 AM
Hello,
The Command Weaver has an option to weave by trees instead (via right-click/Weave Options) in which case you do not need to put in the same number of items, but the same number of trees. In general, the Command Weaver is just a convenience module, you can do everything that it does with the GH components in the "Set" tab, such as the Path Mapper etc.
Best,
Johannes
Title: Re: Woven CMD not working
Post by: Savonia3D on April 25, 2023, 09:23:10 AM
Great tip, big help, Thank you so much for your support.