Section status return from Machine to AOG on V5.8.2

Hello,

I’m in process to move from V4.3.10 to V5.8.2 but I’ve a little issue with section status return to AOG.

On V4.3.10, with PGN249 (Machine to AOG) it was possible to return the status of each section
(This is what I’ve done on my sprayer and fertiliser)

On V5.8.2, in the list of PGN, I don’t see this feature. Is it still possible ?
Where can I find the description of UDP message to return section status to AOG ?

Best regards from France,
Francois

It’s now png 234. I think. https://github.com/farmerbriantee/AgOpenGPS_Boards/blob/master/PGN.md

Byte 9 is on for sections 0 to 7, byte 10 is off for 0-7, byte 11 is on for 8-15, byte 12 is off for 8-15.

It would be great if the PGN doc could be properly updated.

Hello,
Thanks for the response, I’ve programmed it on ESP8266 (which is installed on sprayer all is by wifi)
and it works :
Frame to send is :
0x80 0x81
0x77
234 (PGN)
8 (Nb of bytes)
0
0
0
7 (in my case, I’ve 7 sections)
0 section bits ON
0xFF sections bits OFF (complementary of previous value)
0
0
CRC
Thank you for the help, Francois

Hello,

Another small question, with V5, in which PGN could I find the distance to line value ?
(In V4 it was 2 bytes in PGN254 bytes 4 and 5)

Best regards,
François

254 byte 10? cross track error…
I don’t know, just throwing out ideas…

Hello,
Thank you for the advice,It sount to be that byte in PGN 254
(V4 was 2 bytes, here one ?)
I’ve made a bigger barr with leds with esp8266 outside.
Best regards,
Francois