• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    mango changes MVAR units to MVA

    User help
    4
    6
    1.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      craig
      last edited by

      I am trying to use units MVAR and MVARh but mango keeps changing them to MV*A and MVAh.

      Can MVAR and MVARh be added to the list of units?

      1 Reply Last reply Reply Quote 0
      • CraigWebC
        CraigWeb
        last edited by CraigWeb

        Hi Craig

        you can add a suffix to your points if the unit you need is not in the list.
        0_1537964379345_units.png

        1 Reply Last reply Reply Quote 1
        • phildunlapP
          phildunlap
          last edited by

          Hi Craigs,

          This thread has some information about another option, to modify the UnitUtil class to have them as units or labels: https://forum.infiniteautomation.com/topic/3202/converting-units

          1 Reply Last reply Reply Quote 0
          • terrypackerT
            terrypacker
            last edited by

            @craig, In the Mango code we have implemented Aliases for VAR and VA which correspond to Volts x Amps. Since VAR is a measure of a 'type' of Power my understanding is that it is still basically Volts x Amps. If you want to convert your point's values to another Unit they need to be based on derived units that are supported by our library so VAR = V*A. If you don't need to convert this value to another type of unit for display then as @CraigWeb says, just use a suffix.

            1 Reply Last reply Reply Quote 0
            • CraigWebC
              CraigWeb
              last edited by

              @terrypacker While VAR is effectively Volt X Amps. It should always be displayed as VAR. As that is its unit. Reactive power is different to active power and needs to be measured when doing power factor correction. All 3 phase systems have both active and reactive power and both need to be measured and displayed. It probably is worth looking into adding it as a unit.

              1 Reply Last reply Reply Quote 0
              • terrypackerT
                terrypacker
                last edited by

                @CraigWeb I agree and actually right after I made my previous post took a deeper look into what is going on with the internals of our Units library. I think something isn't working quite right with our Unit Aliases so I opened this issue:

                https://github.com/infiniteautomation/ma-core-public/issues/1331

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post