03-07-2017 04:04 AM
Hello,
I have some difficulties generating In Place Element Structure using LabVIEW scripting.
In attachment is an example how I am generating structure, but I can't Add Array Index node to it (as shown in the Result attachment.
Regards,
Evita
Solved! Go to Solution.
03-07-2017 07:56 AM
Use DPID 335 for the Array Index/Replace node. I have no idea how to find what the numbers are supposed to be and why, I just had a while loop check DPID values until it didn't error and it appears that valid values start at 335.
03-08-2017 01:03 AM
Hi,
Thanks, it works. I also found it in forum https://forums.ni.com/t5/LabVIEW-APIs-Discussions/DPID-InPlaceDataValRefNode/m-p/3371963.
It should be included in NI Help, when defining what is DPID.
Cheers,
Evita