SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 133
FABRIC DESIGN PATTERN FEEDING THROUGH HUMAN MACHINE
INTERFACE (HMI) FOR AN ELECTRONIC JACQUARD MECHANISM
ON A SEMI-AUTOMATED CONVENTIONAL WEAVING LOOM
S.Rathinavel1
1
Assistant Professor, Department of Electronics, PSG College of Arts & Science, Tamilnadu ,India
Abstract
This work mainly focused on improving performance of a semi-automated weaving loom by replacing conventional cylinder with
solenoid array. A human machine interface (HMI) based system is introduced to ensure design edit on loom without the help of
personal computer (PC). Solenoid arrays are controlled by a HMI and a simple microcontroller instead of PC. The technology
behinds the viewable and editable designs of human machine interface without personal computer are explained. Design patterns
are stored in either SD card or USB memory device in the format of bitmap. All hardware models are simulated and verified
forsemi-automated conventional weaving loom.
Key Words: HMI, Microcontroller, Card, Electronic Jacquard, Solenoid Array, Semi Automated Loom, Fabric Design.
--------------------------------------------------------------------***-------------------------------------------------------------------
1. INTRODUCTION
The conventional mechanical Jacquard has cylinder to feed
design pattern on fabric from punch card. The mechanical
operation of the cylinder leads to very high temperature in
the cabinet of jacquard machine. The existing electronic
jacquard has no option to edit the design pattern on running
condition of the loom and no option to vary the data transfer
except few predefined baud rate like 4800bps, 9600bps and
so on. The weaving speed of a loom mainly depends on the
capable speed of jacquard machine [1]. The temperature of
the jacquard machine cabinet never exceeded 48°C [2]. The
proposed system has Solenoid array instead of cylinder. As
a result it will reduce cabinet temperature significantly. The
solenoid array is an external electronic unit and driven by a
HMI instead of PC. Solenoids are energized according to
bitmap file which is designed by CAD software. HMI reads
the information of each row of a bitmap file. This
information sends to the solenoid array to lift the
corresponding warp ends (threads). Finally, appropriate
designs are created on fabric.
The price of an electronic jacquard mechanism is too high
because of the technology and large numbers of solenoids
are involved in the process of design selection [3]. The
designs which are designed in CAD can be edited by human
machine interface itself without any help of PC. HMIs are
used to display the entire design with highlighting the current
row of the design to be sent to jacquard mechanism.
The operating software of HMI is responsible to display a
pattern design and also to edit the design. The operating
software includes various function keys for forward and
reverses over the design to enhance the features of proposed
electronic system. The main objective of this work is
therefore to improve the response time of a jacquard
mechanism, in that mechanical cylinder is replaced by a
solenoid array and design patterns are displayed by HMI.
The functional block diagram is presented to visualize the
entire system. The communication between the system
components is then explained. The operation software of
HMI is not the concern of this study. Communication of
HMI with solenoid arrays is also presented. Data latch
Modules (DLM) is played a major role in data feeding
process. Finally, HMI is used to view the entire fabric
design which would be going to weave on fabric and it is
also used to edit the design.
2. METHOD OF EXPERIMENT
The system consist of
1. System bus
2. HMI
3. SD Card
4. Microcontroller
5. Solenoids and
6. Data Latch IC.
Fabric designs are displayed in HMI and current row of the
design is highlighted for the convenient of weaver. It
communicates with microcontroller which is inside the
control unit. The controller uses four ports to latch the digital
values in the Data Latch Modules. Among these four ports
three for output port and rest one for input port. All the ports
are eight bit wide.
There are three types of buses involved in the system like
address bus, data bus and control bus. If the size of the address
bus is increased, the addressing capability of the system will
increase significantly. It can be explained using the following
formula.
Addressing capacity of the system = 2n
Where n is the size of the address bus.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 134
For example, n=2 then addressing capacity of the system is
4 locations. If n = 16 then addressing capacity of the system
will be 65536 locations. Here, the size of the data bus is 8
bit, control buses are used only when interrupt occur.
Latch IC 74L373 is responsible to energize a set of eight
solenoids in a solenoid array. For example, a pattern need
120 hooks to complete its design without any repeat, then
the required number of latch IC will be 120/8=15. Similar
calculation will be carried out for any number of hooks. The
operation of the entire system extremely depends on its
software. Three type of software used to run the entire
system, they are
[1]. CAD – Computer Aided Design software is used to
design the pattern in the format of any one of the
standard picture file like bmp, tiff and so on. In textile
industry, TexGraphics, Textronics, CadVantage Win
Jacquard, AutoTex are mainly used to design patterns
[4].
[2]. HMI Screen Editor Software- It reads the standard
picture file, displays on the screen and finally sends to
design selection control unit.
[3]. icrocontroller Code -The software inside the
microcontroller is responsible for receiving the serial
data, finally parallelized data sending to solenoid matrix
through low level Data Latch Modules to implement the
design pattern on fabric, must receive feedback signals
from a Latch Modules and monitor the entire process by
evaluating feedback signals.
Fig.1
simplified block diagram proposed system.
3. HMI MONITORING
The picture file (bmp) stored SD card is inserted in to HMI,
the operation software of HMI reads the picture file and
displays on the screen. The number of pixels in a row of the
picture is equal to number of hooks in a jacquard
mechanism but there is no limitation for rows in a picture, it
is because number of rows in a picture purely depends on
size of the design. HMI is not only displayed the design
pattern on the screen but also highlighted current row which
would embossed on fabric. HMI sends the information of
the image byte by byte to the microcontroller then
microcontroller will latch by low level data latch modules.
Fig.2. Sample pattern design.
Fig.3. Actual design on fabric with multiple repeats of base
design.
Three 8-bit digital output ports and one 8-bit digital input
port are used to communicate with DLM. Two eight bit
output ports of the microcontroller are used for address bus.
Another eight bit output port is used for data bus. Once data
are lied on data bus and its address on address bus, the
values on data bus are latched by the corresponding DLM
module to the address pointed by the instant value at the
address bus.
Chart -1: Merits of proposed system
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 135
4. DATA FEEDING
Latch Module is the central part of electronic jacquard
machine. Here the data feed to LM is sequence method
instead of unique module address to identify the LMs. In the
case of module address method there is a need to set jumper
arrangement in the module and each address should compare
with module address by a comparator.It is an unnecessary
thing to feed data just 8x8=64 solenoids. This method is
not suitable for which machines runs at higher RPM due to
because 8-bit address comparator compares the address with
module address which is set by jumpers. There is a problem
in the unique module address method is jumper setting. It is
not easy to setting the address for each module and it should
be maintain forever. There will be a change to getting alter
jumper setting by the weaver.
Fig 4. Data Latch Module.
Proposed system efficiently overcomes this problem, with
two 4x16 decoder and 256 latch ICs. Each latch IC has eight
bit. A 4x16 decoder connected with sixteen latch-ICs in
order to control 16x8=128 solenoids. Totally sixteen 4x16
decoders are sits on the 4 bit(lower nibble of portB) bus
which counts from 00H(0000 0000b) to 0FH(0000 1111b)
higher nibble connection is no needed , these 4x16 decoders
are enabled by a master 4x16 decoder which also counts from
00H(0000 0000b) to 0FH(0000 1111b). It is connected with
portC, higher nibble connection is no needed. Each latch-IC
sits on the data bus. Totally 16x16x8=2048 solenoids are
involved in this work, increasing the number of solenoids
increases the resolution of the fabric design.
Fig. 5 Illustration shows Latch Module with solenoid array.
Table -1: Data feeding error
OPERATING FREQUENCY % OF ERROR
10 KHz 0.003
50 KHz 0.019
1MHz 0.043
4MHz 0.13
8MHz 0.72
20MHz 1.8
5. SOLENOID DRIVER
The latch modules unable to drive the solenoids directly
solenoids it is because the output of the latch module signal
is TTL level. A Darlington pair is used to drive the solenoid
directly. It is the name given to a pair of similar transistors
so connected that emitter of one is directly joined to the base
of the other. Darlington connection can be considered
equivalent to two cascaded emitter followers.
Fig 6. Solenoid Driver
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 136
The current gain of a Darlington pair is
Ai = IE.2/ IB.1=β1. β2= β2
For high current amplification, Darlington pair is required.
For instance, if the number of picks in a design is 240, then the
same numbers of punched cards are needed to implement the
design on fabric. There are two process are involved in the
preparation of punched cards. They are card making and card
cutting processes, the manual card making process for 240
cards will take 64 minutes and also the manual card cutting
process for 240 cards will take 110 minutes [5]. The proposed
system having neither the card making process nor the card
cutting process, it was taken only few 500 mille seconds to
transfer the data from bmp image file to solenoid array.
6. DISCUSSION & CONCLUSION
The total time saved by use of this work was calculated and
compared with previous methods. The total percentage of time
saved by use of the developed system varied from 90% to
230% based on number of hooks when compared with
Electronic jacquard without HMI.
Time taken to edit fabric design
Methods
For
120
hooks
/card
or
/row
For
240
hooks
/card
or
/row
For
400
hook
s
/card
or
/row
For
800
hook
s
/card
or
/row
For
1600
hook
s
/card
or
/row
For
2400
hook
s
/card
or
/row
Manual
punch
method
2.9
hrs
3.3
hrs
4.1
hrs
4.8
hrs
5.3
hrs
5.6
hrs
Automati
c punch
method
57mi
n
1.2hr
s
1.3
hrs
1.5
hrs
1.7
hrs
2.1
hrs
Electronic
jacquard
without
HMI
20
min
30
min
37
min
42
min
49
min
53
min
Electronic
jacquard
with HMI
6
min
10
min
13
min
17
min
22
min
28
min
The proposed system improved the performance of a semi-
automated weaving loom by replacing mechanical cylinder
with solenoids in a jacquard mechanism. It reduced time to
implement a new pattern on fabric and reduced machine
temperature significantly. The cabinet temperature never
exceeded 42°C on full day running condition. The proposed
system replaces the pc by a HMI and a simple
microcontroller. HMI enhance the system by the means of
display. The display helps to view the current design pattern
on the fabric to be weaved and it can be edited by the user
without PC and CAD software. It saves valuable time. Data
feeding rate can be easily modified by microcontroller
coding based on the stroke time of the loom. Also the speed
of data feed can be changed by varying the RC value of the
oscillator.
REFERENCES
[1]. Fox, T. “Mechanism of Weaving. Bombay”, Universal
Publishing Co (1993).
[2]. J. M. Jin, Y. Z. Yu, Z. X. Jin, B. C. Zhang, "Design and
Implementation of Electronic Jacquard Cylinder",
Applied Mechanics and Materials, Vols. 220-223, pp.
934-938, (Nov. 2012).
[3]. Dulger, M.” Design of a PC Driven Selection Box for a
Jacquard Mechanism on a Conventional Carpet
Weaving LoomInt.J.Eng.Research&
Development,Vol.1,No.2,June 2009.
[4]. R G Panneerselvam, “Use of MS paint for jacquard
graph designing and printing” Indian j fiber &Tex Res
38(2013)186.
[5]. K. Shanmugasundram, M. Prakash “Study on impact of
CAD/CAM tools on production of punched cards by
Indian silk saree designer for Handloom
industry”Procida CIRP 1 (2014) 818-823 ELSEVIER.
BIOGRAPHIES
Mr.S.Rathinavel, currently working as an
Assistant Professor in Electronics. He
received MSc and MPhil in the year of 2006
and 2007 respectively. Also he has cleared
UGC – NET in the year of 2013. His field of
interest is Embedded System and Virtual
Instrumentation.

