2021-10-09 11:12:20 索煒達電子 568
項目編號:E1443
文件大?。?01K
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
PLC RS485 Modbus ATmega32微控制器固件
特征:
-步進電機控制。
-交流電機控制(簡化頻率模型)。
目錄│文件列表:
└ plc_firmware
│ acdriver.atsln
│ acdriver.avrsln
│ acdriver.avrsuo
└ acdriver
│ acdriver.avrgccproj
│ acdriver.c
│ acdriver.cproj
├ controller
│ │ commandflow.c
│ │ commandflow.h
│ │ controller.c
│ │ controller.h
│ │ interfaceled.c
│ │ interfaceled.h
│ │ time.c
│ └ time.h
├ driver
│ │ acservopwm.c
│ │ driver.c
│ │ driver.h
│ │ inductionpwm.c
│ │ inductionsimplepwm.c
│ └ steppwm.c
├ interface
│ │ interface.c
│ │ interface.h
│ │ mb.c
│ │ modbus.c
│ │ modbus.h
│ │ modbus_functions.c
│ │ modbus_functions.h
│ ├ functions
│ │ │ mbfunccoils.c
│ │ │ mbfuncdiag.c
│ │ │ mbfuncdisc.c
│ │ │ mbfuncholding.c
│ │ │ mbfuncinput.c
│ │ │ mbfuncloopback.c
│ │ │ mbfuncother.c
│ │ └ mbutils.c
│ ├ include
│ │ │ mb.h
│ │ │ mbconfig.h
│ │ │ mbframe.h
│ │ │ mbfunc.h
│ │ │ mbport.h
│ │ │ mbproto.h
│ │ │ mbutils.h
│ │ └ port.h
│ └ rtu
│ │ mbcrc.c
│ │ mbcrc.h
│ │ mbrtu.c
│ │ mbrtu.h
│ │ portevent.c
│ │ portserial.c
│ └ porttimer.c
├ os
│ │ adc.c
│ │ adc.h
│ │ config.h
│ │ gpio.c
│ │ gpio.h
│ │ hal.c
│ │ hal.h
│ │ hwtimer.c
│ │ hwtimer.h
│ │ memorystorage.c
│ │ memorystorage.h
│ │ os.c
│ │ os.h
│ │ pin.c
│ │ pin.h
│ │ pwm.c
│ │ pwm.h
│ │ realtimer.c
│ │ realtimer.h
│ │ task.c
│ │ task.h
│ │ uart.c
│ │ uart.h
│ │ watchdog.c
│ └ watchdog.h
└ sensorinput
│ angleposition.c
│ angleposition.h
│ pwmchannelcurrent.c
│ pwmchannelcurrent.h
│ temperature.c
└ temperature.h