01-18-2013 09:30 AM
I'm having a difficult time with trying to add a NI_report.lvclass to my cluster.
In my VI, I use the New Report.vi along with the Save Report to File.vi to generate some reports and then add data to the report as needed later on. Instead of using local variables to accomplish my task, I would like to place this (Raw Dara Report Indicator and the Summary Report Indicator) into my cluster for easy reference later. How do I do that?
My vi is attached, minus the sub vis which are not needed.
01-18-2013 02:13 PM
You can drag a control or indicator into a cluster like you would any other. What is the problem you are seeing?
Mike...
01-18-2013 02:26 PM - edited 01-18-2013 02:26 PM
I actually tried to do that. When I drag the indicator to the control, my mouse icon changes stating that I can't do it. I have my cluster defined as a type def.
01-18-2013 02:35 PM
Oh, well you need to open the typedef and install it in the typedef - as you would any other control or indicator.
Mike.
01-18-2013 03:09 PM
Found the issue. I was trying to drag items from the block diagram over to the type def cluster, which apparently isn't allowed.
01-18-2013 04:22 PM
Yeah, you kind of need a control object or an indicator object not a terminal object It does make sense in some ways.
01-21-2013 07:11 AM
Definately had a "senior moment" and I'm only 35.