LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table (strict) vs. Table

Solved!
Go to solution

Hello!

In this board I found a nice VI that auto-sizes the columns of a table. Being called as sub VI, it uses a ref. Nothing special, except for one thing: the class used in the sub VI is strict.

MaSta_0-1668691479975.png

 

When I put this sub VI into my VI, which I also use as sub VI I will also use a ref. So I place an empty property node 

MaSta_1-1668691550561.pngand assign the class 

MaSta_2-1668691618776.png, but as you can see only the common class is available and strict is grayed out. 

 

Question: how could the other person create the strict property node and how can I solve this? My best guess is to replace all the strict nodes by common nodes.

 

0 Kudos
Message 1 of 2
(787 Views)
Solution
Accepted by topic author MaSta

A colleague told me that you can change the type definition for a control to strict. If I do that for a table control, it's not clear if that would be recorded by LV so that it now offers the strict classes in the VI assignment. 

However, the solution was to replace the ref by a common class one. 

0 Kudos
Message 2 of 2
(781 Views)