Hi sir thanks for the feebacks !
Is it possible you try to "spray" anhydrous ammonia with a SLURRY TANKER ???
This is what we found ...
- GIANTS messed up the code -
<ExtendedSprayerHUDExtension>
if self.nitrogenMap ~= nil then
minValue, maxValue = self.nitrogenMap:getMinMaxValue()
local nAmount = spec.lastNitrogenProportion
if nAmount == 0 then
nAmount = self.nitrogenMap:getNitrogenAmountFromFillType(sprayFillType)
end
if spec.isSlurryTanker then
local str = " (~%skgN/m³)"
if sourceVehicle:getIsUsingExactNitrogenAmount() then
str = " (%skgN/m³)"
end
applicationRateStr = applicationRateStr .. string.format(str, MathUtil.round(nAmount * 1000, 1))
else
applicationRateStr = applicationRateStr .. string.format(" (%s%%%%N)", MathUtil.round(nAmount * 100, 1))
end
stepResolution = self.nitrogenMap:getNitrogenFromChangedStates(1)
end
So by now there's no real issue cause you try to do something that is not intended to (Slurred Anhydrous app) but we will "fit" it anyways. Second thing is the NH3 is supposed to be injected to the ground by a toolbar and you'll be able to this friday June 10th at 5pm E.T
Till then have a good one !