Three-Phase V-I Measurement with 4 wires

조회 수: 23 (최근 30일)
M.
M. 2023년 9월 27일
답변: Sumukh 2024년 8월 21일
There's a block from the Simscape library called Three-Phase V-I Measurement (picture attached). I would like to use it with a three-phase system that has 4 wires (ABCN, 3 phases and 1 neutral). How should I go about this?
I suppose the best way is to create a custom block. I was reading this documentation, but I was wondering if there's some type of S-function written for the block that alredy exists so I can understand how it works better and I write my own code for my modified block.

답변 (1개)

Sumukh
Sumukh 2024년 8월 21일
Hi M.,
The “Three-Phase VI Measurement” block available in Simscape Specialized Power System (SPS) library, is for measurement of voltage and currents in three-phase networks. An option is available in the block parameters, where either “phase-to-phase" or “phase-to-ground" voltage can be measured. You can refer to this documentation to know more about configuring the “Three-Phase VI Measurement” block:
When the “phase-to-ground" option is selected, the block measures the voltage w.r.t the electrical ground, which measures the correct voltage for the 4-wire system when the neutral is grounded. If the neutral is not connected to the electrical ground, the workaround is to measure the neutral voltage using a separate voltage sensor with respect to ground before subtracting it from the output of the “Three-Phase VI Measurement” block that measures the phase to ground voltages. This entire system can be wrapped in a subsystem for easy use. The subsystem can further be masked to create custom parameter fields. You can refer to this documentation to know more about how to create a mask:
I hope this helps with the query.

카테고리

Help CenterFile Exchange에서 Switches and Breakers에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by