LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Working with ActiveX object that is not creatable in Labview

Solved!
Go to solution


OnSetUserDefinedCommand, OnStateChanged, and OnUserDefinedCommandSelected shows up as events


 


That's the problem here. The ICaymanMachineInfo interface is an event interface. You're not supposed to create objects of it. The ActiveX-Server you're communicating with creates the appropriate objects

on client request. You have to use the Register Event Callback primitive to register for events defined by this interface. In order to do that you have to create an ICaymanMachine object.

Message 11 of 12
(640 Views)
Solution
Accepted by topic author MTHPCB

Cayman.jpg

Message 12 of 12
(636 Views)