Robs113 Posted January 4, 2023 Report Posted January 4, 2023 (edited) Hi, the MSFS Behaviours/LocalVariables screen lists three values AIRLINER_V1_SPEED AIRLINER_VR_SPEED AIRLINER_V2_SPEED The LVar list in MSFSVariableServices only shows AIRLINER_V2_SPEED. Is there a way to get the others? (FBW A32NX) Thanks Edited January 4, 2023 by Robs113
John Dowson Posted January 4, 2023 Report Posted January 4, 2023 15 minutes ago, Robs113 said: Is there a way to get the others How many lvars do you see? The current limit is 3066 lvars. If you have not reached the limit, you can issue a reload command to re-scan for lvars. If all lvars are not picked-up on the initial scan, you can set the WASM ini parameter LvarScanDelay to delay the initial scan until the lvars you want to use have been created. See the FSUIPC7 Advanced User Guide for details on the WASM ini parameters and how to use. John
Robs113 Posted January 4, 2023 Author Report Posted January 4, 2023 (edited) Thanks for the quick reply. Using paul henty's MSFSVaiableServices example app, the count appears to be 3066 variables loaded. I tried a 'Reload Variables' but the two missing ones are still absent. Could it be some other addon is consuming some of the 3066 variables? Maybe I cold try with an empty Community folder and see if the missing values show up then. ## UPDATE Yup, something in there are causing the issue. They show up ok now. Just have to figure out which addon was the problem. Thanks again. Edited January 4, 2023 by Robs113
John Dowson Posted January 5, 2023 Report Posted January 5, 2023 The problem is usually caused by the previous aircraft loaded. When you load a new aircraft, many lvars from the previous aircraft are still present, To get around this problem, when you change aircraft it is better to restart MSFS. This also applies when you initially start MSFS, as the last aircraft used will be loaded automatically, so if you are not going to use that, load the aircraft you want to use and then restart MSFS. John
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now