Hi again!
I've been looking through the regular documentation trying to find an answer to this one, but I cant find it.
In DashBoard, I can send a command to "set crosspoint" to out graphite.
To get input 3 to the ME1 PGM the commande would be:
rosstalk.sendMessage(params.getValue('Graphite_IPAddress', 0), 7788, "XPT " + "ME:1:PGM" + ":" + "IN:3");
However I wish to set one of the Xpression Clips channels as the crosspoint!
I cannot find any example of this anywhere in the documentation or the "help" button when using visual logic to create the "set crosspoint" block either.
So, is there a way to set the PGM crosspoint to an internal source like this somehow?