06-18-2007 07:00 PM
06-18-2007 07:19 PM
06-18-2007 07:36 PM
06-18-2007 08:05 PM
06-19-2007 02:45 AM
You can try searching the LAVA forums in the name of VI Scripting.
http://forums.lavag.org/LabVIEW-VI-Scripting-f29.html
06-19-2007 08:36 AM
06-19-2007 08:47 AM - edited 06-19-2007 08:47 AM
I have to echo Mike's request for an image showing what you would like.
Generally the suggested approach would be;
1) Exploit LV's controls "as is".
2) Establish an upper limit to the number of widgets and play games with hiding and showing off-screen objects.
3) Picture Control (see image for example of virtual controls).
Ben
Message Edited by Ben on 06-19-2007 08:47 AM
06-19-2007 09:30 AM
06-19-2007 09:37 AM
Off the top of my head, I would say the simplest solution would be an array of picture controls (where you can control the size of displayed array). Each element can have a picture of a boolean or a number. This would be more problematic if the user needed to interact with this map, so I would also say that you should post a mock-up of what a typical display might look like (and whether the user needs to interact with it).
Re. scripting - it's great, but I believe it would be too complicated for this kind of thing and I would not use considerable parts of it in production systems anyway.
06-19-2007 09:57 AM