Line 1 was replaced by lines 1-2 |
- __Note: This page under construction! CR800 program, wiring details, more text and cleanup of existing text to come...__ |
+ There currently exist two prototype Kepler actors that retrieve and output data from RBNB servers, and a few workflows that use them. |
+ We will likely merge these actors into one, as well as continue to add functionality to them in the future. |
Removed lines 3-6 |
- |
- There currently exist two prototype actors and a few workflows that use them. |
- We will merge these actors, as well as continue to add functionality to them in the future. |
- |
Lines 9-12 were replaced by line 6 |
- RBNBToKepler2 operates on a timeslice of data from an RBNB server. The user points it at the server, specifies a time range, and optionally specifies channels to ignore (ie not download). |
- |
- Here are some screenshots of an example RBNBToKepler2 workflow and the resulting plots. This is junk "desk data"--the Campbell CR800 datalogger and all our sensors are setup and running on my desk. You can easily note when I switched from AC to solar near the beginning of the batt volt plot. Sensors and the solar panel were/are occasionally arbitrarily moved about, though it was fairly infrequent (in the case of the panel, generally to better sit in sunlight). We had one cloudy day. |
- |
+ RBNBToKepler2 operates on a timeslice of data from an RBNB server. The user specifies server, time range, and optionally channels to ignore, and the actor then retrieves and outputs data and associated timestamps through multiports. |
At line 13 added 3 lines. |
+ There are two demonstration workflows that use the RBNBToKepler2 actor that you can try from the [CVS version|http://kepler-project.org/Wiki.jsp?page=DevelopmentForKepler] of Kepler: |
+ * workflows/neon/RBNBToKeplerDisplay4SDF.xml (Creates plots) |
+ * workflows/reap/TerrestrialRBNB_QAQC.xml (Emails alerts) |
Removed lines 15-16 |
- !Plots |
- All times are in seconds since unix epoch. This will be remedied in the future, it requires a fair amount of development to be implemented properly. |
Lines 18-27 were replaced by line 13 |
- * Air Temp C -- in degrees C |
- * Batt Volt - voltage of battery in PS100 12v power supply |
- * lqs70_Avg(1) -- Apogee linear light sensor lqs70-10 |
- * lqs70_Avg(2) -- Apogee linear light sensor lqs70-10 |
- * qsosun_Avg -- Apogee quantum sensor |
- * records -- record numbers |
- * WS_ms_Avg -- avg of wind speed in meters/s (Campbell 014a-l anemometer) |
- * VW_Avg -- cs616 reflectometer measurement |
- * VW_Avg_2 -- cs616 reflectometer measurement |
- * relative_humidity -- rh % |
+ Attached below are some plots from the RBNBToKepler2 actor, results of sensor data being pulled from an RBNB server and plotted. For more details please see the [Terrestrial UseCase Hardware page|TerrestrialUseCaseHardware] |