LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I creater a indicator to read power factor

The problem that I have is not that I can read power factor because our RTU gives me a analog input in numeric fomat for our power factor. I need to know if there is some sort of scaling or indicator ( such as a analog dial type gauge) that can be scaled to read power factor in the below format. We want to see Lag / Lead that mimics our mechanical analog meter at the power plant. Any suggestions?

 

-0.5

-0.6

-0.7

-0.8

-0.9

1.0

0.9

0.8

0.7

0.6

0.5  

 

0 Kudos
Message 1 of 9
(3,554 Views)

Why not just use the dial or guage in the Numeric Controls palette?  You can change the scales easily enough to be a -1 to +1.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 9
(3,544 Views)

You can certainly use a gage or meter to display the values that you state. What specifically is your problem? How often do you get a new value?

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 9
(3,541 Views)

I have exactly the same problem. How to do it? If you create a scale with a minimum and a maximum value of -0.5 + 0.5, in the center of the scale is 0 instead of 1 as it should be...

0 Kudos
Message 4 of 9
(3,333 Views)
The center of the range -0.5 to +0.5 IS zero. I don't know why you think differently.
0 Kudos
Message 5 of 9
(3,323 Views)

I think he wants to make a LabVIEW version of the real-life meter seen here:

 

http://www.alibaba.com/product-detail/BE-96-96-96-Power-Factor_1707875502/showimage.html

 

I don't know how you'd do that with any sort of standard control, though...

0 Kudos
Message 6 of 9
(3,318 Views)
I would like to use meter with scale as show in post #1 . That's why I would like to see in the center 1 NOT 0
0 Kudos
Message 7 of 9
(3,307 Views)

It should look something like this. I used a text label for scale markers.

text labes    Value

-0.5                0

-0.6                1

-0.7                2

-0.8                3

-0.9                4

1                    5

0.9                 6

0.8                 7

0.7                 8

0.6                 9

0.5                 10

 

But how to convert  1 +/- 0.5  -->>  0 to 10 I don't know...

 

0 Kudos
Message 8 of 9
(3,279 Views)

Solved. Thanks to everyone

0 Kudos
Message 9 of 9
(3,263 Views)