automation of indexing feature on undercutter product family...the teledyne dalsa camera came with...

1
Automation of Indexing Feature on Undercutter Product Family Gabrijela Uskokovic, John Schultz, Brian Squirek; Instructor: Mohammad S. Shirazi Department of Electrical and Computer Engineering, Washkewicz College of Engineering Cleveland State University Project Sponsor: Martindale Electric Company; Company Supervisor: Linas Biliunas After implementation of our design Before implementation of our design Ligh t Box Boa Camera Stepper Motor Saw Up Saw Retract Saw Advance Index Distance Saw Running Estop Slot Midpoint/Detection PWM PLC/ HMI Ethernet/IP Saw Down Saw Forward Saw Retract Motor/Index Direction Camera Light Machine Slot Midpoint/Detection Saw Up Saw Retract Saw Advance Saw Running The PLC/HMI is given information about the saw position. This information comes from sensors and signals placed on the machine. The saw up signal comes from a prox sensor that we added onto the saw. The slot midpoint detection comes from the camera. The index distance is determined by having the user make two manual cuts. The PLC then determines the distance the stepper motor must be turned and records the value. The stepper motor then turns that distance the next time and if the camera confirms the slot, the cut is made. Overall Design of System Our project was the automation of an undercutter machine. The machine is used to cut slots into worn down commutators so they can be put back into service. Before our design was implemented, the HA-2 undercutter, the machine we worked on, had the operator manually align the blade to each individual slot and manually pull the saw down to complete the cut. Project Scope The Teledyne Dalsa camera came with its own software to program the camera. The software provides a toolbox that we used to detect the slot’s midpoint. We made a detection box and the software will automatically find the center point for us and send that value to the PLC through a Ethernet connection. This value is then used when the slot is being detected. Slot Detection HMI screen prompts user to do two manual cuts to get indexing value. Indexing value stored inside PLC. Number of cuts calculated based off value. Slot center-point position determined by the camera and stored in the PLC. HMI prompts user for running conditions such as speed of motor. Automation starts Motor travels indexing distance. If they all check out then cut! Checks if the stored camera midpoint matches the current measured value. Design Overview Program Flowchart . .

Upload: others

Post on 12-Oct-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Automation of Indexing Feature on Undercutter Product Family...The Teledyne Dalsa camera came with its own software to program the camera. The software provides a toolbox that we used

Automation of Indexing Feature on Undercutter Product FamilyGabrijela Uskokovic, John Schultz, Brian Squirek; Instructor: Mohammad S. Shirazi

Department of Electrical and Computer Engineering, Washkewicz College of Engineering

Cleveland State University

Project Sponsor: Martindale Electric Company; Company Supervisor: Linas Biliunas

After implementation of our design Before implementation of our design

Light

BoxBoa

Camera

Stepper Motor

Saw Up

Saw Retract

Saw Advance

Index Distance

Saw Running

Estop

Slot Midpoint/Detection

PWM

PLC/HMI

Ethernet/IP

Saw Down

Saw Forward

Saw Retract

Motor/Index Direction

Camera Light

Machine

Slot Midpoint/Detection

Saw Up

Saw Retract

Saw Advance

Saw Running

The PLC/HMI is given information about the saw position.This information comes from sensors and signals placed onthe machine. The saw up signal comes from a prox sensorthat we added onto the saw. The slot midpoint detectioncomes from the camera. The index distance is determinedby having the user make two manual cuts. The PLC thendetermines the distance the stepper motor must be turnedand records the value. The stepper motor then turns thatdistance the next time and if the camera confirms the slot,the cut is made.

Overall Design of System

Our project was the automationof an undercutter machine. Themachine is used to cut slots intoworn down commutators so theycan be put back into service.Before our design wasimplemented, the HA-2undercutter, the machine weworked on, had the operatormanually align the blade to eachindividual slot and manually pullthe saw down to complete thecut.

Project Scope

The Teledyne Dalsa camera came with its own software to program the camera. The software provides a toolbox that we used to detect the slot’s midpoint. We made a detection box and the software will automatically find the center point for us and send that value to the PLC through a Ethernet connection. This value is then used when the slot is being detected.

Slot DetectionHMI screen prompts user to do two manual cuts to get indexing value.

Indexing value stored inside PLC. Number of cuts calculated based off value.

Slot center-point position determined by the camera and stored in the PLC.

HMI prompts user for running conditions such as speed of motor.

Automation starts

Motor travels indexing distance.

If they all check out then cut!

Checks if the stored camera midpoint matches the current measured value.

Design Overview

Program Flowchart

..