11-03-2009 07:18 AM
Hello all. I'm running Labview 8.6.1, and have a small issue. I'm trying to copy a piece of "code" from an old block diagram into a new one.
This works fine if I just paste it into a blank space. But if I try to paste it directly into a case structure, I lose all of the wires and the code seems to sit on top of the case structure rather than getting embedded into it.
One solution is to paste this old code into blank space and then to drag it to the case structure. This works fine. But is it possible to paste code directly into the case structure?
Thank you.
Solved! Go to Solution.
11-03-2009 07:22 AM
Can you post your part of old code that you want to copy to a new BD inside the case structure.
Mathan
11-03-2009 07:30 AM
11-03-2009 07:35 AM
Thanks for the replies. I have noticed that pasted code is always floating like the second reply here points out, so I have done the dragging thing to get it to stick. However, earlier when I was trying it didn't seem to work.
I just went back and tried some more, though. I guess I just had to drag it a little farther, and then the code sticks into the case stucture. A slight drag in one direction was not far enough, and the code kept floating on top of the block diagram.
Sorry...easy fix here. Maybe at least next time a newbie searches for this problem on the forum this post will help?
11-03-2009 07:38 AM
jkeane3 wrote:Maybe at least next time a newbie searches for this problem on the forum this post will help?
Obviously yes Thanks for it.
Mathan
11-03-2009 09:10 AM
11-03-2009 09:29 AM
11-03-2009 09:32 AM
rex1030 wrote:
Also be sure the case structure area is big enough to hold the code you are trying to paste or it will just sit on top like that.
Not true. The structure can be as small as you can make it if autogrow is enabled. This is the default for all structures.