Omron CP1H PLC CX-Programmer

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ค. 2024
  • We will now look at the Omron cx programmer software to program our CP1H PLC.
    The Omron CP1H series of programmable logic controllers are programmed from CX-Programmer. CX-Programmer is part of the Omron CX-One Factory Automation Integrated Tool Package. This software package integrates support software for Omron PLC and other components. Traditionally you had to purchase and install individual support software compatible with each unit and then connect to each PLC and component. CX-One FA Integrated Tool Package eliminates this by providing one package for operating and setup of Omron PLCs, Special I/O units, components, networking start-up, and monitoring. This improves the efficiency of the PLC system start-ups. We will be looking at starting CX-Programmer within the CX-One Software package and starting a new project for our CP1H PLC.
    More information can be obtained on our website. This includes all of the links mentioned in this video.
    accautomation.ca/omron-cp1h-c...
    00:00 Omron CX-Programmer
    00:25 Omron CX-Programmer Introduction Guide
    01:26 Starting cx-programmer
    02:19 Starting new PLC program
    04:33 PLC program window
    05:20 PLC ladder programming
    10:08 Compile PLC ladder program
    The purpose of this Omron CP1H Series is to get you familiar with this programmable logic controller. (PLC) Previously in this Omron CP1H series, we looked at the following:
    System Hardware
    accautomation.ca/omron-cp1h-sy...
    There are several reasons why we are using the Omron CP1H Controller. Here are just a few.
    - Standalone PLC with built-in I/O
    - Communication ability - Ethernet Port, RS232, RS485 - support for protocols such as Modbus, Host Link, ASCII (No Protocol)
    - Built-in Analog inputs and outputs
    - 4 axis control of motion
    - 4 high-speed counters
    - powerful instruction set (similar to CS and CJ series)
    - Ability to expand the system with a variety of modules
    The Omron CP1 series of programmable logic controllers consists of three different units. CP1E is the cost-effective unit, CP1L is the high-performing controller that can come with embedded Ethernet and the CP1H is the position control and comprehensive programmable logic controller.
    We will be looking a the CP1H for this series, but a majority of the information can be applied to the CP1E and the CP1L controllers as well.
    www.accautomation.ca

