Jump to content
The simFlight Network Forums

PMDG NGX baro setting


Recommended Posts

Hello, I couldn't find the value for increment baro. I am using this

	if val == 1 then
			ipc.log(69997, 16384)
		else
			ipc.control(69997, 8192)
		end
	end

If the val is equal 1 or 0, it always decrement pressure in aircraft. Could someone help me?

Link to comment
Share on other sites

14 hours ago, Martin9 said:

Hello, I couldn't find the value for increment baro. I am using this


	if val == 1 then
			ipc.log(69997, 16384)
		else
			ipc.control(69997, 8192)
		end
	end

If the val is equal 1 or 0, it always decrement pressure in aircraft. Could someone help me?

Why are you using ipc.log if val == 1 ?!?

Rgds

Reinhard

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.