Skip to content

Commit b5aa8d5

Browse files
committed
MPAE-19770 Updated Readme after TW review phase-2.
1 parent e1a85ee commit b5aa8d5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The application demonstrator showcases the phase sequence detection and phase lo
1111
## Related Documentation
1212
Phase Sequence Detection of Three-Phase AC Supply demonstration and implementation is discussed in the <a href="https://microchip.com/DS00003607" rel="nofollow">AN3607 - Phase Sequence Detection of Three-Phase AC Supply</a>.
1313

14-
The demonstration is implemented with both AVR128DA64 and AVR128DA48 microcontrollers and it is available on Microchip Discover -
14+
The demonstration is implemented with both AVR128DA64 and AVR128DA48 microcontrollers and is available on Microchip MPLAB® Discover:
1515

1616
* <a href="https://mplab-discover.microchip.com/v2/item/com.microchip.code.examples/com.microchip.ide.project/com.microchip.subcategories.modules-and-peripherals.analog.adc-modules.adc/com.microchip.mcu8.mplabx.project.avr128da48-phase-sequence-detection-of-ac-supply-mplab/2.0.1?view=about&dsl=avr128da48+AND+Phase" rel="nofollow">AVR128DA48 Phase Sequence Detection application code example using MPLAB</a>
1717
* <a href="https://mplab-discover.microchip.com/v2/item/com.microchip.code.examples/com.microchip.ide.project/com.microchip.subcategories.modules-and-peripherals.analog.adc-modules.adc/com.microchip.mcu8.studio.project.avr128da48-phase-sequence-detection-of-ac-supply-studio/1.0.2?view=about&dsl=avr128da48+AND+Phase" rel="nofollow">AVR128DA48 Phase Sequence Detection application code example using Atmel Studio</a>
@@ -35,7 +35,7 @@ The demonstration is implemented with both AVR128DA64 and AVR128DA48 microcontro
3535

3636
* <a href="https://www.microchip.com/en-us/product/avr128da64" rel="nofollow">AVR128DA64</a>
3737
* <a href="https://www.microchip.com/developmenttools/ProductDetails/AC164162" rel="nofollow">Curiosity Nano Base for Click boards<sup>TM</sup></a>
38-
* <a href="https://www.mikroe.com/waveform-click" rel="nofollow">3x Waveform Clicks</a>
38+
* 3x <a href="https://www.mikroe.com/waveform-click" rel="nofollow">Waveform Clicks</a>
3939
* SMA male cable
4040
* <a href="http://ww1.microchip.com/downloads/en/DeviceDoc/STK600-AVR-Flash-MCU-Starter-Kit-Users-Guide-DS40001904D.pdf" rel="nofollow">STK600 Board</a>
4141
* <a href="https://www.microchip.com/Developmenttools/ProductDetails/ATSTK600-SC14" rel="nofollow">Socket card</a> (STK600-TQFP64-2)
@@ -44,7 +44,7 @@ The demonstration is implemented with both AVR128DA64 and AVR128DA48 microcontro
4444
## Setup
4545

4646
The following steps explain the procedure for setting up the hardware for three-phase sequence detection using AVR128DA64 microcontroller. The AVR device is connected to the STK600 using an innovative routing (STK600-RC064AVR-108) and socket (STK600-TQFP64-2) card sandwich system, which routes the I/O pins from the device to the appropriate hardware. Figure 1 below the listed instructions shows the hardware setup used for the application demo.
47-
* Insert AVR128DA64 MCU in the microcontroller slot of the socket card.
47+
* Insert AVR128DA64 MCU in the microcontroller slot of the socket card
4848

4949
**Note:** For proper orientation while inserting the microcontroller, refer to the marking on the AVR128DA64 MCU.
5050

@@ -58,7 +58,7 @@ The following steps explain the procedure for setting up the hardware for three-
5858
* Using a female-female jumper wire, connect the VTG and GND pins of the STK600 board to the VCC and GND pins of the Curiosity Nano adapter board, respectively
5959
* Connect the UART 1 pins PC0 and PC1 (Tx and Rx) from the STK600 board to PC through the USB-UART convertor
6060
* Connect the Micro USB-B cable to power the STK600 board
61-
* Press the SW0 button on the STK600 board to select the appropriate frequency (50Hz/60Hz) for the emulated three-phase AC signal
61+
* Press the SW0 button on the STK600 board to select the appropriate frequency (50 Hz/60 Hz) for the emulated three-phase AC signal
6262

6363
<p align="center">
6464
<img width=750 height=auto src="images/DemoSetup.png"></a>
@@ -67,7 +67,7 @@ The following steps explain the procedure for setting up the hardware for three-
6767

