05-24-2024 09:05 AM
Hello,
i would like to put the variant conversion inside the vi on the left. ....but i dont find how do that ....and if it's possible!
Thank You
05-24-2024 09:16 AM
The "type" is the same as wired on top of the variant conversion. You could probably make a malleable VI that has that type as input and where you can wire a constant.
05-27-2024 12:35 AM
the type of the vi could be very different !
I would like make an "universal" vi ....but perhaps it's not possible !
05-27-2024 05:44 AM
Hi Vincent,
As suggested by altenbach, it is possible by turning your existing VI into a malleable VI.
Rename your VI with extension .vim instead of .vi, then make it "Inline" (VI Properties -> Execution -> Inline subVI).
Then put your "Variant to Data" inside your SubVI. The "Type" should be an input of your malleable VI.
Regards,
Raphaël.