Skip to content
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

Model Script : Telemetry source input doesn't see sensors #2589

Closed
dev-fred opened this issue Jul 28, 2015 · 1 comment
Closed

Model Script : Telemetry source input doesn't see sensors #2589

dev-fred opened this issue Jul 28, 2015 · 1 comment

Comments

@dev-fred
Copy link

I enter a simple test.lua script under SCRIPTS/MIXES

local inputs = { {"Bat. volt", SOURCE}, {"Play", VALUE, 0, 1, 0} }
local outputs = { "Vcel" }
return { run=run, input=inputs, output=outputs }

From the Taranis or under companion 2.1N395 in the page CUSTOM SCRIPT, I tried to configure LUA1:

lua1
lua2
And I got the problem here: I am not able to see any valid sensors in the list.
I have the same problem in my Taranis with the same ADA, ADA-, ADAD- names:

lua3
lua4
lua5

@dev-fred
Copy link
Author

I have duplicated #2585, sorrry for that. My description is well documented so may be it's valuable, I don't close it, you will see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants