{{/* Copyright 2014 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) UI for controlling match play and viewing team connection and field status. */}} {{define "title"}}Match Play{{end}} {{define "body"}}
Load Test Match

{{range $type, $matches := .MatchesByType}}
{{range $match := $matches}} {{end}}
Match Time Action
{{$match.DisplayName}} {{$match.Time}} Load Show Result
{{end}}
 
 
 
 
Blue Teams
DS
R
B
Byp
{{template "matchPlayTeam" dict "team" .Match.Blue1 "color" "B" "position" 1 "data" .}} {{template "matchPlayTeam" dict "team" .Match.Blue2 "color" "B" "position" 2 "data" .}} {{template "matchPlayTeam" dict "team" .Match.Blue3 "color" "B" "position" 3 "data" .}}
Red Teams
DS
R
B
Byp
{{template "matchPlayTeam" dict "team" .Match.Red3 "color" "R" "position" 3 "data" .}} {{template "matchPlayTeam" dict "team" .Match.Red2 "color" "R" "position" 2 "data" .}} {{template "matchPlayTeam" dict "team" .Match.Red1 "color" "R" "position" 1 "data" .}}

Scoring Status

Referee
Red Scoring
Blue Scoring


{{if .EventSettings.PlcAddress}}

PLC Status


E-Stop

{{end}}
Audience Display

Alliance Station Display

Game-Specific Data



Match Sounds

Timeout

{{end}} {{define "script"}} {{end}} {{define "matchPlayTeam"}}
{{.position}}
{{end}}