ความคิดเห็น • 30

  • @JkVersus
    @JkVersus 7 ปีที่แล้ว +1

    Tnx!

  • @samhaw2911
    @samhaw2911 4 ปีที่แล้ว +1

    Thank you Garry, i will try out. bless.

  • @zsp36
    @zsp36 4 ปีที่แล้ว +1

    congratulations

  • @AzizKhan-vl6to
    @AzizKhan-vl6to 5 ปีที่แล้ว +1

    I have an Omron C200HE plc, I'm trying to get the CX- ONE or the CX-PROGRAMMER software to communicate with the plc

    • @ACCautomation
      @ACCautomation  5 ปีที่แล้ว +1

      Hi Aziz
      The C200HE has a RS232 port on the CPU unit. Is this the port you are connecting to your computer to program?
      This serial RS232 port has pin 9 is the signal ground so you have to purchase or make a cable to communicate.
      bewhizplc.blogspot.com/2011/08/connecting-gp3000-with-omron-plcs-cv.html
      The above link will show you the pinouts for the C200HE PLC Serial port.
      Hope this helps you out.
      Regards,
      Garry

  • @kurt_the_sparky
    @kurt_the_sparky 3 ปีที่แล้ว

    It’s odd because when I select new project, I get a plc selection type error. Not the new window that opens for you. I can load a previous project. I haven’t connected to the cp1h yet. However I’ve added the driver software for win 10.

    • @ACCautomation
      @ACCautomation  3 ปีที่แล้ว

      Hi Kurt,
      I have not seen that error before. I would try to re-install the Omron CX-Programmer software.
      I hope this helps you out.
      Regards,
      Garry

  • @dearaelectric
    @dearaelectric 4 ปีที่แล้ว +1

    i have plc CP1H-EX40DT-D-SC
    but i cant connection cx programmer 9.6
    dont have type EX ??
    tq

    • @ACCautomation
      @ACCautomation  4 ปีที่แล้ว

      Hi Achmad,
      How are you connecting to the PLC? USB or Serial? If serial, what cable (s) are you using and what is the pinout.
      Regards,
      Garry

    • @dearaelectric
      @dearaelectric 4 ปีที่แล้ว +1

      dont have port usb just ethernet

    • @ACCautomation
      @ACCautomation  4 ปีที่แล้ว

      @@dearaelectric
      forums.mrplc.com/index.php?/topic/35125-cp1h-ex/
      The above link should help you out. It mentions that this is a PLC made for China.
      I hope that this will help you out.
      Regards,
      Garry

  • @ifan328
    @ifan328 2 ปีที่แล้ว +1

    any wireshark traces/packets to analyse the protocol?

    • @ACCautomation
      @ACCautomation  2 ปีที่แล้ว +1

      Hi irfiacre,
      I do not have any Wireshark analysis for the protocol. I do not understand why you would need this because the protocol is published to get information in/out of the controller.
      Regards,
      Garry

    • @ifan328
      @ifan328 2 ปีที่แล้ว +1

      @@ACCautomation I am currently doing a research on the protocol and I am trying to find a wireshark packet so as to analyse different headers + layers

    • @ACCautomation
      @ACCautomation  2 ปีที่แล้ว +1

      @@ifan328
      Here is the manual for the CP1H Ethernet option board.
      www.fa.omron.com.cn/upload/doc/data/20090605085232198.pdf
      The protocol is called FINS on the Omron controller. Here is the documentation on the FINS protocol.
      www.myomron.com/downloads/1.Manuals/Networks/W227E12_FINS_Commands_Reference_Manual.pdf
      Regards,
      Garry

  • @kvong615
    @kvong615 3 ปีที่แล้ว

    What is the “Jog work bit” used for?

    • @ACCautomation
      @ACCautomation  3 ปีที่แล้ว

      Hi kvong615,
      The jog work bit is used to ensure that there is one scan difference when the jog is selected. The following post will explain how this operates.
      accautomation.ca/how-to-make-a-start-stop-jog-circuit-in-a-plc/
      I hope this helps you out.
      Regards,
      Garry

  • @bayumartiesrizaldo1290
    @bayumartiesrizaldo1290 7 ปีที่แล้ว +1

    Cx-Programmer can't upload program when simulate it. can 't you help me please

    • @ACCautomation
      @ACCautomation  7 ปีที่แล้ว +1

      Hi Bayu,
      What errors are you receiving on the CX Programmer software? What model of PLC are you connecting to?
      Regards,
      Garry

    • @bayumartiesrizaldo1290
      @bayumartiesrizaldo1290 7 ปีที่แล้ว +1

      Hi Garry, nice to meet you. When i finish build my first program and want to simulate it displays "program can't be uploaded" I'm using CP1H. thank you for your time.

    • @ACCautomation
      @ACCautomation  7 ปีที่แล้ว

      Hi Bayu,
      Have a look at the following post:
      accautomation.ca/omron-cp1h-establish-communication/
      This will help you establish communication with the CP1H.
      Are you using the USB connection as the network type?
      Regards,
      Garry

    • @bayumartiesrizaldo1290
      @bayumartiesrizaldo1290 7 ปีที่แล้ว +1

      ok, thanks you save my day.

    • @ACCautomation
      @ACCautomation  7 ปีที่แล้ว +1

      I'm glad you got it working.

  • @samhaw2911
    @samhaw2911 4 ปีที่แล้ว +1

    ANDW Logical AND Word, cx programmer can you give some example. thnak you

    • @ACCautomation
      @ACCautomation  4 ปีที่แล้ว +1

      Hi Sam
      Usually, the ANDW is used to mask bits.
      Example:
      Input:
      0101 1111 0111 1110
      Mask Word (ANDW)
      0000 0000 1111 1111
      Result Word
      0000 0000 0111 1110
      You can see that the upper 8 bits have been masked out so we only get the 8 lower bits in the result.
      I hope this helps you out.
      Regards,
      Garry

  • @Nomankhan-jv1nk
    @Nomankhan-jv1nk 4 ปีที่แล้ว +1

    CAN WE DO OFFLINE SIMULATION IN CX PROGRAMMER WITHOUT HAVING PLC????

    • @ACCautomation
      @ACCautomation  4 ปีที่แล้ว +1

      You cannot do an offline simulation in CX-Programmer.
      Regards,
      Garry

    • @Nomankhan-jv1nk
      @Nomankhan-jv1nk 4 ปีที่แล้ว +1

      @@ACCautomation thankyou for your response