Skip to main content

Areas

Areas represent the physical spaces controlled by the ACCELERO system. They are the places where access control is applied β€” rooms, floors, parking lots, outdoor areas, etc.

Between one area and another, there must be an access controller performing the physical control of passage so that the system can correctly apply the security policies.

Navigation path: Settings > Areas

Areas list screen

The list displays all registered areas with the columns Description, Enabled, Anti-passback, Current occupancy and Actions.

Concept​

Areas are a fundamental part of the Access Policy. They define where access is controlled, while Categories and Time ranges define who and when.

A person can only access an area if they have a category (or individual permission) that authorizes access to that area during the corresponding time range.

How to Create an Area​

Creating areas is the starting point for access control: it is from them that you assign channels to controllers and build the permission rules.

  1. Go to Settings > Areas.
  2. Click Add.
  3. Fill in the Description field with the area name.
  4. Keep the Enabled option active.
  5. If needed, enable Anti-passback right at creation.
  6. Click Save.

Area creation form

The newly created area now appears in the list. After creation, you can edit it to configure additional features such as occupancy control, anti-passback and timed re-entry β€” some of them dependent on licensed modules.

Where the Area Is Used​

Once created, the area is referenced at two main points:

  • Categories (Settings > Categories): when editing a category, open the Access areas tab and associate the area with a time range. This is what defines who accesses where and when.

    Adding an access area to the category

  • Controllers (Settings > Controllers): when editing a controller, open the Channels tab and create the channels according to the source and destination areas. Each channel corresponds to a reader on the controller board.

See Categories and Controllers for the details of each configuration.

Edit Screen​

The area edit screen is organized into 3 tabs: General data, People and Vehicles.

Tab: General Data​

When you click the pencil of an area in the list, the edit screen is displayed:

Area edit screen - General Data tab

Section: General Data​

FieldDescription
DescriptionName of the area that will be shown in all logs and reports
EnabledIf disabled, all access to the area will be automatically denied
Anti-passbackEnables anti-passback control for the area
Source controlEnables verification of the source area before authorizing access
Area typeArea classification (dropdown)
Re-entry timing (seconds)Minimum time between consecutive accesses to the same area. Enter 0 to disable
Anti-passback

When enabled, the system validates whether the person is in a source area different from the one they are heading to before authorizing access. It prevents a person from entering the same area twice without having exited first β€” useful, for example, to prevent a borrowed card from granting access to a "tailgater" at a turnstile.

Enable Anti-passback on the Area​

Enabling anti-passback control starts with the area:

  1. Define which areas need the control. Places with button-based exit or that allow more than one person to pass without registering access are not compatible with the feature.
  2. Go to Settings > Areas and edit the desired area.
  3. Enable the Anti-passback toggle.
  4. Click Save.

Areas list with Anti-passback enabled

Complementary configuration on the category

Enabling the toggle on the area is only the first part. For the control to work, you must also enable the corresponding flag on the categories that should be controlled. See Categories.

Timed Re-entry on the Area​

Timed re-entry blocks new accesses by the same person to an area for a defined period, preventing consecutive passages in a short interval.

  1. Go to Settings > Areas and edit the desired area.
  2. In the Re-entry timing (seconds) field, enter the time in seconds during which the rule will be applied.
  3. To disable the rule, enter 0.
  4. Click Save.

Re-entry timing field on area edit

Incompatible locations

In areas with button-based exit or that allow more than one person to pass without access registration, timed re-entry will not work correctly.

Complementary configuration

As with anti-passback, the area part is only the beginning. The timed re-entry flag must also be enabled on the Categories that will be controlled.

Section: Operating Hours​

Allows you to configure the hours during which the area accepts accesses. Outside the configured hours, access will be denied.

Section: Occupancy Control​

FieldDescription
Enable people occupancy controlActivates occupancy control for the area
Maximum people occupancyMaximum number of people allowed simultaneously in the area
Caution

When the maximum occupancy is reached, the system automatically denies new accesses until someone leaves the area.

Requires licensing

Vehicle occupancy control and parking spot control are available only if the Vehicles module is enabled in the license.

FieldDescription
Enable vehicle occupancy controlActivates vehicle occupancy control
Maximum vehicle occupancyMaximum number of vehicles allowed simultaneously
Parking spot controlAccess allowed only if the vehicle's company has available parking spots

Section: Extra​

Additional fields according to the modules enabled in the license (e.g. credits, passes).

Tab: People​

The People tab displays the people who are currently present in the area.

Area edit screen - People tab

ColumnDescription
CodeThe person's code in the system
NameThe person's full name
ActionsIcon to access the person's registration

The "Change area" button lets you transfer selected people to another area. Useful for corrections when the system missed a passage event or the person entered without going through the controller.

Important

Manual transfer does not generate access logs. Use only for corrections.

Tab: Vehicles​

The Vehicles tab displays the vehicles that are currently present in the area.

Area edit screen - Vehicles tab

ColumnDescription
PlateThe vehicle's plate
DriversDrivers associated with the vehicle
ActionsIcon to access the vehicle's registration

The "Change area" button lets you transfer selected vehicles to another area, following the same logic as the People tab.

Configuration Examples​

Area: Reception​

Description: Main Reception
Enabled: βœ…
Anti-passback: ❌
People occupancy: ❌
Credits: 0

Characteristics: Free-passage area, without occupancy restrictions.

Area: VIP Meeting Room​

Description: VIP Meeting Room
Enabled: βœ…
Anti-passback: βœ…
People occupancy: βœ… (Maximum: 12)
Credits: 0

Characteristics: Access control and limited occupancy.

Area: Cafeteria​

Description: Cafeteria
Enabled: βœ…
Anti-passback: ❌
Re-entry timing: 3600 (1 hour)
People occupancy: βœ… (Maximum: 150)
Credits: 1 (Require credits: βœ…)

Characteristics: Credit control, occupancy and re-entry (only 1 access per hour).

Area: VIP Parking​

Description: VIP Parking
Enabled: βœ…
Vehicle anti-passback: βœ…
Vehicle occupancy: βœ… (Maximum: 50)
Parking spot control: βœ…

Characteristics: Parking spot control per company, limited total occupancy.

Area: Production Area​

Description: Production Area A
Enabled: βœ…
Anti-passback: βœ…
Require passes: βœ… (Medical Exam, NR-12 Training)
People occupancy: βœ… (Maximum: 80)

Characteristics: High security, requires valid passes, controlled occupancy.

Area Hierarchy and Flow​

Areas are connected through the controllers' channels:

  • Each channel defines a source area and a destination area
  • The flow of people/vehicles is tracked through these connections
  • The system keeps a record of each person's/vehicle's current area

See Controllers for channel configuration.

Best Practices​

  1. Clear naming: Use descriptive names (e.g. "Parking Tower A - Basement 1" instead of "Park A B1")

  2. Balanced areas: Do not create too many areas (unnecessary complexity) nor too few (loss of control)

  3. Realistic occupancy: Configure occupancy considering the real physical capacity of the space

  4. Periodic review: Check for people/vehicles "stuck" in areas (without checkout) and correct them via manual transfer

Next Steps​