欢迎访问ic37.com |
会员登录 免费注册
发布采购

SA9604A 参数 Datasheet PDF下载

SA9604A图片预览
型号: SA9604A
PDF下载: 下载PDF文件 查看货源
内容描述: 三相双向功率/电能计量具有串行SPI接口IC [THREE PHASE BIDIRECTIONAL POWER/ENERGY METERING IC WITH SERIAL SPI INTERFACE]
分类和应用:
文件页数/大小: 20 页 / 109 K
品牌: SAMES [ SAMES ]
 浏览型号SA9604A的Datasheet PDF文件第9页浏览型号SA9604A的Datasheet PDF文件第10页浏览型号SA9604A的Datasheet PDF文件第11页浏览型号SA9604A的Datasheet PDF文件第12页浏览型号SA9604A的Datasheet PDF文件第14页浏览型号SA9604A的Datasheet PDF文件第15页浏览型号SA9604A的Datasheet PDF文件第16页浏览型号SA9604A的Datasheet PDF文件第17页  
SA9604A  
period between reads). However this will not be true when a wrap around occurs as  
the following example will demonstrate:  
Previous register value  
Present register value  
Delta value  
=
=
=
16744955  
16767215  
16767215 - 16744955 = 22260  
After the next read the values are as follows:  
Previous register value  
Present register value  
Delta value  
=
=
=
16767215  
12260  
12260 - 16767215 = -16754955  
Computing this delta value will result in incorrect readings, in other words a wrap  
around has occurred. A typical function to check for wrap around condition would  
be as follows:  
Function Check (delta_value);  
Begin  
Temp_delta_value = abs(delta_value);  
{get rid of the minus sign for example:  
abs(-151) = 151}  
if Temp_delta_value)> 8388607 then  
begin  
if (delta_value)>0 then result : = (16777216-delta_value) *-1  
else result : = (16777216+delta_value);  
end;  
end; {end function}  
At rated conditions, the time for wrap around is as follows:  
18.6 seconds for voltage  
13 seconds for active and 21 seconds for reactive  
The active and reactive energy measured per count, may be calculated by applying  
the following formula:  
VI  
Watt seconds  
Energy per Count =  
Where  
K
V
I
=
=
=
Rated Voltage  
Current (Imax  
)
K
640 000  
for Active Energy  
2
640 000  
*
for Reactive Energy  
π
13/20  
sa m e s