09-27-2019 08:35 AM - edited 09-27-2019 08:37 AM
So I have a bundled cluster of data getting sent from the RT(image cluster error) to the UI. I'm getting the error 91 on the UI side(image cluster error2) when it tries to get the data from the variant that's being sent across. Yes, I've looked at other forums involving the error 91, but I'm still confused why it's having this data is incompatible with the type I've selected. Also I've only been doing labview for about 3 months so please no snarky comments. The probe in the image cluster error shows the data from the input variant that is on the UI side. Can someone break down what I'm not understanding please.
Solved! Go to Solution.
09-27-2019 08:39 AM
Make a Type def of the cluster and use that on both sides. Error 91 is due to the Clusters not being different formats.
/Y
09-27-2019 09:38 AM
@Yamaeda wrote:
Make a Type def of the cluster and use that on both sides. Error 91 is due to the Clusters not being different formats.
/Y
... OR
The variant is empty ( as in nothing was inserted into the variant).
Ben
09-27-2019 09:58 AM
Obviously, the clusters are not the same. Do they contain the exact same elements in the exactly same order? As has been suggested, you can ensure that by making the cluster a typedef.
09-27-2019 11:46 AM
Working now thank you for the explanation!