LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

help !! animation icon created in Labview front panel

Solved!
Go to solution
hi guys, thank you for enter here. becouse i faced the problem of creating the animation icon on the front panel of Labview. Have somebady can teach me how to solve the problem. My question is, i wanna create a GUI system on the front panel. A animation icon such as DC motor, when i give signal true to the motor. at the same time, the animated picture on the front panel also will be rotating. Have anybody know how to solve it and teach me the solution. thank you very much
0 Kudos
Message 1 of 3
(3,253 Views)

A picture ring is what you need.

 

I haven't used it yet, but I think the easy way would be to place a animated gif in there. 

 

Felix 

0 Kudos
Message 2 of 3
(3,242 Views)
Solution
Accepted by topic author jeff7095

You can take a boolean control and customize the same.

 

1) create a new custom control

2) Place a boolean control/indicator

3) click on "edit->import picture from file" (motor not running picture) from the menu

4)Paste this imported image to the "False" case of the boolean by right clicking and selecting "import picture from clipboard->False" from the pop up menu

5)Repeat the 3 and 4 for the motor running picture

 

Guru

Regards
Guru (CLA)
0 Kudos
Message 3 of 3
(3,240 Views)