02-07-2023 10:43 AM
Hello,
i have problem with event structure execution.
I need control event structure by variables from type definition. The event structure offer me in event source variables from type definition but if i change value of variable then even structure make nothing, no reposnse from event structure.
Software buttons works correctly, but variables from type def. does not responce.
Look at the picture in attachment.
Thank you.
02-07-2023 11:02 AM
It's not clear to me what you are trying to do.
Post your VI (not a picture) and give a set of steps to follow that lead to the problem.
02-07-2023 11:59 AM
I've had instances in the past where a type defined control wouldn't execute a "value change" event in an event structure, but the same control would work fine if not type defined.
Maybe this is the same thing?
If so, the workaround I found was that by configuring the event dynamically instead of the normal way, it would then fire appropriately. Agreed that it's very hard to tell based on the original post.