Jump to content

Recommended Posts

Posted

I can't configure program for 3VFD-s on MODBUS  485 RTU protocol.  PLC comunicate only with first one. depending on what I call the first one.

I try with all three in the first place and everyone is doing this, which means that the parameters are correct in them.

I know the PLC can only communicate with one at a time but I do not know how to write it.

 

V1210 and 3 VFD-s -MODBUS RTU.vlp

Posted

Hi Dub

In net 8, 14 and 20 you are constantly writing to all 3 drives drive at the same time when MB0 is off.

I think you should put a delay on this and make a condition where you set a bit to communicate with the first drive and reset it after communication has finished.

Use this bit to prevent communication with the other drives until this is complete (same as what you did with MB5 in net 3)

Regards

Denis

 

Posted

Hi Dub

In rung 7 for example you are resetting MB7 once the action is complete.

A normally open of MB7 should be in the same net before the modbus command to prevent it from being continuously called.

Similiar to rung 10

Regards

Denis

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.