Wednesday, January 16, 2013

Example of OMRON CP1E PLC programming using CX programmer

The PLC of OMRON is generally consistent with many capabilities.It has many models with many variations that cover a variety of needs.

The main method is by programming with LADDER language , computer and program CX - programmer, series programs CX - one, sold separately.

DEMO version of the software is free for download and use.
A small model is the OMRON CP1E associated with the H / PC via a single USB cable from where the example of this suspension.










Simple example program for the Omron PLC CP1E with Ladder 



The 0.00 is the word 0 bit 0 and is always input while 100.01 is bit 1 of word 100 which is always output.

In the example the logical process tells to the PLC:

((if the input I 0.00 is 1 or the input I 0.02 is 0) and the input I 0.01 is 1 then the output Q 100.01 becomes 1)

(If input I 0.03 comes 1 the output Q 100.00 becomes restraint 1 (Set))

(If input I 0.04 comes 1 the output Q 100.00 is 0 (Reset))






end of the program


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.