This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EMDC Reading the power factor

Part Number: MSP430i2020i

Hello,

I've a working project using the MSP430i2021i and EMDC but the power factor value is bouncing around.

It maybe it's very small, but I'm not sure so it might look worse than it is.

How should the value be interpreted, how do I make it a meaningful valve from 0.000-1.000.

Two more questions:-

1) I'm assuming activePowerSF always equal to the reactivePowerSF

2) Is it possible the tune the phaseCorrection, what are the incremental steps and how does this relate to the voltage / current phase as the calibration never works.

Thanks,

Colin

  • Hello,

    The power factor is basically active power divided by apparent power can be used to determine the phase angle between the voltage and current. Search online for "power factor" to learn more.

    1) I'm assuming activePowerSF always equal to the reactivePowerSF

    Correct.

    2) Is it possible the tune the phaseCorrection, what are the incremental steps and how does this relate to the voltage / current phase as the calibration never works.

    Are you saying the calibration doesn't work when using the EMDC GUI? Are you using an accurate test setup to apply a specific phase angle? The phaseCorrection value contains the whole and fractional sample delays. For fractional, this is the preload bits that get adjusted. For whole, this is the index for an array that gets adjusted. If these values are incorrect, it will impact the accuracy of the power factor.

  • Hi James,

    Thanks for the reply, I understand what the power factor is but I don't know what 0x00004000 means, how do I get to a fractional number.

    Is this scaled up, it doesn't say in the software.

    On the calibration, it just doesn't work consistently, I've only connected to the board twice and had results.

    I just gave up on the GUI it's very unreliable.

    It's says connected but I notice that to doesn't read the ID, only when you see the ID in the bottom corner does it work.

    Thanks,

    Colin.

  • I understand what the power factor is but I don't know what 0x00004000 means, how do I get to a fractional number.

    Is this scaled up, it doesn't say in the software.

    Have you referred to the Protocol section in the EMDC Technology Guide? It's a good reference for these types of questions.

    On the calibration, it just doesn't work consistently, I've only connected to the board twice and had results.

    I didn't see an answer about an accurate test setup. This is required for accurate calibration. The example projects and binaries are pre-calibrated using our accurate test setup in the lab that allows you to adjust the phase angle between voltage and current.

    Did you follow the calibration instructions in the Calibration section of the EMDC Technology Guide?

    I just gave up on the GUI it's very unreliable.

    It's says connected but I notice that to doesn't read the ID, only when you see the ID in the bottom corner does it work.

    Interesting. This can happen if your connections are loose, if UART TX/RX are backwards of if the EMDC project is different than what's been programmed on the device.

    Read through the Known Limitations section of the EMDC Technology Guide.

**Attention** This is a public forum