More Related Content

What's hot

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...
ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...
ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...IJCSEIT Journal
 
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...IRJET Journal
 
A Modern Technique for Unauthorized Human Detection and Intimation
A Modern Technique for Unauthorized Human Detection and IntimationA Modern Technique for Unauthorized Human Detection and Intimation
A Modern Technique for Unauthorized Human Detection and Intimationijtsrd
 
IRJET- ROI based Automated Meter Reading System using Python
IRJET-  	  ROI based Automated Meter Reading System using PythonIRJET-  	  ROI based Automated Meter Reading System using Python
IRJET- ROI based Automated Meter Reading System using PythonIRJET Journal
 
11.[29 40]design and implementation of a low cost digital bus passenger counter
11.[29 40]design and implementation of a low cost digital bus passenger counter11.[29 40]design and implementation of a low cost digital bus passenger counter
11.[29 40]design and implementation of a low cost digital bus passenger counterAlexander Decker
 
Designing of telecommand system using system on chip soc for spacecraft contr...
Designing of telecommand system using system on chip soc for spacecraft contr...Designing of telecommand system using system on chip soc for spacecraft contr...
Designing of telecommand system using system on chip soc for spacecraft contr...IAEME Publication
 
IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLAB
IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLABIRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLAB
IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLABIRJET Journal
 
