in data 05-21-2007 09:50 PM
in data 05-22-2007 12:49 PM
in data 05-29-2007 05:21 PM
Recompiling the VIs to version 8.2.1 does not work due to changes in 8.2. I get error 1445:
LabVIEW: Open VI Reference no longer matches VIs in memory by filename. A filename is no longer sufficient because the full name of a VI now includes any owning libraries.
The block diagrams are locked and therefore I cannot make any changes to allow it to open the VI reference for gathering the metrics. Anyone have any solutions or a verification that the data output by the 8.2.1 ProMetrics tools are the same even though the interface has changed?
in data 05-30-2007 10:06 AM
in data 05-30-2007 01:10 PM
My subVI calls the Compute Metrics for Display directly sending it a list of VIs (see below). The Compute Metrics for display calls Version Control CIN.vi with a single VI name and the operation "get metrics" and this is the VI that provides the error message.

in data 05-30-2007 01:26 PM
in data 05-30-2007 05:49 PM
Thank you. I was able to modify the Compute Metrics for Display.vi
It was calling Version Control CIN.vi with just a stripped path VI name passed in. I wired in the path as well and it worked.