Open-Agriculture / AgIsoVirtualTerminal

A free, experimental ISO11783-6 Virtual Terminal (VT) server GUI based on AgIsoStack++
GNU General Public License v3.0
20 stars 1 forks source link

Issues with Lemken drill, and Agriweld muck spreader #33

Open lansalot opened 2 weeks ago

lansalot commented 2 weeks ago

Managed to get a fully working terminal up for a Lemken 4m drill today, was very impressed. Went to record it with OBS and it disappeared. I couldn't get it back despite clearing all program settings, removing the %APPDATA% stuff, you name it.

Some things I noticed:

Log files attached for both devices, I caught a few, to see if anything would help in particular.

AgISOVirtualTerminalLogs_1_Nov_2024_2_28_24pm.zip AgISOVirtualTerminalLogs_1_Nov_2024_2_33_15pm.zip AgISOVirtualTerminalLogs_1_Nov_2024_1_45_00pm.zip AgISOVirtualTerminalLogs_1_Nov_2024_1_59_25pm.zip AgISOVirtualTerminalLogs_1_Nov_2024_1_13_13pm.zip

Am seriously impressed tho, this is great work! My friend checked through the Lemken screens and it appeared most of the data from the seeder was there as expected. Just needs some stability in terms of pulling the VT through in the first place, tho this might well be something to do with the seeder itself of course. We tried reconnecting the ISOBUS entirely from the implement, but no joy.

ad3154 commented 2 weeks ago

Yeah, I think the hanging issue is some kind of deadlock with the render/message thread and the CAN stack... I have been meaning to fix that. I think the updates for the stack could be run on the message thread to eliminate that issue completely.

Initial transfer - totally agree, that one is this ticket #4

there's a message that it's trying to start the CAN interface, but nothing to say it has successfully done so which gives the impression it's still trying to start it somehow

Good feedback, would be easy to add something there saying it worked.

I'll take a look through the logs and see if I can find out what's going on