Difference between revisions of "Tutorial7"

From HSYCO
Jump to navigation Jump to search
Line 32: Line 32:
  
 
Open the "Project Editor" and add a "button" object linked with datapoint "dummy.light.1"
 
Open the "Project Editor" and add a "button" object linked with datapoint "dummy.light.1"
If you need further information about the Dummy I/O server please read this: [[Tutorial6]]
+
If you need further information about the Dummy I/O server please read this: [[Tutorial5]]
  
 
Then add a "text" object with this attributes:
 
Then add a "text" object with this attributes:
  
 
[[File:Tutorial5-1.png|200px]]
 
[[File:Tutorial5-1.png|200px]]

Revision as of 17:33, 30 April 2014

This tutorial describes how to create a Datalogger.

To access the Project Editor enter the following URL in your Web Browser:

https://192.168.0.50/hsycoserver/manager

If you need more information about the first login to Hsyco please read first this: Tutorial1

Creating a new Datalogger

Click on the "Settings" icon and then on the "I/O Servers" icon.

Tutorial5-1.png

Click on the "Datalogger" icon. Tutorial7-1.png

Select the type "counter". Counter: suitable for the creation of statistics of an incremental value (e.g. energy consumption or production). It calculates the variation (delta) of the value for each time interval with respect to the previous one. Further, it is possible to specify time slots and the relative rates to calculate for instance the costs for energy consumption.

Let's assign a generic ID to this Datalogger, for example "d1"

Tutorial7-2.png

The default settings are ok for this example. Leave everything unchanged.

Tutorial7-3.png

Press the button Tutorial7-4.png and wait for Hsyco restart.

The Datalogger logic

Open the "Project Editor" and add a "button" object linked with datapoint "dummy.light.1" If you need further information about the Dummy I/O server please read this: Tutorial5

Then add a "text" object with this attributes:

Tutorial5-1.png