Page tree
Skip to end of metadata
Go to start of metadata

This program handles the access control for the turnstiles or other scanners related to an attraction in the theme park.

Remarks: This is a “Per Property” program. This means, add edit, delete will not affect other properties.


Note: Attraction is a BDI with the condition:

  • where venueID = selected venue
  • breakdown item status is attraction "yes"
  • multiple BDI's can be linked to the same turnstile IP as well as multiple overlapping time ranges.



It's allowed to add the same BDI, same turnstile IP, same venue but the time cannot be overlapping.
Turnstile IP VenueBDIFrom Until
192.168.1.100DomeOceanarium08:00:0012:00:00
192.168.1.100DomeOceanarium12:30:3015:00:00
It's allowed to add the same turnstile IP, same venue, same time but different BDI's
Turnstile IP VenueBDIFrom Until
192.168.1.100DomeOceanarium08:00:0012:00:00
192.168.1.100DomeShark & Ray08:00:0012:00:00
It's allowed to add different turnstile IP, different BDI, and the same time or different time
Turnstile IP VenueBDIFrom Until
192.168.1.100DomeOceanarium08:00:0012:00:00
192.168.1.10back of the houseBirds of prey08:00:0012:00:00


To Add


  1. Click on the "add new record".
  2. Enter the turnstile IP.
  3. Select the venue from the dropdown.
  4. Select the attraction name from the dropdown.
  5. Enter the time from and until.
  6. Select if the turnstile used for knock-off is handheld yes or no. If it is a computer click "no".
  7. Click "yes" if the turnstile you are adding is Direct TCP/IP. 
  8. Click "submit" when done.


To Edit

  1. Click the "edit" icon and start editing the data.
  2. Click "submit" when done.
  3. Click "Cancel" if you don't want to make any changes.


To Delete (deactivate)

  1. Select the data that you want to deactivate, click the "deactivate" button.
  2. Are you sure you want to de-activate this record?
  3. Click "OK".


To Re-activate

  1. UN-tick the box “hide inactive” to show the inactive records.
  2. Select the data that you want to re-activate, click the "re-activate" button.
  3. Are you sure you want to re-activate this record?
  4. Click "OK".



  • No labels