No wet SODE controlled surface

For all topics that don't fit into another category. Note that we cannot promise that any of these posts will be responded to by our development team.
Post Reply
carlosgomez44
Posts: 3
Joined: Fri Feb 08, 2019 4:41 am

No wet SODE controlled surface

Post by carlosgomez44 »

Since 5.2 hf2 I have no wet controlled surface at all. Everything else is working ok, even windsocks which also use the environment probe. Can’t find any solution. I have the ALT of the probe in MSL. If I change it to AGL the wet surface appears all the time. It was working ok before that reacting to rain.

Code: Select all

<SODE>
	<SimObject Name="EDP_PKSIM_Rionegro">
		<Placement Lat="6.163994931" Lon="-75.423229784" Alt="7035.0" Hdg="0.0"/>
		<Model SimTitle="12bPilot_SODE_Environmental_Data_Probe">
			<EnvironmentalDataProbe ClientList="WindSock_SKRG;SKRG_puddles"/>
		</Model>
	</SimObject>
	<SimObject Name="SKRG_puddles">
	<Placement Lat="6.163969" Lon="-75.423230" Alt="0.0#AGL" Hdg="0.0"/>
		<Model SimTitle="SKRG_SODE_Puddles">
           <ConditionalVisibility  Variable="MetPrecipitation" Value="RAIN"/>
        </Model>
   	 </SimObject>
   </SODE>

This issue occur on all addons.

Thanks.
Post Reply