I want to use LabView code via Active X from an external applicaiton. I have looked through all of the online and written information and examples. A couple of basic questions remain.
1) Although the LabView User Manual says that the example FreqResp has an embedded LabView chart in it. I don't find this in the Excel file. In fact, it sounds as though an Active X control (ocx) can not be created with LabView. Is this true?
2) In the examples I have seen, vi's are controlled by passing parameters with LabView acting as an Active X server. The methods and parameters available are only those of LabView itself. Is there a way in LabView to expose a vi or llb as an object with its own properties and methods? For example, if I have
an llb created using GOOP methodology, can this be exposed to say Excel as a class so I can create an instance of this GOOP object?
If anyone can point me to a concise outline of the overall Active X capabilities of LabView, this would go along way . . .
Thanks.