LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GYRO_INDICATOR

Hi everybody...

 

we have to make one gyro Indictor using labview...

 

i have to kept the needle position should be static ... the numbers around the indicator should rotate... is there any posibilities are there to make the  indictor like that...]

 

if anybody knows please reply me....

 

am using LabVIEW2009.

0 Kudos
Message 1 of 11
(3,432 Views)

You can use a dial and write to the scale.position start and range property, this will rotate the scale around.

This might not be the most elegant but should achieve the effect you desire.  You can hide the needle and overlay a decoration for the needle or you can also calculate the new needle positiuon and write this value to keep the needle from rotating with the new scale.

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 11
(3,416 Views)

What do you want it to look like? Give us some idea and we can tell you if it will be possible in LabVIEW easily.

Tim
GHSP
0 Kudos
Message 3 of 11
(3,412 Views)

Hello.

 

Perhaps this link can give you some ideas.

 

simulator

 

 

Best regards.

Alipio

---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 4 of 11
(3,399 Views)

Duplicate post

 

Try and keep your questions in one place!  Solution/example suggested in the other thread as well as here.

0 Kudos
Message 5 of 11
(3,392 Views)

i have to show the angle from 0 to 360 degree..., i need to keep my angle indicator's needle should static(should not move)..., the numbers around the indicator should rotate to show the angle.......

0 Kudos
Message 6 of 11
(3,375 Views)

Did you try the example I posted in the other thread?

The numbers rotate around a static needle. OK, the numbers go from 0 to 10 but to get to 360 all you have do do is type 360 instead of 10!

Wiggle the slider up and down to see it working.

 

Ian

0 Kudos
Message 7 of 11
(3,362 Views)

@_Ian_ wrote:

Did you try the example I posted in the other thread?

The numbers rotate around a static needle. OK, the numbers go from 0 to 10 but to get to 360 all you have do do is type 360 instead of 10!

Wiggle the slider up and down to see it working.

 

Ian


 

Well I tried it and had fun playing with it.

 

even replaced the numbers with "NEWS" to the full compass look.

 

It entertained me. Smiley Wink

 

Ben

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 8 of 11
(3,351 Views)

 


Ben wrote:

It entertained me. Smiley Wink

 


Glad to be of service! Maybe I should post some of the actual code I'm working on... thats even more entertaining (for all the wrong reasons! Smiley Sad  I'm considering changing my name to Rube this week)

 


even replaced the numbers with "NEWS" to the full compass look.

 

Any clues as to how you did that?  I can't seem to figure out how to get strings instead of numerics.

 

Ian

0 Kudos
Message 9 of 11
(3,346 Views)

Properties...

 

You have to sroll a couple of pages right to get at the tab that lets you define the Strings. The old version of the guage awa a lot easier. I'm sensing a little crtter in that config screen but I am not in a bug reporting mood.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 10 of 11
(3,343 Views)