11-06-2009 03:49 AM
Dear all,
I would like to display and edit data from a LV class and its child classes (like graphical object with points, boxes, circle ... as child classes). While running the main VI the class can change and different controls and indicators will be visible according to the "contents" of the class (think of the properties of graphical objects like points, boxes, circles,...). I don't wanted to hard implement the UI objects in the main VI for all possible (future) classes but implement it in the classes.
I did it the following way: the classes have got a VI (method) called "edit data". This is loaded into a subpanel. There is an XCtl on the FP of the edit data.vi.
Now when building an executable and running it the processor load goes up and sometimes the FP of the main VI hangs.
What could be the reason?
It looks like a missing wait in a while loop.
Any ideas?
Regards,
Jörn
Solved! Go to Solution.
11-10-2009 01:53 PM