Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
billehunt committed Sep 26, 2018
1 parent 90df39c commit e8b1655
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ FogLAMP is implemented as a collection of microservices which include:
- Core services, including security, monitoring, and storage
- Data transformation and alerting services
- South services: Collect data from sensors and other FogLAMP systems
- North services: Transmit data to librarians and other systems
- North services: Transmit data to historians and other systems
- Edge data processing applications

Services can easily be developed and incorporated into the FogLAMP framework. The FogLAMP Developers Guides describe how to do this.
Services can easily be developed and incorporated into the FogLAMP framework. The FogLAMP Developer Guides describe how to do this.

Installing FogLAMP
==================
Expand Down Expand Up @@ -194,7 +194,7 @@ Adding Data Destinations
To add a data destination, click on “Create North Instance+” in the upper right of the North Services screen. FogLAMP will display a series of 3 screens to add the data destination:

1. The first screen will ask you to select the plugin for the data destination from the list of installed plugins. If you do not see the plugin you need, refer to the Installing FogLAMP section of this manual. In addition, this screen allows you to specify a display name for the data destination. In addition, you can specify how frequently data will be forwarded to the destination in days, hours, minutes and seconds. Enter the number of days in the interval in the left box and the number of hours, minutes and seconds in format HH:MM:SS in the right box.
2. The second screen allows you to configure the plugin and the data assets it will send. Refer to the individual plugin documentation for descriptions of the fields on this screen. If you modify any of the configuration fields, click on the “save” button to save them.
2. The second screen allows you to configure the plugin and the data assets it will send. See the section below for specifics of configuring a PI, EDS or OCS destination.
3. The final screen loads the plugin. You can specify whether it will be enabled immediately for data sending or to await enabling in the future.

Configuring Data Destinations
Expand All @@ -210,7 +210,7 @@ To enable or disable a data source, click on its name in the North Services scre
Using the FogLAMP PI plugin
###########################

OSISoft PI systems are one of the most common destinations for FogLAMP data. To send data to a PI server, open and sign into the PI Relay Data Connection Manager.
OSISoft PI systems are one of the most common destinations for FogLAMP data. To send data to a PI server, open and sign into the PI Relay Data Connection Manager.

+-----------------+
| |PI_connectors| |
Expand All @@ -228,7 +228,7 @@ Connect the new application to the OMF Connector Relay by selecting the new FogL
| |PI_token| |
+------------+

Finally, select the new FogLAMP application. Click "More" at the bottom of the Configuration panel. Make note of the Producer Token and Relay Ingress URL.
Finally, select the new FogLAMP application. Click "More" at the bottom of the Configuration panel. Make note of the Producer Token and Relay Ingress URL.

Now go to the FogLAMP user interface, create a new North instance and select the “pi_server” plugin on the first screen.
The second screen will request the following information:
Expand All @@ -238,7 +238,7 @@ The second screen will request the following information:
+--------------------+

- Basic Information
- **URL:** The Relay Ingress URL provided by PI
- **URL:** The Relay Ingress URL provided by PI
- **producerToken:** The Producer Token provided by PI
- **Static Data:** Data to include in every reading sent to PI. For example, you can use this to specify the location of the devices being monitored by the FogLAMP server.
- Data Filtering
Expand Down

0 comments on commit e8b1655

Please sign in to comment.