Skip to content

Commit

Permalink
updated reame
Browse files Browse the repository at this point in the history
  • Loading branch information
p3root committed Feb 18, 2019
1 parent 27349e6 commit 01b22ed
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/automatica.drivers/automatica.driver.constants/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Automatica.Core.Constants driver is used to provide constant values as datapoint

After adding the Constants node you can add pre-defined constants or define your own constant.

![Consants2](/images/Screenshot_2.png)
![Constants2](/images/Screenshot_2.png)

After adding the Consant node you can define its value in the property grid on the left.

![Constant3](/images/Screenshot_3.png)
![Constants3](/images/Screenshot_3.png)


Save & reload your configuration and use your defined constants. Consants values will be dispatched every 10 second.
20 changes: 18 additions & 2 deletions src/automatica.drivers/automatica.driver.machineflags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

[![Build Status](https://automatica-core.visualstudio.com/automatica/_apis/build/status/Plugins/Drivers/P3.Driver.MachineFlags?branchName=develop)](https://automatica-core.visualstudio.com/automatica/_build/latest?definitionId=27&branchName=develop)

Automatica.Core.MachineFlags driver used to store values in a variable and use across the system.
MachineFlags driver used to store values in a variable and which you can use across the system.

... more to come ...
If you want to save a value in a "variable" you can use the MachineFlags driver.


# How to use
MachineFlags can be added in the Virtual node.

![Flags1](/images/Screenshot_1.png)

After adding the MachineFlags node you can add your flag nodes.

![Flags2](/images/Screenshot_2.png)

After adding a Flag node you can set some values in the property grid on the left.

![Flags3](/images/Screenshot_3.png)

Save & reload your configuration and use your defined flag.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

[![Build Status](https://automatica-core.visualstudio.com/automatica/_apis/build/status/Plugins/Drivers/P3.Driver.OpenWeatherMap?branchName=develop)](https://automatica-core.visualstudio.com/automatica/_build/latest?definitionId=31&branchName=develop)

Automatica.Core.OpenWeatherMap driver.
OpenWeatherMap provides data from the OpenWeatherMap api.

... more to come ...

# How to use
OpenWeatherMap can be added in the Virtual node.

![OWM1](/images/Screenshot_1.png)

![OWM2](/images/Screenshot_2.png)

After adding the OpenWeatherMap node, you can see all the nodes which the driver provides for you.

![OWM3](/images/Screenshot_3.png)

You need to set an OpenWeatherMap api key to use the driver ([see here...](https://openweathermap.org/appid)).

![OWM4](/images/Screenshot_4.png)
OpenWeatherMap uses the Latitude & Longitude settings provided from the settings. You can change your global settings if you click on the root node and change the value in the property grid to the left.


Save & reload your configuration and use weather data in your Automatica.Core Server.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01b22ed

Please sign in to comment.