Design and Analysis of High Performance Floating Point Arithmetic Unit
Design and Analysis of High Performance Floating Point Arithmetic UnitDesign and Analysis of High Performance Floating Point Arithmetic Unit
Design and Analysis of High Performance Floating Point Arithmetic Unitijtsrd
 
I0333043049
I0333043049I0333043049
I0333043049theijes
 
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...Associate Professor in VSB Coimbatore
 
IRJET - A Detailed Review of Different Handwriting Recognition Methods
IRJET -  	  A Detailed Review of Different Handwriting Recognition MethodsIRJET -  	  A Detailed Review of Different Handwriting Recognition Methods
IRJET - A Detailed Review of Different Handwriting Recognition MethodsIRJET Journal
 
An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...
An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...
An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...IJMTST Journal
 
IRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level ProcessIRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level ProcessIRJET Journal
 
Dynamic vehicle traffic management system
Dynamic vehicle traffic management systemDynamic vehicle traffic management system
Dynamic vehicle traffic management systemeSAT Journals
 

What's hot (18)

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...
ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...
ALGORITHMIC AND ARCHITECTURAL OPTIMIZATION OF A 3D RECONSTRUCTION MEDICAL IMA...
 
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
 
myrep
myrepmyrep
myrep
 
A Modern Technique for Unauthorized Human Detection and Intimation
A Modern Technique for Unauthorized Human Detection and IntimationA Modern Technique for Unauthorized Human Detection and Intimation
A Modern Technique for Unauthorized Human Detection and Intimation
 
