LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Real Time: Dynamic Event Terminals

All,

 

    I'm attempting to use dynamic event registration in my real-time vi per the help on the event structure which leads me to believe it should work. However the register for events node seems to be erroring out. Any ideas? I'd like to be able to use events with a remote front panel. Is this possible?

 

Snippet Attached

 

Regards,
Ken

 

 

0 Kudos
Message 1 of 5
(2,869 Views)

xkenneth wrote:

 

 However the register for events node seems to be erroring out.


What does the error say?

0 Kudos
Message 2 of 5
(2,861 Views)

Hi xkenneth,

  The attached code wont work,because the registered reference (boolean 2) is not a real reference as there is no control for it on the front panel.Regarding controlling remote panels, i am not sure whether the events work or it,but i think that they should work.

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 3 of 5
(2,859 Views)

Error code 1043.

 

I don't know what boolean 2 is, I have no control named that.

0 Kudos
Message 4 of 5
(2,814 Views)
Boolean 2 is the control reference control on the very left edge of your snippet.  Is this being used as a subVI and are you passing control reference into that?  Can you post your upper level VI?
0 Kudos
Message 5 of 5
(2,807 Views)