Contact Us

CATEGORIES

Whoops…Nothing found

Try other keywords in your search

Send data to multiple API outputs

 0 Minutes

 0 Likes

 1028 Views

  1. Set API output 1 to internal Javascript. no IP, no Port.
  2. Set all following API outputs to IP and port according to requirements
  3. Set Cue API output to output 1 
  4. Set all following outputs to IP and port according to requirements


Now use the following script inside the Cue (example):


function onCue()
{
Pixera.Network.getConveyor("Output 2").sendString("Hello 2");
Pixera.Network.getConveyor("Output 3").sendString("Hello 3");
Pixera.Network.getConveyor("Output 4").sendString("Hello 4");
}


Was this article helpful?