Modelle mit Iphone/ipad steuern

Alles rund um TX(T) und RoboPro, mit ft-Hard- und Software
Computing using original ft hard- and software
Forumsregeln
Bitte beachte die Forumsregeln!
Antworten
chrisx01
Beiträge: 5
Registriert: 13 Feb 2012, 09:31

Modelle mit Iphone/ipad steuern

Beitrag von chrisx01 » 14 Feb 2012, 07:31

Hat jemand das schon einmal ausprobiert.
ich will ein fahrzeug bauen , das ich mit dem Ipad steueren kann.
Da es in C# programmiert werden kann sollte es ja erstmal theoretisch moeglichen sein.

Chris

vleeuwen
Beiträge: 1565
Registriert: 31 Okt 2010, 22:23
Wohnort: Enschede (NL)
Kontaktdaten:

Re: Modelle mit Iphone/ipad steuern

Beitrag von vleeuwen » 14 Feb 2012, 08:45

Control over HTTP is possible.
See MS-Robotics Developer Studio.

With communication protocol have you in mind?

chrisx01
Beiträge: 5
Registriert: 13 Feb 2012, 09:31

Re: Modelle mit Iphone/ipad steuern

Beitrag von chrisx01 » 14 Feb 2012, 09:00

yes exactly, i think with the MS-RDS it's posslibe, but you need a "app" to control on the iphone or ipad ?

Benutzeravatar
Dirk Fox
ft:pedia-Herausgeber
Beiträge: 1833
Registriert: 01 Nov 2010, 00:49
Wohnort: Karlsruhe
Kontaktdaten:

Re: Modelle mit Iphone/ipad steuern

Beitrag von Dirk Fox » 14 Feb 2012, 09:13

Hallo Chris,

hast Du das Posting unter http://forum.ftcommunity.de/viewtopic.php?f=8&t=1156 schon gesehen?
Möglicherweise ist es das, was Du brauchst?

Gruß, Dirk

vleeuwen
Beiträge: 1565
Registriert: 31 Okt 2010, 22:23
Wohnort: Enschede (NL)
Kontaktdaten:

Re: Modelle mit Iphone/ipad steuern

Beitrag von vleeuwen » 14 Feb 2012, 09:45

The most simple solution is:
You can use a browser applcation, XML based.
Silverlight, AJAX, JSCRIPt based or something like that.

MS-RDS is containing some examples of server site solutions.

vleeuwen
Beiträge: 1565
Registriert: 31 Okt 2010, 22:23
Wohnort: Enschede (NL)
Kontaktdaten:

Re: Modelle mit Iphone/ipad steuern

Beitrag von vleeuwen » 14 Feb 2012, 11:55

Hi Chris,
A browser (xml support and Jscript support) on your Ipad is enough wIth MS-RDS.
Support for SIlverlight or AJAX could be helpful.

MS-RDS has it own webser. The incoming Http commands are forwarded to the addressed MS-RDS Service.
In MS-RDS at C# level each service can make use of the standard DSS functions:
HttpGet,
HttpPost,
HttpQuery.

This function are called when a browser send an corresponding Http message to the webserver.
You only need to implement the response of the service on the calls from browsers.

For example,
the FtTxService is able to show the state of the sensors and actuator in a browser and the browsor is also able to change the values for the actuators.
The XBOX360 game controller service shows the actual state of the controller in the browser.

In fact there is a XSLT file that transform the service state into XHTML+Jscript.
or a command dispatcher which take care of the HttpQuery or HttpPost.

Benutzeravatar
justins
Beiträge: 23
Registriert: 07 Feb 2012, 14:06

Re: Modelle mit Iphone/ipad steuern

Beitrag von justins » 14 Feb 2012, 14:27

I'm planning on releasing this: http://forum.ftcommunity.de/viewtopic.php?f=8&t=1156 as an open-source project in 1-2 weeks

chrisx01
Beiträge: 5
Registriert: 13 Feb 2012, 09:31

Re: Modelle mit Iphone/ipad steuern

Beitrag von chrisx01 » 15 Feb 2012, 14:12

Where can i find C# Tutorial to build a sample app?


Antworten