Search found 127 matches

by Crashtender
Wed Nov 21, 2018 12:45 pm
Forum: Air Manager
Topic: Air Manager 3.6
Replies: 110
Views: 33426

Re: Air Manager 3.6

I've noticed a thingy while using the generic Bendix King KRA10-Radar Altimeter with sound. Although the code looks well written and very clean there's an issue with it. It doesn't cause a problem in using the radar altimeter at all but it might cause problems in other situations. I've got this inst...
by Crashtender
Mon Nov 19, 2018 4:56 pm
Forum: General Instrument Help
Topic: EDM960 bus_volts error?
Replies: 10
Views: 4343

Re: EDM960 bus_volts error?

Both EDM960 and L3 Lynx are uploaded to be reviewed :D

xpl_dataref_subscribe to variable_subscribe which should fix the issues
by Crashtender
Sat Nov 17, 2018 4:32 pm
Forum: General Instrument Help
Topic: EDM960 bus_volts error?
Replies: 10
Views: 4343

Re: EDM960 bus_volts error?

As Tony sugested, I've rewritten the code. Discarded all the: xpl_dataref_subscribe(dataref,type,callback_function) and instead used: variable_subscribe(source,variable_name,type,callback_function) This did the trick! Apparently some compatibility issue. Thanks Tony! I'll upload an update for the ED...
by Crashtender
Fri Nov 16, 2018 4:03 pm
Forum: General Instrument Help
Topic: EDM960 bus_volts error?
Replies: 10
Views: 4343

Re: EDM960 bus_volts error?

Thanks guys! I'll do a complete reinstall of all the software components to try to get the EDM running again. Probably has something to with a few beta tests I did. @Ralph: Yes please do try the L3 Lynx and see if it works and you like it. If you stumble on errors please do let me know and I'll impr...
by Crashtender
Fri Nov 16, 2018 2:02 pm
Forum: General Instrument Help
Topic: EDM960 bus_volts error?
Replies: 10
Views: 4343

EDM960 bus_volts error?

June 2018 I've uploaded two instrument to be evaluated for the shop 1) EDM960 2) L3 Lynx I've also purchased the Android app to put these instruments on a tablet and implement in the cockpit. After a small bug fix the EDM960 went online in the shop. At first it worked fine so I waited for the L3 Lyn...
by Crashtender
Thu Sep 20, 2018 10:01 pm
Forum: Lua and API Scripting Help
Topic: Panel scripting
Replies: 6
Views: 3280

Re: Panel scripting

Yes, but that implies I have to create several panels. True.... ....which is an easy and fast WYSIWYG process, while coding isn't. I'd personally prefer the panel design approach but that's likely a matter of taste. Tip: you can also clone panels, which makes doing minor adaptions easy to achieve.
by Crashtender
Thu Sep 20, 2018 9:09 pm
Forum: Lua and API Scripting Help
Topic: Panel scripting
Replies: 6
Views: 3280

Re: Panel scripting

AM can activate a panel based on aircraft type. Wouldn't that do the trick?
by Crashtender
Wed Sep 19, 2018 5:13 pm
Forum: Lua and API Scripting Help
Topic: Starter Button hold
Replies: 7
Views: 2855

Re: Starter Button hold

Not sure about what your question is but I hope this answers it.

Writing value 4 to the mentioned dataref sets ignition to on...
...and holds the igniter in the 'starting position'
So you need to set it back to both (write value 3)
by Crashtender
Wed Sep 19, 2018 4:30 pm
Forum: Lua and API Scripting Help
Topic: Starter Button hold
Replies: 7
Views: 2855

Re: Starter Button hold

....or just write value 4 to dataref:
sim/cockpit2/engine/actuators/ignition_on

Easiest solution :D