Converting AB PLC2 to Omron cqm1h

Timofthedeep

Member
Join Date
May 2002
Location
Oklahoma
Posts
1
Anyone have any ideas on converting the AB "sequencer output" command to Omron PLC? I've been working on this for a while and my brain hurts. Thanks in advance.
 
sequencer is an overated move instruction

I am not familiar with the Omron, but wouldn't this work for any PLC.

What ever fires your Sequencer Ouput instruction, have it pulse an instruction that adds one to itself . in the Omron. Depending on the value of the counter word, move the proper bit sequence (word value) into the output word. Make sure to set the counter word back to its starting value when you exceed the max count value.

clear as mud?
 
sequencer

Actually, it's an over-rated move with mask instruction (MVM). Does Omron have one of those?
 
You should be able to convert your Omron program with out any problems, in fact most lines will be rung for rung with just the addresses being different.

If I were you I would call my local Omron guy and I am sure that he would come and help you convert the program. I know when I first used Omron they were more than happy to assist me.
 
The Allen Bradley sequencer function are very powerful and I'm familiar with Omron's available functions and their is no equal. Keep in mind that the AB sequencer functions can do more than sequence if you have an open mind.
 

Similar Topics

I have been given a project to change out a PLC2 (I never programmed a PLC2) to a SLC5/04. Where can I find definitions for the instructions used...
Replies
8
Views
6,779
Hello everyone, can anyone help me with covert the STL code to ladder. Iam using plc s71200. A %DB1.DBX33.7 // angel of vaccum...
Replies
2
Views
207
Hello PLCs Forum, I am in a bit of a pickle and was hoping someone could offer me some help. I have a .rss file and just need to see the ladder...
Replies
2
Views
121
Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
316
Hello, did anybody know, if there exist an converting cable like the1492-CM1746-M01 (for an 1746-IB16 to an 5069-IB16), for an 1746-HSCE to an...
Replies
3
Views
388
Back
Top Bottom