wireless user interface for variable frequency drives

18
Wireless User Interface for Variable Frequency Drives Team 168 Alex Shuster (EE) Michael Kloter (EE) Christopher Perugini (EE) Kevin Wei (EngPhys - EE) Sponsor: Lenze Advisor: Professor John Chandy

Upload: ajaxe

Post on 16-Jan-2016

50 views

Category:

Documents


0 download

DESCRIPTION

Sponsor: Lenze Advisor : Professor John Chandy. Wireless User Interface for Variable Frequency Drives. Team 168 Alex Shuster (EE) Michael Kloter (EE) Christopher Perugini (EE) Kevin Wei ( EngPhys - EE). Outline. Lenze Existing Problems Deliverables Solution Wireless Hardware - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Wireless User Interface for Variable Frequency Drives

Wireless User Interface for Variable Frequency Drives

Team 168Alex Shuster (EE)Michael Kloter (EE)Christopher Perugini (EE)Kevin Wei (EngPhys - EE)

Sponsor: Lenze Advisor: Professor John Chandy

Page 2: Wireless User Interface for Variable Frequency Drives

Outline• Lenze

• Existing Problems

• Deliverables

• Solution▫Wireless▫Hardware

▫Network Topology

▫Transmission

▫Adaptation

• Budget

• Project Summary

Page 3: Wireless User Interface for Variable Frequency Drives

Lenze

Provide Motor Control Solutions• Automotive Construction• Robotics• Manufacturing and Packaging

Variable Frequency Drives• Speed and Control System for AC motor

Page 4: Wireless User Interface for Variable Frequency Drives

Existing Problems and Deliverables

Current Problems• Hardwired Communication• Manually Set Parameters• Limited Accessibility

Objectives • Develop VFD Wireless Interface• Maximize Transmission Distance• Multi VFD Operation• Industrial Grade

Page 5: Wireless User Interface for Variable Frequency Drives

Wireless SolutionCommunication Options:

• Wi-Fi• Bluetooth• ZigBee

Wireless Communication Choice: ZigBee• 10-100m / Node • Unlimited Range Extension• Low Cost• Industrial Operation

Page 6: Wireless User Interface for Variable Frequency Drives

Hardware Solution

B&B Electronics USOPTL4• USB Serial Converter• Transforms Serial

Signal to RS-485

Sparkfun ATMega128RFA1• MCU and ZigBee

Transceiver Combo• Cost Effective• Compact Size

Page 7: Wireless User Interface for Variable Frequency Drives

Hardware ConstraintsMCU/Transceiver:

• Communicates using TTL levels• VFD requires RS-485 levels

Reference Voltage Conflict: RS-485 vs TTL

Solution:• Breakout Board Switching• MCU Code Modification

RS-485 TTL

High Reference Level

+200mV Differential 3.3V

Low Reference Level

-200mV Differential 0V

Page 8: Wireless User Interface for Variable Frequency Drives

Software Stack Solution

• Basic Data Services

• Routing

• Power Management

• Network Management

• Data Failure Correction

• Message Payload Formatting

• Advanced Security

• MCU Power Management

• Hardware Peripheral Interface

Lightweight Mesh

Page 9: Wireless User Interface for Variable Frequency Drives

Transceiver Scheme SelectionOptions:• FIFO Byte by Byte

▫Buffer vectors inserted in payload frame as received• FIFO Message

▫Waits for full message before sent to payload frame

Framing Choice: FIFO Byte by Byte• Simplicity

Page 10: Wireless User Interface for Variable Frequency Drives

Transmission Options

Predefined Buffer Size•Transmits when buffer filled

Variable Buffer Size•Transmits when timer triggered

Real Time Transmission•Transmit data as received

Page 11: Wireless User Interface for Variable Frequency Drives

Real Time Transmission

Easiest Method:•Each data byte transmitted to the VFD

once received from the computer

Most Convenient Method:

•Easily adaptable to other applications

•Will not restrict the use for future products

Page 12: Wireless User Interface for Variable Frequency Drives

Indirect Adaptation

Page 13: Wireless User Interface for Variable Frequency Drives

Indirect Adaptation

Problems:

•Added Costs•RS232/RS485 Converter Bulky

Solutions:•Direct Adaptation•Modify Code to Half Duplex•Incorporate GPIO from MCU

Page 14: Wireless User Interface for Variable Frequency Drives

Direct Adaptation

Tx/Rx Control:•Tell RS485/TTL Transceiver when to

Send/Receive ▫ Incorporate GPIO from MCU

Page 15: Wireless User Interface for Variable Frequency Drives

Direct Adaptation

TX/RX Control

TX/RX Control

RS485 to TTL

MCU+

Transceiver

TTL toRS485

MCU+

Transceiver

Computer to USB to RS485

TX/RX

RX

TX

GPIO

TX/RX TX/RX

TX/RX

GPIO

Page 16: Wireless User Interface for Variable Frequency Drives

BudgetLenze Grant: $1000

Product Quantity Unit Price Price

Design Estimates

In System Programmer

1 $35.36 $35.36

Single Chip MCU and ZigBee Transceiver

3 $9.75 $29.25

RS-485 to TTL Transceiver

3 $2.70 $8.10

ZigBee Development Kit

1 $119.00 $119.00

RS-232 to RS-485 Converter

3 $80.11 $240.33

RS-232 to TTL Transceiver

3 $18.54 $55.62

Misc. Supplies $100.00

Total: $587.66

Page 17: Wireless User Interface for Variable Frequency Drives

Project Summary

ZigBee PCB Antenna:• Easy to tune• Reduces Costs

MCU Integration:• Eliminate External

Hardware• Wireless Upgrade Package

Future Implementation

• Communication Established

• Hardwired Connections Eliminated

• Cost Effective Implementation

Page 18: Wireless User Interface for Variable Frequency Drives

Questions