LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event Case Structure Not handling XNET Frame selection Value Change Events

Hello,

     I am working with XNET Front Panel controls and am trying to get a XNET Frame Control value change to trigger and Event Structure event and it doesn't seem to be working.  I can get it to work with the Interface Control but Frame Controls don't seem to register with the Event Structure Value Change event.  Is this a bug?

0 Kudos
Message 1 of 5
(3,139 Views)

Can you post your code, or a picture of your code? I've never seen this problem personally. 

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

Here is a snippet of code that I just made up that shows whats going on.  Like I said if it wasn't for the change database control event working I would say all controls that have to do with an XNet Database were suspect.  This is LV 2012.

0 Kudos
Message 3 of 5
(3,118 Views)

Known bug, with workaround.

 

https://lavag.org/topic/18748-labview-2014-bug-with-event-structure/

 

CAR #426378

 

In LabVIEW 2015 with XNet 15.0 this still behaves this way.

Message 4 of 5
(3,109 Views)

Basically I got around the problem with just timing out my event structure and polling the controls and comparing them with previous control data which I already had placeholders for.  It's kind of loose because of using processor instead of just waiting until a change event occurs but it will have to do.  Thanks for you help all.

0 Kudos
Message 5 of 5
(3,087 Views)