<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to NetworkViewer</title><link>https://sourceforge.net/p/openecosys/wiki/NetworkViewer/</link><description>Recent changes to NetworkViewer</description><atom:link href="https://sourceforge.net/p/openecosys/wiki/NetworkViewer/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 25 Sep 2015 14:45:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openecosys/wiki/NetworkViewer/feed" rel="self" type="application/rss+xml"/><item><title>NetworkViewer modified by Dominic Letourneau</title><link>https://sourceforge.net/p/openecosys/wiki/NetworkViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v125
+++ v126
@@ -85,7 +85,9 @@

 ## 2) NetworkViewer Main View

-[[img src=NetworkViewerMainViewIndexed.png]] 
+&lt;center&gt;
+[[img src=NetworkViewerMainViewIndexed.png width=640]] 
+&lt;/center&gt;

 In the Main View you have the following elements : 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dominic Letourneau</dc:creator><pubDate>Fri, 25 Sep 2015 14:45:57 -0000</pubDate><guid>https://sourceforge.net790fc1764270ff6098f87e47d56b5ee9a16ca3af</guid></item><item><title>NetworkViewer modified by Dominic Letourneau</title><link>https://sourceforge.net/p/openecosys/wiki/NetworkViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v124
+++ v125
@@ -18,9 +18,9 @@
   * [Please visit the SourceForge File Section](https://sourceforge.net/projects/openecosys/files/)

 # Introduction
-
-[[img src=NetworkViewerMainView.png]] 
-
+&lt;center&gt;
+[[img src=NetworkViewerMainView.png width=640]] 
+&lt;/center&gt;
 The NetworkViewer is a cross-platform Qt4 GUI used to interact with the distributed nodes on the Network. The protocol used is described in the [ NETVProtocolStack information page](NETVProtocolStack_) and support multiple transmission mediums. 

@@ -48,8 +48,9 @@
 ## 1) Device Selection

 At startup, NetworkViewer automatically scans device drivers and add them to the "Device Selection Dialog". 
-
-[[img src=NetworkViewer_DeviceSelection.png]] 
+&lt;center&gt;
+[[img src=NetworkViewer_DeviceSelection.png width=640]] 
+&lt;/center&gt;

 You can click on "Configure" to configure the driver. Once you have selected the driver, you will get to the NetworkViewer main view. Driver preferences are stored in your local configuration file and will be remembered next time you start NetworkViewer. 

@@ -102,8 +103,9 @@
   * (4) The Selected driver and Send/Receive counters. 

 ## 3) Module Configuration View
-
-[[img src=NetworkViewer_ModuleConfigurationView.png]] 
+&lt;center&gt;
+[[img src=NetworkViewer_ModuleConfigurationView.png width=640]] 
+&lt;/center&gt;

 Configuration files (profiles) are scanned when you double click on a module. If a configuration file matches the **PROJECT_ID** sent by your module, the configuration is loaded and internal variables are displayed. All variables in a module can be seen as a continuous memory region (single byte array) that is addressed with an offset and a byte size for each individual variable. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dominic Letourneau</dc:creator><pubDate>Fri, 25 Sep 2015 14:45:03 -0000</pubDate><guid>https://sourceforge.net3b74bff33b8c0151be89720cfd0692746c4ad250</guid></item><item><title>NetworkViewer modified by Dominic Letourneau</title><link>https://sourceforge.net/p/openecosys/wiki/NetworkViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v123
+++ v124
@@ -145,6 +145,12 @@
 Dominic Létourneau 
 [NetworkViewer:Logger]

+dsPICBootloader 
+dsPICBootloader 
+1.0,Alpha 
+Dominic Létourneau 
+[NetworkViewer:dsPICBootloader] 
+
 # Developers

   * [ Please visit the developer's section](NetworkViewer:Developers_) 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dominic Letourneau</dc:creator><pubDate>Wed, 28 May 2014 12:40:30 -0000</pubDate><guid>https://sourceforge.netc53b14cc25d66ec9879327b5ea89af9d3a4b46a5</guid></item><item><title>NetworkViewer modified by Dominic Letourneau</title><link>https://sourceforge.net/p/openecosys/wiki/NetworkViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v122
+++ v123
@@ -114,8 +114,8 @@
   3. **Value Type**. Supported types are&amp;nbsp;: uint8, sint8, uint16, sint16, uint32, sint32, float, double. 
   4. **Mem Type**. 0=RAM, 1=EEPROM, 2=SCRIPT. 
   5. **Mem Offset**. The offset of the variable in the microcontroller memory. 
-  6. **Value**. 
-  7. **Description**. 
+  6. **Value**. The value of the variable. 
+  7. **Description**. The variable description.

 ## 4) Displaying Variables on the ScopeView

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dominic Letourneau</dc:creator><pubDate>Wed, 28 May 2014 12:40:30 -0000</pubDate><guid>https://sourceforge.netddc671f15865231e4af81cae3cc03cfe5f33bc68</guid></item><item><title>NetworkViewer modified by Dominic Letourneau</title><link>https://sourceforge.net/p/openecosys/wiki/NetworkViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v121
+++ v122
@@ -105,15 +105,17 @@

 [[img src=NetworkViewer_ModuleConfigurationView.png]] 

-Configuration files (profiles) are scanned when you double click on a module. If a configuration file matches the PROJECT_ID sent by your module, the configuration is loaded and internal variables are displayed. Each variable have the following fields&amp;nbsp;: 
+Configuration files (profiles) are scanned when you double click on a module. If a configuration file matches the **PROJECT_ID** sent by your module, the configuration is loaded and internal variables are displayed. All variables in a module can be seen as a continuous memory region (single byte array) that is addressed with an offset and a byte size for each individual variable. 

-  1. Activated. 
-  2. Name. 
-  3. Value Type. 
-  4. Mem Type. 
-  5. Mem Offset. 
-  6. Value. 
-  7. Description. 
+Each variable have the following fields&amp;nbsp;: 
+
+  1. **Activated**. If the variable is scheduled for updates. 
+  2. **Name**. The name of the variable. 
+  3. **Value Type**. Supported types are&amp;nbsp;: uint8, sint8, uint16, sint16, uint32, sint32, float, double. 
+  4. **Mem Type**. 0=RAM, 1=EEPROM, 2=SCRIPT. 
+  5. **Mem Offset**. The offset of the variable in the microcontroller memory. 
+  6. **Value**. 
+  7. **Description**. 

 ## 4) Displaying Variables on the ScopeView

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dominic Letourneau</dc:creator><pubDate>Wed, 28 May 2014 12:40:30 -0000</pubDate><guid>https://sourceforge.net62c879fbf8a76e1547da8f3bcc6d34586dd768ae</guid></item><item><title>NetworkViewer modified by Dominic Letourneau</title><link>https://sourceforge.net/p/openecosys/wiki/NetworkViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v120
+++ v121
@@ -121,7 +121,7 @@

 ## Available Plugins

-TABLE 1&amp;nbsp;: Available NetworkViewer Plugins 
+TABLE 2&amp;nbsp;: Available NetworkViewer Plugins 

 PLUGIN NAME  PLUGIN DESCRIPTION  PLUGIN VERSION  PLUGIN AUTHOR(S)  DOCUMENTATION 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dominic Letourneau</dc:creator><pubDate>Wed, 28 May 2014 12:40:29 -0000</pubDate><guid>https://sourceforge.netf6d9115f768466d057bafdf473536e9101af2a1b</guid></item><item><title>NetworkViewer modified by Dominic Letourneau</title><link>https://sourceforge.net/p/openecosys/wiki/NetworkViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v119
+++ v120
@@ -58,7 +58,7 @@

 ### Available Device Drivers

-TABLE 2&amp;nbsp;: Available NetworkViewer Device Drivers 
+TABLE 1&amp;nbsp;: Available NetworkViewer Device Drivers 

 DRIVER NAME  DRIVER DESCRIPTION  OS 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dominic Letourneau</dc:creator><pubDate>Wed, 28 May 2014 12:40:29 -0000</pubDate><guid>https://sourceforge.net1af8be929a6f687309885d121db6f2408f0f1763</guid></item><item><title>NetworkViewer modified by Dominic Letourneau</title><link>https://sourceforge.net/p/openecosys/wiki/NetworkViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v118
+++ v119
@@ -119,6 +119,30 @@

 ## 5) Using Plugins

+## Available Plugins
+
+TABLE 1&amp;nbsp;: Available NetworkViewer Plugins 
+
+PLUGIN NAME  PLUGIN DESCRIPTION  PLUGIN VERSION  PLUGIN AUTHOR(S)  DOCUMENTATION 
+
+ScriptEngine 
+Javascript scripting 
+1.0,Alpha 
+Dominic Létourneau 
+[NetworkViewer:ScriptEngine] 
+
+ScopeView 
+Graphical Oscilloscope 
+1.0,Alpha 
+Dominic Létourneau 
+[NetworkViewer:ScopeView] 
+
+Logger 
+Data Logger 
+1.0,Alpha 
+Dominic Létourneau 
+[NetworkViewer:Logger] 
+
 # Developers

   * [ Please visit the developer's section](NetworkViewer:Developers_) 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dominic Letourneau</dc:creator><pubDate>Wed, 28 May 2014 12:40:29 -0000</pubDate><guid>https://sourceforge.net60866b226cf00a20d537bb2093ee3ee03de4474d</guid></item><item><title>NetworkViewer modified by Dominic Letourneau</title><link>https://sourceforge.net/p/openecosys/wiki/NetworkViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v117
+++ v118
@@ -16,30 +16,6 @@
 ### SourceForge File Download

   * [Please visit the SourceForge File Section](https://sourceforge.net/projects/openecosys/files/)
-
-## PLUGINS
-
-TABLE 1&amp;nbsp;: Available NetworkViewer Plugins 
-
-PLUGIN NAME  PLUGIN DESCRIPTION  PLUGIN VERSION  PLUGIN AUTHOR(S)  DOCUMENTATION 
-
-ScriptEngine 
-Javascript scripting 
-1.0,Alpha 
-Dominic Létourneau 
-[NetworkViewer:ScriptEngine] 
-
-ScopeView 
-Graphical Oscilloscope 
-1.0,Alpha 
-Dominic Létourneau 
-[NetworkViewer:ScopeView] 
-
-Logger 
-Data Logger 
-1.0,Alpha 
-Dominic Létourneau 
-[NetworkViewer:Logger] 

 # Introduction

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dominic Letourneau</dc:creator><pubDate>Wed, 28 May 2014 12:40:29 -0000</pubDate><guid>https://sourceforge.neteb334834e90345d1764b848c5d0d195e28ffa27d</guid></item><item><title>NetworkViewer modified by Dominic Letourneau</title><link>https://sourceforge.net/p/openecosys/wiki/NetworkViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v116
+++ v117
@@ -139,6 +139,10 @@
   6. Value. 
   7. Description.

+## 4) Displaying Variables on the ScopeView
+
+## 5) Using Plugins
+
 # Developers

   * [ Please visit the developer's section](NetworkViewer:Developers_) 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dominic Letourneau</dc:creator><pubDate>Wed, 28 May 2014 12:40:29 -0000</pubDate><guid>https://sourceforge.nete9b72c13dac1f73d657ed99efaa4b5ca46e8c11a</guid></item></channel></rss>