实例介绍
基于SOEM-EtherCAT-cia402-motorControl的电机控制代码
【实例截图】
【核心代码】
4744300845392082702.zip
├── ConsoleApplication1
│ ├── Cia402.cpp
│ ├── Cia402.h
│ ├── ConsoleApplication1.vcxproj
│ ├── ConsoleApplication1.vcxproj.filters
│ ├── ConsoleApplication1.vcxproj.user
│ ├── Debug
│ │ ├── ConsoleApplication1.log
│ │ ├── JMCControl.tlog
│ │ │ ├── CL.command.1.tlog
│ │ │ ├── JMCControl.lastbuildstate
│ │ │ └── unsuccessfulbuild
│ │ ├── vc141.idb
│ │ └── vc141.pdb
│ ├── ethercat_master.cpp
│ ├── ethercat_master.h
│ ├── global.h
│ ├── motor_client.cpp
│ ├── motor_client.h
│ ├── pv_main.cpp
│ ├── RDMControl.cpp
│ ├── x64
│ │ ├── Debug
│ │ │ ├── Cia402.obj
│ │ │ ├── ConsoleA.A12AF494.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── ConsoleApplication1.lastbuildstate
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link-cvtres.read.1.tlog
│ │ │ │ ├── link-cvtres.write.1.tlog
│ │ │ │ ├── link-rc.read.1.tlog
│ │ │ │ ├── link-rc.write.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link.write.1.tlog
│ │ │ │ └── unsuccessfulbuild
│ │ │ ├── ConsoleApplication1.log
│ │ │ ├── ethercat_master.obj
│ │ │ ├── JMCControl.Build.CppClean.log
│ │ │ ├── JMCControl.tlog
│ │ │ │ ├── CL.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── JMCControl.lastbuildstate
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ └── link.write.1.tlog
│ │ │ ├── motor_client.obj
│ │ │ ├── motor_client.obj.enc
│ │ │ ├── pv_main.obj
│ │ │ ├── RDMControl.obj
│ │ │ ├── vc141.idb
│ │ │ ├── vc141.pdb
│ │ │ └── 源.obj
│ │ └── Release
│ │ ├── ConsoleApplication1.log
│ │ └── JMCControl.tlog
│ │ ├── CL.command.1.tlog
│ │ ├── CL.read.1.tlog
│ │ ├── CL.write.1.tlog
│ │ ├── JMCControl.lastbuildstate
│ │ ├── link.command.1.tlog
│ │ ├── link.read.1.tlog
│ │ ├── link.write.1.tlog
│ │ └── unsuccessfulbuild
│ └── 源.cpp
├── JMCControl.sln
└── SOEM-1.3.1
├── ChangeLog
├── clean_libsoem_lib.bat
├── clean_test_win32.bat
├── doc
│ ├── html
│ │ ├── annotated.html
│ │ ├── bc_s.png
│ │ ├── classes.html
│ │ ├── closed.png
│ │ ├── doxygen.css
│ │ ├── doxygen.png
│ │ ├── ebox_8c.html
│ │ ├── eepromtool_8c.html
│ │ ├── ethercatbase_8c.html
│ │ ├── ethercatbase_8h.html
│ │ ├── ethercatcoe_8c.html
│ │ ├── ethercatcoe_8h.html
│ │ ├── ethercatconfig_8c.html
│ │ ├── ethercatconfig_8h.html
│ │ ├── ethercatconfiglist_8h.html
│ │ ├── ethercatdc_8c.html
│ │ ├── ethercatdc_8h.html
│ │ ├── ethercatfoe_8c.html
│ │ ├── ethercatfoe_8h.html
│ │ ├── ethercatmain_8c.html
│ │ ├── ethercatmain_8h.html
│ │ ├── ethercatprint_8c.html
│ │ ├── ethercatprint_8h.html
│ │ ├── ethercatsoe_8c.html
│ │ ├── ethercatsoe_8h.html
│ │ ├── ethercattype_8h.html
│ │ ├── files.html
│ │ ├── functions_0x62.html
│ │ ├── functions_0x63.html
│ │ ├── functions_0x64.html
│ │ ├── functions_0x65.html
│ │ ├── functions_0x66.html
│ │ ├── functions_0x67.html
│ │ ├── functions_0x68.html
│ │ ├── functions_0x69.html
│ │ ├── functions_0x6c.html
│ │ ├── functions_0x6d.html
│ │ ├── functions_0x6e.html
│ │ ├── functions_0x6f.html
│ │ ├── functions_0x70.html
│ │ ├── functions_0x72.html
│ │ ├── functions_0x73.html
│ │ ├── functions_0x74.html
│ │ ├── functions_0x75.html
│ │ ├── functions_0x76.html
│ │ ├── functions_0x77.html
│ │ ├── functions.html
│ │ ├── functions_vars_0x62.html
│ │ ├── functions_vars_0x63.html
│ │ ├── functions_vars_0x64.html
│ │ ├── functions_vars_0x65.html
│ │ ├── functions_vars_0x66.html
│ │ ├── functions_vars_0x67.html
│ │ ├── functions_vars_0x68.html
│ │ ├── functions_vars_0x69.html
│ │ ├── functions_vars_0x6c.html
│ │ ├── functions_vars_0x6d.html
│ │ ├── functions_vars_0x6e.html
│ │ ├── functions_vars_0x6f.html
│ │ ├── functions_vars_0x70.html
│ │ ├── functions_vars_0x72.html
│ │ ├── functions_vars_0x73.html
│ │ ├── functions_vars_0x74.html
│ │ ├── functions_vars_0x75.html
│ │ ├── functions_vars_0x76.html
│ │ ├── functions_vars_0x77.html
│ │ ├── functions_vars.html
│ │ ├── globals_0x63.html
│ │ ├── globals_0x64.html
│ │ ├── globals_0x65.html
│ │ ├── globals_0x67.html
│ │ ├── globals_0x68.html
│ │ ├── globals_0x69.html
│ │ ├── globals_0x6c.html
│ │ ├── globals_0x6d.html
│ │ ├── globals_0x6e.html
│ │ ├── globals_0x6f.html
│ │ ├── globals_0x70.html
│ │ ├── globals_0x72.html
│ │ ├── globals_0x73.html
│ │ ├── globals_0x74.html
│ │ ├── globals_0x75.html
│ │ ├── globals_0x77.html
│ │ ├── globals_defs.html
│ │ ├── globals_enum.html
│ │ ├── globals_eval.html
│ │ ├── globals_func_0x63.html
│ │ ├── globals_func_0x64.html
│ │ ├── globals_func_0x65.html
│ │ ├── globals_func_0x69.html
│ │ ├── globals_func_0x6d.html
│ │ ├── globals_func_0x6f.html
│ │ ├── globals_func_0x72.html
│ │ ├── globals_func_0x73.html
│ │ ├── globals_func.html
│ │ ├── globals.html
│ │ ├── globals_type.html
│ │ ├── globals_vars.html
│ │ ├── index.html
│ │ ├── jquery.js
│ │ ├── memory_layout.png
│ │ ├── nav_f.png
│ │ ├── nav_h.png
│ │ ├── open.png
│ │ ├── red__test_8c.html
│ │ ├── simple__test_8c.html
│ │ ├── slaveinfo_8c.html
│ │ ├── soem_8dox.html
│ │ ├── structec__adapter.html
│ │ ├── structec__ALstatuscodelist__t.html
│ │ ├── structec__alstatust.html
│ │ ├── structec__comt.html
│ │ ├── structec__configlist__t.html
│ │ ├── structec__eepromFMMUt.html
│ │ ├── structec__eepromPDOt.html
│ │ ├── structec__eepromSMt.html
│ │ ├── structec__eepromt.html
│ │ ├── structec__emcyt.html
│ │ ├── structec__eringt.html
│ │ ├── structec__errort.html
│ │ ├── structec__etherheadert.html
│ │ ├── structec__fmmut.html
│ │ ├── structec__FOEt.html
│ │ ├── structec__groupt.html
│ │ ├── structec__idxstackT.html
│ │ ├── structec__mbxerrorlist__t.html
│ │ ├── structec__mbxerrort.html
│ │ ├── structec__mbxheadert.html
│ │ ├── structec__ODlistt.html
│ │ ├── structec__OElistt.html
│ │ ├── structec__PDOassignt.html
│ │ ├── structec__PDOdesct.html
│ │ ├── structec__sdoerrorlist__t.html
│ │ ├── structec__SDOservicet.html
│ │ ├── structec__SDOt.html
│ │ ├── structec__slavet.html
│ │ ├── structec__SMcommtypet.html
│ │ ├── structec__smt.html
│ │ ├── structec__SoEattributet.html
│ │ ├── structec__soeerrorlist__t.html
│ │ ├── structec__SoElistt.html
│ │ ├── structec__SoEmappingt.html
│ │ ├── structec__SoEnamet.html
│ │ ├── structec__SoEt.html
│ │ ├── structec__state__status.html
│ │ ├── structecx__contextt.html
│ │ ├── structecx__mapt__t.html
│ │ ├── structin__EBOX__streamt.html
│ │ ├── structin__EBOXt.html
│ │ ├── structout__EBOX__streamt.html
│ │ ├── structout__EBOXt.html
│ │ ├── tab_a.png
│ │ ├── tab_b.png
│ │ ├── tab_h.png
│ │ ├── tabs.css
│ │ ├── tab_s.png
│ │ └── tutorial_8txt.html
│ ├── images
│ │ └── memory_layout.png
│ ├── soem.dox
│ └── tutorial.txt
├── Doxyfile
├── drvcomment.txt
├── lib
│ └── win32
│ └── libsoem.lib
├── make
│ ├── app.mk
│ ├── cl_eepromtool.rsp
│ ├── cl_libsoem.rsp
│ ├── cl_simple_test.rsp
│ ├── cl_slaveinfo.rsp
│ ├── compilers
│ │ ├── arm-eabi-gcc.mk
│ │ ├── bfin-elf-gcc.mk
│ │ ├── gcc.mk
│ │ ├── linux-gcc.mk
│ │ ├── powerpc-eabi-gcc.mk
│ │ └── powerpc-eabispe-gcc.mk
│ ├── files.mk
│ ├── lib_libsoem.rsp
│ ├── lib.mk
│ ├── link_eepromtool.rsp
│ ├── link_simple_test.rsp
│ ├── link_slaveinfo.rsp
│ ├── rules.mk
│ └── subdir.mk
├── Makefile
├── make_libsoem_lib.bat
├── make_test_win32_all.bat
├── make_test_win32.bat
├── obj
│ ├── ethercatbase.obj
│ ├── ethercatcoe.obj
│ ├── ethercatconfig.obj
│ ├── ethercatdc.obj
│ ├── ethercatfoe.obj
│ ├── ethercatmain.obj
│ ├── ethercatprint.obj
│ ├── ethercatsoe.obj
│ ├── nicdrv.obj
│ ├── osal.obj
│ ├── oshw.obj
│ ├── vc100.idb
│ └── vc100.pdb
├── osal
│ ├── intime
│ │ ├── osal.c
│ │ └── osal_defs.h
│ ├── linux
│ │ ├── Makefile
│ │ ├── osal.c
│ │ └── osal_defs.h
│ ├── Makefile
│ ├── osal.h
│ ├── rtk
│ │ ├── Makefile
│ │ ├── osal.c
│ │ └── osal_defs.h
│ └── win32
│ ├── inttypes.h
│ ├── Makefile
│ ├── osal.c
│ ├── osal_defs.h
│ ├── osal_win32.h
│ └── stdint.h
├── oshw
│ ├── intime
│ │ ├── nicdrv.c
│ │ ├── nicdrv.h
│ │ ├── oshw.c
│ │ └── oshw.h
│ ├── linux
│ │ ├── Makefile
│ │ ├── nicdrv.c
│ │ ├── nicdrv.h
│ │ ├── oshw.c
│ │ └── oshw.h
│ ├── Makefile
│ ├── rtk
│ │ ├── fec
│ │ │ ├── fec_ecat.c
│ │ │ └── fec_ecat.h
│ │ ├── lw_mac
│ │ │ ├── lw_emac.c
│ │ │ └── lw_emac.h
│ │ ├── nicdrv.c
│ │ ├── nicdrv.h
│ │ ├── oshw.c
│ │ └── oshw.h
│ └── win32
│ ├── Makefile
│ ├── nicdrv.c
│ ├── nicdrv.h
│ ├── oshw.c
│ ├── oshw.h
│ └── wpcap
│ ├── Include
│ │ ├── bittypes.h
│ │ ├── ip6_misc.h
│ │ ├── Packet32.h
│ │ ├── pcap
│ │ │ ├── bluetooth.h
│ │ │ ├── bpf.h
│ │ │ ├── namedb.h
│ │ │ ├── pcap.h
│ │ │ ├── sll.h
│ │ │ ├── usb.h
│ │ │ └── vlan.h
│ │ ├── pcap-bpf.h
│ │ ├── pcap.h
│ │ ├── pcap-namedb.h
│ │ ├── pcap-stdinc.h
│ │ ├── remote-ext.h
│ │ └── Win32-Extensions.h
│ └── Lib
│ ├── libpacket.a
│ ├── libwpcap.a
│ ├── Packet.lib
│ ├── wpcap.lib
│ └── x64
│ ├── Packet.lib
│ └── wpcap.lib
├── README
├── setup.sh
├── soem
│ ├── ethercatbase.c
│ ├── ethercatbase.h
│ ├── ethercatcoe.c
│ ├── ethercatcoe.h
│ ├── ethercatconfig.c
│ ├── ethercatconfig.h
│ ├── ethercatconfiglist.h
│ ├── ethercatdc.c
│ ├── ethercatdc.h
│ ├── ethercatfoe.c
│ ├── ethercatfoe.h
│ ├── ethercatmain.c
│ ├── ethercatmain.h
│ ├── ethercatprint.c
│ ├── ethercatprint.h
│ ├── ethercatsoe.c
│ ├── ethercatsoe.h
│ ├── ethercattype.h
│ └── Makefile
├── test
│ ├── intime
│ │ └── ec_master
│ │ └── ec_master.c
│ ├── linux
│ │ ├── aliastool.c
│ │ ├── ebox
│ │ │ ├── ebox.c
│ │ │ └── Makefile
│ │ ├── eepromtool
│ │ │ ├── eepromtool.c
│ │ │ └── Makefile
│ │ ├── firm_update
│ │ │ ├── firm_update.c
│ │ │ └── Makefile
│ │ ├── Makefile
│ │ ├── red_test
│ │ │ ├── Makefile
│ │ │ └── red_test.c
│ │ ├── simple_test
│ │ │ ├── Makefile
│ │ │ └── simple_test.c
│ │ └── slaveinfo
│ │ ├── Makefile
│ │ └── slaveinfo.c
│ ├── Makefile
│ ├── rtk
│ │ ├── main.c
│ │ └── schedule.tt
│ └── win32
│ ├── ebox
│ │ ├── ebox.c
│ │ └── Makefile
│ ├── eepromtool
│ │ ├── eepromtool.c
│ │ ├── Makefile
│ │ └── obj
│ │ └── eepromtool.obj
│ ├── firm_update
│ │ ├── firm_update.c
│ │ └── Makefile
│ ├── Makefile
│ ├── red_test
│ │ ├── Makefile
│ │ └── red_test.c
│ ├── simple_test
│ │ ├── Makefile
│ │ ├── obj
│ │ │ └── simple_test.obj
│ │ ├── simple_test.c
│ │ ├── vc100.idb
│ │ └── vc100.pdb
│ └── slaveinfo
│ ├── Makefile
│ ├── obj
│ │ └── slaveinfo.obj
│ ├── slaveinfo.c
│ ├── vc100.idb
│ └── vc100.pdb
└── TODO.tasks
57 directories, 382 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论