Im trying to get my LCD on my Mixdeck Quad to say 'on/off' when I have it in Dual-Deck-Mode but I dont understand how to write the script.
Can someone give me an example please on how this is done??
Thanks for the time and info........
Can someone give me an example please on how this is done??
Thanks for the time and info........
Posted Wed 25 Sep 13 @ 6:25 am
this is only a guess but try
device_side 'left' ?
var '$DeckLeftDual' ? get text 'on' : get text 'off' :
var '$DeckRightDual' ? get text 'on' : get text 'off'
device_side 'left' ?
var '$DeckLeftDual' ? get text 'on' : get text 'off' :
var '$DeckRightDual' ? get text 'on' : get text 'off'
Posted Wed 25 Sep 13 @ 2:17 pm
I'll try it tonight. Yesterday I had
var '$DeckLeftDual'? get text 'DeckLeftDual on': get text DeckLeftDual off' and the same for the DeckRightDual but it didn't work so I went to bed, lol!
var '$DeckLeftDual'? get text 'DeckLeftDual on': get text DeckLeftDual off' and the same for the DeckRightDual but it didn't work so I went to bed, lol!
Posted Wed 25 Sep 13 @ 3:19 pm
Well I tried your script and a few other but none worked. I'm thinking that only numbers can be displayed.
Oh well at least the action is working like it's supposed to, lol!
Thanks again bro!!
Oh well at least the action is working like it's supposed to, lol!
Thanks again bro!!
Posted Thu 26 Sep 13 @ 10:16 am