Nuestras marcas

Impact-Company-Logo-English Black-01-177x54

Bienvenido(a) al sitio web para México de Schneider Electric

Te damos la bienvenida a nuestro sitio web para México.
		
¿Cómo podemos ayudarte hoy?
Video: How do I read data from a Modbus TCP device using the embedded Ethernet port on a Unity Premium PLC?
Issue:
Programming Modicon Premium PAC to Read Device Data via Ethernet Port

Product Line:
Premium, Unity Pro

Environment:
Unity Pro software

Resolution:



To read data from a Modbus TCP device using the Premium PLC with embedded Ethernet port , follow the steps below:
1. Create a Premium project with an embedded Ethernet port on the CPU
2. Create an Ethernet network under "communication" within the project browser
3. Double click on the newly created network and under the "IP configuration" tab, enter the desired IP address and subnet mask
4. Select the "messaging" tab and check the "XWAY profile" option.
5. Enter an XWAY address and IP address under the connection configuration section. The XWAY address comprises of a network and station number. The network number can be between 0 and 127 and the station number must be          between 100 to 163 for Modbus TCP messaging. Example of XWAY address is 1.101
6. Create a section and add the READ_VAR function block
In the example below, the Premium PLC is reading 5 words starting a 40400 in the remote device

READ_VAR (ADR := ADDR('{1.101}SYS'),
OBJ := '%MW',                           (* Type of objects to read for Premium PLC: '%MW': internal words *)
NUM := 400,                              (* Index of the first object to read. *)
NB := 5,                                      (* Number of objects to read. *)
GEST := %MW50:4,                  (* Exchange management table *)
RECP => receive_buffer);          (* Word table containing the value of the objects read. The length of this array must be greater than or equal to NB*)

%MW52 := 20;  (* The third word of the management table is managed by the user which defines the maximum response time using a time base of 100 ms.*)

If this FAQ did not solve your issue, you can chat with us at chat with us or e-mail us at customer.services@se.com to create a case with our Technical Support Team.

If you are not located in North America, please contact your local Customer Care Center for assistance:

Support | Schneider Electric Global (se.com)

Schneider Electric Mexico

Explora más
Rango:
Explora más
Rango:

¿Necesitas ayuda?

  • Selector de productos

    Encuentra rápida y fácilmente los productos y accesorios adecuados para tus aplicaciones.

  • Pedir presupuesto

    Comienza tu consulta de ventas en línea y un experto se pondrá en contacto contigo.

  • ¿Dónde comprar?

    Encuentra fácilmente el distribuidor de Schneider Electric más cercano a ti.

  • Centro de ayuda

    Encuentra recursos de soporte para todas tus necesidades en un solo lugar.

  • Documentación de productos
  • Descargas de software
  • Selector de productos
  • Sustitución y reemplazo de productos
  • Centro de ayuda y contacto
  • Encuentra nuestras oficinas
  • Obtén un presupuesto
  • Dónde comprar
  • Empleo
  • Perfil corporativo
  • Informar una conducta indebida
  • Accesibilidad
  • Sala de redacción
  • Inversores
  • EcoStruxure
  • Búsqueda de empleo
  • Blog
  • Política de privacidad
  • Aviso de Cookies
  • Términos y condiciones
  • Change your cookie settings