|
|||||||||||||
Just realized that my idea is not original. Of course, leave it to the old pros (falkpl, et. al.) to make guys like me look new.
I am really excited to see NI taking an active role in getting community feedback in an open-forum fashion, and I really respect them for showing the status of their acceptance of the ideas.
Thanks especially to guys like Darren and Aristos for keeping us plugged in to R&D.
If it is a slider bar that increases or decreases the highlight execute rate, then there should be a negative end of the bar that "undo"s the highlight execute at a fast or slow pace.
Similar to WMP11 -> View > Enhancements > Play Speed Settings
-Branson
> Can any R&D guys comment on feasibility?
Considering that we now support the retroactive probes, I've been giving a lot of thought to rewindability of a VI. The problem, of course, is the asynchronous functions -- read from file, dequeue -- and the access to global data -- global VIs, shared variables, LV2-style globals modified somewhere else in your VI hierarchy in parallel. My current hypothesis is that the number of VIs on which this feature could be used is small enough to not warrant working on the feature. You guys should poke around in your VIs and see how many of them are pure functional VIs -- no property nodes, no external storage, no uninit shift registers -- and see if it would really help you to have a "step backward" type of function. In most of my use cases, the places where I would really find it useful is the asynchronous cases, which are the unsupportable ones. For the others, I just use "Create SubVI" around the part I want to rerun and then just run the subVI in isolation -- it gets initialized with the input values when the caller runs the first time, then I abort the caller and run the subVI until I get the right output. Because this option works (and works well), I think that step backward isn't worth persuing.
Jack--just so you know, your idea may have been original, it just wasn't unique. Either way, I had this idea completely on my own, as well, and then saw you had posted it. Kudos!
You must be a registered user to add a comment here. If you've already registered, please log in. If you haven't registered yet, please register and log in.
Post New Idea to submit a product idea to the LabVIEW Idea Exchange. Be sure to submit a separate post for each idea.
My Profile | Privacy |
Legal |
Contact NI
© 2011 National Instruments Corporation. All rights reserved. | E-Mail this Page
|
||

E-Mail this Page