The core idea: prove presence at a place and time

A guard tour system exists to make patrol verifiable. Each checkpoint holds a unique identifier that cannot be altered; the reader records that identifier together with the exact time it was read. A supervisor can later see not just that a round happened, but which points were visited and when.

Definition: An iButton checkpoint (Dallas DS1990A-F5) carries a globally unique, read-only UID. Because it is fixed to one location and cannot be rewritten, reading it proves a guard was physically at that spot.

How the data moves, end to end

  1. The guard reads a checkpoint — touching an iButton or bringing an RFID reader near the tag.
  2. The reader stores a record: the checkpoint ID, the timestamp, and the guard ID from the reader.
  3. After the shift, the record is downloaded to the management software via a downloader or USB.
  4. The software matches records against the route and schedule.
  5. It produces a report: on-time, missed, or exception for each point.

Contact (iButton) vs contactless (RFID)

AspectКонтактная (iButton)Бесконтактная (RFID)
Как считываетPhysical touch on the buttonBring reader near the tag, no key press
EnergyNo RF energy — safe in explosive atmospheresUses radio frequency for reading
DownloadRequires a downloader cradleMany models connect by USB, no download station
For oil, gas, refineries, chemical plants and other sites with anti-static or explosion-proof requirements, specify contact (iButton). It has no RF energy, so it does not introduce a spark risk at the point of reading.

What one record contains

  • Checkpoint ID — which point was visited.
  • Timestamp — exactly when it was read.
  • Guard ID — who made the read.
  • Optional event — a preset incident the guard selected at the point.
  • Reader serial — which device was used.

What the software turns records into

Raw reads alone are not useful. The management software converts them into patrol reports (should vs actual), schedules, and exception alerts, and it also tracks guard attendance. That is where verification becomes action — a supervisor sees a missed point the same day, not weeks later.

Offline vs real-time

Most guard tour systems are offline: the reader stores records and the guard downloads them after the shift. Real-time systems add a GPRS, 4G or WiFi module so records upload the moment they are made. Offline is simpler and cheaper; real-time gives immediate visibility when a site needs it.

Вопросы

The checkpoint ID is fixed to one physical location and cannot be rewritten, so a guard cannot make the system think they were somewhere they were not. The schedule also enforces order and time windows, so out-of-sequence reads still show as exceptions.
Records stay safely inside the reader; issue a replacement and download it as usual. The checkpoint tags themselves are passive and are not affected.