Connectivity

 View Only
  • 1.  Automate Ultrix

    Posted 20 days ago

    I am trying to figure out how to automate our Ultrix router.  Here is what I am trying to do.  In the fall, we have basketball on one source that needs to switched to a different destination and the set back to the way it was 3 hours later.  I needs to be automatically set so a human does not have to login from home and do so.  

    I am sure someone here has done that before.  



    ------------------------------
    Nate Wheeler
    Chief Engineer
    KVAL TV
    ------------------------------


  • 2.  RE: Automate Ultrix

    Posted 20 days ago

    Hi Nate,

    timer.grid

    here is a link to an example of a panel you can use. It triggers a rosstalk crosspoint. 

    Open up the dashboard page editor and modify the crosspoint and IP address you want. 

      // ==========================================
    // ROSSTALK ROUTE INTERNALS
    // Target: 10.10.1.39 Port: 7788
    // Command: XPT I:1 D:1 S:1 (Panel 1, Dest 1, Src 1)
    // ==========================================
    rosstalk.sendMessage('10.10.1.39', 7788, 'XPT I:1 D:1 S:1');


    ------------------------------
    Mike Pomerleau
    Ross Video
    ------------------------------