• 回答数

    2

  • 浏览数

    169

小宇宙可劲儿造
首页 > 学术期刊 > 步进电机论文参考文献

2个回答 默认排序
  • 默认排序
  • 按时间排序

yiliudewendu

已采纳

这么简单的,实际上不用PLC也能做倒,某些步进电机不同的引脚输入他就会输出不同的速度,三段速度肯定没有问题。不过你这里提到一定要用PLC控制步进电机,那也没问题。不过第二个应该是错的,一个开关只能输出两个状态,0 1,也就是只能控制两段速度,没有可能控制三段速度。大体的做法是把开关接到PLC的输入,把PLC的输出(一定要用晶体管PLC)接到步进电机的放大器。1号开关触发时,PLC给步进电机输出励磁信号,并输出高速脉冲(脉冲输出频率由二号开关定,三段频率实际要两个开关),3号开关触发给步进放大器输出正反转信号。很简单的,看一下步进电机的说明书,结合PLC的高速输出指令就行。我是来赚分的,记住给分啊!

204 评论

提琴小13

文献1:This project aimed to develop a wireless system to detect and allow only the authorized persons. The system was based on Radio Frequency Identification (RFID) technology and consists of a passive RFID tag. The passive micro transponder tag collects power from the 125 KHz magnetic field generated by the base station, gathers information about the Tag ID and sends this information to the base station. The base station receives, decodes and checks the information available in its Database and Manchester code was used to send those information. The system performed as desired with a 10cm diameter antenna attached to the transponder. The Base Station is built by using the Popular 8051 family Microcontroller. It gets the tag ID and if the tag ID is stored in its memory then the microcontroller will allow the person inside. RFID Reader Module, are also called as interrogators. They convert radio waves returned from the RFID tag into a form that can be passed on to Controllers, which can make use of it. RFID tags and readers have to be tuned to the same frequency in order to communicate. RFID systems use many different frequencies, but the most common and widely used Reader frequency is 125 KHz.全部内容及下载地址:文献2: Choose controller according to your requirements of program memory(flash), RAM, ADC, EEPROM. 16kB of flash is sufficient to implement floodfill algorithm. If you are thinking of implementing floodfill algorithm then 256 bytes are required to store Map of the maze and 512 bytes are required for processing so you need atleast 1kBRAM to implement floodfill. ATmega16,32 and PIC18f452 are some controllerspopularly used in micromouse. If you are thinking of building just a wall follower then simple 8051 based controller likeAT89s52 can also be used. Stepper driving:Please read a step by step stepper motor guidefirst. There are two types of motors a) unipolar b) bipolar. Unipolar stepper motors can be used as bipolar steppers so prefer unipolar whilepurchasing stepper. You can use simple ULN2803 IC the circuit can be found in 8051 microcontroller by Mazidi. ULN2803 has eight darlington pair in a single package. It hascurrent carrying capacity of 500mA. so it will get heated up frequently will get damaged.So two ULN2803 can be connected in parallel to fix the problem but this is a chalta haiway of driving stepper. 全部见: 文献3:Stepper Motor Advantagesand DisadvantagesAdvantages1. The rotation angle of the motor isproportional to the input pulse.2. The motor has full torque at stand-still (if the windings are energized)3. Precise positioning and repeat-ability of movement since goodstepper motors have an accuracy of3 – 5% of a step and this error isnon cumulative from one step tothe next.4. Excellent response to starting/stopping/reversing.5. Very reliable since there are no con-tact brushes in the motor.Therefore the life of the motor issimply dependant on the life of thebearing.6. The motors response to digitalinput pulses provides open-loopcontrol, making the motor simplerand less costly to control.7. It is possible to achieve very lowspeed synchronous rotation with aload that is directly coupled to theshaft.8. A wide range of rotational speedscan be realized as the speed isproportional to the frequency全文见:

151 评论

相关问答