⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 init_data.c

📁 基于SPMC75的变频电机驱动例子,相当于一个简单的变频器. 望对变频器开发的工程式师有一定的帮助!
💻 C
字号:

//========================================================================
// The information contained herein is the exclusive property of
// Sunplus Technology Co. And shall not be distributed, reproduced,
// or disclosed in whole in part without prior written permission.
//             (C) COPYRIGHT 2005 SUNPLUS TECHNOLOGY CO.
//                    ALL RIGHTS RESERVED
// The entire notice above must be reproduced on all authorized copies.
//========================================================================

//========================================================================
// Filename: Init_Data.c
// Author: Lianshu  Mou (email: Lianshu@sunnorth.com.cn)
// Date: 2005/02/18
// Description: 
//
// Reference:
// Revision:
//      2005/02/18      First version
//========================================================================

//数值、数据放大倍数、数据属性、最小值、最大值//、存贮属性

const unsigned int Init_Data_Dackup[] =
{
	5000,100,0,10,30000,			/*频率设定				*/
	0,0,0x11,0,2,					/*频率设定方式			*/
	5000,100,0x10,2000,30000,		/*基本频率				*/
	2200,10,0x10,800,3800,			/*最高输出电压			*/
	50,100,0x10,10,30000,			/*起动频率				*/
	100,10,0x10,20,500,				/*最低输出电压			*/
	10000,100,0x10,1000,30000,		/*上限频率				*/
	10,100,0x10,10,30000,			/*下限频率				*/
	100,0,1,1,999,					/*加速时间				*/
	100,0,1,1,999,					/*减速时间				*/
	0,0,0x11,0,1,					/*电机方向锁定			*/
	800,100,0,0,1200,				/*额定电流设置			*/	
	90,0,0x31,80,120,				/*欠压微调				*/
	115,0,0x31,80,120,				/*过压微调				*/
	100,0,0x31,80,120,				/*电压显示微调			*/
	100,0,0x31,80,120,				/*电流显示微调			*/
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -