04-01-2008 03:19 AM
04-01-2008 06:29 AM
I can't check at the moment, but I believe the private methods do allow you to make selections, in which case, you could do the reverse of what the CCT (mentioned in reply #3) does. Personally, I think it would be too much work, because you would have to traverse the diagram to get the position of every object.
TobiasAlte wrote:
I imagine the zoom to enable me to select large portions of a diagram and move them around without having to scroll for example.
I'm not sure this is a small undertaking. I think most objects on the diagram are bitmapped and have
but maybe that engine could change in general. Why make the display engine vector based?
05-22-2008 04:14 AM
Hi,
On the one hand, the idea is to encapsulate functionality in subvi's. On the other hand, to save memory (work with large datasets) they specifically tell you to minimize the amount of subvi's. So in a really big program, you cannot have too many subvi's and there is no zoom tool...
Danielle
05-22-2008 06:29 AM
NI has a decent number of tutorials and presentations about memory management. If this is the same as the one I saw, it will address your large dataset problems. The end point here is that if you have really large datasets, there are some things you can do to reduce the memory footprint dramatically while calling subVIs.
dsavir wrote:
Hi,
On the one hand, the idea is to encapsulate functionality in subvi's. On the other hand, to save memory (work with large datasets) they specifically tell you to minimize the amount of subvi's. So in a really big program, you cannot have too many subvi's and there is no zoom tool...
Danielle
05-24-2008 04:40 PM - edited 05-24-2008 04:43 PM
06-05-2008 05:45 AM
Hi,
Thanks Britoa for the link, I'll check it out, maybe I'll be able to solve some memory problems and clean up the code a bit...
Thanks again,
Danielle
06-05-2008 09:10 AM
06-05-2008 09:12 AM
06-05-2008 09:25 AM - edited 06-05-2008 09:25 AM
06-12-2008 03:10 AM
Hi,
While there are other ways to reduce memory use, all the explanations also advocate large block diagrams. So I stand by my original comment - they put us in a catch 22 with large block diagrams and no zoom.
However, I'll admit the navigation window helps some.
Thanks,
Danielle