Page 1 of 1

Profibus configuration

Posted: 21 Feb 2019, 10:02
by Miki
Hello,

I have questions regarding Profibus and general question about PLC.

1) We would like to use the profibus gateway in multiple different projects.
The best method that we found is by sending all the profibus memory/storage to our computer. But the most important thing for us, is to know what is being sent by the PLC (eg: Siemens s7).
For example we would like to know what kind of data type is being sent by the plc. Is it an int, float or words. Therefore we could then determine how to read the memory that we received at our computer.
Is there anyway for me to know what is the data type(eg: float, int, bit, byte) being send by PLC to the RevPi?

2) Can we configure a plc with the RevPi?

Thank you for your help. :)

Re: Profibus configuration

Posted: 22 Feb 2019, 10:39
by dirk
Hi Miki, all the RevPi Gates have byte access in the little endian format. So you have to interpret the data. The RevPi Gates are all slave modules so it is not possible to configure a plc.

Re: Profibus configuration

Posted: 28 Feb 2019, 14:24
by Miki
Thank you for your reply.