NHL Hits uses CII to populate templates on CGs, so you will need to have an XPression CII Gateway license and the CII Gateway running on your XPression.
You can download the XPression CII Gateway guide here:
http://transfer.rossvideo.com/f/a7705836f
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. Sometimes users even run a cable directly from the Hits laptop to the port on the back of the XPression.
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 (since Hits doesn't have a dedicated XPression driver)
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.
W\9000\100\PTS 45\AST 65\\
#XPression