01-22-2014 07:41 PM
I found this quirky bug with LabVIEW 2013. I create a class that has objects as data members and I'm not able to enter these into SCC. I can manually do it through the Perforce GUI but it's kind of a pain. Here are some photos to show what I'm talking about
Here's a generic VI that I can add
Here are the accessors that I can't add
Accessors that are for standard labview data types (strings, arrays, numerics, etc) are fine but it doesn't play nice with objects. Has anybody else encoutered this?
Solved! Go to Solution.
01-23-2014 02:04 AM
Could it be a name problem ?
Can see that you name the vi's as name.lvclass.vi
Have you tried to remove the .lvclass from the name of the vi?
01-23-2014 02:36 AM
YES!!!
That is exactly the problem. Thank you!!!