You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The application demonstrator showcases the phase sequence detection and phase lo
11
11
## Related Documentation
12
12
Phase Sequence Detection of Three-Phase AC Supply demonstration and implementation is discussed in the <ahref="https://microchip.com/DS00003607"rel="nofollow">AN3607 - Phase Sequence Detection of Three-Phase AC Supply</a>.
13
13
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:
15
15
16
16
* <ahref="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>
17
17
* <ahref="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
@@ -44,7 +44,7 @@ The demonstration is implemented with both AVR128DA64 and AVR128DA48 microcontro
44
44
## Setup
45
45
46
46
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
48
48
49
49
**Note:** For proper orientation while inserting the microcontroller, refer to the marking on the AVR128DA64 MCU.
50
50
@@ -58,7 +58,7 @@ The following steps explain the procedure for setting up the hardware for three-
58
58
* 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
59
59
* Connect the UART 1 pins PC0 and PC1 (Tx and Rx) from the STK600 board to PC through the USB-UART convertor
60
60
* 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
@@ -67,7 +67,7 @@ The following steps explain the procedure for setting up the hardware for three-
67
67
68
68
## Data Visualizer Configuration
69
69
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.
71
71
72
72
The Data Visualizer modules used in the demonstration are:
73
73
* Serial Port (Baud Rate – 230400)
@@ -80,12 +80,12 @@ The Data Visualizer modules used in the demonstration are:
80
80
81
81
Refer to the <ahref="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.
82
82
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.
84
84
85
85
86
86
### Custom Dashboard: User Inputs and Output Indicators
87
87
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:
89
89
90
90
#### User Inputs
91
91
@@ -102,14 +102,14 @@ The Data Visualizer custom dashboard is customized for this application, user in
102
102
- Phase loss status (using status indicator)
103
103
- Operating frequency (using sequence output)
104
104
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.
<br><b>Figure 2.</b> User Inputs and Output Status <br>
110
110
</p>
111
111
112
-
#### Demo instructions
112
+
#### Demo Instructions
113
113
114
114
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').
115
115
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
120
120
## Demo Operation
121
121
122
122
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.
124
124
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.
126
126
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.
128
128
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.
129
129
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.
130
130
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
133
133
12. Insert phase reversal by clicking the PR radio button on the dashboard, which changes the sequence of the three-phase signal.
134
134
13. The status indicators have two states: Red - phase reversal, phase loss, and Green - no phase reversal, no phase loss.
135
135
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.
0 commit comments