Jump to content

UDP protocol communication


HUIN JP

Recommended Posts

Hello Everybody.

I am trying to establish a communication using UDP protocol with a third part PLC (ABB AC800F).

It seems that the content of the heater is not the same into the Unistream PLC that into the ABB

Can somebody give me the structure of the header used by Unistream PLC’s for UDP communication.

 

Thanks a lot

Link to comment
Share on other sites

  • 4 months later...

Hello Everybody.

I am trying to establish a communication using UDP protocol with a third part PLC (ABB AC800F).

It seems that the content of the heater is not the same into the Unistream PLC that into the ABB

Can somebody give me the structure of the header used by Unistream PLC’s for UDP communication.

 

Thanks a lot

Hi Huin,

 

According to the ABB catalog, UDP communication is used for display updates and communication between ABB controllers. Basically, you can use the TCP PROTOCOL function block to directly influence these elements, but i cannot see a good reason to do so.

Instead, use the MODBUS TCP protocol for communication. It is a well established protocol which will prevent messing around with low level communications and will make your life easier.

Link to comment
Share on other sites

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.