6868
## Data Visualizer Configuration
6969
The Data Visualizer tool is used as a graphical user interface to demonstrate the application by displaying the emulated three-phase supply waveforms, output status and for receiving the user inputs.
70-
The preconfigured data streamer and custom dashboard files are necessary for the Data Visualizer configuration, and can be found in the firmware package. The below steps given for data visualizer configuration uses these files to get the setup ready.
70+
The preconfigured data streamer and custom dashboard files are necessary for the Data Visualizer configuration, and can be found in the firmware package. The below steps given for the Data Visualizer configuration use these files to get the setup ready.
7171

7272
The Data Visualizer modules used in the demonstration are:
7373
* Serial Port (Baud Rate – 230400)
@@ -80,12 +80,12 @@ The Data Visualizer modules used in the demonstration are:
8080

8181
Refer to the <a href="https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/UserGuides/MPLAB_DATA_VISUALIZER_1_4_1926.pdf" rel="nofollow">Data Visualizer User Guide</a> for more information.
8282

83-
The demo uses an emulated three-phase AC supply to showcase the essential features of the application. To emulate the AC power supply three waveform clicks are used in the application.
83+
The demo uses an emulated three-phase AC supply to showcase the essential features of the application. To emulate the AC power supply, three waveform clicks are used in the application.
8484

8585

8686
### Custom Dashboard: User Inputs and Output Indicators
8787

88-
The Data Visualizer custom dashboard is customized for this application, user input and output elements are listed below:
88+
The Data Visualizer custom dashboard is customized for this application. The user input and output elements are listed below:
8989

9090
#### User Inputs
9191

@@ -102,14 +102,14 @@ The Data Visualizer custom dashboard is customized for this application, user in
102102
- Phase loss status (using status indicator)
103103
- Operating frequency (using sequence output)
104104

105-
The figure below shows the Data Visualizer custom dashboard and input, output elements.
105+
The figure below shows the Data Visualizer custom dashboard, with the input and output elements.
106106

107107
<p align="center">
108108
<img width=auto height=auto src="images/inputOutput.png">
109109
<br><b>Figure 2.</b> User Inputs and Output Status <br>
110110
</p>
111111

112-
#### Demo instructions
112+
#### Demo Instructions
113113

114114
1. In this dashboard, there are two sections: one for obtaining the user input ('INPUT SIGNALS'), and one for observing the state of the signals ('OUTPUT STATUS').
115115
2. The starting frequency is 50 Hz. To change the frequency value to be between 50 and 60 Hz, press the on-board switch after power on.
@@ -120,11 +120,11 @@ The figure below shows the Data Visualizer custom dashboard and input, output el
120120
## Demo Operation
121121

122122
1. Configure the serial port for communication with the Curiosity Nano board.
123-
2. Configure the Data Streamer for interfacing dashboard window with the serial port by clicking on <b>IMPORT</b> tab. The Data Streamer configuration ``(data-streamer-config.txt)`` file is available in the example firmware folder.
123+
2. Configure the Data Streamer for interfacing the Dashboard window with the serial port by clicking the <b>IMPORT</b> tab. The Data Streamer configuration (``data-streamer-config.txt``) file is available in the example firmware folder.
124124
3. Configure the graph window for displaying the emulated three-phase supply AC waveforms, generated by the Waveform Clicks.
125-
4. Configure the custom dashboard window to display the output and to receive user inputs by clicking the Load option in the dashboard window. The custom dashboard ``(custom-dashboard-config)`` design file is available in the example firmware folder.
125+
4. Configure the custom dashboard window to display the output and to receive user inputs by clicking the Load option in the dashboard window. The custom dashboard (``custom-dashboard-config``) design file is available in the example firmware folder.
126126
5. Connect the hardware and prepare the demo setup as per the instructions provided in the [Setup](#setup) section.
127-
6. Click <b>Serial Port Connect</b> button.
127+
6. Click the <b>Serial Port Connect</b> button.
128128
7. Using push button SW0 on the Curiosity Nano board, select the appropriate frequency for the three-phase signal. The selected frequency is displayed on the custom dashboard window.
129129
8. Zoom in or out on the graph from the custom dashboard by clicking the +/- magnifier symbol on the left side of the graph window.
130130
9. Insert phase loss fault by clicking the L1 radio button on the dashboard, which disables the L1 signal out of the three-phase signal to emulate phase loss input.
@@ -133,7 +133,7 @@ The figure below shows the Data Visualizer custom dashboard and input, output el
133133
12. Insert phase reversal by clicking the PR radio button on the dashboard, which changes the sequence of the three-phase signal.
134134
13. The status indicators have two states: Red - phase reversal, phase loss, and Green - no phase reversal, no phase loss.
135135

136-
Figure 2 shows the Data Visualizer dashboard illustrating the Phase Sequence Detection of the three-phase AC supply.
136+
Figure 3 shows the Data Visualizer dashboard illustrating the Phase Sequence Detection of the three-phase AC supply.
137137

138138
<p align="center">
139139
<img width=750 height=auto src="images/customDashboard.png">

0 commit comments

Comments
 (0)