05-05-2023 12:32 PM
Hello,
I am familiar with LabVIEW and have been fumbling my way through scripting in order to develop a few vis that need to be dynamic. I am attempting to generate an array constant in the block diagram. So far I have gotten closest with the following:
The problem is that when generated the array is empty and does not contain my test of string elements (a, b, c). This is the outcome:
Any feedback as to why the created vi is empty would be appreciated.
Lastly, a more general question. Working with scripting has been a bit of a trial-and-error situation. Is there any documentation available that might help learn this? Thanks.
Solved! Go to Solution.
05-05-2023 01:41 PM
I ended up getting this working with the following, which makes sense since I couldn't assign the value prior to the type:
My question still remains on any scripting material. Thanks.
05-05-2023 05:09 PM
@NI_User_11108 wrote:
I ended up getting this working with the following, which makes sense since I couldn't assign the value prior to the type:
My question still remains on any scripting material. Thanks.
Good that you find the answer, just sharing my old module.
You can find few basic documentation here- VI Scripting - NI , also you can find more such modules in NI Examples (Scripting).