- Posts: 43
Protocol telemetry question
- xxx
- Topic Author
- Offline
Less
More
23 Nov 2016 01:38 - 23 Nov 2016 01:38 #56195
by xxx
silverxxx
Protocol telemetry question was created by xxx
Hi guys, I finally got a devo 7e , and coded some telemetry for the bayang protocol.
One problem I need some help with is, the main page config won't save the telemetry box I set after a powerdown, and the telemetry config page also won't save.
So far I only modified the bayang protocol code. So the question is, how do I make the devo save the main page telemetry related settings?
One problem I need some help with is, the main page config won't save the telemetry box I set after a powerdown, and the telemetry config page also won't save.
So far I only modified the bayang protocol code. So the question is, how do I make the devo save the main page telemetry related settings?
silverxxx
Last edit: 23 Nov 2016 01:38 by xxx.
Please Log in or Create an account to join the conversation.
- Fernandez
- Offline
Less
More
- Posts: 983
23 Nov 2016 15:18 #56215
by Fernandez
Replied by Fernandez on topic Protocol telemetry question
That would be awesome, we can setup a lipo and range alarm. In the past can remember have seen some requests for telemetry modification for Bayang protocol here on the forum.
Anyway, can't help you with your question but likely some of the active coders using telemetry fields like f.i. Hexfet, might be able to answer you?
Anyway, can't help you with your question but likely some of the active coders using telemetry fields like f.i. Hexfet, might be able to answer you?
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
Less
More
- Posts: 1136
23 Nov 2016 22:45 - 23 Nov 2016 22:45 #56239
by HappyHarry
Replied by HappyHarry on topic Protocol telemetry question
the frontpage and telemetry settings should save no problem as the settings are stored in each model*.ini file, for instance here's some of the ini contents that show where the telemetry settings are kept
if your 7e isn't storing changes perhaps the voltage of the tx's batteries are too low, or there is some issue with the power down saving. first try changing the telemetry and frontpage settings you want, then go into the model menu and load a completely different model, once that's done then load the model you made the changes to again and see if the changes stuck, as the model*.ini is also saved when you load a different model. btw is that you from rcg silverxxx?
[telemalarm1]
source=AllCell
above=1
value=990
[telemalarm2]
source=RSSI
above=1
value=20
[datalog]
switch=None
rate=1 sec
[safety]
Auto=min
[gui-128x64]
V-trim=59,10,1
H-trim=5,59,3
V-trim=65,10,2
H-trim=74,59,4
Small-box=2,22,Ch3
Small-box=2,31,TelemRSSI
Small-box=2,40,AllCell
Model=75,20
Battery=102,1
Toggle=4,10,0,3,0,None
Toggle=13,10,0,5,0,None
Toggle=22,10,0,4,0,None
Toggle=31,10,0,0,0,None
Toggle=40,10,0,0,0,None
TxPower=102,7
quickpage1=Telemetry monitor
quickpage2=Model menu
quickpage3=Model menu
quickpage4=Model menu
if your 7e isn't storing changes perhaps the voltage of the tx's batteries are too low, or there is some issue with the power down saving. first try changing the telemetry and frontpage settings you want, then go into the model menu and load a completely different model, once that's done then load the model you made the changes to again and see if the changes stuck, as the model*.ini is also saved when you load a different model. btw is that you from rcg silverxxx?
Last edit: 23 Nov 2016 22:45 by HappyHarry.
Please Log in or Create an account to join the conversation.
- xxx
- Topic Author
- Offline
Less
More
- Posts: 43
24 Nov 2016 02:00 - 24 Nov 2016 02:01 #56242
by xxx
silverxxx
Replied by xxx on topic Protocol telemetry question
Thank you for your reply.
I checked the model file, and it looks like it's saved after the first power off, but it disappears after a second time. So I guess it gets deleted perhaps because it might think the protocol has no telemetry?
The saving works fine on a protocol like DSM, so the saving part works when it comes to telemetry for that protocol.
I checked the model file, and it looks like it's saved after the first power off, but it disappears after a second time. So I guess it gets deleted perhaps because it might think the protocol has no telemetry?
The saving works fine on a protocol like DSM, so the saving part works when it comes to telemetry for that protocol.
silverxxx
Last edit: 24 Nov 2016 02:01 by xxx.
Please Log in or Create an account to join the conversation.
Time to create page: 0.039 seconds
- Home
- Forum
- Development
- Protocol Development
- Protocol telemetry question