to get a faster input of data to a driver (DG20220A) I work with the function 'Delete Item from array', but I only need the output 'deleted portion', but not the output 'array w/ subset deleted'. The program only works with a connected output 'array w/ subset deleted'. What can I do to solve this problem.
If you mean the function 'Delete From Array' in the Array palette, I don't know why you are having problems. Having the outputs wired is not required. Something else must be breaking your VI.
LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
maybe you should use "Array subset" instead of taking "Delete item from
Array" and using only deleted item. This way LV can run much faster,
especially on big arrays.
Best regards, GerdW
using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
The way I read this post it sounds like a logic problem, and not a wiring problem. In other words, the way your logic is set up for determining what to delete is backwards.