IRJET- ROI based Automated Meter Reading System using Python
IRJET-  	  ROI based Automated Meter Reading System using PythonIRJET-  	  ROI based Automated Meter Reading System using Python
IRJET- ROI based Automated Meter Reading System using Python
 
11.[29 40]design and implementation of a low cost digital bus passenger counter
11.[29 40]design and implementation of a low cost digital bus passenger counter11.[29 40]design and implementation of a low cost digital bus passenger counter
11.[29 40]design and implementation of a low cost digital bus passenger counter
 
Designing of telecommand system using system on chip soc for spacecraft contr...
Designing of telecommand system using system on chip soc for spacecraft contr...Designing of telecommand system using system on chip soc for spacecraft contr...
Designing of telecommand system using system on chip soc for spacecraft contr...
 
IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLAB
IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLABIRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLAB
IRJET- Designing of OCR Tool Box for Decoding Vehicle Number Plate using MATLAB
 
Design and Analysis of High Performance Floating Point Arithmetic Unit
Design and Analysis of High Performance Floating Point Arithmetic UnitDesign and Analysis of High Performance Floating Point Arithmetic Unit
Design and Analysis of High Performance Floating Point Arithmetic Unit
 
I0333043049
I0333043049I0333043049
I0333043049
 
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
 
IRJET - A Detailed Review of Different Handwriting Recognition Methods
IRJET -  	  A Detailed Review of Different Handwriting Recognition MethodsIRJET -  	  A Detailed Review of Different Handwriting Recognition Methods
IRJET - A Detailed Review of Different Handwriting Recognition Methods
 
An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...
An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...
An Efficient Model to Identify A Vehicle by Recognizing the Alphanumeric Char...
 
Ah4301185187
Ah4301185187Ah4301185187
Ah4301185187
 
IRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level ProcessIRJET- Advanced Control Strategies for Mold Level Process
IRJET- Advanced Control Strategies for Mold Level Process
 
Dynamic vehicle traffic management system
Dynamic vehicle traffic management systemDynamic vehicle traffic management system
Dynamic vehicle traffic management system
 
LED MATRIX SCROLLING
LED MATRIX SCROLLING LED MATRIX SCROLLING
LED MATRIX SCROLLING
 

Viewers also liked

Development Of Jacquard Design Through Computer Aided Design Cad Weaving
Development Of Jacquard Design Through Computer Aided Design Cad WeavingDevelopment Of Jacquard Design Through Computer Aided Design Cad Weaving
Development Of Jacquard Design Through Computer Aided Design Cad WeavingWeMited Innovations Pvt. Ltd
 
Industry-forum 2011 PARTsolutions MTB
Industry-forum 2011 PARTsolutions MTBIndustry-forum 2011 PARTsolutions MTB
Industry-forum 2011 PARTsolutions MTBCADENAS
 
Dad's interview Auto Professional Magazine
Dad's interview Auto Professional MagazineDad's interview Auto Professional Magazine
Dad's interview Auto Professional MagazineMonali Yewale
 
Double lift and single cylinder
Double lift and single cylinderDouble lift and single cylinder
Double lift and single cylinderashutosh2229
 
Next to the touchscreen
Next to the touchscreenNext to the touchscreen
Next to the touchscreenRashmi Fartode
 
