Thankyou for the pinout diagram that is very helpful. Have you done this yourself? Does the Coffeetrac esp32 program still talk to the AOG, it looks to me as though the sentences for section control sent to the ESP32 may have changed ?
I am also interested to implement this interface to use it with an Axis 40.2M-EMC (W) with Quantron A terminal. Does some made some progress on it in the meantime ?
There are several questions / unclear points:
Does it works with AOG v5, and does someone use it?
From what is see in the specification and the video, it seems that was developed to work with two sections only (right/left), does it also work with a 8 sections AXIS ? It seems that not…
Does someone have a documentation or some more info about the specification of this ASD protocol , in order to eventually adapt this interface to make it working with a 8 sections machine.
Regarding the cable, it think that’s nothing particular itself, simply need to link from Quantron A as Stabilo wrote:
o TX (Pin 8 of Quantron) = > RX of MAX3232
o RX (Pin 7 of Quantron) => TX of MAX3232
o GND (Pin 3 of Quantron) => GND on MAX3232
This code works with v4, but I’m modifying it to be compatible with V5. I haven’t tested it yet but it’s for use with a quantron so I don’t know if it will work with your box. either if I had more information on the ASD protocol, I think it would not be complicated for it to manage more sections, a good part of the code is already done!
In the meantime I also analyzed the code , I see that data sent/expected by AOG between v4 and v5 are not the same , as you said the code has to be adapted anyway for v5.
I use the Quantron A also. For the sections, I am still not sure if the current code can manage several section or not. Unfortunately the code is poorly commented about the data send/received with the ASD protocol. Without a documentation it will be difficult.