02-11-2010 01:55 PM
Hello! Is it possible to read multiple lines using read key VI? I'm only reading the first line right now but it would be nice if I can view the first line's explanations too.
Please see attach. Thanks in advance.
02-11-2010 02:01 PM - edited 02-11-2010 02:02 PM
Get inside the Read Key.vi. There you will find Get Key.vi. Get inside this vi. It has two outputs (excluding some others) - value and comment. But the vi itself returns only the value and the comment is left unused. Please check if that "comment" output is the "explanations" you need. If so, you could manually wire that output for your benefit.
Remember to save the vi with a different name if you will edit it.
02-11-2010 02:04 PM
02-11-2010 02:07 PM