Programmierhilfen f. MS RDS und Robo TX
Forumsregeln
Bitte beachte die Forumsregeln!
Bitte beachte die Forumsregeln!
Programmierhilfen f. MS RDS und Robo TX
Hallo,
wir (mein Sohn und ich) wollen nach erfolgreichen Robo Pro Programmierungen jetzt mit dem MS RDS den Robo TX programmieren.
Wir haben nach längerem Suchen im Internet aber keine Anleitung oder eine Step-by-Step Erklärung gefunden, um z.B. mal eine einfache Lampe mit ein paar Schaltern zum Leuchten zu bringen. Kennt ihr eine Web-Site oder Literatur, die wir verwenden können?
Es geht darum einen Komplettüberblick zu erhalten, um z.B. die folgenden Fragen zu beantworten:
1. Braucht man oder für was braucht man das Developer Studio?
1.1 Um Services zu erstellen?
1.2 Um ein Manifest zu erstellen?
2. Braucht man immer ein Manifest oder für was braucht man es nicht?
...
Es wäre super wenn ihr ein paar Links oder Beispiele hättet.
Danke im Voraus
Joachim
wir (mein Sohn und ich) wollen nach erfolgreichen Robo Pro Programmierungen jetzt mit dem MS RDS den Robo TX programmieren.
Wir haben nach längerem Suchen im Internet aber keine Anleitung oder eine Step-by-Step Erklärung gefunden, um z.B. mal eine einfache Lampe mit ein paar Schaltern zum Leuchten zu bringen. Kennt ihr eine Web-Site oder Literatur, die wir verwenden können?
Es geht darum einen Komplettüberblick zu erhalten, um z.B. die folgenden Fragen zu beantworten:
1. Braucht man oder für was braucht man das Developer Studio?
1.1 Um Services zu erstellen?
1.2 Um ein Manifest zu erstellen?
2. Braucht man immer ein Manifest oder für was braucht man es nicht?
...
Es wäre super wenn ihr ein paar Links oder Beispiele hättet.
Danke im Voraus
Joachim
Re: Programmierhilfen f. MS RDS und Robo TX
Hi,
MS-RDS knows two levels of programming:
1) highest abstract level: VPL
Visual programming language: Message flow oriented design and programming.
VPL is part of MS-RDS
2) text based programming language, normally C#
To create VPL activities.
For this you will need MS-VS2010. This is only for expert.
To program with the VPL-editor is much easier than using manifests.
The normal way is that the end users are programming in VPL.
Experts and educational designer are able to create additional activities (functionality) with C#.
The documentation of MS-RDS in only in English, see the Microsoft website.
For the integration of the fischertechnik interface exists a couple of services:
FtTxService for the TX-C
FtTlService for the TL-C
Ft16Service for the Robo Interface family.
These FtxxService can be used without manifest.
See the fischertechnik website for the links and information.
There exist a LinkedIn group for the distribution of these services:
Integration of Fischertechnik interfaces in MS-Robotics...
http://www.linkedin.com/groups?home=&gi ... anet_ug_hm
For the moment these FtxxServices are subject of redesign.
This because of the change from MS-RDS 2008 R3 to R4
Contact fischertechnik in case you need additional information.
Remark:
The original FtService on Codeplex are out of date and containing a lot of design errors!
MS-RDS knows two levels of programming:
1) highest abstract level: VPL
Visual programming language: Message flow oriented design and programming.
VPL is part of MS-RDS
2) text based programming language, normally C#
To create VPL activities.
For this you will need MS-VS2010. This is only for expert.
To program with the VPL-editor is much easier than using manifests.
The normal way is that the end users are programming in VPL.
Experts and educational designer are able to create additional activities (functionality) with C#.
The documentation of MS-RDS in only in English, see the Microsoft website.
For the integration of the fischertechnik interface exists a couple of services:
FtTxService for the TX-C
FtTlService for the TL-C
Ft16Service for the Robo Interface family.
These FtxxService can be used without manifest.
See the fischertechnik website for the links and information.
There exist a LinkedIn group for the distribution of these services:
Integration of Fischertechnik interfaces in MS-Robotics...
http://www.linkedin.com/groups?home=&gi ... anet_ug_hm
For the moment these FtxxServices are subject of redesign.
This because of the change from MS-RDS 2008 R3 to R4
Contact fischertechnik in case you need additional information.
Remark:
The original FtService on Codeplex are out of date and containing a lot of design errors!
Re: Programmierhilfen f. MS RDS und Robo TX
The MS-RDS help contains a tutorial about VPL.
Re: Programmierhilfen f. MS RDS und Robo TX
The online tutorials:
http://www.microsoft.com/robotics/#Learn
http://www.microsoft.com/robotics/#Learn
Re: Programmierhilfen f. MS RDS und Robo TX
Hi vleeuwen,
thanks for the overview and the answers.
We will try out the induction.
Regards, Jojo
thanks for the overview and the answers.
We will try out the induction.
Regards, Jojo
Programmierhilfen f. MS RDS und Robo TX
First of all a happy new year to all the ft robotics fans.
For the moment I am busy with updating the FtxxServices.
I hope that the FtTxService will be available in 2 to 4 weeks.
For the moment I am busy with updating the FtxxServices.
I hope that the FtTxService will be available in 2 to 4 weeks.
Re: Programmierhilfen f. MS RDS und Robo TX
There is a update of the FtTxService for MS-RDS 4 Beta 2 available in the LinkedIn group.