Omron CP1L-E: Comunicación Ethernet FINS

Поделиться
HTML-код
  • Опубликовано: 3 июн 2017
  • Entrada del blog: automatizacioncavanilles.blogs...
    Ejemplo de configuración y comunicación por Ethernet FINS a través del puerto Ethernet integrado de los CP1L-E.

Комментарии • 24

  • @momohit1089
    @momohit1089 3 года назад

    Great tutorial, im gonna implement this on the CJ2M. Can we get in touch actually ? I'm trying to implement a handshake between rpi and CJ2M

  • @muhteremkirsan5660
    @muhteremkirsan5660 4 года назад

    Hi ; How to communicate Omron CP1H PLCs with CP1W-008 option card as master and slave. How should the card and program settings be.

    • @RobertoAS
      @RobertoAS  4 года назад +1

      Hi, I don't know kind of expansion board is a CP1W-008, do you mean CIF41? Anyway I don't have that optional unit. Un saludo

  • @baranib1274
    @baranib1274 5 лет назад

    how to data transfer from omron cp1l-e plc another cp1l-e plc via ethernet

  • @singhsaab7643
    @singhsaab7643 3 года назад

    Is there no need to use that send and receive function block in IP_213 PLC. Can you explain it brief.

    • @RobertoAS
      @RobertoAS  3 года назад

      Hi, this kind of communication does not need any function in the other PLC, the one with the function blocks sends data an also asks the other to send the data requested. Un saludo

  • @abdengineer6225
    @abdengineer6225 2 месяца назад

    hello sir how can i connect omron plc with python or visual studio

  • @jesusandreu4745
    @jesusandreu4745 3 года назад

    Hola muy buenas. Se puede hacer con dm? Lo he intentado pero no me deja.
    Se puede hacer entre dos cj2m en tcp/IP?
    Gracias de antemano.

    • @RobertoAS
      @RobertoAS  3 года назад

      Hola, en principio puedes usar cualquier área de memoria, basta son seleccionarlo en el bloque de función. Con los CJ2 se puede hacer por FINS, pero es mejor hacerlo Ethernet/IP. Un saludo

  • @plcsnookautomation9815
    @plcsnookautomation9815 6 лет назад

    ็How You Connet Analog Buil in ?

    • @RobertoAS
      @RobertoAS  6 лет назад

      Hi, I am just using a 10K Ohm resistor + 10K Ohm potentiometer, one terminal is connected to +24V, and the other to the analog input. 0V is also connected to the COM terminal of the AI. Salu2

  • @franciscorodr7966
    @franciscorodr7966 4 года назад +1

    how i receiv data from arduino in cp1l-e?

    • @RobertoAS
      @RobertoAS  4 года назад +1

      Hi, FINS protocol is the easiest way, but it is hard to implement on Arduino, thre should be a gateway like NodeRED for example. Un saludo

  • @mats2ful
    @mats2ful 3 года назад

    my computer wont connect with the Omron PLS i have. the ip adress for the pls is 192.168.250.1 I change the IP adress on my pc to 192.168.250.20, but still i dont get connection with it. I have tried other computers and they work fine and can connect. What do you think is wrong with my pc? i have checked all of the drivers aswell

    • @RobertoAS
      @RobertoAS  3 года назад

      Hi, try with the 'Communications middleware utilities'... you'll find them in the Omron folder, check that 'Direct Ethernet Utility y 'ON' and try a direct connection from your network adapter to the NX. If this don't solve the problem there is probably a problem with your PC. Un saludo

  • @eRreAPe1
    @eRreAPe1 4 года назад

    de donde sacas el bloque FB? ¿Se podría realizar sin bloque FB?

    • @RobertoAS
      @RobertoAS  4 года назад

      Hola, sale de la biblioteca de bloques de función incluida en CX Programmer, en el vídeo se ve como se integra. Se pude hacer sin esas FB, pero es mucho más laborioso y hay que usar varias instrucciones por cada envío o lectura de datos. Un saludo

  • @themrwifu
    @themrwifu 3 года назад

    Hola... Podría hacer esos mismos pasos para enlazar un plc Nj301 con un safety controller G9SP mediante FINS....

    • @RobertoAS
      @RobertoAS  3 года назад +1

      Hola, no tengo ningún NJ ni ese controlador de seguridad, pero por lo que he visto necesitas un CIF41 en el controlador de seguridad. En este ejemplo lo hacen con un modelo de la serie CJ, pero te servirá para ver la trama de comunicación:
      products.omron.us/Asset/G9SP-to-NSJ-EthernetFINS_ConnectGuide_en_201704_F322I-E-01_rev1_3.pdf
      En el manual indica que también se puede hacer por puerto serie, pero te saldría más caro un módulo para el NJ:
      assets.omron.eu/downloads/manual/en/v5/z924_g9sp_host_connection_manual_communications_manual_en.pdf
      Un saludo

    • @themrwifu
      @themrwifu 3 года назад

      @@RobertoAS Hola, muchas gracias por responder a mi comentario. De hecho si cuento con el modulo CIF41 sin embargo no he logrado hacer la comunicación, no he encontrado una guía clara o al menos yo no he podido..
      Gracias por los enlaces, he tenido oportunidad de verlos antes pero aún asi no lo logré, agradezco la atención prestada, saludos.

  • @muhammadzidanarrizik6619
    @muhammadzidanarrizik6619 4 дня назад

    Hello, can I use this method to connect CP1H to CJ2M via FINS?

    • @RobertoAS
      @RobertoAS  2 дня назад

      Hi, I'm afraid the answer is no with standard FBs. CP1H has a normal Ethernet port and CJ2 3x has an EIP port... You can try using this FBs:
      www.myomron.com/index.php?article=1514&action=kb
      They are made for the EIP port of CJ2 series. The CJ2 will work as client (master) and the CP1H will be the server (slave). I cannot test it now, tell us if it works. Salu2

    • @muhammadzidanarrizik6619
      @muhammadzidanarrizik6619 2 дня назад

      @@RobertoAS does CP1H still use this FB?

    • @RobertoAS
      @RobertoAS  День назад

      @@muhammadzidanarrizik6619 Hi, no the CP1H use the FB included in the standard library. Anyway you only one set o FBs, I mean the SEND and RCV blocks are on the same PLC. Un saludo