Graphics

 View Only
  • 1.  NHL HITS Scoring Software

    Posted 05-19-2015 16:24
    Has anyone dealt with integrating the NHL HITS scoring software with Xpression? Hoping someone could give me a few tips on how to do so.


  • 2.  RE: NHL HITS Scoring Software

    Posted 05-19-2015 16:28
    You need XPression Studio/BlueBox/Prime and the XPression CII Gateway. You can get the CII protocol information from the help document that installs with the XPression CII Gateway. (Start > All Programs > CII Gateway > Help)

    Are you working with Kevin Cottam?

    Hits uses W commands to select a template by ID and then write a take ID in the sequencer with whatever data you choose to update with. Data sets on Hits are filed by page number and a corresponding page(scene ID) must exist on XPression in order for the W command to find and populate the correct template. When building the template you must organize your published fields in the Order they will be sent by NHL Hits.

    The CII commands can be sent either over TCP/IP or serial connection to the rs232 port on the back of the XPression. I have seen NHL Hits systems where there is literally a serial cable run from the hits laptop to the back of the XPression chassis.

    One important point is that the NHL Hits system needs to be setup as though it is communicating with a Deko as its implementation of CII is closest to ours.

    CII command structure

    W[data[1]][data[n+1]]\

    The target ID is the take ID being written, followed by the scene ID being used to generate the take ID, followed after that by the data itself.

    If this command was writing take ID 9000 from scene ID 100 with data for points and assists it would look something like this.

    W9000100PTS 45AST 65\

    #XPression


  • 3.  RE: NHL HITS Scoring Software

    Posted 05-19-2015 18:23
    Got it thanks for the info, I have my IT guys on it now so hopefully we will be up and running soon.

    I have not worked with Kevin Cottam, is he the resident expert on HITS?

    #XPression


  • 4.  RE: NHL HITS Scoring Software

    Posted 05-19-2015 19:00
    At least until some of the guys on vacation are back, I am probably the expert on NHL hits :)

    #XPression


  • 5.  RE: NHL HITS Scoring Software

    Posted 05-27-2015 02:22
    It is doable without the gateway ... granted you'll need someone with programming experience. I ended up using the comma separated values part of the TVI and parsing it into my own program and then using the API to do what I wanted with it.

    I assume you're specifically asking about the TVI laptop and not the HITS Scoreboard Interface, correct?

    #XPression