OMRON to AB FLEX I/O

jabski

Member
Join Date
Dec 2003
Posts
7
Good morning,

I am currently a student with one whole weeks experience with PLC programming and as my first task at work experience is a AB PLC program. My first task is too convert a existing OMRON C20 PLC program to a AB remote I/O with RXlogic5. Have references to the RXlogic5 but nothing on the OMRON C20, need all you guru's advice.

Having a little trouble understaning some of the instructions in this program. Like....

seq fail latch
[]-----------------[FUN 11]
[KEEP ]
[01112]
[ ]
[]-----------------[R ]

What is keep? is it a keyword or something predefined?

what might the instructio be in the address is H000 also has 'KEEP' word in it too.

I hope i don't sound too stupid but would like to finish this today.

PLC student
Jabski,
 
The KEEP instruction is like a Set and Reset in the one instruction.
ie

X
--[ ]-----[Set 11.12]

Y
--[ ]-----[Reset 11.12]



This of course could be represented as....

X Y
--[ ]----+ [/]---(11.12)
|
11.12 |
--[ ]----+



As regards to the HR bits (Holding relays) they are different to internal bits in that they maintain their status for one scan upon powerup. (Internal relays don't). In the above example if the power is cycle to the PLC then 11.12 would be set to 0 regardless of prvious state before power done. If it was a HR bit then it would retain its previous state as before power down.
 

Similar Topics

Hi, I want to control an AB Powerflex 525 drive over Ethernet/IP by using a Omron NJ101-9000. It seems that I would need an EDS file to...
Replies
0
Views
1,462
🔨 This icon says it all..... Using Omron Drm21 v1 card to talk to AB flex io adapter. Do I have to register the 1794 adn flex io (allen...
Replies
6
Views
5,184
I have a problem with CJ1M on ethernet i/p and a PF70. The communication has been established, with no error, and we are able to control de drive...
Replies
14
Views
9,656
Thanks Sleepy Wombat for youradvice yestarday, What is the timer base in the OMRON C20 if the followig example is... ------------(TIM) [T001]...
Replies
1
Views
5,219
Good morning everyone I’m currently working on a omron device net and have a nord drive that fell off the network. I have limit knowledge in...
Replies
2
Views
97
Back
Top Bottom