<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://galaxy.agh.edu.pl/~wojnicki/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://galaxy.agh.edu.pl/~wojnicki/wiki/feed.php">
        <title>Igor Wojnicki&#039;s WIKI cso</title>
        <description></description>
        <link>https://galaxy.agh.edu.pl/~wojnicki/wiki/</link>
        <image rdf:resource="https://galaxy.agh.edu.pl/~wojnicki/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-05T21:23:51+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:c_proj?rev=1610111421&amp;do=diff"/>
                <rdf:li rdf:resource="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:cso?rev=1610111421&amp;do=diff"/>
                <rdf:li rdf:resource="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:erlang_proj?rev=1610111421&amp;do=diff"/>
                <rdf:li rdf:resource="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:erlang_proj_processes?rev=1610111421&amp;do=diff"/>
                <rdf:li rdf:resource="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:lab_c?rev=1610111421&amp;do=diff"/>
                <rdf:li rdf:resource="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:lab_erlang_1?rev=1610111421&amp;do=diff"/>
                <rdf:li rdf:resource="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:lab_erlang_2?rev=1610111421&amp;do=diff"/>
                <rdf:li rdf:resource="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:mindstorms_basic?rev=1610111421&amp;do=diff"/>
                <rdf:li rdf:resource="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:mindstorms_intro?rev=1610111421&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://galaxy.agh.edu.pl/~wojnicki/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Igor Wojnicki's WIKI</title>
        <link>https://galaxy.agh.edu.pl/~wojnicki/wiki/</link>
        <url>https://galaxy.agh.edu.pl/~wojnicki/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:c_proj?rev=1610111421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-08T14:10:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cso:c_proj</title>
        <link>https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:c_proj?rev=1610111421&amp;do=diff</link>
        <description>C language lab

Exercise 1

The main purpose of this exercise is to program a very simple diagnostic system.
It reads the values of the induction motor current, and detects the
overload (for now, detects exceeding some value of current), and gives RMS.
It also provides self-diagnostics which makes sure that data is read correctly.</description>
    </item>
    <item rdf:about="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:cso?rev=1610111421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-08T14:10:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cso:cso</title>
        <link>https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:cso?rev=1610111421&amp;do=diff</link>
        <description>Control Systems Optimization

Office hours

Igor Wojnicki, PhD: stop by my office on Wednesday 12:30-13:30, 117, B4 or email me: &lt;wojnicki@agh.edu.pl&gt;.

Grades

Exam #1 and final [grades].

Exam take #2 for those who didn&#039;t pass #1 will be given on 4.02.2011, 10:00, 117 B4 (entrace through B4 building or from the parking lot</description>
    </item>
    <item rdf:about="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:erlang_proj?rev=1610111421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-08T14:10:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cso:erlang_proj</title>
        <link>https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:erlang_proj?rev=1610111421&amp;do=diff</link>
        <description>Erlang Language Lab

General Description

The main purpose of this exercise is to make a control system similar to the one from the C programming exercise.
It should read the values of the induction motor current, calculate RMS and detect the
overload (when RMS exceeds some given value). 
It should also provide self-diagnostics which make sure that data is read correctly.</description>
    </item>
    <item rdf:about="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:erlang_proj_processes?rev=1610111421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-08T14:10:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cso:erlang_proj_processes</title>
        <link>https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:erlang_proj_processes?rev=1610111421&amp;do=diff</link>
        <description>Erlang Language Lab, Multiple Processes and Communication

General Description

Write a program which implements a simple Instant Messaging (IM) system.
The system consists of two components:

	*  client - which allows to send and receive messages,
	*</description>
    </item>
    <item rdf:about="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:lab_c?rev=1610111421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-08T14:10:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cso:lab_c</title>
        <link>https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:lab_c?rev=1610111421&amp;do=diff</link>
        <description>C language lab

Description

	*  To get to know the lab environment.
	*  Basic process creation and shared memory handling in C language.

Lab Contents

	*  Introduction to the 116 Lab
		*  GNU Linux environment
			*  login/logout

		*  Graphical User Interface -</description>
    </item>
    <item rdf:about="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:lab_erlang_1?rev=1610111421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-08T14:10:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cso:lab_erlang_1</title>
        <link>https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:lab_erlang_1?rev=1610111421&amp;do=diff</link>
        <description>Erlang Intro Lab

Introduction to Erlang. 
Using the Shell.
Variables.
Compilation and running of simple programs/functions.
Running Erlang VM from the command line.

In case of trouble take a look at: &lt;http://www.erlang.org&gt;

Use Erlang as a calculator

To enter the Erlang shell run</description>
    </item>
    <item rdf:about="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:lab_erlang_2?rev=1610111421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-08T14:10:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cso:lab_erlang_2</title>
        <link>https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:lab_erlang_2?rev=1610111421&amp;do=diff</link>
        <description>Erlang Intro Lab, cont.

Passing command line arguments, list manipulation, list comprehension, higher order functions.

In case of trouble take a look at: &lt;http://www.erlang.org&gt;

Running Erlang from Command Line and Redirection

Consider your go/0 function from the previous lab:</description>
    </item>
    <item rdf:about="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:mindstorms_basic?rev=1610111421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-08T14:10:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cso:mindstorms_basic</title>
        <link>https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:mindstorms_basic?rev=1610111421&amp;do=diff</link>
        <description>Exercise

Goal: simple control algorithm.

Accessories:

	*  LEGO set
	*  instruction QuickStart
	*  software LEGO MINDSTORMS NXT

Output: Report

Description

What to do:

	*  build a simple mobile robot, and simultaneously  
	*  design a simple control algorithm</description>
    </item>
    <item rdf:about="https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:mindstorms_intro?rev=1610111421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-08T14:10:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cso:mindstorms_intro</title>
        <link>https://galaxy.agh.edu.pl/~wojnicki/wiki/cso:mindstorms_intro?rev=1610111421&amp;do=diff</link>
        <description>Lego Mindstorms Intro Lab

Description

Aim:

	*  Getting familiar with equipment of NXT set: NXTbrick, sensors and motors. 
	*  Getting familiar with programming of LEGO Mindstorms. 

Resources:

	*  Hardware: NXTbrick, 3 motors, 4 sensors, connecting wires, USB wire, some Lego elements.</description>
    </item>
</rdf:RDF>
