Freemaster Labview control with ActiveX

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Freemaster Labview control with ActiveX

Jump to solution
1,356 Views
agostinofacotti
Contributor III

Hello,

 

I'm trying to control and retreive data from a Freemaster application;

I can access it through the web browser as follows:

<object style="WIDTH: 0px; HEIGHT: 0px; " id="pcm" name="pcm" 
classid="CLSID:48A185F1-FFDB-11D3-80E3-00C04F176153">
</object>                                                       

<label id="lbltipAddedComment">test</label>
<script>
  document.getElementById('lbltipAddedComment').innerHTML = pcm.GetAppVersion();
</script>

However from Labview I cannot find the right ActiveX class, i find only this class:

172477_172477.jpgLV ActiveX Classes.jpg

Where should I find the correct ActiveX class?

 

thanks in advance,

agostino

Labels (1)
0 Kudos
Reply
1 Solution
956 Views
agostinofacotti
Contributor III

Resolved selecting "Browse" -> and getting directly the application "pcmaster.exe" from Program Files (x86)/Freescale/

See also this discussion on Labview forum ActiveX automation with classid for Freemaster

about the same topic.

Regards,

agostino

View solution in original post

0 Kudos
Reply
1 Reply
957 Views
agostinofacotti
Contributor III

Resolved selecting "Browse" -> and getting directly the application "pcmaster.exe" from Program Files (x86)/Freescale/

See also this discussion on Labview forum ActiveX automation with classid for Freemaster

about the same topic.

Regards,

agostino

0 Kudos
Reply