Simplex machine. Roving, sliver
Simplex machine. Roving, sliverSimplex machine. Roving, sliver
Simplex machine. Roving, sliversrsujandiu
 
Jacquard Loom - Power Point Presentation
Jacquard Loom - Power Point PresentationJacquard Loom - Power Point Presentation
Jacquard Loom - Power Point PresentationBobbi Billard
 
Effluent Treatment Plant(ETP)
Effluent Treatment Plant(ETP)Effluent Treatment Plant(ETP)
Effluent Treatment Plant(ETP)Nishith Tripathi
 
Definition of Business Infrastructure
Definition of Business InfrastructureDefinition of Business Infrastructure
Definition of Business InfrastructureEquilibria, Inc.
 
How to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksHow to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksSlideShare
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShareSlideShare
 

Viewers also liked (16)

Development Of Jacquard Design Through Computer Aided Design Cad Weaving
Development Of Jacquard Design Through Computer Aided Design Cad WeavingDevelopment Of Jacquard Design Through Computer Aided Design Cad Weaving
Development Of Jacquard Design Through Computer Aided Design Cad Weaving
 
Industry-forum 2011 PARTsolutions MTB
Industry-forum 2011 PARTsolutions MTBIndustry-forum 2011 PARTsolutions MTB
Industry-forum 2011 PARTsolutions MTB
 
Dad's interview Auto Professional Magazine
Dad's interview Auto Professional MagazineDad's interview Auto Professional Magazine
Dad's interview Auto Professional Magazine
 
Single lift single cylinder(SLSC) jacquard
Single lift single  cylinder(SLSC) jacquardSingle lift single  cylinder(SLSC) jacquard
Single lift single cylinder(SLSC) jacquard
 
Double lift double cylinder jacquard
Double lift double cylinder jacquard Double lift double cylinder jacquard
Double lift double cylinder jacquard
 
Double lift and single cylinder
Double lift and single cylinderDouble lift and single cylinder
Double lift and single cylinder
 
Next to the touchscreen
Next to the touchscreenNext to the touchscreen
Next to the touchscreen
 
Simplex machine. Roving, sliver
Simplex machine. Roving, sliverSimplex machine. Roving, sliver
Simplex machine. Roving, sliver
 
Jacquard Loom - Power Point Presentation
Jacquard Loom - Power Point PresentationJacquard Loom - Power Point Presentation
Jacquard Loom - Power Point Presentation
 
A review of jacquard fabric
A review of jacquard fabricA review of jacquard fabric
A review of jacquard fabric
 
Process control of weaving
Process control of weaving Process control of weaving
Process control of weaving
 
Mercerization
MercerizationMercerization
Mercerization
 
Effluent Treatment Plant(ETP)
Effluent Treatment Plant(ETP)Effluent Treatment Plant(ETP)
Effluent Treatment Plant(ETP)
 
Definition of Business Infrastructure
Definition of Business InfrastructureDefinition of Business Infrastructure
Definition of Business Infrastructure
 
How to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksHow to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & Tricks
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShare
 

Similar to Fabric design pattern feeding through human machine interface (hmi) for an electronic jacquard mechanism on a semi automated conventional weaving loom

A Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmA Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmIOSR Journals
 
IMPLEMENTATION OF USER INTERFACE FOR MICROPROCESSOR TRAINER
IMPLEMENTATION OF USER INTERFACE FOR MICROPROCESSOR TRAINER IMPLEMENTATION OF USER INTERFACE FOR MICROPROCESSOR TRAINER
IMPLEMENTATION OF USER INTERFACE FOR MICROPROCESSOR TRAINER cscpconf
 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemIJRESJOURNAL
 
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...IJSRD
 
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...IJSRD
 
Embedded systems class notes
Embedded systems  class notes Embedded systems  class notes
Embedded systems class notes Dr.YNM
 
3d printer for future @1000KV Technologies 9030844877
3d printer for future @1000KV Technologies 90308448773d printer for future @1000KV Technologies 9030844877
3d printer for future @1000KV Technologies 90308448771000kv technologies
 
Km60 3d printer base paper (wecompress)
Km60 3d printer base paper (wecompress)Km60 3d printer base paper (wecompress)
Km60 3d printer base paper (wecompress)1000kv technologies
 
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...IRJET Journal
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...researchinventy
 
Research Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and ScienceResearch Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and Scienceresearchinventy
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTIRJET Journal
 
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINESYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINEVLSICS Design
 
Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Alexander Decker
 
