Showing posts with label internship. Show all posts
Showing posts with label internship. Show all posts

Friday, August 16, 2013

Final two Interns@SmartGrid_Group

For the last two months we had further two interns working at our institute. We report a short interview about their work and experiences at our research group.

What's your name?
Julia
What are you studying?
I am studying electrical engineering and industrial electronics at the HTL Mössingerstraße in Klagenfurt and this year I've finished the 4th class.
What are your expectations for the future?
I want to conclude the HTL with good marks, then I would like to study something that combines electrical engineering and economics.
What are you working on?
LabView GUI
I have worked on a LabVIEW measurement program for a photovoltaic system and have also created a consumer box for the lab, where we want to simulate a household. I have installed input modules, which are used for measuring voltage and current, and an output module, which is used for turning the devices on and off. These modules are implemented into my LabView program and further I have created an interface, where the user is able to input data to the program and view power and current consumption. There is also the possibility to read the measured data and control the devices through a web service in the network. I have also installed the hardware elements in the cabinet, created the wiring plan and ordered appliances. The aim of the program is to be used as a control of consumer devices like a refrigerator, water heater and radiator, which are turned on at the time, when the current price is on the lowest peak. Thus this could be an innovative application for saving costs and has to be researched.
Laboratory Installations
What did you like of the project
I liked about my work that I had the chance to contribute my own ideas and expand my programming skills in LabVIEW. It was a very varied project and I liked the mix of manual work and logical thinking.



What's your name?
Johannes
What are you studying?
I'm studying electronics and technical informatics at the HTL Mössingerstraße in Klagenfurt. I have finished my second year.
What are you expectations for the future?
After finishing the HTL, I want to study computer science.
What are you working on?
I was working on Java classes for a Smart Grid Simulator which make it possible to use algorithms from the GridLAB-D simulator. To submit this, I converted all data stored by objects from the Smart Grid Simulator into a file which is then used by GridLAB-D. The output files made by GridLAB-D are read and the values are assigned to the proper object.
OpenEnergyMonitor
GridLAB-D to Smart Grid Simulator 
I was also working on an open source energy monitor made by Openenerymonitor. My task was to enable it to change the refresh rate on the transmitter (emonTX) by using buttons on the receiver (emonGLCD). The difficult thing was to send and receive data at a time using the same transceiver.
Power Profile Generation in Java
My final project was the implementation of a Java program, which generates random power profiles of different appliances out of a given database, place this random profiles randomly in time and finally, tries to detect which appliance was used or not. The technique of appliance detection is called Non-Intrusive Load monitoring and enjoys currently an great interest in research.
What did you like of the project?
I like programming a lot. So I had the opportunity to improve my skills.














Tuesday, July 30, 2013

Interns@SmartGrid_group

Today we report of a short interview we had with two of our interns, who have been working for one month on developing a web-based home energy management system, consisting in an Android application and a web service.



What's your name? 
Matthias

What are you studying?
I have been studying electronics and technical informatics a the HTL Mössingerstraße in Klagenfurt. This year I finished the 2nd class. 

What are your expectations for the future?
After the HTL I want to study software/game development and found a software company.

What your working on?
I worked on two different versions of the same Android app, as well as a REST webservice implemented in PHP.
Basically, I have designed and implemented a MySQL database, and used the php webservice to handle the data and expose the functionalities to the android app I then developed. The apps differ for the JSON protocol used. In fact, only one of these apps is using the php webservice I implemented, the other one is a solution we prepared to mantain retro-compatibility with the old version of the app that was already working for an older project and running on the Google App Engine platform.


Beside calling the REST interface, the apps also implement a smart notification system which exploits the Google Cloud messaging infrastructure to implement push messages from the cloud to the terminals. We use this smart notification system to inform users upon occurrence of certain events of interest.




 
What did you like of the project?
I like the idea to show the users how much they consume. I think it would be cool if in future energy providers such as Kelag worked with an automatic metering system, so that nobody is required to read the electricity meter for being charged and it is easier to get an understanding of how energy is actually used.





What's your name?
Alexander

What are you studying?
Electronics and technical informatics at the HTL Mössingerstraße in Klagenfurt.
This year I finished the 4° class, therefore next year I will conclude the HTL.

What are your expectations for the future?
After working for our military I would like to start studying in a similar kind of education or this combined with economics.

What your working on?
During my internship I worked on interactive data visualization. At the beginning I analyzed existing libraries and made a summary of their characteristics before selecting the ones we were looking for. Then, I prepared a graphical interface exploiting the Google Chart and the Chap links chart libraries. The website can do the same things of the Android application.
Basically, the system collects events, such as running a washing machine, which are enhanced by a cost and a duration and shown on a timeline. We can also see the trends for the costs, as users can add money to devices and get an understanding of the cost of carrying out daily life activities.
Currently the data is retrieved from the database using PHP, and all events and payments are shown on the timeline. This raises several issues on performance that I am currently trying to solve using asynchronous calls to the DB, using XMLHttpRequest (i.e., the famous AJAX used in many of the websites we used everyday). I am also investigating ways of keeping the interface up to date, especially concerning the itemization of the energy consumed for the day, using periodically running procedures and/or using triggers on the database.




What did you like of the project?
I had the possibility to work on something I haven’t worked with before. I didn’t have much knowledge on javascript and php but after this month I can say I have programmed a whole website, using advanced tools such as sessions and cookies. I think this was more useful for me than working with programming languages I already know better.