of this kit, but it uses the same devices.Is Cypress phasing out PSOC 1? Are there non-obsolete alternative
2018-12-18 15:51
使用控制XT系统开发的应用程序是否可以在控制系统上运行? 以上来自于谷歌翻译 以下为原文Is it possible for an application that was developed with a control XT system to run on a control plus system?
2019-04-22 11:17
你好 我正在尝试使用带霍尔传感器的小型BLDC电机设置ST FOC库。我正在使用评估板STEVAL-IFN003V1。我已经使用ST电机控制工作台配置了系统的所有参数,并且我能够通过电机控制工作台的面板监视器与系统进行通信。 我按照chaptre'5.2.3中描述的程序连接了绕组和霍尔传感器。使用用户手册UM1052的霍尔效应传感器时设置系统。 当我按下MC Workbench上的Start Motor按钮时,电机会产生一点连接(一到两转),系统进入速度反馈故障状态。按下故障确认按钮可以重置此状态。 我为HALL_PHASE_SHIFT试验了不同的值而没有任何成功。 有没有人知道,为什么我总是得到这个速度反馈故障? 问候 Fortunat以上来自于谷歌翻译以下为原文 Hi I am trying to setup the ST FOC library with a small BLDC-motor with hall sensors. I am using the evaluation board STEVAL-IFN003V1. I have configured all parameters of the system with the ST Motor Control Workbench and I am able to communicate with the system trough the panel Monitor of the Motor Control Workbench. I have connected the windings and hall sensors according the procedure described in chaptre ''5.2.3. Setting up the system when using hall-effect sensors'' of the User manual UM1052. When I press the button Start Motor on the MC Workbench then the motor makes a little hitch ( one to two revolution ) and the the system goes into the state Speed feedback fault. This state can be reset by pressing the button Fault Ack. I experimented with different values for HALL_PHASE_SHIFT without any success. Does any body have an idea, why I am always getting this Speed feedback fault ? Regards Fortunat
2019-04-17 10:09
), in hopes of phasing out the old FX chip hardware/software. Again, all of the new FX1/FX2LP firmware
2019-06-04 16:09
你好,所以,驱动步进的微妙问题——同时用你的SOC做其他事情……如I2C、ADC+DAC、滤波等。我想驱动一些步进电机使用此驱动程序:HTTP://www. SmithJauS.COM/EasyDeDrVIE/PSOC 5或教程:我在网上发现的问题是,你需要为你的步骤发送脉冲,并将它们计时。当然最简单的方法是使用延迟FCT…但这会杀死一切,或者导致一个急促的动作。你有没有想过如何利用这些微小的资源?我正在寻找运行电机,也测量负载传感器(总共8)和8个数字信号在同一时间:车轮脉冲反馈以及6个其他数字传感器。我没有这个项目。目前我使用的是普通的直流电动机,具有PWM功能,但要切换到步进电机。Accel/DeCelp控件也会有类似于这种方法的惊人之处:HTTP://www. AfSPayCE.COM/MIKEM/ARDIONI/AccelPistPur/我认为这是周围最开放的图书馆中最优秀和最精致的。我的想法是使用计时器或武器?不知道这有多好,但它必须是一种方法,同时保持代码的其余部分运行。谢谢你的帮助! 以上来自于百度翻译 以下为原文Hello, So, the delicate issue of driving steppers - whilst doing something else with your SoC ... like, I2C, ADC+ DAC, filtering etc. I am looking to drive some stepper motors using this driver: http://www.schmalzhaus.com/EasyDriver/and a PSoC 5 or course :) The problem I find on the web is that you need to send the pulses for your steps and time them. Of course the easyest way is using the Delay fct ... but that will kill everythig else or result in a jerky motion. Do you have any idea on how this might be done with minmum resources? I am looking to run the motor and also measure loads of sensors ( 8 in total) and 8 digital signals in the same time: wheel pulse feedback as well as 6 other digital sensors. I don't have a project for this. At the moment I am using normal DC motors with a PWM function but would like to switch to steppers. Accel / decel control would also be amazing to have - something similar to this approach: http://www.airspayce.com/mikem/arduino/AccelStepper/- I think this is the nicest and most refined of the open libraries around. My thoughts were of using a Timer or ARMs SysTick? not sure how well that would work but it must be a way to do it whilst keeping the rest of the code runnng. Thanks for the help!
2019-01-15 08:21