Omron Differentiate

Lemming

Member
Join Date
Oct 2004
Location
PalmerstonNorth
Posts
332
Howdy

Having a poke at some Omron code, and run into a scenario I didn't think should work. A TIMX on the end of a rung with preceding contacts. The thing I dont understand is the contacts are differentiated, so would have expected the timer not to run other than a single scan ? I put the ladder in simulate mode, and seems to work as if not differentiation ?

Haven't seen the ladder running in the PLC, so not certain isn't a simulate issue ? Any info useful..

Cheers Chris
 
Last edited:
Yep, that's how understood they work. So given the TIMX needs an input on to decrement, cant work ??

Prob safest to wander off to site and plug in to confirm
 
Your rung is always true, so the downward differentiate will reset the timer if any of those conditions transition from 1 to 0.
Better take a closer look at the timing chart Bits N Bytes posted.

Those differentiate are very handy but it can take a bit (no pun intended) to wrap your mind around them.
 
Yeah, just looked at the instruction help posted by BITS N BYTES again, and can see now thanks.. Not how I expected it to work.. (my preconceived idea got in the way of the help file :) I thought any diff contact was true for a single scan only, but makes sense that can also be not true for a single scan as well.

Thanks for the replies
 
Out of interest, where did you find the timing chart ?

I looked at the help file baked in to CX, and it stated the output ON for one scan on either LD or NOT_LD depending on the transition and diff applied. Couldn't find any reference to how it actually works..

So if using a NOT_LD with a diff up, is OFF for 1 scan on the bit rising edge ? I'm assuming the rung in the image resets the timer on any transition of the 4 bits ?

ladder3.PNG
 

Similar Topics

Has anyone done SMS messaging from an Omron CJ2J-CPU31 PLC? If so could you help please. Omron here in Oz have not had any experience doing this...
Replies
1
Views
9
I have an old plc in the system I have, moxa nport was used to communicate with scada, I want to replace the plc with cj2m cpu33 and eliminate...
Replies
1
Views
45
Hi all, i have 8 CJ2m plc units that show different numbers on the plc display and i am stuck on reading the info. my unit has an ip address of...
Replies
3
Views
68
Hi all, Currently having trouble getting a speed reference to write over modbus to an Omron M1... I can successfully write a run command and...
Replies
6
Views
239
Hi There, I have couple of Omron PLCs connected on my kepserverex and my intouch reads data from kepserverex. I have been observing that roughly...
Replies
4
Views
130
Back
Top Bottom