November 13, 20241 yr Hello there, if I understood properly it is not possible to use "and" or "or" in the image definition or text definition in the stream deck plugin's multi gauge. Maybe anyone here has another solution to what I would like to achieve? I currently am working on a Stream Deck profile for the Fenix A320. I would like two of the stream decks button to visualize the state of the thrust levers. It's no problem for all the detends of the thrust levers (e.g. TOGO, ClIMB), since they are full numbers: 0 = FULL Reverse, 1 = IDLE REVERSE, 2 = IDLE,... etc. However, there is also ranges: one of which is that every number below 2 is in the reverse range. No problem to visualize that on the stream deck either. But there is the ATHR range, which ranges from 2 to 3. Does anyone here know of a way how I could set up an Image or Text definition for that? Thank you in advance, Danno
November 13, 20241 yr Commercial Member Why would and/or operators not work? By selecting type S: (script) you can use any RPN script code that AAO can understand. Just make sure that it returns the correct value (for example 0/1 when dealing with visibilty) Edited November 13, 20241 yr by Lorby_SI LORBY-SI
November 14, 20241 yr Author @Lorby_SI: I was actually 100 percent certain I read that somewhere... now that you said it it makes perfect sense and I got it to work in no time. Thank you so much for the eye opener. Much appreciated.
November 14, 20241 yr Commercial Member 1 hour ago, danno1502 said: @Lorby_SI: I was actually 100 percent certain I read that somewhere... now that you said it it makes perfect sense and I got it to work in no time. Thank you so much for the eye opener. Much appreciated. No worries. btw, technically the plugin only differentiates between "0" as false and "not 0" as true. The result doesn't have to be exactly "1" - as long as it is not "0", it will in most cases be interpreted as "true". Edited November 14, 20241 yr by Lorby_SI LORBY-SI
Create an account or sign in to comment