02-16-2006 05:52 PM
02-16-2006 07:25 PM
Hello,
I can't think of any way to display comma separators for the thousands place in a numeric control/indicator either. So I think using a string is the only way to do it. As far as the elegance of your solution, Polymorphic VIs are currently the only way to accomplish having a subVI that adapts its outputs to different types based on its inputs. So to me, it looks like you're on the right track.
-D
02-17-2006 07:36 AM
02-17-2006 08:00 AM
02-17-2006 11:29 AM
10-03-2006 10:11 AM
Kevin P. and johnsold,
I've been thinking about writing a whole family of array manipulation VI's using your approach. For example I hope to write an arbitrary-dimensional "transpose array" function. But I figured before I started, I would do a search in the Labview support resources in case someone's already invented this wheel. Downloading is so much easier than writing! Please share any examples you may have developed.
When I develop something of my own I'll post it on the Labview Advanced Virtual Architects website and provide a link here.
10-03-2006 10:52 AM
10-03-2006 01:49 PM - edited 10-03-2006 01:49 PM

Message Edited by eaolson on 10-03-2006 01:51 PM
10-03-2006 02:08 PM - edited 10-03-2006 02:08 PM

Message Edited by altenbach on 10-03-2006 12:08 PM