11-01-2021 10:46 AM
I want to use scripting to create a wire to a Flat Sequence Structure.
How do I do that?
Solved! Go to Solution.
11-01-2021 11:01 AM
I think you would first start with creating a tunnel on the Sequence Structure and then wire the numeric control to that tunnel.
This is how it is implemented if you are creating FSS from scratch.
https://github.com/DBTaylor/lv-scripting
You can try some of the LV Scripting toolkits available on VIPM - could avoid reinventing the wheel.
11-01-2021 11:32 AM
@santo_13 wrote:
I think you would first start with creating a tunnel on the Sequence Structure and then wire the numeric control to that tunnel.
This is how it is implemented if you are creating FSS from scratch.
https://github.com/DBTaylor/lv-scripting
You can try some of the LV Scripting toolkits available on VIPM - could avoid reinventing the wheel.
Apparently that only works with a Stacked Sequence, not a Flat one.
11-01-2021 11:40 AM
Here's how I would do it, create a dummy object inside the Flat Sequence, wire to that, then delete the dummy object.
11-01-2021 11:42 AM
Oh Yeah, the snippet I shared was for Stacked Sequence Structure but I assumed that it will be similar for Flat Sequence Structure too.
11-01-2021 12:09 PM
Are you sure it's wired correctly? 😄 You know I had to say it.
11-01-2021 12:39 PM
@billko wrote:
Are you sure it's wired correctly? 😄 You know I had to say it.
😄 "Wire correctly"? It wasn't wired at all. That was my problem.
11-01-2021 12:41 PM
@Darren wrote:
Here's how I would do it, create a dummy object inside the Flat Sequence, wire to that, then delete the dummy object.
Since I only needed one frame, I just used the Stacked Sequence.