Beckhoff EP3184 - Data Format.

MogaRaghu

Member
Join Date
Dec 2016
Location
*******
Posts
3
I am using a Beckhoff EP3184 Analog Input module to acquire data from a temperature sensor which has a range of -50 to + 150 Deg C range and 4-20mA output.

I am using this module connected to a EP9300 EtherCat to Profinet RT gateway ( http://www.beckhoff.be/EP9300/ )

The data from the module is read from the output of the Gateway and has a format like this : ( 3 sample readings shown )
00008F45
00005145
00006245

Does anyone know how to decipher the above readings ? For information the actual temperature is 26 Deg C approx. and the sensor output is 10.2mA.
 
The first number 8F45 HEX is 36677 decimal.

The module states 16bit.
(36677/65535) * 20 = 11.19MA
 
The first number 8F45 HEX is 36677 decimal.

The module states 16bit.
(36677/65535) * 20 = 11.19MA

Wish life were so simple...!! Looking at the pattern of values, it appears that the MSB is 45 as otherwise the value will be rolling very badly. And normally Temperature is a very slow changing variable. So i think there is some bit manipulation that needs to be done before the final conversion.
 
Issue resolved !!

OK just got the solution. The Profinet specs define a valid 4-20mA with a range of 0 to 6C00 or decimal 0 to 27648.

So the scaling is ( ActualValue / 27648 ) * 16 tallies with the observed current level of 10.2 mA.

Hope i am correct ??
 

Similar Topics

Hi everyone, This is my first time posting, so please forgive any omissions or mistakes. I am attempting to control the velocity of a stepper...
Replies
18
Views
986
Hello sameone have Beckhoff PLC Siemens Sinamics V90 configuration example?
Replies
0
Views
96
hello, I am using Beckhoff with TwinCAT3 and when I change or add some new hardware or for any reason, there is a mismatch in the real hardware vs...
Replies
1
Views
125
I have a Beckhoff CX7000 IPC with some digital I/O built-in and I additionally need two analog inputs 0-10V. Can I install both Ethernet terminals...
Replies
4
Views
205
Hello, We are currently working on a project that involves connecting a linear potentiometer to our Beckhoff PLC. After researching, we...
Replies
2
Views
192
Back
Top Bottom