01-12-2010 12:01 PM - edited 01-12-2010 12:04 PM
seen Herehttp://forums.ni.com/ni/board/message?board.id=170&thread.id=467574
Why two tunnels?
Why is the ref not passed on a SR?
Why the conversion at all?
BUG?<<<Code error on bad referance Snippet does not run correctly
01-12-2010 12:10 PM
01-12-2010 12:27 PM
To get a snippet that is NOT broken I had to code THIS to do the original
WOW WTF?
01-12-2010 12:32 PM
01-12-2010 12:52 PM
This is very similar to what happens when you copy code to the clipboard. The clipboard doesn't support the implicit property node binding (perhaps because there really isn't a front panel in the clipboard), so it disconnects all implicit property nodes and references.
A similar thing would happen if you created a subVI from the selected block diagram area instead of creating a snippet.
I am guessing the snippet function piggy-backs on one of these existing routines to get the intermediate code that gets copied to the PNG file.
01-12-2010 05:11 PM - edited 01-12-2010 05:12 PM
Cory K wrote:
Hahah, deliberate Rube Goldberg?
It's not RG if it is the simplest way to make a snippet that works is it?
Still- the behavior needs a look into I don't mind if implicit nodes are change to explicit nodes but I DO MIND when a snippet of functioning code is broken.
The Irony of the String indicator name just struck me.....funny
01-12-2010 09:02 PM