Mark Buckley-Sharp
Design
of a Scoring Machine (Multi-Judge Scoring of Photographic Competitions)
Summary: There is a requirement for recording and totalling
the scores from multiple judges in many federation, national and international
photographic competitions. To meet this requirement there have been several
designs of hardware made in the past. As these age, their maintenance has
become either difficult or impossible, and there is a need for an available
design which can be simply made. My design replaces all the bespoke hardware by
readily available standard components, and transfers the functional complexity
to software which can be run on any standard computer system.
The hardware design and all
versions of the software are copyright. They are licenced for free use by the
Photographic Alliance of Great Britain, its member federations, and its
affiliated photographic societies.
Hardware: Download the Design
Specification (pdf 58KB)
Software: The handset encoder sends a standard ASCII character
for each button pressed on a judge's handset. The character may be decoded into
judge and score by any suitable software. Software has been developed to run
using VBA code in MS-Excel and in MS-Access. Copies of this software, and of
the instructions for use, are available on application. [E-mail:]
Pictures of the scoring machine hardware
|
Exterior of handset
with 5 buttons.
In this illustration, the cable is centred. An offset grommet is now
recommended.
This style of grommet is no longer available. Use a simple grommet with a
cable tie inside to lock.
Handsets may also be made with only 4 buttons (scores 2-5).
|

|
|
Interior of handset.
Switches 1-3 have diodes brought together for a common wire, as do switches 4-5.
Here the diodes sets are on opposite sides, but this is not required.
The strain relief core has been moved out of the way.
|

|
|
Exterior of encoder
fully socketed for 8 handsets.
The computer cable socket is accessed through a cutout.
The box may be fitted with fewer sockets. Eight is merely the maximum to
prove the design concept.
|

|
|
Interior of encoder, showing the Audon board mounted.
Cable runs are tagged, and wired to the strip connectors.
A slave keyboard input socket is opposite, but an access cutout is optional.
|

|
|
Exterior of encoder for only three judges.
Three judges is the most common requirement for photographic events.
A smaller box is feasible only because this version uses an encoder board
stripped from a standard USB keyboard.
For smaller numbers of handsets, such as three, it would also be possible to
hard-wire the handset cables into the encoder box, and save the cost of plugs
and sockets.
|

|
|
Complete Three-Judge Scoring Machine kit.
Aluminium ‘flight’ case, containing:
- Encoder base unit for USB connection
- Handset (blue) with 2m cable
- Handset (red) with 4m cable
- Handset (red) with 6m cable
- Printed instructions
- CD with software to use with MS-Excel and copies of instructions.
As provided to:
Midland Counties Photographic Federation
Bromsgrove PS
|

|
|
How does this design differ from some other current designs?
|
A design for Western Counties Federation uses handsets where each
has its own keyboard encoder
with USB lead. By wiring each handset uniquely, three handsets can be connected
through one USB hub. Each key gives a unique character (by score by judge)
and the same software decoding method is used as for the handsets shown here.
Commercially available USB numeric keypads can be connected through one USB
hub. The judges must limit themselves to the valid numeric scoring keys,
depending on the competition format. Two methods have then been used to
identify the judge for each score.
1) The USB address of each keypad is identified by a specific software
module, which must be installed and integrated with scoring software. This
method has been used with the PhotoComp scoring system (Philip Stapleton),
and with the ImageCompPro scoring system (from version 18) (Roy Moore).
2) Five non-numeric keys ( / * - + . ) are available to be assigned each to
one judge, and the judge prefixes the numeric score by their own identifier.
This method has been used by the Ivybridge scoring system (Derek Rayner)
|