LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV + ActiveX Events combine

Hello,

How can I make an event that fires when either a LV Event (ValueChange of
my ring) or a ActiveX event triggered by the ActiveX Eventhandler ..

I am kida new to this and searcing for a soulution to combine both with a
easy way and WITHOUT a Loop.

Why does the LV Eventhander not show up all possible ActiveX Events and
react on them ?

Thanks Sascha

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
0 Kudos
Message 1 of 3
(2,609 Views)
In LabVIEW 7.0 you can have ActiveX event callback VIs. Mean when the ActiveX event triggers, LV automatically calls your defined "callback" VI with even data.
So you can call your callback VI both in event structure and also as ActiveX callback VI.

LabVIEW 7.0 is the answer baby!!
ARafiq
0 Kudos
Message 2 of 3
(2,609 Views)
😞

Eh geez ! Can anybody suggest another solution please ?
I need to solve this problem without LV 7 !

Does anybody have a clue ?


On Fri, 23 May 2003 16:52:28 -0500 (CDT), A Rafiq wrote:

> In LabVIEW 7.0 you can have ActiveX event callback VIs. Mean when the
> ActiveX event triggers, LV automatically calls your defined "callback"
> VI with even data.
> So you can call your callback VI both in event structure and also as
> ActiveX callback VI.
>
> LabVIEW 7.0 is the answer baby!!
> ARafiq
>



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
0 Kudos
Message 3 of 3
(2,609 Views)