Internal Bit addressing on the CPM1A / Omron PLC's

Join Date
May 2003
Location
Dallas, Tx
Posts
2
If anyone can assist me in my folly I would surely appreciate it. I am creating a program for a small control panel and find that I can't get any work bit addresses. I've read this manual and it is not helping me any. Can someone please help me out? Thank you...... :(
 
In CPM1A the intenal bit, also called as work bits (IR Area) is from IR20000 to IR23115 (i.e.word IR200 to IR231)

In each word you can use from bit 0 to bit 15

so in word 200 the bits would be
20000
20001
20002
20003
20004
20005
20006
20007
20008
20009
20010
20011
20012
20013
20014
20015

If you want to hold the status of bits after power off you have to use the HR area bits. It starts from HR0000 to HR1915 (word HR00 to HR19). Ensure you use the set/reset or Keep instruction to do latching to keep the status.
 
You guy's are a great help! Thanks a lot for the information you've given. Jay where did you find that page? I've searched all over for that stuff and could not find it anywhere.


Again Thanks,

John
 

Similar Topics

In Logix 5000 software, how do you make an output (OTE)bit retentive such that when power is lost and resumed, the status of that bit will be in...
Replies
2
Views
1,806
Hi guys, I was told to look into a strange problem the other day. PLC 5/40e has a counter that keeps track of shift runtime minutes and stores...
Replies
5
Views
2,302
We have a RSLogix program that includes a conveyor and the fault bit is xic b11:2/0. What i'm not understanding is that this is the only place...
Replies
19
Views
5,952
hello somebody knows this is a bit on special internal S7 200, briefly a 1 stop at a run? example .... stop SM0.xx active run for one second or...
Replies
4
Views
4,340
U
With regards to a plc what is meant by an "internal bit" - I know in PC's it is used as an address for floating.... Thanks
Replies
1
Views
2,674
Back
Top Bottom