Search found 29 matches

by tecmate
Fri Jun 02, 2017 9:41 pm
Forum: General Instrument Help
Topic: Error: EC135 ND not working correctly (XPlane / Linux) - and solution/workaround!
Replies: 3
Views: 2379

Re: Error: EC135 ND not working correctly (XPlane / Linux) - and solution/workaround!

Hi The following code shouldn't be part of the instrument yet, I didn't wrote that lines: bla = hw_output_pwm_add("RPI_V2_P1_15", 1000, 50) hw_output_pwm_duty_cycle(bla, 10) Regarding the boot_rotation timer (wich is line 371 in my case) it should be timer_start(20, nil, boot_rotation) If ...
by tecmate
Tue Mar 22, 2016 6:15 am
Forum: Under development and finished work
Topic: Garmin G1000
Replies: 68
Views: 33924

Re: Garmin G1000

below your instrument folder, where you can find the "logic.lua" and the "resources" folder, you can create a new folder called "lib", which is your library folder only for your instrument. Actually it's now working on Pi yet, but working well in the desktop version. Ea...
by tecmate
Sat Mar 19, 2016 1:28 am
Forum: Air Manager
Topic: Air Manager 2.1.2 Beta
Replies: 27
Views: 14213

Re: Air Manager 2.1.2 Beta

Hi Ralph,

as you might guess I'd like to become a member of that group beta tester too, please. ^^ Could be helpful here and there :P
by tecmate
Sat Mar 12, 2016 3:54 pm
Forum: Under development and finished work
Topic: Eurocopter EC135 CPDS
Replies: 34
Views: 17033

Re: Eurocopter EC135 CPDS

@ Rich: thanx

I sent some rework of the CWP to Luigi. I guess he will share it in the next days... Here a preview
preview2.png
by tecmate
Thu Mar 10, 2016 11:47 pm
Forum: Lua and API Scripting Help
Topic: /lib functionality
Replies: 19
Views: 8152

Re: /lib functionality

sorry for that very long delay (got lot of things to take care here). @ Jack: thanks for that advice. I'll take it into consideration. But I found, that the buttons won't work, if I just pass "nil" as callback function. If I pass a function "dummy", like function fn_nil() end , j...
by tecmate
Thu Mar 10, 2016 11:35 pm
Forum: Under development and finished work
Topic: Eurocopter EC135 CPDS
Replies: 34
Views: 17033

Re: Eurocopter EC135 CPDS

Hi Rich, sorry for dumb question, but what are you referring to by meaning "CWP"? If you find any failures or have further suggestions, please let me/us know and I'll see what I can do, as I'm actually looking for a new job, because the company, I worked over 10 years for, now became insol...
by tecmate
Fri Jan 29, 2016 3:06 pm
Forum: Lua and API Scripting Help
Topic: /lib functionality
Replies: 19
Views: 8152

Re: /lib functionality

Sorry, but buttons, called from a class, still doesn't work as expected. Please look into the simplified test.
by tecmate
Fri Jan 29, 2016 9:29 am
Forum: Under development and finished work
Topic: Eurocopter EC135 CPDS
Replies: 34
Views: 17033

Re: Eurocopter EC135 CPDS

Unfortunately the moving map feature strongly depends on the announced AirManager V3, when it has that promised GPS functionality got to work. Sorry, but we all need to wait... :(
by tecmate
Fri Jan 29, 2016 9:25 am
Forum: Air Manager feedback & feature requests
Topic: move( GROUP, ..... )
Replies: 2
Views: 2309

move( GROUP, ..... )

Hi guys,

is there a chance to use the move() function with a group, instead of moving several elements separated?

Best, Rob
by tecmate
Tue Jan 26, 2016 8:40 am
Forum: Lua and API Scripting Help
Topic: /lib functionality
Replies: 19
Views: 8152

Re: /lib functionality

Well, that sounds like a good plan.