Mitsubishi VFD Modbus communication

Join Date
Nov 2013
Location
Michigan
Posts
532
Currently I'm trying to write a program where a Micrologix 1400 can control a Mitsubishi E700 series drive over Modbus. My point of confusion is address 40009: Inverter status/control input instruction.

From what I'm reading in the manual, this address is BOTH the status register AND the command register, depending on if you're reading or writing to it. This makes no sense to me. Seems like it would make more sense to make them separate registers. Right now I'm planning on programming it to cascade. First, do a read of register 40009 into my PLC address (N40:0), and then when the MSG.DN bit goes high, write my command PLC address (N40:1) to the same register. Am I on the right track?

Also, I'm confused as to what I need to do to control the speed. In the manual it lists register 40014 as "Running Frequency (RAM value)" as "read/write" and register 40015 as "Running frequency (EEPROM value)" as "write."

I'm not sure what I'm supposed to do here. I imagine "RAM value" would be a temporary value and the "EEPROM" value would be like a default for power-up, but I'm not entirely sure and I can't find any more detail explanation in the manual.
 
From what I'm reading in the manual, this address is BOTH the status register AND the command register, depending on if you're reading or writing to it. This makes no sense to me. Seems like it would make more sense to make them separate registers. Right now I'm planning on programming it to cascade. First, do a read of register 40009 into my PLC address (N40:0), and then when the MSG.DN bit goes high, write my command PLC address (N40:1) to the same register. Am I on the right track?

I had a look in the manual and I think you understood it correctly.

I would do a read of the status to one address in the PLC and a write to the command from another. You can write in a fixed cycle or just when you change the command, it makes no difference in theory, except if you unhook the cable to the VFD. In that case writing the command continuously is better.

You should hook up a PLC and a VFD with a motor and test.
 
Mitsubishi Vfd and delta plc communication

Hi!!
I want to ask question if you check modbus register 40009 i want to run vfd but i am little bit confused that what will be the hexadecimal value of it.Because when i put the value H9c49 i not work..
I convert 40009 into hexadecimal value give H9c49
Hope you will reply.
Regards
 
Hi!!
I want to ask question if you check modbus register 40009 i want to run vfd but i am little bit confused that what will be the hexadecimal value of it.Because when i put the value H9c49 i not work..
I convert 40009 into hexadecimal value give H9c49
Hope you will reply.
Regards

This thread is three years old and a lot of people on this site won't bother to look at it. You are much better off starting a new thread.
 
Hi!!
I want to ask question if you check modbus register 40009 i want to run vfd but i am little bit confused that what will be the hexadecimal value of it.Because when i put the value H9c49 i not work..
I convert 40009 into hexadecimal value give H9c49
Hope you will reply.
Regards

Move H2 to that header address 40009 start and H0 to stop
 
Hi!!
How it can be done?
Can you tell me how H2 move to header address 40009?
Can you write the one line ladder logic?
I wanna see example.
I can't understand 40009.
Please help.
 

Similar Topics

I am trying to run 11 mitsubishi fr e720 vfd's with a fx3s plc fited with fx3u ADP -md card I have been told to use the ADPRW comand has anyone...
Replies
0
Views
2,067
Hello guys, I have to admit I'm still kind of a layman in this field but I'm trying hard to pick up some knowledge. I have a PLC FX1N with the...
Replies
5
Views
3,591
So, here's my hardware: Micrologix 1400 controller Mitsubishi E740 Drive I'm communicating via the 1763-NC01 out of Channel 0 on the Micrologix...
Replies
10
Views
4,917
I have a problem with Mitsubishi f700 22kW [ fr-f740-00470-ec] VFD. When it arrived to our workshop, there was a short circuit between the...
Replies
6
Views
2,713
Hey Every one I am trying to set to frequency of vfd to 100z but cant the parameter #125 is the parameter to set the frequency of vfd more than 70...
Replies
6
Views
2,174
Back
Top Bottom