Seite 1 von 1

VB.NET 2008 Fischertechnik

Verfasst: 23 Sep 2011, 23:11
von agmasi
Hallo,
ich möchte mit vb.net 2008 ein ft model programmieren.
welche komponnenten brauche ich und welche model würdet ihr mir vorschlagen?
ich bin neu im bereich ft. möchte programmieren üben und modelle zusammenbauen!!!!!

Re: VB.NET 2008 Fischertechnik

Verfasst: 24 Sep 2011, 10:28
von FischerPapa
Hallo,
warum faengst du nicht mit der ft Software RoboPro an deine Fischertechnikmodelle zu programmieren? Ist ein guter Einstieg, danach kannst du dann auch mit VB.net 2008 progen, aber ich denke RoboPro wird erstmal reichen. Modelle kannst du auf der ftcommunity betrachten und vielleicht auch nachbauen. Hast du denn einen Fischertechnikbaukasten? Dann kannst du ja schon mal die Modelle aus der Anleitung bauen und Programmieren. ;)

Re: VB.NET 2008 Fischertechnik

Verfasst: 24 Sep 2011, 22:42
von steffalk
Tach auch!

Auf http://www.ftcomputing.de findest Du alles Nötige dazu. Bei Problemen frag einfach hier. Viel Erfolg!

Gruß,
Stefan

Re: VB.NET 2008 Fischertechnik

Verfasst: 25 Sep 2011, 23:33
von vleeuwen
A more direct possibility is to make use of the DllImport mechanisme of the dotNet framework.
See the assembler documantation of the System.Runtime.InteropServices;
The TXC_12\PC_Programming_RoboTXC\Demo_Dll_C#\MotorStop\MotorStop contains a good example of how to make use of it in C#. VBdotNet knows a simualair construction; see the MSDN documentation.



Remarks:
1)
TXC_12\PC_Programming_RoboTXC support only an older FtMscLib.
2)
The delegates (callback) are working in a windows thread situation but not always in a multi thread situation.