02-22-2016 06:49 AM
02-22-2016 08:12 AM
Thanks for suggestions
I've wired phi and theta through all avent case.
These values are changed when "Regenerate B0" clicked, but events doesn't result B0x, B0y, B0z changes.
The new values phi and theta are taken into account once I modify B0max.
Best Regards
02-22-2016 08:37 AM - edited 02-22-2016 08:37 AM
You need to force a Value Change event on the BOmax.
02-22-2016 10:38 AM
Thanks, it works.
Unfortunately events created by B0max and Regenerate B0 aren't taken into account by XY Graph.
LabView doesn't allow to duplicate event - so I can't add B0max and Regenerate B0 into event case [1], where XY Graph is processed.
Any ideas ?
Best Regards
02-22-2016 10:52 AM
02-22-2016 11:15 AM
Hi GerdW,
Here I didn't properly understand what you mean.
Graph XY is processed in case [1].
I've employed "Value signalling" property for B0x, B0y, B0z in the case [3] where B0max event is processed.
I've searched for something similar for Graph XY to put it there ... but found nothing.
Cpild you please, develop a little bit your idea.
Thanks
Pavel.
02-22-2016 11:41 AM
@Pavel_47 wrote:I've employed "Value signalling" property for B0x, B0y, B0z in the case [3] where B0max event is processed.
Those controls/indicators are do not have any registrations for a value change. They are read in the [3] even case, but that case is not triggered by their value change. Even then, you only need to have 1 of them trigger the event, not all of them which would just cause that event case to be called three times.
02-22-2016 11:51 AM
Of course ...
Thanks !