Search the Community

Showing results for tags 'CP1L-E'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 77 results

  1. 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.
  2. 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