04-07-2017 10:13 AM - edited 04-07-2017 10:14 AM
Hi All,
probably that is already solved many times but a reasonably searching time leads to nothing useful.
I am newbie in Labview and I have to edit an existing program.
So what I like to do, is to trigger an existing events from a new event, which I am implementing currently.
This old event is triggered by a value change of a button.
Now, I try to change this value by my new event (this works) but the old event is not starting.
Maybe one of you have the patient to help me with that.
Attached a example vi.
Cheers, Johann
BTW: If this works out with a letch button I would be even better 🙂
Solved! Go to Solution.
04-07-2017 10:19 AM
The vi you attached looks blank to me. Perhaps re-upload?
04-07-2017 10:21 AM - edited 04-07-2017 10:23 AM
Hope now it is there
04-07-2017
10:25 AM
- last edited on
06-16-2025
06:49 PM
by
Content Cleaner
You should re-iterate on the very basics of LV: Dataflow programming.
Also you have to be aware of caveats of event structures.
Hints:
04-07-2017 10:38 AM
Thanks for the help...
I missed the event source.
And sorry for the bad example.
Best, JOhann
04-13-2017 10:22 AM
04-13-2017 12:01 PM - edited 04-13-2017 12:02 PM
For some reason you are still using two loops and two event structures. Why?
Also use a feedback node instead of the local variable to toggle the current value.
04-13-2017 12:10 PM - edited 04-13-2017 12:11 PM
04-14-2017 01:19 AM
Hi,
as I mentioned I like to modify an exsiting program. And I only want to add an additonal event that calls the other events. That is why I splitted into two parts to have a minimal example that is close to my problem.
Thanks for the other solution. Nice to see how it could work differently.
Best Johann