From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Classes Contain Object Data Members - LabVIEW won't put Object Accessors into SCC

Solved!
Go to solution

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

Can Add To SCC.PNG

Here are the accessors that I can't add

Can Not Add To SCC.png

 

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?

0 Kudos
Message 1 of 3
(2,214 Views)
Solution
Accepted by topic author chilidog

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?

0 Kudos
Message 2 of 3
(2,186 Views)

YES!!!Smiley Happy

 

That is exactly the problem. Thank you!!!

0 Kudos
Message 3 of 3
(2,178 Views)