Section Control Boom Display

AOG 6.8.3
I’m using a 3 pt estate sprayer, 7 nozzle, 9ft boom on a subcompact tractor.

The “Flags” that display for the sections are too long. I only drive 1-3 mph so it takes several seconds before I see the paint.

I assume this is a result of the software being designed for bigger equipment. Can someone direct me to the place in source code that controls this? I’ll try to see if I can figure out how to make the flags" shorter.

Even zoomed in they are too long?

in CTool.cs around line 305 there’s a commented out line that reads hite = 0.2; I think you could uncomment it and set the hite value to whatever you want. But i haven’t tried it myself.

1 Like

That looks like the right area.
However, I may have bitten off more than I can handle. I’ve got to learn how to make the change and compile the whole thing. Likely will take me a while

Yes at any zoom level the flags are pretty long.

We usually have them too small :smiley:

Changing Line 305 to hite = 0.2 Produces this: which is about ideal.
This is running without AGIO, now If I can get the 2 together

1 Like

Well that was not too bad.
My 1st time with VisualStudio, a couple hrs stumbling around with VS, uncomment 1 line of code, (thanks Davidwedel) build a new executable and I think I’m done.

I’ll spend some time testing that I didn’t break something else, but I think this is it.

Thanks to all who helped.

2 Likes