11-14-2023 05:29 AM
Hi,
I have 3 classes. Data, Cell and Cell_Pack. Data is the Parent class. Cell and Cell_Pack are child classes that inherit from Data Class. So I create this same function VI in all 3 classes and its called addToTestData. But under Cell_Pack its showing the error that connector panes doesnt match with other VIs. But I have carefully checked it. And it is exactly same as the other VIs, but still the error keeps coming. I have attached the screenshots of the 3.
As you can see from the three screenshots, you can see all 3 are exactly the same but the third one is not runnable because of the error. So any idea why is this error happening. I have also attached the screenshots if anyone cant see it properly here. Kindly help me. Thank you.
Solved! Go to Solution.
11-14-2023 05:34 AM
Sorry, I found the error. One of the connector pane was set as recommended whereas in the other class it was required. That was the error. Sorry.