Send data from RSLogix to Siemens PLC

Hello Everybody,

I have a question. Maybe someone can explain me how I can send data from RsLogix to Siemens controller by Anybys X-Gateway. Orignaly in configuration I have I/O in SINT and I need also send and read DINT, REAL and BOOL. There is some simple way to do it or I need to convert everything in my software?

The Anybus X-Gateway slave does not deal with data types. You will be writing to a block of data on one side and reading from a block of data on the other. You would need to handle the data types in your PLC software.

See:

Network Guide - Ethernet Slave

Network Guide - PROFINET IO

Application Note: Anybus X-gateway EtherNet/IP with Rockwell Studio 5000 - EDS

Application Note: Anybus X-gateway PROFINET with Siemens S7-1500 PLC & TIA Portal