Skip to main content

Documentation Index

Fetch the complete documentation index at: https://support.norentech.arcroblox.work/llms.txt

Use this file to discover all available pages before exploring further.

This setup guide is only for supported versions. This guide does not apply to older versions that fall below the minimum version.

In this section, we’ll guide you to set up your system with our recommended setup. Our recommended setup uses:
  • 1x Card Reader (DWProx/Card Reader Pro | optional)
  • 1x LPR camera
  • 1x Flex Gate (Normal/Folding)
  • 1x Welcome Screen (optional)
Assuming you have already got your lane ready, follow the steps below.
1

Position your Flex Gate

Position your Flex Gate to the left side of the lane like the picture below. To learn how to scale your gate, refer to the Scaling your gates section.
Flo VAC Recommended Setup1
2

Position your Welcome Screen

If you are not using a Welcome Screen, skip this step.Position your Welcome Screen in front of your Flex Gate’s hub and rotate it to face the driver when they approach. Your setup should now look like the picture below.
Flo VAC Recommended Setup2
3

Position your LPR camera

Position your LPR camera next to your Welcome Screen (if any) and ensure that it is not blocking the driver’s view of the Welcome Screen.After positioning your LPR camera, move and scale the DetectionArea part to the center of your lane and in front of your Flex Gate’s barrier.Your setup should now look like the picture below where the blue box is the detection area.
Flo VAC Recommended Setup3
4

Position your card reader

Position the Card Reader to the left side of the lane and rotate it to face the driver’s window. If you’re using a Welcome Screen, ensure that the driver’s view of the Welcome Screen isn’t blocked. Optionally, also keep it out of the LPR camera’s view to keep it realistic.Your setup should now look like the picture below.
Flo VAC Recommended Setup4

Scaling your gates

This section may be difficult to understand. Please take your time to understand the what the step asks you to do.
In this section, we’ll guide you on how to scale your Flex Gate’s arm. As there are 2 different types of Flex Gates, please refer to the correct section for the Flex Gate you want to scale.

Flex Gate

Folding Flex Gate


Flex Gate

To scale your Flex Gate, follow the step-by-step guide below.
1

Scale the arm

Select the Arm part and scale it to your desired length.
Flex Gate 1
2

(Optional) Duplicate the stripes

Duplicate the stripes and move them to cover the entire arm.If you like perfection, we recommend you to use the Archimedes plugin to help you duplicate the stripes.
Flex Gate 2

Folding Flex Gate

To scale your Folding Flex Gate, follow the step-by-step guide below.
1

Move the folding arm

Select the FoldArm model in the Flex Gate, then move it until the grey attachment is positioned in the mid-point of your desired length.
Folding Flex Gate 1
2

Scale the folding arm

Select the Arm part in the Flex Gate under the FoldArm model and scale it until it reaches the end of your desired length.
3

Scale the arm

Select the Arm part in the Flex Gate under the Barrier model and scale it until it reaches the center of the grey attachment.
Folding Flex Gate 3
4

(Optional) Duplicate the stripes

Duplicate the stripes and move them to cover the entire arm.If you like perfection, we recommend you to use the Archimedes plugin to help you duplicate the stripes.
Folding Flex Gate 4

Authorization function

Noren does not provide any scripting-related assistance for this configuration. If you suspect that there is a bug with this function, you can contact us to report it.
In the configuration module, you’ll find a function called Authorization. The Authorization function can be customized to tell the system whether to open or not open any Flex Gates in the zone to allow a Player to enter. To open the gate:
return true
To not open the gate:
return false
or don’t open the gate and provide a reason:
return "Reason why they were declined"