Hi, I have a variable that I have set to the number of a COM channel (1 or 2)
I am trying to set a 7-segment display to show the radio frequency. If I hard code the channel:
(A:COM ACTIVE FREQUENCY:1, Khz)
it works fine, but if I try an pass through the COM channel (via the reference tab) with
(A:COM ACTIVE FREQUENCY:#, Khz)
It just gives an output value of 0. I have tried making the COM channel variable both a number and a string.
Should I be able to do this? Thanks for all your help!