- Posts: 77
"value" keyword
- vmsda
- Topic Author
- Offline
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- vmsda
- Topic Author
- Offline
- Posts: 77
Saw it a couple of times in "Mired in RC" tutorial, always in TRIM sections, actually:PhracturedBlue wrote: Where do you see this? I assume you are looking at an .ini file. Can you share a snippit of it showing how it is used (I need context so I need to see up to the previous header (enclosed with []) at least
[trim5]
src=Virt5
pos=Exit
step=193
value=-100,0,0
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- vmsda
- Topic Author
- Offline
- Posts: 77
I was looking at thr Devo 7E/10 User Manual.PhracturedBlue wrote: I'm not sure what manual you are looking at. The 'value' field has different meanings depending on what section it is in. In this case it is the current state of the trim (since it is persistent). There are 3 values because the trim can have different values based on switch position. This isn't normally something you would want to hack directly in the ini file.
One of the ways of becoming familiar with DeviationTx programming is to peruse ini files; coming across an undocumented parameter naturally raises perplexity.
The User Manual is a cross between a reference manual and a user guide. I am unable to judge its completeness as regards the former objective (hence the initial query), but it seems lacking in breadth and depth as regards the latter.
"Mired in RC" is an excellent example because it affords a practical glimpse into a type of programming so unlike the Assembler, Java or Pythons of this world, with which so many of us are imbued. It is not easy to make the mental transition from one mindset to another.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- vmsda
- Topic Author
- Offline
- Posts: 77
If the User Manual objective is the description of the User Interface, then a good description of each parameter in each applicable section is more than adequate for a beginner. Too much 'internal' documentation will not help him.PhracturedBlue wrote: Mired in RC is mwm's personal blog. I can't speak for what is there. The User manual is not meant to be a reference manual, it is only meant as a description of the user interface. We probably should fully document the ini APIs but it is a time-consuming task. Perhaps mwm's work should be migrated int the wiki. I can answer specific questions if you lhave them, but fully documenting the internals of Deviation is beyond the scope of what I can do.
By all means, invest in the wiki because it will save a lot of questions.
Please Log in or Create an account to join the conversation.
- mwm
- Offline
I have no objection to those tutorials being moved to the blog, but don't have time to do it myself. If someone wants to do that, PM me and I'll proof the results afterwards.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- General
- General Discussions
- "value" keyword