Bcd

Paul11

Member
Join Date
Apr 2008
Location
Wales
Posts
15
Hi I'm trying to understand how binary coded decimal works. Does anyone have a programme written in Rs logix 500 so I can see an example.

Thanks
 
BCD for an example uses the first 4 (0-3) bits of the ie. Input word.
The remaing 12 bits can be used for any other purpose.

use the binary truth table to decode

0000=0
0001=1
0010=2
0011=3
0100=4
0101=5
0110=6
0111=7
1000=8
1001=9
and so on, this is all you would need for a single thumbwheel.

I hope I explained this right.

Caveman (Jeff Kempf)
 
this post about thumbwheels and BCD might be helpful as a simple example ...

note to Caveman: near as I can tell, this is your first post in over two years ... if you don't mind my asking, where've you been? ... and welcome back ...
 

Similar Topics

hi... i have an issue in s7 300 plc, while we run the machine(in idle there is no fault) , plc cpu goes in SF mode, after restart the power cycle...
Replies
2
Views
117
Hi. I’m doing a PV 1400e to PVP 7 migration and I don’t know how to convert the old 8digit BCD type from PB1400e into something that will work on...
Replies
2
Views
589
I'm working on converting an old PanelBuilder 1200 HMI application into FactoryTalk View ME. The PLC was an old SLC 5/02 with a scanner card for...
Replies
2
Views
1,104
I have a Cmore screen which is communicating to the DL06 in BCD and need to create a timer that works in real numbers for a test, I simply need to...
Replies
3
Views
2,133
Hello, I am stumped on how to tackle this issue. I am working on an Energy project on a solar / wind farm and I am trying to read in some data...
Replies
7
Views
2,475
Back
Top Bottom