maxMass in navigation graph

Currently running SU3 with the latest SDK version installed and maxMass assignments are still being ignored in my massSection see example code below. I know the massSection is working as it’s applying the cargo to my assignment station name correctly. It’s just not respecting the maxMass I have assigned.

[VERSION]
major = 1
minor = 0

[Node.0]
name = baggage
tag = CARGO
modelnode = ""
pos = 6.50,0,-.59
pbh = 0,0,0
node_occlusion_factor = 1.2
masssection = massExample
spawnLoad = False

[MassSection.0]
name = massExample
stationLoadName = helloThere
maxMass = 300
fillproportion = 1

[MainGraph.0]
nodes = 0
masssections = 0

Hello,

Do you have any error in the console ?
Uncheck Autoset and select “All Groups”, clear the console, build and check for any error

Is the helloThere stationLoadName declared in the flightmodel weight and balance section ?


(Screenshot from the da62 sdk)

Regards,
Boris

Indeed it is, and I can confirm this as setting a cargo load actually updates the station weight correctly which can be seen in the tablet as well as visually with the aircraft on the tarmac squatting lower. The only aspect that isn’t working is that the maxMass that I have defined isn’t being respected.

I wasn’t able to reproduce the issue using the da62 sample.

Can you send us your project ?
See 3) Provide Private Content

Regards,
Boirs

I’ll have a look at the DA62 project in SU3 to see if I can spot the differences that may be causing the problem. If I do find them I’ll share the info here for you. I cannot share the project unfortunately. Regards

1 Like

Update: I was able to find the cause and resolve it. I have accidentally removed the underscore from my payload station names but had not updated the navigragh file accordingly! Thanks

1 Like

Thank you for the feedback :wink:

Regards,
Boris