LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Forcing an asterisk *

Solved!
Go to solution

I'm working on a tool that makes modifications to VIs.  But the nature of the modifications doesn't result in the VI getting an asterisk * (mods bit set), despite the fact that I'm opening the VIs with the options set to 5.  So I need to have my code explicitly set the VI mods.

I found this, but not enough documentation to know what I should feed it.

paul_a_cardinale_0-1695242020064.png

I could just add something to the BD, then delete it; but is there a better way to force an asterisk on a VI?

0 Kudos
Message 1 of 3
(296 Views)

8

try & error

 

George Zou
0 Kudos
Message 2 of 3
(284 Views)
Solution
Accepted by topic author paul_a_cardinale

Method "Set VI Mod" has a bit of documentation:

 

raphschru_0-1695249205608.png

 

 

By testing, all powers of 2 work from 2^3 to 2^30 included.

 

Regards,

Raphaël.

Message 3 of 3
(279 Views)