LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

class & object support in labview

Hi,
    how can we create classes in labview??
0 Kudos
Message 1 of 7
(2,470 Views)
Hi Sithu,
if you using labview 8.x, open the project explorer and right click on "my pc" and select "new" -> "class". If you need more, then please describe more about your intentions.
 
Hope it helps.
Mike
0 Kudos
Message 2 of 7
(2,467 Views)
Hi Mike,
              Can you provide me any simple VI implementing the class concept ?
0 Kudos
Message 3 of 7
(2,463 Views)
Hi Sithu,
i´m not sure what you need. Did you try it?
Mike
0 Kudos
Message 4 of 7
(2,459 Views)
This is what mike told. Try.
 


Message Edited by mathan on 06-06-2008 01:28 AM
0 Kudos
Message 5 of 7
(2,454 Views)
From your question, I assume you're coming from an OO background. Before you start using the built-in LabVIEW OOP, you should do some reading, because it's not entirely the same as in other languages. Here and here are a couple of links you can start with. The second link includes some details about the differences.

Also, you can find LVOOP example in the example finder (Help>>Find Examples).

This is a good method in general - if you want to learn about something, search for tutorials and examples.


___________________
Try to take over the world!
0 Kudos
Message 6 of 7
(2,440 Views)
Thanks....
0 Kudos
Message 7 of 7
(2,436 Views)