FS2020

Latest Information on Sim Innovation's flagship product Air Manager

Moderators: russ, Ralph

Message
Author
SimPassion
Posts: 5340
Joined: Thu Jul 27, 2017 12:22 am

Re: FS2020

#41 Post by SimPassion »

Check performed, using this piece of code :

Code: Select all

if has_feature("FS2020") then
	fs2020_variable_subscribe("ELECTRICAL MASTER BATTERY", "Bool",
							"FUEL TOTAL CAPACITY", "Gallons",
							"FUEL LEFT QUANTITY", "Gallons",
							"FUEL RIGHT QUANTITY", "Gallons",
							"GENERAL ENG FUEL PRESSURE:1","Psi",
							set_tank_limits_fsx)
end
Gilles

[EDIT] A precision : once this part commented out, the instrument will run perfectly

SimPassion
Posts: 5340
Joined: Thu Jul 27, 2017 12:22 am

Re: FS2020

#42 Post by SimPassion »

SimPassion wrote: Sun Aug 16, 2020 6:10 pm
Corjan wrote: Sun Aug 16, 2020 5:42 pm Well, on AM 3.7 has_feature("FS2020") will return false, on AM 4.0 it will return true.
So you can make one script that runs on both versions.

Corjan
Currently with AM 3.7.8 or AM 3.7.7, adding the "has_feature" statement prevent AM to run the instrument !

Gilles
Not sure if it has been understood that there's an issue in AM 3.7 using the "has_feature" statement : in other words, the instrument is not running (the "STOP" icon in the [CREATE/EDIT] tab don't turn to red)
I suspect there's not what's required in AM 3.7 for it to be handled !

Gilles

User avatar
Sling
Posts: 5239
Joined: Mon Sep 11, 2017 2:37 pm
Contact:

Re: FS2020

#43 Post by Sling »

I guess it’s the same for fs2020_connected() and in fact any functions added at AM4.0.

User avatar
Ralph
Posts: 7926
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: FS2020

#44 Post by Ralph »

You're right, seems to be a bug in 3.7. I'll add it to our to do list.

User avatar
Corjan
Posts: 2939
Joined: Thu Nov 19, 2015 9:04 am

Re: FS2020

#45 Post by Corjan »

Found & fixed. Crash in the lua scanner.
Will be in next AM 3.7 release, this might take some time though

Corjan

SimPassion
Posts: 5340
Joined: Thu Jul 27, 2017 12:22 am

Re: FS2020

#46 Post by SimPassion »

Thanks @Ralph and @Corjan for the feedback
Waiting to see next with this upcoming fix

Gilles

Marek33
Posts: 30
Joined: Wed Jun 13, 2018 3:41 pm

Re: FS2020

#47 Post by Marek33 »

HI,

FS2020 and AM4.0 - Is it posiible use it with AM installed on networked PC? In my setup not working. I know that Simmconnect in FS2020 not work over net (some security reasons???). What about AM plug-in?

Marek

User avatar
Ralph
Posts: 7926
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: FS2020

#48 Post by Ralph »

Yes that works. There's a step by step guide on our wiki for connection issues.

Marek33
Posts: 30
Joined: Wed Jun 13, 2018 3:41 pm

Re: FS2020

#49 Post by Marek33 »

with P3D working ok. Not working with FS2020 only. I have not connection issues. AM has problem.

Marek

User avatar
Ralph
Posts: 7926
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: FS2020

#50 Post by Ralph »

Prepar3D working doesn't say much. Please follow the steps on the wiki.

Post Reply