Seite 1 von 1

Robo Pro mit Webseite verbinden

Verfasst: 28 Sep 2012, 14:37
von guru
Hallo Community,

Ich habe eine kleine Frage und hoffe das es jemanden gibt der mir weiterhelfen kann. ;)

Ich habe einen Onlineshop und möchte diesen mit meinem Robo Pro verbinden.

Es sieht so aus das ich ein Lagersystem aus Fischertechnik besitze , welches die Produkte vom Onlineshop enthält.
Jetzt möchte ich wissen ob es eine Möglichkeit gibt den Roboter mit dem Internet zu verbinden... und das dieser eventuell Inhalt einer webseite lesen kann.

Gruß

Guru

Re: Robo Pro mit Webseite verbinden

Verfasst: 28 Sep 2012, 16:55
von Ad2
Hi,

To control the RoboPro program from another program or the internet is difficult, the only way I know is to simulate mouseclicks (not very elegant).
To control a warehouse robot directly (RoboInt or TX based) is possible using the ftlib or ftMscLib. You need a PC as an intermediate because the interfaces cannot be connected to the Internet directly.
I do not know what you exactly want to achieve but it has been shown that for instance the press of a button in a JAVA applet on the remote site causes a motor to run on the server site.
The way this can be done is by running a webserver that serves a webpage with e.g. a JAVA applet to the clients. Running another e.g. TCP service on another port that reacts to messages from the client and in turn controls your robot. The JAVA applet should send messages to your TCP port in response to some user action.

Re: Robo Pro mit Webseite verbinden

Verfasst: 29 Sep 2012, 05:45
von thkais
Hallo,

Beim "alten" Robo-Interface hätte man noch die Möglichkeit, an die RS232-Schnittstelle Messages zu versenden. Diese Schnittstelle - auch wenn sie relativ alt ist - ist gut dokumentiert und aus ziemlich jeder Programmiersprache ansprechbar.
Einen PC muss man IMHO sowieso zur Verfügung haben, irgendwo muss ja der Shop drauf laufen...