Handling private data within Workers Base Class MHL

I am using Workers for LabVIEW 5.0 for my diploma thesis and I've got a little bit tricky question about Workers base classes. The question is maybe quite simple for you, but because of lack my knowledge about LVOOP I am dealing with that. So get down to business. I'll describe a little more simplified example, but the meaning is same. I've created some Worker base class and then e.g. two Workers which inherits from this base class. Then I add a new case to the base class MHL called "Incerement counter" and my idea is, that each time this MHL case will execute I want to increment counter which is stored in private data cluster of each Worker. And my question is: Is it possible to implement the code only in the base class or have I to override this MHL case and implement the code in both Workers separate?

8 replies