July 14, 20232 yr I am using a TEXT button on Streamdeck to display the distance to TOD on the PMDG B737. I have a script that reads the PMDG variable and writes it to an AAO local (PMDG:FMC_DistanceToTOD)·(>L:MyTOD) . I call the variable in Streamdeck with S:(L:MyTOD). As written, the variable only updates when I use the TEST button in the script editor....I know I'm missing something basic here, but how do I update this read everytime the variable changes? Thanks, Mike SOLVED: Needed to use Autoscript (right above SUBMIT button) Edited July 14, 20232 yr by mrm0508 Solution | i7-14700KF - 4080 SUPER | 32 GB RAM | Win 11 Pro | HC Bravo | AAO | StreamDeck |
July 14, 20232 yr Commercial Member 2 hours ago, mrm0508 said: I call the variable in Streamdeck with S:(L:MyTOD). Can't you read the variable simply as type "L:" and "myTOD" on the StreamDeck? Using S: for simple operations like this one will cause degrading performance and increase latency. S: is a very "expensive" operation, only to be used when you have no other choice. If you just want to read a single variable, select the type in the dropdown and enter the name in the box LORBY-SI
Archived
This topic is now archived and is closed to further replies.