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.
Hello TI,
I hope you are well. While i was reading ti PDF guide for internal metering software, it says that lib support phase sequence. I have worked on the code but i didn't find this phase sequence calumniation.
my question is, does this lib has phase sequence calculation or not? if not, any recommended procedure to do that? if yes, please, point where it is in the code?.
best regards
Hossam
Hello,
There are several reference designs based on the EVM430-F6779, and some have different features. The TIDM-THDREADING design should support phase-to-phase measurements.
Regards,
James
Hosam said:Thanks James for your replay but this is not what i meant. I have attached pdf guide paragraph where phase to phase reading description is.
can you help me in finding phase to phase readings in legacy metering library? if this is possible.
I assume that the screenshot is from the TIDM-THDREADING user's guide. I think you're asking where these calculations are done in the code. Did you download and search through the source code for "phase" or "angle"? There should be comments in the code that you can find after searching. For example, the following code comes from the 'metrology-background.c' file.
phase->readings.phase_to_phase_angle = (phase->metrology.pure_phase >> 16) - (working_data.phases[ph].metrology.pure_phase >> 16);
Regards,
James
Thanks James for your replay but this is not in the legacy code I am working on. Anyway i have implemented my own phase sequence detection based on zero crossing detection.
Regards
Hossam
**Attention** This is a public forum