完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好
我需要在rpm中设置应用程序的速度。转速为十分之一。 我找到了例程:UI_ExecSpeedRamp() 要在我的文件中使用此功能,我需要实现和定义什么? bool UI_ExecSpeedRamp(CUI this,int32_t wFinalMecSpeedRPM,uint16_t hDurationms); CUI如何实现这一个?我需要哪个标题? 如果我使用该功能: oUI = UI_NewObject(MC_NULL); 我得到错误: 错误[Li005]:没有''UI_NewObject''的定义 非常感谢,最好的问候 以上来自于谷歌翻译 以下为原文 Hi I need to set the speed in my application in rpm. Better in tenth of rpm. I found the routine: UI_ExecSpeedRamp() To use this function in my file what I need to implement and define? bool UI_ExecSpeedRamp(CUI this, int32_t wFinalMecSpeedRPM, uint16_t hDurationms); The CUI how do I implement this one? And which header do I need? If I use the function: oUI = UI_NewObject(MC_NULL); I get the Error: Error[Li005]: no definition for ''UI_NewObject'' Thanks a lot, best Regards |
|
相关推荐
4个回答
|
|
再见,
看一下文件夹中的软件示例: 项目 STM32_SDK_Examples 特别是电位计或斜坡示例。 再见 梁咏琪 以上来自于谷歌翻译 以下为原文 Ciao, Take a look at the software examples that are present in the folder: ProjectSTM32_SDK_Examples And in particular to the Potentiometer or Ramp example. Ciao Gigi |
|
|
|
Ciao Gigi
感谢您的回复。我在哪里找到这个项目文件夹? (STM32_SDK_Examples) 并且没有示例项目可以使用函数''UI_NewObject''? 最好的祝福 以上来自于谷歌翻译 以下为原文 Ciao Gigi Thanks for your reply. Where Do I find this project folder? (STM32_SDK_Examples) And is no example project avalable to use the function ''UI_NewObject'' ? Best Regards |
|
|
|
再见
MC固件的接口是MCI和MCT。 UI功能只是实用程序。 我建议忘记UI_NewObject并按照示例操作。 当然,如果你找不到它们,我指的是SDK v4.0,可能你使用的是旧版本的lib。无论如何,您可以从网上下载新的,并以示例为参考。 再见 梁咏琪 以上来自于谷歌翻译 以下为原文 Ciao The interface of the MC firmware is the MCI and MCT. The UI function are just utilities. I suggest is to forget the UI_NewObject and follow the examples. Of course I'm referring of the SDK v4.0 if you don't find them, probably you are using an old version of the lib. You can anyhow to download the new one from the web and take the example as reference. Ciao Gigi |
|
|
|
我正在使用和研究
关于单分流FOC技术的研究 电机控制库V2.0。 现在我有一些问题需要咨询。 首先,我不太了解SVMWM_1ShuntCalcDutyCycles(Volt_Components Stat_Volt_Input)在stm32f10x_svpwm_1shunt.Cthe中的功能 子函数 SVPWM_1PWMDutyAdj,来自boundary2 boundary3的Um0492。在“边界”区域进行电流采样的ST专利技术已经在固件中实现。从宣传PPT,我知道ST获得专利:当无法采样电流相位时,通过插入有效的矢量V7来采样当前并保持不变。 根据我的目标向量,我们需要调整不是dvDutyValues.hTimePhA,因为dvDutyValues.hTimePhB是SECTOR_5或SECTOR_6中的最小占空比,所以我很难理解lib代码。关于BOUNDARY_2的代码也是confuse.me。 继续查看代码,if(dvDutyValues.hTimePhA> 0xEFFF)0XEFF是什么意思,是如何得到这个值。 继续下载,关于此应用程序中的采样点,此lib中的tim1为PWM1模式,第一点是向上计数中的比较匹配,第二点出现在向下计数,这个理解是否正确? 谢谢 他的一部分是lib代码 //调整下部 { 开关(bSector) { 案件 案件 : bInverted_pwm_new = INVERT_A; - = HTMIN; 打破; ........................... .. } } dvDutyValues.hTimePhA = DMABURSTMIN_A 以上来自于谷歌翻译 以下为原文 I am using a and research on single shunt FOC technology of the Motor Control library V2.0. Now Ihave some questions to consult. First , I donot quite understand the function of SVPWM_1ShuntCalcDutyCycles (Volt_Components Stat_Volt_Input) in stm32f10x_svpwm_1shunt.Cthe subfunction SVPWM_1PWMDutyAdj ,From Um0492of boundary2 boundary3 . An ST patented technique for current sampling in the “Boundary” regions has been implemented in the firmware .From the preach PPT, I know an ST patented : when unable to sample a phase of the current, by insert a valid in vectorV7 to sample the current and keep a constant . According to my when the aim vector in the,we need to adjust the not dvDutyValues.hTimePhA, beasuse the dvDutyValues.hTimePhB is the least duty cycle in SECTOR_5 or SECTOR_6,so I have difficulty understanding the lib code. the code about BOUNDARY_2 also confuse.me. Continue to look at the code , if (dvDutyValues.hTimePhA > 0xEFFF) what is the 0XEFF mean and is how to get this value. Continue dowm ,about the sample point in this application the tim1 is PWM1 mode in this lib, the first point is Compare match in up count ,the second point occurs in down count, is this understanding correct ? THANKS Part oft he lib code // Adjust the lower { switch (bSector) { case case : bInverted_pwm_new = INVERT_A; -=HTMIN; break; ……………………….. } } dvDutyValues.hTimePhA = DMABURSTMIN_A |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2634 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1783 浏览 1 评论
3609 浏览 6 评论
5987 浏览 21 评论
939浏览 4评论
1315浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
582浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1302浏览 3评论
1358浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 18:55 , Processed in 1.173270 second(s), Total 85, Slave 68 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号