DBA-01-s电子档
- 格式:pdf
- 大小:2.27 MB
- 文档页数:65
Ra-01S规格书版本V1.0版权©2020免责申明和版权公告本文中的信息,包括供参考的URL地址,如有变更,恕不另行通知。
文档“按现状”提供,不负任何担保责任,包括对适销性、适用于特定用途或非侵权性的任何担保,和任何提案、规格或样品在他处提到的任何担保。
本文档不负任何责任,包括使用本文档内信息产生的侵犯任何专利权行为的责任。
本文档在此未以禁止反言或其他方式授予任何知识产权使用许可,不管是明示许可还是暗示许可。
文中所得测试数据均为安信可实验室测试所得,实际结果可能略有差异。
文中提到的所有商标名称、商标和注册商标均属其各自所有者的财产,特此声明。
最终解释权归深圳市安信可科技有限公司所有。
注意由于产品版本升级或其他原因,本手册内容有可能变更。
深圳市安信可科技有限公司保留在没有任何通知或者提示的情况下对本手册的内容进行修改的权利。
本手册仅作为使用指导,深圳市安信可科技有限公司尽全力在本手册中提供准确的信息,但是深圳市安信可科技有限公司并不确保手册内容完全没有错误,本手册中的所有陈述、信息和建议也不构成任何明示或暗示的担保。
文件制定/修订/废止履历表版本日期制定/修订内容制定核准V1.02020.8.12首版徐目录一、产品概述 (5)二、电气参数 (7)三、外观尺寸 (9)四、管脚定义 (10)五、原理图 (11)六、设计指导 (12)七、回流焊曲线图 (14)八、包装信息 (15)九、联系我们 (15)一、产品概述安信可LoRa系列模块(Ra-01S)由安信可科技设计开发。
该模组用于超长距离扩频通信,其射频芯片SX1268主要采用LoRa™远程调制解调器,用于超长距离扩频通信,抗干扰性强,能够最大限度降低电流消耗。
借助SEMTECH的LoRa™专利调制技术,SX1268具有超过-148dBm的高灵敏度,+22dBm的功率输出,传输距离远,可靠性高。
同时,相对传统调制技术,LoRa™调制技术在抗阻塞和选择方面也具有明显优势,解决了传统设计方案无法同时兼顾距离、抗干扰和功耗的问题。
数据库管理员编辑DBA(数据库管理员(DatabaseAdministrator))即数据库管理员。
数据库管理员(Database Administrator,简称DBA),是一个负责管理和维护数据库服务器的人。
数据库管理员负责全面管理和控制数据库系统。
这个职位对不同的人意味着不同的意义。
目录1简介一个小的软件开发工作室和一个分工高度明细的大公司相比,DB A的职责来得更加宽泛一些。
一个公司,不管它是自己开发应用软件,还是购买第三方的应用软件,只要涉及到数据库(有多少不涉及数据库的应用软件呢?数据库是商业的灵魂和大脑啊),就需要确定是否雇佣一个或几个DBA。
知道DBA这个职位有哪些要求,对于企业内部这个职位的定义或者对于那些未来的DBA将是至关重要的。
任务安装和升级数据库服务器(如Oracle、Microsoft SQL server),以及应用程序工具。
数据库设计系统存储方案,并制定未来的存储需求计划。
一旦开发人员设计了一个应用,就需要DBA来创建数据库存储结构(tablespaces)。
一旦开发人员设计了一个应用,就需要DBA来创建数据库对象(tables,views,indexes)。
根据开发人员的反馈信息,必要的时候,修改数据库的结构。
登记数据库的用户,维护数据库的安全性。
保证数据库的使用符合知识产权相关法规。
[1]控制和监控用户对数据库的存取访问。
监控和优化数据库的性能。
制定数据库备份计划,灾难出现时对数据库信息进行恢复。
维护适当介质上的存档或者备份数据。
备份和恢复数据库。
联系数据库系统的生产厂商,跟踪技术信息。
特点很多时候管理人员都忽视了DBA的个性特点,他们只关注DBA的技术能力。
实际上,上面谈到的每个职责都意味着:DBA需要跟各种人员打交道,这些人员可能是销售商、用户、开发人员或者管理人员。
这说明:DBA必须具有下面的个性特点:自信心、好奇心、坚韧的意志力、老练、自我驱动、注意细节,为什么这些个性特点很重要呢?我就有几个缺乏自信心的部下,他们反复问我一些事无巨细的问题,他们没有信心哪怕做最小的决定。
Fundamentals IChapter1Oracle Architectural Componentsshow sga;alter system set shared_pool_size=64M;alter system set DB_CACHE_SIZE=96M;alter system set large_pool_size=24Mdesc v$db_cache_adviceselect*from v$db_cache_advice;(displayed statistics)Chapter2Getting Started with the Oracle Server1、list the common database administration tools available to a DBAOracle Universal InstallerOracle Database Configuration AssistantPassword File UtilitySQL*PlusOracle Enterprise Manager2、SQL statementscolumn owner format a5;column table_name format a20;column tablespace_name format a15;select owner,table_name,tablespace_name from dba_tables where rownum<10;SQL>!rm$HOME/admin/pfile/orapw$ORACLE_SIDSQL>!orapwd file=$HOME/admin/pflie/orapw$ORACLE_SID password=oracle entries=5SQL>!chmod660$HOME/admin/pfile/orapw$ORACLE_SIDChapter3Managing an Oracle Instance1、create spfile[='spflie-name']from pfile[='pfile-name']for examplecreate spflie='$ORACLE_HOME/dbs/spfilebbk.ora'from pfile='$ORACLE_HOME/dbs/initbbk.ora'; DefaultSQL>create spfile from pfile;SQL>create pflie from spflie;modifying parameters in spfileSQL>alter system set undo_tablespace=undo2;SQL>alter system set undo_tablespace=undo2scope=both;deleting or resetting valuesSQL>alter system reset undo_suppress_errors scope=both sid='*';alter system set parameter_name=parameter_value[comment'text'][scope=memory|spfile|both][sid='sid'|'*'] startup database filestartup pfile=$ORACLE_HOME/dbs/initbbk.orastartup spflie=$ORACLE_HOME/dbs/spfilebbk.orastartup[force][restrict][pfile=filename][open][recover][database][mount][nomount]alter database bbk mount;alter database bbk open read only;alter database{mount|open}alter database open[read write|read only]startup restrictalter system enable restricted session;shutdown[abort|immediate|transactional|normal]alter session set SQL_TRACE=trueChapter4Creating a Databaseorapwd file=$ORACLE_HOME/dbs/orapwU15password=admin entries=5set remote_login_passwordfile=exclusive in initialization parameter fileadd user to the password fileassign appropriate privileges to each userSQL>grant sysdba to heli;Chapter5Using Data Dictionary and Dynamic Performance Viewsselect owner,object_name,object_type from dba_objects;select owner,object_name,object_type from all_objects;select object_name,object_type from user_objects;general overview:dictionary,dict_columnsshcema objects:dba_tables,dba_indexs,dba_tab_columns,dba_constraintsspace allocation:dba_segments,dba_extentsdatabase structure:dba_tablespaces,dba_data_filesdynamic performance examplesv$controlfile:Lists the names of the control filesv$database:Contains database information from the control filev$datafile:Contains data file information from the control filev$instance:Displays the state of the current instancev$parameter:Lists parameter and values currently in effect for the sessioonv$session:Lists session information for each current sessionv$sga:Contains summary information on the system global areav$spparameter:Lists the contents of the SPFILEv$tablespace:Displays tablespace information from the control filev$thread:Contains thread information from the control filev$version:Version numbers of core library components in the Oracle serverselect*from v$fixed_table;7、list of the data dictionary viewsselect table_name from dictionary;8、identify the database name,instance name and size of the database blocksselect name from v$database;select instance from v$thread;select value from v$parameter where name='db_block_size';9、list the name and size the data files,online redo log files,and the name of the control files select name from v$datafile;select member from v$logfile;select name from v$controlfile;10、identify the data file that makes up the system tablespaceselect file_name from dba_data_files where tablespace_name='SYSTEM';11、free space and used spaceselect sum(bytes)/1024"free space in KB"from dba_free_space;select sum(bytes)/1024"used space in KB"from dba_segments;12、list the name and creation date of the database usersselect username,created from dba_users;Chapter6Maintaining the Control Filemultiplexing the control file when using spfilealter system setcontrol_files='$HOME/oracdata/u01/control01.ctl','$HOME/oradata/u02/control02.ctl'scope=spfile;shutdown immediatecp$HOME/oradata/u01/control01.ctl$HOME/oradata/u02/control02.ctlstartup;multiplexing the contril file when using pfileshutdown immediatecp$HOME/oradata/u01/control01.ctl$HOME/oradata/u02/control02.ctlcontrol_files=$HMOE/oradata/u01/control01.ctl,$HOME/oradata/u02/control02.ctlFor exampleSQL>alter system set control_files='/u010g/oradata/bbk/control01.ctl','/u010g/oradata/bbk/control02.ctl','/u010g/oradata/bbk/control03.ctl','/u010g/oradata/bbk/control04.ctl' scope=spfile;SQL>shutdown immediateSQL>!cp/u010g/oradata/bbk/control03.ctl/u010g/oradata/bbk/control04.ctlSQL>!chmod660/u010g/oradata/bbk/control04.ctlSQL>startup;SQL>select*from v$controlfile;4、inital sizing of the data file section in control fileSQL>select records_total from v$controlfile_record_section where type='DATAFILE';Chapter7Maintaining Online Redo Log Files1、forcing a log switchalter system switch logfileSQL>select group#,thread#,sequence#,status from v$log;SQL>select group#,members,archived,status from v$log;SQL>select tablespace_name,contents,extent_management from dba_tablespaces;checkpoint can be forced by:setting fast_start_mttr_target parameterFAST_START_MTTR_TARGET=600alter system checkpoint commandalter system checkpoint;2、add log groupalter database add logfile group3('$HOME/oradata/u01/log03a.rdo','$HOME/oradata/u02/log3b.rdo')size2M;3、adding online redo log file membersalter database add logfile member'$HOME/oradata/u04/log1c.rdo'TO GROUP1,'$HOME/oradata/u04/log2c.rdo'TO GROUP2,'$HOME/oradata/u04/log3c.rdo'TO GROUP3;4、dropping online redo log file groupsalter database drop logfile group3;5、dropping online redo log file membersalter database drop logfile member'$HOME/oradata/u04/log3c.rdo';6、alter database rename file command(1)SQL>shutdown immediate(2)copy the online redo log files to the new location(3)startup the database and mount,but do not open itSQL>connect/as sysdbaSQL>startup mountSQL>alter database rename file'$HOME/oradata/u01/log2a.rdo'TO'$HOME/oradata/u02/log1c.rdo';SQL>alter database open;7、clearing online redo log filealter database clear logfile group2;alter database clear unarchived logfile group2;test3SQL>col group#format99SQL>col member format a40SQL>alter database add logfile member'/u010g/oradata/bbk/redo01b.log'to group1,SQL>'/u010g/oradata/bbk/redo02b.log'to group2,SQL>'/u010g/oradata/bbk/redo03b.log'to group3;SQL>select*from v$logfile;test4alter database add logfile group4('/u010g/oradata/bbk/redo01b.log','/u010g/oradata/bbk/redo01.log')size51M;column group#format99column member format a40select*from v$logfile;select group#,members from v$log;test5SQL>alter system switch logfile;SQL>alter system switch logfile;SQL>alter system switch logfile;SQL>alter system switch logfile;SQL>select group#,members from v$log;SQL>alter database drop logfile group4;SQL>!rm/u010g/oradata/bbk/redo01b.rdoSQL>!rm/u010g/oradata/bbk/redo02b.rdotest6SQL>alter database add logfilegroup3('/u010g/oradata/bbk/redo03a.rdo','/u010g/oradata/bbk/redo03b.rdo')size51M,group4('/u010g/oradata/bbk/redo04a.rdo','/u010g/oradata/bbk/redo04b.rdo')size51M;SQL>select group#,status from v$log;SQL>alter system switch logfile;SQL>alter system switch logfile;SQL>alter system switch logfile;SQL>alter system switch logfile;SQL>alter database drop logfile group1,group2;SQL>select group#,bytes from v$log;Chapter8Managing Tablespaces and Data FilesSQL>select a.tablespace_name,a.bytes bytes_used,rgest,round(((a.bytes- b.bytes)/a.bytes)*100,2)percent_used from(select tablespace_name,sum(bytes)bytes from dba_data_files group by tablespace_name)a,(select tablespace_name,sum(bytes)bytes, max(bytes)largest from dba_free_space group by tablespace_name)b where a.tablespace_name=b.tablespace_name order by((a.bytes-b.bytes)/a.bytes)DESC;configuring ASSMcreate tablespace data02datafile'/u01/oradata/data02.dbf'size5M extent management local uniform szie64K segment space mangement auto;create database dba01logfilegroup1('/$HOME/oradata/bbk/redo01.log')size100M,group2('/$HOME/oradata/bbk/redo02.log')size100M,group3('/$HOME/oradata/bbk/redo03.log')size100M,maxlogfiles5maxlogmembers5maxloghistory1maxdatafiles100maxinstances1datafiles'/$HOME/oradata/bbk/system01.dbf'size325Mundo tablespace undotbsdatafile'/$HOME/oradata/bbk/undotbs01.dbf'size200Mdefault temporary tablespace temptempfile'/$HOME/oradata/bbk/tem01.dbf'size50Mcharacter set US7ASCIIcreating a default temporary tablespacealter database default temporary tablespace default_temp2;To find the default temporary tablespace for the database query database_properties;select*from database_properties;alter tablespace userdata read only;Tablespaces that cannot be taken offline:system,tablespace tablespace with active undo segments,default temporary tablespace.alter tablespace userdata offline;alter tablespace userdata online;changing storage settingsalter tablespace userdata minimum extent2m;alter tablespace userdata default storage(initial2M next2M maxextents999);create tablespace userdata02datafile'/u010g/oradata/bbk/userdata02.dbf'size5Mautoextend on next2M maxsize200M;alter database datafile'/u010g/oradata/bbk/userdata02.dbf'autoextend on next2M;alter database datafile'/u010g/oradata/bbk/userdata02.dbf'resize5M;alter tablespace userdata02add datafile'/u010g/oradata/bbk/userdata03.dbf'szie5m;create tablespace user_data datafile'/u010g/oradata/bbk/user_data.dbf'size200M autoxtend onnext10M maxsize500M;select tablespace_name,file_name,autoextensible from dba_data_files;methods for moving data filesalter tablespace:tablespace must be offline,target data file must existalter tablespace userdata rename datafile'/u010g/oradata/bbk/userdata.dbf'to'/u010g/oradata/bbk/userdata01.dbf';alter database:database must be mounted,target data file must existalter database rename file'/u010g/oradata/bbk/system01.dbf'to'/u110g/oradata/bbk/system01.dbf';droping tablespaceYou cannot drop a tablespace if it:Is the system tablespacehas active segmentsincluding contents drops the segmentsincluding contents and datafiles deletes data filescascade constraints drops all referential integrity constraintsdrop tablespace userdata including contents and datafiles;Obtaining Tablespace Informationtablespace information:dba_tablespacev$tablespacedata file information:dba_data_filesv$datafiletemp file information:dba_temp_filesv$tempfileChapter9Storage Structure and Relationshipscreate tablespace data02datafile'/u01/oradata/data02.dbf'size5M extent management local uniform size64k segment space management auto;obtaining storage information:dba_extents:dba_segments:dba_tablespaces:dba_data_files:dba_free_spaceSQL>select segment_name,tablespace_name,extents,blocks from dba_segments;SQL>select extent_id,file_id,block_id,blocks from dba_extents;SQL>select tablespace_name,count(*),max(blocks),sum(blocks)from dba_free_space group by tablespace_name;test1create table emp(empno number(4),ename varchar2(30),job varchar2(9),mgr number(4),hiredate date,sal number(7,2),comm number(7,2),deptno number(2))tablespace data01storage(initial100knext100kpctincrease0minextents8maxextents10);create table fragment1(a number)tablespace data01storage(initial10K);create table dept(deptno number,dname varchar2(15),loc varchar2(20))tablespace data01storage(initial50k next50k);create table frament2(a number)tablespace data01storage(initial8k);create table big_emp(emp number(4),ename varchar2(30))tablespace data01storage(initial1Mnext1M maxextents10);create index i_e_empno on emp(ename)tablespace indx01storage(initial50K next50K);drop table fragment1;drop table fragment2;test2select distinct segment_type from dba_segments;test3column segment_name format a20column segment_type format a15select segment_name,segment_type,max_extents,extents from dba_segments where extents+5>max_extents and segment_type<>'cache'; test4select distinct f.file_name from dba_extents e,dba_data_file f where e.segment_name='EMP'and e.file_id=f.file_id;test6select tablespace_name,count(*)as fragments,sum(bytes)as total,max(bytes)as largest from dba_free_space group by tablespace_name; test7select s.segment_name,s.segment_type,s.tablespace_name,s.next_extent from dba_segments s wherenot exists(select1from dba_free_space f where s.tablespace_name=f.tablespace_name having max(f.types)>s.next_extent);Chapter10Managing Undo Data:dba_rollback_segs:v$rollname:v$rollstatv$undostatv$sessionv$transactionSQL>select segment_name,owner,tablespace_name,status from dba_rollback_segs;SQL>select ,s.extents,s.rssize,s.hwmsize,s.xacts,s.status from v$rollname n,v$rollstat s where n=n;SQL>select ername,t.xidusn,t.ubafil,t.ubablk,ed_ublk from v$session s,v$transaction t where s.saddr=t.ses_addr;SQL>select max(undoblks/((end_time-begin_time)*24*3600))from v$undostat;SQL>select sum(undoblks)/sum((end_time-begin_time)*24*3600)from v$undostat;SQL>select to_char(begin_time,'hh24:mi:ss')begin_time,to_char(end_time,'hh24:mi:ss')end_time,undoblks from v$undostat where rownum<4;test1list the undo segments in tablespace undotbsSQL>select segment_name from dba_rollback_segs where tablespace_name='UNDOTBS';test2create undo tablespace undo02datafile'/u010g/oradata/bbk/undo02.dbf'size15M;select segment_name from dba_rollback_segs where tablespace_name='UNDO02';test4and5SQL>alter system set undo_tablespace='undo02'scope=both;SQL>drop tablespace undotbs1including contents and datafiles;test6SQL>select segment_name from dba_rollback_segs where tablespace_name='UNDOTBS';SQL>select n,,b.status from v$rollname a,v$rollstat b where in(select segment_name from dba_segments where tablespace_name='UNDOTBS')and n=n;test9SQL>alter system set undo_retention=0scope=memory;SQL>drop tablespace undotbs including contents and datafiles;(tablespace dropped)Chapter11Managing Tablesselect rowid,id,name from t;create tablespace assm datafile'u01/oradata/denver/assm_1.dbf'size100M extent management local uniform size128K segment space management auto;create tablespace mssm datafile'u01/oradata/denver/mssm_1.dbf'size100M extent management local uniform size128K segment space management manual;create user as1identified by as1default tablespace assm;create user ms1identified by ms1default tablespace mssm;grant connect,resource to as1;grant connext,resource to ms1;sqlplus as1/as1SQL>show userSQL>desc user_segment;SQL>col segment_name format a30;SQL>select segment_name,segment_type from user_segments;SQL>create table t(id int,name char(10))storage(initial128k next128k pctincrease0minextents1maxextents5)tablespace assm; SQL>select segment_name,segment_type from user_segments;temporary tablesessionSQL>create global temporary table tmp_session on commit preserve rows as select*from t where1=0;transactionSQL>create global temporary table tmp_transaction on commit delete rows as select*from t where1=0;SQL>insert into t values(0,'name');SQL>insert into t values(1,'name');SQL>insert into tmp_session select*from t;SQL>insert into tmp_transaction select*from t;SQL>select count(*)from tmp_session;SQL>select count(*)from tmp_transaction;SQL>commit;SQL>select count(*)from tmp_session;SQL>select count(*)from tmp_transaction;Setting PCTFREE&PCTUSEDcompute PCTFREE(average row size-initial row size)*100/average row sziecompute PCTUSED100-PCTFREE-(average row size*100)/available data spacelookup create table all informaionSQL>select dbms_metadata.get_addl('TABLE','tablename','schema')from dual;SQL>alter table t move tablespace mssm;SQL>alter table t drop column comments cascade constraints checkpoint1000;SQL>alter table t set unused column name cascade constraints;SQL>alter table t drop unused column;SQL>select segment_name,file_id,block_id,blocks from dba_extents where segment_name='ORDERS'and segment_type='TABLE'; SQL>select count(*)from dba_extents where segment_name='ORDERS'and segment_type='TABLE';SQL>alter table orders allocate extent;SQL>select count(*)from dba_extents where segment_name='ORDERS'and segment_type='TABLE';SQL>truncate table orders reuse storage;SQL>select count(*)from dba_extents where segment_name='ORDERS'and segment_type='TABLE';Chapter12Managing IndexesSQL>create table t(id int,sex char(1),name char(10));SQL>desc user_objects;SQL>col object_name format a20SQL>select object_name,object_type from user_objects;SQL>beginfor i in1..1000loopinsert into t values(i,'M','zhangsan');end loop;commit;end;/SQL>create index t_idx1on t(id);SQL>select object_name,object_type from user_objects;SQL>create index t_idex2on t(sex,name);SQL>select object_name,object_type from user_objects;SQL>create bitmap index my_bit_idx on t(sex);SQL>alter index orders_region_id_idx rebuild tablespace index02;SQL>alter index orders_id_idx rebuild online;SQL>select object_name,object_type from user_objects;SQL>alter index t_idx1rebulid;SQL>alter index t_idx1rebulid online;SQL>alter index orders_id_idx coalesce;analyze indexSQL>analyze table t1compute statistics for table;SQL>analyze table t2compute statistics for all columns;SQL>analyze table t3compute statistics for all indexed columns;SQL>analyze table t4compute statistics;analyze TABLE a COMPUTE statistics FOR TABLE;对表做统计分析,仅仅影响all_tables中的相关数据analyze TABLE b COMPUTE statistics FOR ALL indexed columns;对索引列做统计分析,仅仅影响all_tab_columns中索引列相关数据。
2020 年 10 月传统作动系统的高出力、节能、紧凑型替代解决方案WHAT MOVES YOUR WORLD本产品样本用于为具有一定专业知识的客户提供信息和参数。
为确保获得系统功能和系统的安全性,请对照此样本仔细查看产品的适用性。
文中所述产品如有任何更改,恕不另行通知。
如果有任何疑问,请与穆格公司联系。
Moog 是穆格公司及其子公司的注册商标。
除非另有说明,文中出现的所有商标均为穆格及其子公司所有。
有关完整免责声明,请访问 /literature/disclaimers 。
有关最新消息,请访问 /industrial 或与您当地穆格办公室联系。
简介电动伺服泵控系统 (EAS) 3.................................................................2............................................................................................................技术概述4...................................................................................................技术数据模块化 EAS 系统的供货范围 5........................................................5..................................................................................................模块:基础阀块 +EPU 6模块:高速阀块 8........................................................................................................................................................液压系统 10..................................................................................................模块:小型增压液压动力单元 (HPU) 11......................................电动伺服泵控单元 (EPU)12................................................................电力电子装置 13........................................................................................模块:运动控制 14...................................................................................背景 15............................................................................................................关于穆格 15..................................................................................................哪里需要最高水平的运动控制性能和设计灵活性,哪里就能看到穆格技术。
SSC2001S系列应用手册 (Rev.1.1)Sanken电气有限公司SANKEN ELECTRIC CO., LTD.http://www.sanken-ele.co.jp目录1.概要32.特征33.方框图和各引脚功能44.外形图55.电气特性65.1 绝对最大规格 没有特别说明的场合条件为 Ta=25℃ 65.2 控制部分电气特性 没有特别说明的场合条件为 Ta=25℃ 75.3 封装部分电气特性 Ta=25℃ 86.应用电路图97.电流连续模式(CCM)动作说明 108.动作说明 118.1 起动动作 118.2 软启动功能 118.3 Brown-in/Brown-out功能 128.4 电流控制动作(功率因素改善控制) 128.5 电压控制动作(输出定电压控制) 138.6 高速负载响应功能(HSR) 138.7 频率抖动功能 138.8 门极驱动 148.9 过电流保护(OCP) 148.10 输出过电压保护(OVP) 158.11 输出开环保护(OLD) 159.电感参数设计 1610.设计注意点 1810.1 外围器件 1810.2 布板设计 181.概要SSC2001S系列是一种电流连续模式(C ontinuous C urrent M ode),功率因素改善用控制IC。
采用平均电流控制模式,使得外围电路构成简单,元器件少。
固定振荡频率+频率抖动功能可以实现低噪音连续模式(CCM)的大功率PFC系统。
2.特征特长和优点∙电流连续模式(CCM)(电流峰值低、适用于大功率用途)∙平均电流控制方式(不用乘法器、无须检测输入电压、使用较少的外部器件,电路简单)∙PWM+频率抖动功能(PWM动作频率固定为65kHz(TYP)、根据Duty值的不同叠加一个抖动频率)∙最大ON Duty=94.0%(TYP)∙误差放大器基准电压= 3.5V(TYP)∙内置高速负载响应功能∙Brown-in/out保护功能(低输入电压时保护电源)∙保护功能-输出过电压保护(OVP) --------------------Pulse-by-pulse方式检测,关断门极驱动,自动恢复-过电流保护(OCP) ----------------------------2种保护动作、自动恢复V IS(OCPL):检出后下一周期开始减小Duty,限制功率V IS(OCPH):Pulse-by-pulse方式关断门极驱动-输出开环检测(OLD)--------------------------发振停止、进入待机状态、故障接触后,自动恢复3. 方框图和各引脚功能方框图各引脚功能引脚编号记号 功 能 1 GND Ground 2 ICOMP 电流AMP 输出 3 IS 过电流检测信号输入 4 VINS 输入端欠电压信号输入 (brown in/out 保护功能) 5 VCOMP 误差放大器输出/相位校正 6 VFB 输出定电压控制信号/输出过电压信号/输出开环检测信号输入7 V CC控制电路电源输入 8 GATE门极驱动输出V CC IS ICOMPSSC2001S --- SOP8封装a. 品名标示(简称) SC2001b. SK 、制造Lot 编号第1个文字:西历年最后一个数字 第2个文字:制造月 1~9月:阿拉伯数字 10月:O 11月:N 12月:D第3个文字:制造周1~10日:1 11~20日:2 21~31日:3c. 我司管理编号a b cSC2001 SK5.1绝对最大规格没有特别说明的场合 条件为 Ta=25℃项 目端 子记号规 格 值单位备注V C C端子电压7−1 V CC−0.3~+30 VV I N S端子电压4−1 V INS−0.3~+5.5 VI C O M P端子电压2−1 V ICOMP−0.3~+5.5 VI S端子电压3−1 V IS−5.5~+0.3 VI S端子电流3−1 I IS−1~+1 mAV F B端子电压6−1 V FB−0.3~+5.5 VV F B端子电流6−1 I FB−1~+1 mAV C O M P端子电压5−1 V VCOMP−0.3~+5.5 VG A T E端子电压8−1 V GATE−0.3~+30 V动作时F r a m e温度−T FOP−40~+110 ℃保存温度− Tstg −40~+125 ℃结温− Tj −40~+150 ℃5.2控制部分电气特性没有特别说明的场合 条件为 Ta=25℃规格值单位备注项目端子记号MIN TYP MAX 电源起动动作V C C端子动作开始电源电压7−1 V CC(ON) 10.5 11.3 12.1 VV C C端子动作停止电源电压7−1 V CC(OFF) 9.5 10.3 11.1 VV C C端子电压迟滞7−1 V CC(HYS) 0.7 0.9 1.1 VV C C端子起动前电路电流7−1 I CC(OFF) 30 100 200 μAV C C端子动作时电路电流7−1 I CC(ON) 6.0 9.0 12.0 mAV C C端子待机时电路电流7−1 I CC(standby) 2.0 4.0 6.0 mA发振动作发振频率8−1f OSC 57 65 70 kHz最大O N-D u t y8−1D MAX 90 94 99.3 %最小O N-D u t y8−1D MIN−− 0 %tested)最小关断时间8−1t OFFMIN 150 250 350 ns (Not 保护动作V F B端子输出开环电压6−1 V FB(OLD)0.51 0.55 0.59 VV F B端子输出过电压保护电压6−1 V FB(OVP) 3.57 3.745 3.85 VI S端子过电流保护(H i g h)电压3−1 V IS(OCPH)−0.81 −0.75 −0.69 VI S端子过电流保护(L o w)电压3−1 V IS(OCPL)−0.54 −0.5 −0.46 VVINS端子输入欠电压保护(Low)电压4−1 V INS(L)0.51 0.55 0.59 VVINS端子输入欠电压保护(High)电压4−1 V INS(H) 0.94 1.0 1.08 VVINS端子输入欠电压保护偏置电流4−1 I VINS(bias)−1.0 − 0 μA电流环路电流放大器增益− gm CA 1.1 1.4 1.7 mS电流放大器输出S o u r c e电流−I CA(SO)−−50 −μA(Not tested)电流放大器输出S i n k电流−I CA(SK)−50 −μA输出开环时ICOMP端子电压2−1 V ICOMP(OLD) 3.6 4.0 4.3 V※电流方向,以IC为基准,流入为+、流出为−。
Dimming Plug 230VAC / 250W CDAP-01/xx-1ET echnical Data / T echnische gegevens / T ekniske data /T echnische Daten / T echnická dataPower supply 230 VAC +10% -15%, 50 Hz Power standby 280mW (TYP)Load R,L,C: 0 - 250 W (0 - 250 VA) (at 45°C, Derating*)LED, ESL: 0 - 100 W (TYP)**Technology Eaton Smart Dimming technology with overload protection. Auto trailing / leading edge mode. EMS 0.5 W to 250 W, 5% ±0.5 W (>0.5 W)RF868,3MHz (xComfort compatible)Button Operation On / Off / DimButton LED Multi-Color EMS power consumption Profiles 6 Dimming ProfilesDimensions 100.3 x 52 x 56.9 mm (H x W x D)** Depending on the lamp type.Instruction Leaflet Montageanweisung Notice d’installation Instrucciones de montaje Istruzioni per il montaggioИнструкцияпомонтажуȈᬩMontagehandleiding Montagevejledning ΟδηγίεςεγκατάστασηςInstruções de montagem Monteringsanvisning Asennusohje Návod k montážiPaigaldusjuhend Szerelési utasítás Montāžas instrukcija Montavimo instrukcija Instrukcja montażu Navodila za montažo Návod na montážМонтажниинструкцииInstrucţiuni de montaj Upute za montažu Kullanma TalimatıУпутствоIntruksjonsbladМонтажнаінструкціяEU- type examination performed by: TÜV Austria Services GmbH, Notified Body 1230 Vienna, Deutschstrasse 10, Austria Affixing date of CE mark: 2018Doc.Id.: CDAP-01xx-1E_270718Senior Vice President Director Quality General Manager & Systems Friedrich Schröder Fernando Ceccarelli We, EATON Industries (Austria) GmbH3943 Schrems, Eugenia 1Austriadeclare under our sole responsibility as the manufacturer that the product (family)Eaton - Plug in adapter - dimming, CDAP-01/xx-1E (the declaration of conformity applies to all listed types within our actual product catalogue) provided that it is installed, maintained and used in the application intended for, with respect to the relevant manufacturers instructions, installation standards and “good engineering practices” complies with the provisions of Council directive(s):RED Directive 2014/53/EURoHS Directive 2011/65/EUbased on compliance with following standard(s):EN 301489-3 V2.1.1, EN 300220-2 V3.1.1, EN 50491-5-1:2010, EN50491-5-2:2010, EN 62479:2010, EN 50428:2005 + A1:2007 + A2:2009,EN 55015:2013, EN 61547:2009, IEC 60884-2-5:1995, EN 50581:201227.07.2018。
DBAX ,ADD11X 系列系列
输入电压:
100~240Vac(90~335Vdc)
输出电压精度:
纹波,噪声:温漂系数:模块过热保护
输入电压调整率:输出电流调整率:短路保护:长期自恢复
Vo1: +2% , Vo<5V Vp-p<80mV, 0.03%/C Vo2: +5% Vo>5V Vp-p<1%V o, < 0.5% < 0.5% 0 隔离电压:工作环境温度:输入输出存储温度:隔离电阻:欧姆相对湿度: -25C<T<+75C - 2500V ac/1min/5mA -45C<T<+105C
10 30%~90%
00009
产品特点
2.5W 功率输高性能价格比高隔离电压
超小型化封装尺寸使用简便
出
2.输出外接电容推荐表
3.标准使用连线图 -25 -10 0 10 20 30 40 50 60 70 85 工作环境温度(C)
1.输出降额曲线
100 80 60 40 20
输出功率%(
)
特别注意:
此系列模块允许串联使用,不允许并联使用;输出外接电容应靠近模块的输出侧以降低干扰;均为瓷介质电容器输出外接电容应尽量选用低电容。
A)B)C)C1,C20.1uF/50V ;D)ESR
LOAD
L OAD
4.EMI 低使用连线图
5.外接器件推荐表
L N
L N
L
N
L
N。