Omron Ladder Question

andyjpa

Member
Join Date
Feb 2010
Location
Home
Posts
1
Hello

I am trying to design a rung of ladder that will activate an output flag if two inputs are pressed at the same time ie 0.00 and 0.01 start and stop buttons

any help appreciated

regards

Andy
 
One way is to create two oneshot flags off the two inputs & use them to set a flag, the scenario is that the oneshots will only be on for one scan together if both buttons are pressed at the same time (before all you lot say it) "providing these are during the same scan or update of inputs"
As the oneshots are only on for one scan if the stop button pressed a few ms after the start then the flag will not be set
not sure what plc you are using but most have some sort of oneshot function
i.e.
A I0.0 ons F10.0
A I0.1 ons F10.1
A F10.0
A F10.1
S F10.2
something else reset F10.2
 
Omron uses set and reset does not have an OSR instruction but does have differentiate up or differentiate down for load or load not commands. The differentiate stays active for one cycle
 

Similar Topics

Cx-Programmer v9.43 In my ladder the words are cut off early to where I cannot see the entire N.O. or N.C. description is there a way I can...
Replies
4
Views
1,947
Is there a way in CX-Programmer to call Ladder Instructions from a structured text program? I can see several functions in the autocomplete...
Replies
3
Views
1,947
Hello! I have a network of conveyors bringing raw product to 4 machines. A sensor in the hopper of each machine calls for more product. I'm...
Replies
15
Views
5,866
Hello all, I am working on an old machine that has a hydraulic filter that must be replaced every so often. When the filter needs changing, a...
Replies
7
Views
1,559
What does the ladder programming in PLC convert to? Does the graphic command (e.g. open contact, instruction etc.) a BASIC or C instruction, or...
Replies
1
Views
2,999
Back
Top Bottom