06-16-2011 04:31 PM - edited 06-16-2011 04:38 PM
I guess my question is; can this typedef be used in 5 separate subvi's? Each subvi controls one channel. (As in case with parallel subvi and not nested) Like a daqmx write function can be used as it creates clones of the same function.
06-16-2011 04:35 PM
Yes, you can use this typedef in as many subVIs as you would like. That is the beauty of a typedef. You have one defintion for your data type and should you modify it you only have to change it in one place. All of the places that use it will be updated automatically.
06-17-2011 08:58 AM
As mentioned, remove the error cluster from the type def, then you can make an array of that typedef and send around as needed. 🙂
/Y