Hi,
I am currently working on an automation project where I have to establish communication with a Coulomb Counter and a Bechhoff PLC. The Coulomb Counter uses the TTL protocol while the PLC communicates with the RS232 protocol. To convert the TTL to RS232 standard, we are using the MAX3232 Converter between the PLC and the Coulomb counter. The general idea is that the we want the read the State of charge of a battery which the coulomb Counter is connected to and send it to the PLC for further processing. Unfortunately I am having trouble with setting up the interface.
These are the links to the Devices we are using:
Coulomb Counter :
TTL to RS-232 Converter :
Beckhoff PLC :
https://www.beckhoff.com/en-en/products/ipc/embedded-pcs/cx9020-arm-cortex-a8/cx9020.html
The Coulomb Counter automatically sends the data in the form of 18 Bytes long data packets every second in the TTL Proticol. For information can be found here :
https://www.mylithiumbattery.com/wp-content/uploads/sites/2/2019/04/TTL232-CC-Comm-Specs.pdf
Unfortunately the TTL/RS232 converter is not detecting anything. I am trying to figure out if the converter need to be programmed some way or it needs to be calibrated somehow as just connecting the wires properly together is not working. ANy suggestions would be helpful. Thank you