PID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed ControlPID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed Controlrahulmonikasharma
 
Design and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN busDesign and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN busIJRES Journal
 
Developing a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDeveloping a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDr. Amarjeet Singh
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETcseij
 

Similar to Fabric design pattern feeding through human machine interface (hmi) for an electronic jacquard mechanism on a semi automated conventional weaving loom (20)

A Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmA Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition Algorithm
 
IMPLEMENTATION OF USER INTERFACE FOR MICROPROCESSOR TRAINER
IMPLEMENTATION OF USER INTERFACE FOR MICROPROCESSOR TRAINER IMPLEMENTATION OF USER INTERFACE FOR MICROPROCESSOR TRAINER
IMPLEMENTATION OF USER INTERFACE FOR MICROPROCESSOR TRAINER
 
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
 
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
 
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
Control of Industrial Pneumatic & Hydraulic Systems using Serial Communicatio...
 
Embedded systems class notes
Embedded systems  class notes Embedded systems  class notes
Embedded systems class notes
 
3d printer for future @1000KV Technologies 9030844877
3d printer for future @1000KV Technologies 90308448773d printer for future @1000KV Technologies 9030844877
3d printer for future @1000KV Technologies 9030844877
 
Km60 3d printer base paper (wecompress)
Km60 3d printer base paper (wecompress)Km60 3d printer base paper (wecompress)
Km60 3d printer base paper (wecompress)
 
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
 
I010315760
I010315760I010315760
I010315760
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...
 
Research Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and ScienceResearch Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and Science
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOT
 
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINESYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
SYSTEM ON PROGRAMMABLE CHIP FOR PERFOMANCE ESTIMATION OF LOOM MACHINE
 
Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...
 
PID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed ControlPID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed Control
 
Implementation of MAC using Modified Booth Algorithm
Implementation of MAC using Modified Booth AlgorithmImplementation of MAC using Modified Booth Algorithm
Implementation of MAC using Modified Booth Algorithm
 
Design and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN busDesign and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN bus
 
Developing a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDeveloping a Humanoid Robot Platform
Developing a Humanoid Robot Platform
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 

Recently uploaded (20)

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 

