Search the Community

Showing results for tags 'barcodescanner'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 1 result

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