CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 步进电机 程序

搜索资源列表

  1. SteppedMotor_MCU_ASM

    0下载:
  2. 51单片机控制步进电机的源程序,程序采用汇编语言编写-SCM control stepper motor source (assembly language)
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:20694
    • 提供者:zhaojianhua
  1. step-motor-driver

    0下载:
  2. 该C语言程序对步进电机驱动芯片SM001的控制,实现插补功能。-The C language program for stepper motor driver chip SM001 control, to achieve interpolation function.
  3. 所属分类:Project Design

    • 发布日期:2017-03-25
    • 文件大小:34510
    • 提供者:陈一
  1. motorkdjifqlkfdaq

    0下载:
  2. 4线步进电机控制源程序代码,非常好用的范例程序,可直接用于产品中-4 wire stepper motor control source code, and a very nice example programs can be directly used in products
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:14514
    • 提供者:wwww
  1. CH19

    0下载:
  2. CH-19:步进电机输出实验:0x1234/0x0006 包含了B0_4,B2_6,VB与Fireware等子目录。 B0_4:包含驱动程序与两个INF文件,AL_xxx.INF与xxx.INF。 B2_6 :包含INF文件,以及相关的B2与B6格式文件。 VB:Visual Basic 应用程序。 Fireware:相关的原始固件程序代码。 -CH-19: stepper motor output experiment: 0x1234/0x0006 conta
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:124819
    • 提供者:牛顿环
  1. BJControl

    0下载:
  2. 用5402控制步进电机的asm程序 操作:0号键:减小步进电机速度, 1号键:增大步进电机速度 2号键:步进电机反转, 3号键:步进电机正转-a program for step_motor based on TMS320VC5402
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2760
    • 提供者:雷学堂
  1. Text1

    0下载:
  2. 步进电机的单片机控制C程序,供爱好者调试用-Stepper motor microcontroller control C program for debugging with fans
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1797
    • 提供者:陈书南
  1. abc

    0下载:
  2. 步进电机驱动程序 通过此程序可以灵活的控制步进电机的转速-Stepper motor driver through this program have the flexibility to control stepper motor speed
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:10206
    • 提供者:胡适
  1. STEP

    0下载:
  2. 按健控制步进电机正反转程序,单片即C51编写,已经调试通过-Reversible stepping motor according to health control program
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:843923
    • 提供者:feiyang
  1. StepMotorControl

    0下载:
  2. 基于C8051F007单片机的实际项目应用程序。测量输入舵机信号脉冲宽度,采集位置编码器的数值,比较后产生脉冲信号控制步进电机转动至指定位置。经过实际应用检验。有类似应用的项目可提供借鉴。-Based on C8051F007 MCU actual project application. Steering input signal pulse width measurement, capturing position encoder values, comparing control of
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:4596
    • 提供者:zhanglaiyu
  1. bujindianji

    0下载:
  2. 这个是一个用AVR单片机控制步进电机的程序,程序用汇编编写。-this is a avr progaram for control step step engine
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:714
    • 提供者:陈定锋
  1. sdsd

    0下载:
  2. 步进电机C51程序,讲述了步进电机的控制原理。-Step-by-step electric motor C51 procedure , the principle having given an account of step-by-step electric motor controlling.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:16786
    • 提供者:蓝天
  1. bujindianji

    0下载:
  2. 步进电机正反转控制实验*步进电机演示程序 */ /*目标器件:AT89S51 */ /*晶振:11.0592MHZ */ /*编译环境:Keil 7.50A -Reversible stepping motor stepper motor controlled trials* Demonstration Program*//* target device: AT89S51*//* Crystal: 11.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:668
    • 提供者:吴康康
  1. 47

    0下载:
  2. 一个很实用测试步进电机正反转的程序原代码-A very practical step test procedures for the original code FW & BW
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:10446
    • 提供者:崔立玉
  1. LinuxSteppingmotor

    0下载:
  2. 基于嵌入式Linux 的步进电机驱动设计。介绍了Linux 驱动程序的实现机制,在分析步进电机和驱动程序接口的基础上,给出 了一个在嵌入式Linux 平台上编写步进电机驱动的实例。本平台基于Samsung 公司的 S3C2410X CPU,采用Linux2.4 内核作为它的操作系统。介绍了如何通过对驱动程序的操作。实现对步进电机的控制。在JXARM2410 实验平台上的实验结果表明驱动运行正常。 -Based on embedded Linux stepping motor driv
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:19839
    • 提供者:尹天舒
  1. aircondition

    0下载:
  2. 空调温控单片机实现的程序集,控制驱动步进电机按规定运转的程序。-Air conditioning temperature control MCU assembly, stepper motor control drive operation procedures as required.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-23
    • 文件大小:12967
    • 提供者:havi
  1. Step

    0下载:
  2. DSP实验箱EL-DSP-EXP-IV+若干实验程序之步进电机模块控制篇-DSP Experiment Box EL-DSP-EXP-IV+ a number of experimental procedures chapter stepper motor control module
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:56378
    • 提供者:小谢
  1. StepMoto

    0下载:
  2. 一个简单的步进电机驱动程序,用于arm2410,linux2.4内核。-A simple stepper motor driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:2658
    • 提供者:蓝空
  1. msp430xuexi

    0下载:
  2. 怎样用MSP430,以及步进电机的正反转程序-How to use the MSP430, and the stepper motor Reversible process
  3. 所属分类:DSP program

    • 发布日期:2017-05-11
    • 文件大小:2056462
    • 提供者:李渡
  1. steppermotor

    0下载:
  2. 步进电机的 转速控制 程序 芯片是XC866 英飞凌公司的单片机-stepper motor speed control
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:53015
    • 提供者:岳宇鹏
  1. linux-stepmotor

    0下载:
  2. 基于嵌入式Linux控制步进电机的测试程序(包括源程序,驱动,头文件以及makefile)-Stepper motor control based on embedded Linux test programs (including source code, drivers, header files and the makefile)
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:162346
    • 提供者:xayoung
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com