LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re: enum data items dynamically

Can we also chage picture values in ring during run time ?if so can you please attache a png image or vi 

thanks in advance

0 Kudos
Message 1 of 3
(2,137 Views)

You programmatically change the items of a ring using a property node. See the example below.

Example_VI_BD.png

Marc Dubois
Message 2 of 3
(2,103 Views)

@anilkumarmuppirala18 wrote:

Can we also chage picture values in ring during run time ?if so can you please attache a png image or vi 


I don't think (pretty sure) you can change the picture ring's images programmatically (run time or not).

 

You'll need to resort to other solutions. For instance, an enum combined with a picture control. Preferably wrapped in a class to unclutter the calling diagrams.

Message 3 of 3
(2,075 Views)