0
Beantwoord
Send Text To Driver and Send as Command
Justin 8 jaar geleden
in Applications / Studio (Server editor)
•
bijgewerkt door Ekaterina (head of support) 8 jaar geleden •
1
Hi all,
In iRidium Studio, when I add 'Send Text to Driver' in a Macro and set the channel, I would expect that the entered text would replace the command in that Channel and then send to the driver as a command. This doesn't happen however. Can someone explain how I could send custom text from a button as a command without using script? Or is this not possible?
Customer support service by UserEcho
Hello
AV driver uses "Data" field to store the string that will be sent, but not use the Value at all.
You can only send a Data, but not AV command Value. So it will be the same result if the Value field stay empty or you add a value.
To send a custom string you need a JS or several commands in driver list.