Freemaster Labview control with ActiveX

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Freemaster Labview control with ActiveX

跳至解决方案
2,134 次查看
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

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
1,734 次查看
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 项奖励
回复
1 回复
1,735 次查看
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 项奖励
回复