-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taranis X9D Plus 2019 Edition #344
Comments
it worked until i moved over to the t16. anything specific you want me to test ? |
@wx4cb You had the 2019 edition with ACCESS? I know they upgraded the CPU and memory so if anything it should run better. Just looking for confirmation that it works and I don't need to look into anything. |
oh the access one. no i haven't done any of that. all my gear (what's left
of it) is ACCST
…On Tue, 27 Aug 2019 at 21:55, Tim Eckel ***@***.***> wrote:
@wx4cb <https://github.com/wx4cb> You had the 2019 edition with ACCESS?
I know they upgraded the CPU and memory so if anything it should run
better. Just looking for confirmation that it works and I don't need to
look into anything.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#344>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALNCAMB6WASLHEFRXRCVE3QGXLKZANCNFSM4IQPLGXA>
.
|
The script works but you can't change any menu items; the scrollwheel doesn't work. I don't know if its a general problem with OTX2.3 or with the SE2019. |
@omegat It's possible that the model is identified differently so it doesn't know the controls. OpenTX is changing the control events in 2.3 to simplify things, but I don't think they removed the 2.2 and prior events (that would be bad). Going forward, the virtual events with 2.3 will simplify the code. But 2.3 isn't released for all transmitters, so I can't switch to this method yet. |
@teckel12 the MENU, PAGE and EXIT buttons work fine. I can switch to the menu screen and select the first item by pressing the wheel. But the item does not change its value when turning the wheel. So I suspect that the wheel-turning events to be different from the button-pressing events. - Or as you said the transmitter identifies e.g. as a 'normal' X9D. However I wanted to update to the current Nightly 27, but that failed to compile. |
@omegat Ah! It has a wheel! That's an easy fix. I should be able to sort that out quickly. I'll let you know. |
.. yeah :D |
@omegat Merged to development. If you haven't run the development branch, it's as simple as this: https://github.com/iNavFlight/LuaTelemetry/wiki/Upgrade-to-Development-Build |
@teckel12 I'm sorry but no joy. I used the LuaTelemetry-development.zip -file from the wiki site you linked; the file was from today, 22:58. |
@teckel12 Update: With the OTX2.3 nightly 75 the wheel works :) 👍 👍 |
@omegat Perfect! I couldn't 100% test it because the companion doesn't emulate the x9d+ 2019 correctly (uses the x9d+ controls). But, I reviewed the latest 2.3 OpenTX source code, so I was fairly certain it would work. It makes sense that a firmware update would fix things. |
@teckel12 So I did some flying today and the script worked beautifully. I had to rediscover sensors once (GPS-coords read all 0s at first). After that a reboot of the TX was required due to some funky script error, but after that everything worked just great! |
@omegat At least in the OpenTX companion simulator, it seems that v2.3 requires all the sensors to be rediscovered. Not sure if this is a bug or if this due to changes and it will be required for everyone. Also, whenever you rediscover sensors you'll need to restart your transmitter. Lua Telemetry looks for sensors only at startup. If sensors change, it will look for something that doesn't exist and will likely crash. So, restarting the transmitter is normal after rediscovering sensors. |
With development build on OTX 2.3.0 RC3 RXBat = 0.0v (left column, flashing) |
@Target0815 I don't think OTX 2.3 is released yet? Probably delete and rediscover sensors and try again. I've heard that if upgrading from 2.2 to 2.3 you need to rediscover sensors. This is an OTX 2.3 issue that should be opened as an issue with them if this fixes it. |
Of course I deleted the sensors and read them in again. That's not the reason. OTX 2.3.0 is not released yet, but with RC3 not far away. The flashing comes from your script; the sensors/values are present, that's not the reason. |
@Target0815 LuaTelemetry just reads the sensor values. If the values are flashing, it means it's not getting the telemetry sensor values. Which is why I suggest putting in an issue on OpenTX that sensor values are not available to lua scripts. |
@Target0815 Also, what version of INAV are you using? Maybe a new issue would be better to open and track instead of in this issue as this about the 2019 model of the x9d, not OpenTX 2.3 issues. |
@Target0815 See #347 as this issue is not about OpenTX 2.3, only the 2019 model of the X9D. |
@zefasm Are you using the development build of LuaTelemetry? Also, what version of OpenTX are you using? |
@zefasm Also, you don't paste anything in the telemetry folder directory. You paste it to the root folder. Please review the install instructions. |
Thanks a lot for your reply, I m using the last release and opentx 2.3. |
It works just fine, all that is needed is for the scroll wheel to work |
The scroll wheel isn't working as OpenTX changed the way input events work. This makes Lua scripts written for OpenTX pre v2.3 incompatible with post v2.3. This is a known issue, please see #349 |
Having problem with saving settings on taranis 2019 (with scroll button) -2.3.4 opentx. Also, is there any IDE for all this? im .net dev, can try to fix this Thanks! |
If someone having same problem as me, then just change this code in iNav.lua file in Development-Build version from here - From: seems like event == EVT_EXIT_BREAK just returning you to main taranis screen without saving.. after this change you can save setting with long PAGE button press.. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there any news on development getting the 2019 scroll wheel working? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
X9D+ 2019 working |
Thanks to all involved, I can confirm the x9d SE 2019 with the scroll wheel is now navigating through the menu |
@craigywsm @julianschweizer You're welcome! |
Thanks for your job ! It works great with scroll on my Taranis X9D+ 2019 !!! |
Anyone have a 2019 version of the Taranis X9D Plus (the one with ACCESS) and can verify it works with Lua Telemetry? I can't see why not, if anything it will run faster and allow multiple Lua scripts to run without memory issues (thanks FrSky!)
The text was updated successfully, but these errors were encountered: