LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Object oriented programming on PXI-System

Greetings,
 
i've developed some object-oriented LV classes, wich i've succesfully tested on my desktop pc. The next step would have been to test them on a PXI-controller. However, the LV 8.20 methods of object oriented programming seam to be incompatible to PXI-systems.
 
All i'm getting is an broken arrow with an error message like that
 
HardwareIOAnalog.lv.class:setTimingNP.vi
Frontpanel-Anschluss 'HardwareIOAnalog in': Der Typ wird für das aktuelle Ziel nicht unterstützt (means: Type not supported by current target)
 
Does that mean that object-oriented design is not supported in general by PXI, or is it depending on the type of the PXI-System. Is there an easy way around, or do i have to re-program all my classes to conventional (Sub)VIs?
 
Help appriciated! 😉
 
Regards,
 
--
Bennet Gedan
Student (Electrical Engineering/Mechatronics)
Darmstadt University of Technology
--
Bennet Gedan
Student (Electrical Engineering / Mechatronics)
Darmstadt University of Technology
0 Kudos
Message 1 of 3
(3,711 Views)

I think you target to a PXI Realtime (RT) target, right? If so, LabVIEW OOP is not supported under Realtime right now.

 

Message 2 of 3
(3,675 Views)
Okay, thanks. Meanwhile I reprogramed the whole thing and set OOP aside (at least on the PXI-Target). It's a pity to loose some advantages of OOP, but it brougth me some interesting new programing techniques i could transfer to non OOP stuff.

Regards,
--
Bennet Gedan
Student (Electrical Engineering / Mechatronics)
Darmstadt University of Technology
0 Kudos
Message 3 of 3
(3,664 Views)