MM440 frequency drive auto-reset

userxyz

Member
Join Date
May 2002
Location
any
Posts
2,768
I have a PLC with some drives on profibus, these drives must run 24 houres/day. When there is a voltage shutdown, and it comes back, then the drives are in F0070. When I use auto-reset, they will not restart automatically, the on bit must be inhibit?

what should i do?
 
If I remember correctly, then to reset an alarm on a MicroMaster, it must be stopped and the Start command (or Release or whatever it is called) must be OFF.
I used regular inputs on the terminal block, but it must be the same over Profibus.
The next time it happens, try to use FORCE to experiment with which combination of the control bits will reset the alarm.
You can then update the program to reset the PLC when you want to (maybe with a button on your HMI).
 
F0070 is Communications board setpoint error. This means that the drive faulted because it is no longer receiving telegrams from the Profibus master.

Control word 1, bit 7 is the Fault acknowledge bit that you can toggle to reset faults. However, if the drive's Profibus communications board does not have power, the drive is not going to receive any telegrams via Profibus. I make sure the drive's Profibus communications board is powered whenever the S7 is powered so Profibus communications are available. There are two terminals on the board so it can be powered independently of the drive.

You could disable telegram monitoring by setting P2040 to 0 so that when ever the drive loses communications it will not fault. I think this is a bad idea, because if the drive loses communications it will continue to run you will not be able to stop the drive except for some type of emergency stop.
 

Similar Topics

Hi, I have a little problem. I have 4 drives connected on profibus to an S7-315-2DP CPU and a OP7 Panel. I'm testing right now with an OP7...
Replies
4
Views
4,382
A drive running a motor @ 50Hz takes 13Amps How much will it take before the drive ? More or less ?
Replies
2
Views
1,833
Hi, The first motor of a productionline has to stop real fast. Ow, btw, it's a carpet factory. The Drive is controlled on profibus. I see...
Replies
9
Views
4,656
We have a mm440 drive that is not starting remotely in automatic. We can control the locally when in hand mode with 0-10v potentiometer. When we...
Replies
5
Views
1,366
Hi all, i m new to this forum. i recently had an assignment where the user wanted to copy parameters from Siemens Micromaster 440 using BOP. Help...
Replies
3
Views
5,759
Back
Top Bottom