LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

action engine being accessed in an unknown part of my code

Solved!
Go to solution
Solution
Accepted by PaulG.

@Ben wrote:

Hi Paul,

 

Put a break point (BP) in the action case that is being called from mystery land.

 

When the BP fires pull down on the drop-down where you usually go to set font. When a BP fires that control turns into a "call chain" inidcator and will tells you the call chain at the time the AE was invoked and the BP firied.

 

Ben


And after it fires single step out of the AE and see where you really land!

 

Are all enums the same strict typedef?

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 11 of 12
(1,024 Views)

@rolfk wrote:

And after it fires single step out of the AE and see where you really land!

 

 


This pointed me to the bad part of the code. Now I need to figure out how to fix it. I have a value signaling property that is causing a value change event to constantly fire. In turn the AE writes to the motor controller. This shouldn't happen. This would explain a lot.

 

Thanks a million. Smiley Happy

PaulG.
Retired
0 Kudos
Message 12 of 12
(968 Views)