Wire the Automation Refnum output of the Automation Open function to the reference input of the node.
Click the node to display a list of the properties or methods available for the referenced object.
Note If LabVIEW does not display the properties or methods that you expect for the referenced ActiveX object, the object might implement multiple Component Object Model (COM) interfaces. LabVIEW can display the properties or methods from only one COM interface implemented by the object at a time. You can force LabVIEW to display the properties and methods from a different COM interface that the object implements by using the Variant to Data function to cast the automation refnum to the other COM interface.
Wire the reference out output of the Invoke Node to the reference input of the Close Reference function.
Run the VI. The Automation Open function opens a reference to the ActiveX object you requested in the automation refnum control in the front panel window and performs the method you requested in the Invoke Node.