Skip to main content

Auto Billing Mall Shopping Cart Using PLC

 

Auto Billing Mall Shopping Cart Using PLC

Shopping is easy but waiting on a bill counter after shopping is too boring and tedious task. Huge amount of rush plus cashier preparing the bill with bar code scanner is too time consuming and results in long ques. So here we have made an innovative project which will be placed in the shopping trolley itself.
The system consists of a RFID reader which is controlled by PLC. So whenever the shopper puts any product in trolley it is been detected by the rfid module and it is displayed on LCD along with the price of the product. As the shopper adds more things it is detected by the module and the price according to that increases. In case if customer changes his/her mind and doesn’t want any product added in the trolley he can remove it and the price added will be deducted automatically. At the end of shopping the shopper will press the button which when pressed adds all the product along with their price and gives the total bill to be paid. At exit for verification the the shopkeeper can verify the shopping with the help of master card.
Hence this system is suitable for use in places such as supermarkets, where it can help in reducing man power and in creating a better shopping experience for its customers.

           Required components:

1.                                                           1.      PLC Module

2.      LCD display

3.      Power Supply

4.      RFID reader

5.      RfID Tags

6.      Alarm

7.      Ethernet Cable

Function Block



PLC Module

Programmable Logic Controller (PLC) is an Industrial Computer that accepts inputs from switches and sensors, It is a specialized computer used to control machines. It uses programmable memory to store instructions and execute special functions .


LCD display

 

LCD is a display screen for all kinds of CMOS/TTL devices. This word comes from the liquid crystal with different screen size. Any digit from ASCII code is viewable on the module. It supports the custom signs and designs but those require some specific methods and have some limitations



             LCD the registers are used to store the data and commands. The command registers store the data of different functions that can be performed on the screen. The Data registers help to store the data and then pass it to the controller. The Data and command registers are only able to store the operation of basic light control. The liquid crystals are placed between the two glass sheets on the screen. The two sheets are also placed between these sheets. The sheets are used to stop the light.

 

Power Supply

   In this project we can give the power supply AC or DC based on the equipment, for PLC we can give 220v ac or 24v DC, Lcd Display requires Dc supply.

 

      Radio Frequency Identification reader(RFID Reader)

                 Rfid Reader has huge application, It may used in Manufacturing companies, Warehouse, in Colleges for students attendance, Vehicle tracking System etc.

 


RFID or Radio Frequency Identification system consists of two main components, I.e. transponder/tag attached to identified the object, and a Transceiver also known as interrogator/Reader. it has  an antenna which generates high frequency electromagnetic field and also it has microchips that stores and process information.

RfID Tags

RfID tag is a type of tracking System that uses smart barcodes in order to identify objects. To read the information encoded on a tag, it is placed in close proximity to the Reader.


Ethernet cable:

Ethernet is an arrangement of networking technologies and systems used in local area networks (LAN), where computers are connected within a original physical space.  This communication protocol is designed for use in industrial field for automation and process control. It is one of the existing Industrial Ethernet (IE) protocols. These protocols use the standard Ethernet link layer (i.e. cabling) and Internet Protocol (networking layer) coupled with a proprietary application layer protocol. 

Plc Programming Steps:

Step 1: Check the power supply before connecting the module

Step 2: Check all the inputs and outputs which to be connected.

Step 3: Write the program carefully step by step

Step 4: Connect the communication Cable Properly PLC to PC

Step 5: Dump the Program and check all the connection before on the switch

Comments

Popular posts from this blog

Introduction to CSS,Typography

  Introduction to CSS What is CSS? CSS (Cascading Style Sheets) is used to control the style and layout of web pages. It allows you to separate content (HTML) from presentation, enabling better design consistency and easier maintenance. Why Use CSS? Enhances the visual appearance of websites. Makes websites responsive for different devices. Reduces duplication by centralizing styles. Enables consistent design across multiple pages. Types of CSS 1.      Inline CSS o     Applied directly to an HTML element using the style attribute. o     Use When: You want to apply a unique style to a single element. Example: html Code start here <p style="color: red; font-size: 16px;">This is an inline-styled paragraph.</p> 2.      Internal CSS o     Defined within a <style> tag in the <head> section of the HTML document. o  ...

What Is SCADA System

SCADA                 Supervisory Control and Data Acquisition or SCADA is an automation control system used in industries such as energy, oil and gas, water power and many more.         The system has a centralized system that monitors and controls the entire country from industrial plants to plant premises.             The SCADA system works by working with signals that communicate through channels to provide the user with remote control of any device in a system.        There are some essential parts composed of highly controllers and monitoring Systems. 1. SCADA system human machine interface or HMI supervisory system remote terminal units 2. RTu  use programmable logic controllers or PLC and communication infrastructure. HMI processes the data and sends it to the human operator. Where they can monitor or control the system.          The supervi...

Plc (Programmable Logic Controller) Communication/PLC communication protocols/Ethernet/IP

Plc (Programmable Logic Controller) Communication/PLC communication protocols. A program consists of 1 or more instructions that accomplish a task. Before writing the program in plc you'd wish to attach the module with PLC software by using communication port like RS232,Serial Communication,Modbus or Ethernet supported your application. you'd wish to offer the connection to all or any or any your input and out devices, Then you've to write down down the program in plc.. Ladder Logic is that the normal programming language . There are four basic steps within the operation of all PLCs; Input Scan, Program Scan, Output Scan, and Housekeeping. These steps continually happen during a repeating loop.        The communication protocol acts as an agreement between two or more communicating Devices. Extension modules PLC I/O number are often increased through certain additional modules by system extension through a extension lines. In PLC Each module can con...