Fabric design pattern feeding through human machine interface (hmi) for an electronic jacquard mechanism on a semi automated conventional weaving loom

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 133 FABRIC DESIGN PATTERN FEEDING THROUGH HUMAN MACHINE INTERFACE (HMI) FOR AN ELECTRONIC JACQUARD MECHANISM ON A SEMI-AUTOMATED CONVENTIONAL WEAVING LOOM S.Rathinavel1 1 Assistant Professor, Department of Electronics, PSG College of Arts & Science, Tamilnadu ,India Abstract This work mainly focused on improving performance of a semi-automated weaving loom by replacing conventional cylinder with solenoid array. A human machine interface (HMI) based system is introduced to ensure design edit on loom without the help of personal computer (PC). Solenoid arrays are controlled by a HMI and a simple microcontroller instead of PC. The technology behinds the viewable and editable designs of human machine interface without personal computer are explained. Design patterns are stored in either SD card or USB memory device in the format of bitmap. All hardware models are simulated and verified forsemi-automated conventional weaving loom. Key Words: HMI, Microcontroller, Card, Electronic Jacquard, Solenoid Array, Semi Automated Loom, Fabric Design. --------------------------------------------------------------------***------------------------------------------------------------------- 1. INTRODUCTION The conventional mechanical Jacquard has cylinder to feed design pattern on fabric from punch card. The mechanical operation of the cylinder leads to very high temperature in the cabinet of jacquard machine. The existing electronic jacquard has no option to edit the design pattern on running condition of the loom and no option to vary the data transfer except few predefined baud rate like 4800bps, 9600bps and so on. The weaving speed of a loom mainly depends on the capable speed of jacquard machine [1]. The temperature of the jacquard machine cabinet never exceeded 48°C [2]. The proposed system has Solenoid array instead of cylinder. As a result it will reduce cabinet temperature significantly. The solenoid array is an external electronic unit and driven by a HMI instead of PC. Solenoids are energized according to bitmap file which is designed by CAD software. HMI reads the information of each row of a bitmap file. This information sends to the solenoid array to lift the corresponding warp ends (threads). Finally, appropriate designs are created on fabric. The price of an electronic jacquard mechanism is too high because of the technology and large numbers of solenoids are involved in the process of design selection [3]. The designs which are designed in CAD can be edited by human machine interface itself without any help of PC. HMIs are used to display the entire design with highlighting the current row of the design to be sent to jacquard mechanism. The operating software of HMI is responsible to display a pattern design and also to edit the design. The operating software includes various function keys for forward and reverses over the design to enhance the features of proposed electronic system. The main objective of this work is therefore to improve the response time of a jacquard mechanism, in that mechanical cylinder is replaced by a solenoid array and design patterns are displayed by HMI. The functional block diagram is presented to visualize the entire system. The communication between the system components is then explained. The operation software of HMI is not the concern of this study. Communication of HMI with solenoid arrays is also presented. Data latch Modules (DLM) is played a major role in data feeding process. Finally, HMI is used to view the entire fabric design which would be going to weave on fabric and it is also used to edit the design. 2. METHOD OF EXPERIMENT The system consist of 1. System bus 2. HMI 3. SD Card 4. Microcontroller 5. Solenoids and 6. Data Latch IC. Fabric designs are displayed in HMI and current row of the design is highlighted for the convenient of weaver. It communicates with microcontroller which is inside the control unit. The controller uses four ports to latch the digital values in the Data Latch Modules. Among these four ports three for output port and rest one for input port. All the ports are eight bit wide. There are three types of buses involved in the system like address bus, data bus and control bus. If the size of the address bus is increased, the addressing capability of the system will increase significantly. It can be explained using the following formula. Addressing capacity of the system = 2n Where n is the size of the address bus.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 134 For example, n=2 then addressing capacity of the system is 4 locations. If n = 16 then addressing capacity of the system will be 65536 locations. Here, the size of the data bus is 8 bit, control buses are used only when interrupt occur. Latch IC 74L373 is responsible to energize a set of eight solenoids in a solenoid array. For example, a pattern need 120 hooks to complete its design without any repeat, then the required number of latch IC will be 120/8=15. Similar calculation will be carried out for any number of hooks. The operation of the entire system extremely depends on its software. Three type of software used to run the entire system, they are [1]. CAD – Computer Aided Design software is used to design the pattern in the format of any one of the standard picture file like bmp, tiff and so on. In textile industry, TexGraphics, Textronics, CadVantage Win Jacquard, AutoTex are mainly used to design patterns [4]. [2]. HMI Screen Editor Software- It reads the standard picture file, displays on the screen and finally sends to design selection control unit. [3]. icrocontroller Code -The software inside the microcontroller is responsible for receiving the serial data, finally parallelized data sending to solenoid matrix through low level Data Latch Modules to implement the design pattern on fabric, must receive feedback signals from a Latch Modules and monitor the entire process by evaluating feedback signals. Fig.1 simplified block diagram proposed system. 3. HMI MONITORING The picture file (bmp) stored SD card is inserted in to HMI, the operation software of HMI reads the picture file and displays on the screen. The number of pixels in a row of the picture is equal to number of hooks in a jacquard mechanism but there is no limitation for rows in a picture, it is because number of rows in a picture purely depends on size of the design. HMI is not only displayed the design pattern on the screen but also highlighted current row which would embossed on fabric. HMI sends the information of the image byte by byte to the microcontroller then microcontroller will latch by low level data latch modules. Fig.2. Sample pattern design. Fig.3. Actual design on fabric with multiple repeats of base design. Three 8-bit digital output ports and one 8-bit digital input port are used to communicate with DLM. Two eight bit output ports of the microcontroller are used for address bus. Another eight bit output port is used for data bus. Once data are lied on data bus and its address on address bus, the values on data bus are latched by the corresponding DLM module to the address pointed by the instant value at the address bus. Chart -1: Merits of proposed system
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 135 4. DATA FEEDING Latch Module is the central part of electronic jacquard machine. Here the data feed to LM is sequence method instead of unique module address to identify the LMs. In the case of module address method there is a need to set jumper arrangement in the module and each address should compare with module address by a comparator.It is an unnecessary thing to feed data just 8x8=64 solenoids. This method is not suitable for which machines runs at higher RPM due to because 8-bit address comparator compares the address with module address which is set by jumpers. There is a problem in the unique module address method is jumper setting. It is not easy to setting the address for each module and it should be maintain forever. There will be a change to getting alter jumper setting by the weaver. Fig 4. Data Latch Module. Proposed system efficiently overcomes this problem, with two 4x16 decoder and 256 latch ICs. Each latch IC has eight bit. A 4x16 decoder connected with sixteen latch-ICs in order to control 16x8=128 solenoids. Totally sixteen 4x16 decoders are sits on the 4 bit(lower nibble of portB) bus which counts from 00H(0000 0000b) to 0FH(0000 1111b) higher nibble connection is no needed , these 4x16 decoders are enabled by a master 4x16 decoder which also counts from 00H(0000 0000b) to 0FH(0000 1111b). It is connected with portC, higher nibble connection is no needed. Each latch-IC sits on the data bus. Totally 16x16x8=2048 solenoids are involved in this work, increasing the number of solenoids increases the resolution of the fabric design. Fig. 5 Illustration shows Latch Module with solenoid array. Table -1: Data feeding error OPERATING FREQUENCY % OF ERROR 10 KHz 0.003 50 KHz 0.019 1MHz 0.043 4MHz 0.13 8MHz 0.72 20MHz 1.8 5. SOLENOID DRIVER The latch modules unable to drive the solenoids directly solenoids it is because the output of the latch module signal is TTL level. A Darlington pair is used to drive the solenoid directly. It is the name given to a pair of similar transistors so connected that emitter of one is directly joined to the base of the other. Darlington connection can be considered equivalent to two cascaded emitter followers. Fig 6. Solenoid Driver
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 136 The current gain of a Darlington pair is Ai = IE.2/ IB.1=β1. β2= β2 For high current amplification, Darlington pair is required. For instance, if the number of picks in a design is 240, then the same numbers of punched cards are needed to implement the design on fabric. There are two process are involved in the preparation of punched cards. They are card making and card cutting processes, the manual card making process for 240 cards will take 64 minutes and also the manual card cutting process for 240 cards will take 110 minutes [5]. The proposed system having neither the card making process nor the card cutting process, it was taken only few 500 mille seconds to transfer the data from bmp image file to solenoid array. 6. DISCUSSION & CONCLUSION The total time saved by use of this work was calculated and compared with previous methods. The total percentage of time saved by use of the developed system varied from 90% to 230% based on number of hooks when compared with Electronic jacquard without HMI. Time taken to edit fabric design Methods For 120 hooks /card or /row For 240 hooks /card or /row For 400 hook s /card or /row For 800 hook s /card or /row For 1600 hook s /card or /row For 2400 hook s /card or /row Manual punch method 2.9 hrs 3.3 hrs 4.1 hrs 4.8 hrs 5.3 hrs 5.6 hrs Automati c punch method 57mi n 1.2hr s 1.3 hrs 1.5 hrs 1.7 hrs 2.1 hrs Electronic jacquard without HMI 20 min 30 min 37 min 42 min 49 min 53 min Electronic jacquard with HMI 6 min 10 min 13 min 17 min 22 min 28 min The proposed system improved the performance of a semi- automated weaving loom by replacing mechanical cylinder with solenoids in a jacquard mechanism. It reduced time to implement a new pattern on fabric and reduced machine temperature significantly. The cabinet temperature never exceeded 42°C on full day running condition. The proposed system replaces the pc by a HMI and a simple microcontroller. HMI enhance the system by the means of display. The display helps to view the current design pattern on the fabric to be weaved and it can be edited by the user without PC and CAD software. It saves valuable time. Data feeding rate can be easily modified by microcontroller coding based on the stroke time of the loom. Also the speed of data feed can be changed by varying the RC value of the oscillator. REFERENCES [1]. Fox, T. “Mechanism of Weaving. Bombay”, Universal Publishing Co (1993). [2]. J. M. Jin, Y. Z. Yu, Z. X. Jin, B. C. Zhang, "Design and Implementation of Electronic Jacquard Cylinder", Applied Mechanics and Materials, Vols. 220-223, pp. 934-938, (Nov. 2012). [3]. Dulger, M.” Design of a PC Driven Selection Box for a Jacquard Mechanism on a Conventional Carpet Weaving LoomInt.J.Eng.Research& Development,Vol.1,No.2,June 2009. [4]. R G Panneerselvam, “Use of MS paint for jacquard graph designing and printing” Indian j fiber &Tex Res 38(2013)186. [5]. K. Shanmugasundram, M. Prakash “Study on impact of CAD/CAM tools on production of punched cards by Indian silk saree designer for Handloom industry”Procida CIRP 1 (2014) 818-823 ELSEVIER. BIOGRAPHIES Mr.S.Rathinavel, currently working as an Assistant Professor in Electronics. He received MSc and MPhil in the year of 2006 and 2007 respectively. Also he has cleared UGC – NET in the year of 2013. His field of interest is Embedded System and Virtual Instrumentation.