08-22-2014 07:07 AM
Hello,
I register shared variables to raise event (see picture appended). How is it possible to detect which shared variable raised event but not parsing string of Shared Variable in the dynamic event terminal of event structure?
Thanks.
Solved! Go to Solution.
08-22-2014 07:14 AM
Hello mez,
It looks like you have access to the shared variable that generates the event, take a look at the picture in the following link:
https://decibel.ni.com/content/docs/DOC-4375
Michel
08-22-2014 07:27 AM
Hello Michel,
thank you for your response.
I use this method too. But it's tricky way IMO 🙂 and I would like to find how to solve this IN event structure.
mez
08-22-2014 07:56 AM
Then I'm not sure what you are looking for.
MIchel
08-25-2014 05:30 AM
Hello Mitchel,
I like to use clean solutions when possible.
In my case:
- parsing the string to identify variable raising event - it is not too well-arranged (and effective);
- using control to hand over variable events - it is not well-arranged at all and adds extra work during design and maintenance.
My "vision" is - it exists item in dynamic event terminals carrying variable idetification usable directly.
However, it appears that there is not such possibility.
Anyway, thanks for the discussion.