Search the Community

Showing results for tags 'nb cp1l hmi terminal'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 81 results

  1. I have a CP1L by Omron and a barcode reader by Honerwell. I want to activate the serial port 1, to connect it with the reader. The reader shoul read one of the 2 main barcodes. If the reader get the barcode 1, then it should read 3 times the barcode A and activate an output; but if it read the barcode 2, it should read 3 times the barcode B, and also activate an output. I want made my programm in ladder programation, How I can activate the serial port 1? How I set the the serial port 1 as an input to the function block RXDU? How works the FB RXDU? How I can set the codes? How I set the fb RXDU as an output?
  2. Migration from C60H

    First of all, I'd like to say hello to all of you. This is my first post here. I'm not well experienced in Omron products and I need a little help from you. My client has an old machine with Omron C60H PLC, He asked me the make the backup of the program and put the newer PLC. I'm thinking of using CP1L series (or CJ2 - not sure of it now). The question is, what accesories do I need to connect and upload program from C60H to my PC? I heard that the 3G2a6-LK201 module is adequate. Do I need something else? I'm using CX-programmer. Can I handle uploading program from C60H with this software? Is there a function that converts old program to newer version compatibile with CP1L or CJ2 series, or must it be done manually? If you have any tutorials or tips and tricks about migrating from C60H to newer series of Omron, I would very appreciate it. Thanks in advance, Marcin
  3. PLS2 CP1L

    Hi all: I want to know when the pls2 command has finished to send the pulses. Is there a flag (Axxx.xx) that tells me when it has finished. I had not found any in the manuals I have. Thank you for your help!
  4. I am trying to go online, in CXProgrammer, with a CP1L-M60DT1-D PLC. I am connecting with a USB cable (Standard-A on laptop side, standard-B on the PLC side). In my "Change PLC" dialog: Device type is set to CP1L, CPU type set to M. Network type is set to USB. FINS Destination Address Network set to 0, Node set to 0. I get "Failed to connect to the PLC" when trying to go online. Any ideas why? Thank you. (Note; the PLC connection is showing up in my Device Manager, and the correct driver is installed).
  5. Hi, In my project, im tring to send a command from the hmi to the plc, truew the cable RS232 using the foloing conections: NT3S PLC 2 -----3 3------2 5------9 _4 |_5 But i dont know how the cp1l will read the comand sent by the HMI, i tried to use the HELP in the CX-PROGRAMMER but i stil didnt understand how they communicate. I already know that they communicate using the memory DM, and that the HMI works with ASCII communicacion.
  6. Hello all, I am trying to connect a barcode scanner to my plc using a 232C in the serial1. The scanner is a motorolla ls3578 fz, with the following parameters: Transmit code ID: yes Data Transmission format: Data/suffix Suffix: CR(1013) Baud rate: 9600 Parity: none Hard/software handshacking: none Stop bit select: 1 Ascii format: 8 bit RTS Line state: high Prefix: none In order to send data form the scanner to the plc, I use the RXD function block with the following parameters: First receive word: D300 Control word: 0100(hex) Number of bytes: &10 All the communication settings of the PLC are the same that the scanner ones. PROBLEMS 1)When I scan something the scanner beeps as if a transmission error occurs, and the data is ignored. 2)The A392.14 never comes ON and. POSIBLE SOLUTIONS Type of barcode: Now I am using a Code39 barcode. Is it OK? How can I implement the suffix? I have a software that allows me create new barcodes, but I don’t know what kind of data do I need. With 1234567891013 the 1st problem occurs. With 123456789 nothing happens. Communication settings: maybe my communication settings are not well defined. I attach you the file and maybe someone find out an error. Thank you up front! rxd.cxp