omron c-series?

What is the PLC model? What method do you have to program the PLC with? Do you have the manual?
 
Hello Yazan83,

As bluebyu states, what device are you using?
Help us to help you!

However, I believe that you cannot use differentiation on a SET instruction for C Series, nor diff-up the contact before it.
 
use @set and @rset double check your processor model and the instruction set for whichever processor your using hopefully the model your using supports the variations the one you want is set differentiation upward
 
Hello Yazan83,

Done a bit more research for you...
You need to use the DIFU (or DIFD) instruction...
I.e.
LD 0.01
DIFU(13) 0.02
AND 0.02
SET 0.03
or

Diff_up.jpg


Mordred, fairly sure the "@" cannot be used with C Series (C200, C200HX, CQM1, CPM etc) SET / RSET instructions.

Hope this helps
 

Similar Topics

Has anyone had success communicating between the Avery ZM series of weight indicators and Omron CJ PLCs? I can easily do setups when provided...
Replies
0
Views
330
hello, here a little omron project configurator i found. Let met know your though. Sorry, i needed to put a link because the installer is too...
Replies
0
Views
433
Hi, I don't have any formal education background with PLC. I am learning PLC by myself. I have CJ2M CPU34 unit and CJ1W-DA021 unit. I would...
Replies
1
Views
1,241
Anybody can give me ladder diagram to drive steper motor using cxprogrammer ,please ? i just get the quiz from my teacher Anybody can give me...
Replies
3
Views
1,797
Dear Members, I'm try google and search Web Server Module Omron for CJ2H series CPU, but fail t get the model code. For Mitsubishi, their module...
Replies
3
Views
3,380
Back
Top Bottom