BCD to Hex (I think?)

abishur

Member
Join Date
May 2012
Location
Texas
Posts
47
I'm working on updating a waste water plant to modern processors except on vendor supplied systems. On of the vendor systems uses old Direct Logics 250-1 PLCs. I'm using a Red Lion Data Station Plus LE to connect to them and communication is working with no issues.

The problem, as I understand it, is the DL250-1 has scaled its values to BCD for some reason. If I absolutely have to, I can use the red lion to transfer the value from the 250-1 to a ControlLogixs and then use the FRD instruction to convert it from BCD to an Integer.

However, I would prefer to convert it in the Redlion instead of relying on a secondary PLC to do the math for me.

In the end I will be using Kepware to poll the data from the Redlion and FactoryTalk SE to view the system so I'm also open to using one of those to handle the conversions if need be.
 
The redlion could not do it in the end, but it turns out that Kepware has a Hex option which gives me the correct value.

So I used on of my TCP/IP protocols in the Redlion to have it act as a Modbus TCP/IP slave and move the values from my DL250-1 into those addresses for kepware to pick up.

Thanks!
 

Similar Topics

Guys, I have an issue that i dont understand and am hoping that someone has an idea. I have a Lauer PCS950C HMI communicating with a Siemens...
Replies
5
Views
2,339
Hi all, I am looking for a BCD or hex thumbwheel switch. I only plan to use 0-7 (3 bits). I prefer something that has leads already. I would...
Replies
6
Views
2,756
i'm newbie in PLC, would u like to help me, plese.. i'm using an instruction MOV, for moving Hexadecimal data #0020 which is &32 in decimal,to...
Replies
3
Views
1,828
i'm confusing about an instruction in PLC, need your help, please.. i MOV(021) a data #0010 in hexadecimal then i stored it in memory D100 after...
Replies
4
Views
1,927
I have a sensor that only puts out a Hex value via BCD in 6 digits. It is a material thickness gauge. I am not on site so I can't test it yet. I...
Replies
11
Views
4,089
Back
Top Bottom