I need to use GH Python (Python 3 Script) to properly sequence a set of KUKA|prc Commands.
I'm taking input from the PRC components Digital Output, LINear Movement and Wait commands. These are generated by those native Kuka PRC components.
The python is just taking those lists and building a new list with them sequenced as I need. (It's much easier for me in Python than native Grasshopper!)
It builds the list no problem, but when I try to use it as input to the Kuka CORE, I get the error "1. Data conversion failed from Goo to KUKA|prc Command".
So, in Python I need to cast this so it's in the appropriate format.
How do I do that?
Thanks very much for any help!
Mark
I'm taking input from the PRC components Digital Output, LINear Movement and Wait commands. These are generated by those native Kuka PRC components.
The python is just taking those lists and building a new list with them sequenced as I need. (It's much easier for me in Python than native Grasshopper!)
It builds the list no problem, but when I try to use it as input to the Kuka CORE, I get the error "1. Data conversion failed from Goo to KUKA|prc Command".
So, in Python I need to cast this so it's in the appropriate format.
How do I do that?
Thanks very much for any help!
Mark
