LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Activex Event

Dear All,

 

I can't speak English. I'm Sorry.

 

Help Me.

 

 

I want to change from VB to LabVIEW.

 

Refer to the picture.

 

(LabVIEW Version 7.1)

 

 

Activex_Event.png 

 

 

 

Thank you.

 

 

0 Kudos
Message 1 of 4
(2,423 Views)

I don't know what you're trying to do from just looking at the picture. Your subject says "ActiveX Event". Are you trying to register for an ActiveX event? Have you taken a look at the LabVIEW Help on Registering and Handling .NET and ActiveX Events?

 

You may wish to try to post your question in your native language an try to use Google Translate to get a rough Englis translation.

Message Edited by smercurio_fc on 04-24-2010 11:30 PM
0 Kudos
Message 2 of 4
(2,395 Views)

 

Dear All,

 

 

"Wait On ActiveX Event From Multiple.VI" has been using the Parameter Data.
However, only in the first Pointer Data may be.

 

I would like to receive as much data ICount value.

But always the first data is being received

 

 

ActiveX OCX File(Event Handle)

-------------------------------------------------

Void eGEMRspAllECInfo(long lCount, long* plVid, BSTR* psName, BSTR* psValue, BSTR* psDefault, BSTR* psMin, BSTR* psMax, BSTR* psUnit)

----------------------------------------------------

 

This Porgram  (ex : Icount : 4)

----------------------------------------------------------------------------------------- 

Vid:101,Name:Equipment_Init_Conn, Value:1, Default :1, Min:, Max:, Unit:
----------------------------------------------------------------------------------------- 

 

I Want Recive data (ex : ICount : 4)

----------------------------------------------------------------------------------------- 

Vid:101,Name:Equipment_Init_Conn, Value:1, Default :1, Min:, Max:, Unit:
Vid:102,Name:Establish Comm, Value:10, Default :20, Min:, Max:, Unit:
Vid:103,Name:MaxSpool, Value:20, Default :20, Min:, Max:, Unit:
Vid:104,Name:WriteSpool, Value:30, Default :30, Min:, Max:, Unit:

-----------------------------------------------------------------------------------------

 

 

Thank you.

 

Message Edited by shami on 04-25-2010 06:12 PM
0 Kudos
Message 3 of 4
(2,377 Views)

Dear All,

 

 

"Wait On ActiveX Event From Multiple.VI" has been using the Parameter Data.
However, only in the first Pointer Data may be.

 

I would like to receive as much data ICount value.

But always the first data is being received

 

 

OCX File(Event Handle)

-------------------------------------------------

Void eGEMRspAllECInfo(long lCount, long* plVid, BSTR* psName, BSTR* psValue, BSTR* psDefault, BSTR* psMin, BSTR* psMax, BSTR* psUnit)

----------------------------------------------------

 

This Porgram  (ex : Icount : 4)

----------------------------------------------------------------------------------------- 

Vid:101,Name:Equipment_Init_Conn, Value:1, Default :1, Min:, Max:, Unit:
----------------------------------------------------------------------------------------- 

 

I Want Recive data (ex : ICount : 4)

----------------------------------------------------------------------------------------- 

Vid:101,Name:Equipment_Init_Conn, Value:1, Default :1, Min:, Max:, Unit:
Vid:102,Name:Establish Comm, Value:10, Default :20, Min:, Max:, Unit:
Vid:103,Name:MaxSpool, Value:20, Default :20, Min:, Max:, Unit:
Vid:104,Name:WriteSpool, Value:30, Default :30, Min:, Max:, Unit:

-----------------------------------------------------------------------------------------

 

 

Thank you.

 

0 Kudos
Message 4 of 4
(2,360 Views)