From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, 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: 

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
(1,970 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
(1,936 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
(1,908 Views)