Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A weekend - only carpark has a variable capacity which ranges from 1 to 9 cars depending on the numbers of spaces already occupied by
A weekendonly carpark has a variable capacity which ranges from to cars depending on the
numbers of spaces already occupied by monthly users. A sensor S counts the number of cars entering
the carpark and a sensor S counts the number of cars exiting the carpark. A gate solenoid G prevents
from cars entering the carpark when there isnt space available. An HMI installed at the entrance of
carpark provides relevant information to the user and offers system configuration functionalities while
in Service Mode.
Entrance
Exit
S G
S
HMI
O
H
Figure
Assume that the real application elements connect to the digital PLC inputs and outputs according to
the definitions from Table
Application Elements PLC Digital IOs Assumptions
Entrance sensor S I Input when a car passes in front of the sensor
Exit sensor S I Input when a car passes in front of the sensor
Manual override O I Input when manual override is active
Throughbeam height sensor H I Input if car height is above the limit
Gate solenoid G Q Output closes the gate
Table
Develop and test a PLC solution that fulfils the following requirements:
If the carpark reaches maximum capacity, then close the gate arm G and maintain it closed until
one or more parking spaces become available
If the manual override function is active O then close the gate arm G and prevent it from
opening even if a vehicle approaches the entrance
Use the HMI for:
Informing the number of parking spaces currently available. Note: counter must not count
below or above even if in or out sensor is activated
Greeting a user approaching the entrance with the message Welcome to Acme Carpark and
displaying a virtual Green Light
RMIT University School of Engineering EEETEEET Industrial Automation
March Rev Page:
Informing a user approaching the entrance with a blinking seconds on seconds off, repeat
message Discount Rates Apply if three or fewer cars are in the carpark
Preventing a user approaching the entrance from entering the carpark if the vehicle is too high
H by maintaining the gate closed G showing the message Maximum Vehicle Height
Exceeded and displaying a blinking seconds on seconds off, repeat virtual Red Light
Advising a user approaching the entrance that the carpark is full by showing the message
Carpark Full and displaying a virtual Red Light
Entering in Service Mode via a virtual pushbutton
In Service Mode, the HMI switches to a second screen which offers the possibility of entering a new
carpark capacity within the range through to While in Service Mode, the HMI can be switched
back to Normal Mode by pressing a virtual pushbutton
Hint: For creating a second screen and navigating to and from it: on the organisation tree, go to Screen
Add new screen to create a second screen. From the Toolbox task card, choose Elements
Button, and drag it to a location on the new screen. Rightclick at the button and click Properties, and
on the Events tab, click Change Add Action and select Screens ActivateScreen, and on Screen
name, choose Root screen. Repeat these steps to insert a button in the Root screen to navigate to the
new screen.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started