Alles rund um TX(T) und RoboPro, mit ft-Hard- und Software
Computing using original ft hard- and software
-
guru
- Beiträge: 1
- Registriert: 28 Sep 2012, 14:26
Beitrag
von guru » 28 Sep 2012, 14:37
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
-
Ad2
- Beiträge: 306
- Registriert: 31 Okt 2010, 22:20
Beitrag
von Ad2 » 28 Sep 2012, 16:55
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.
-
thkais
- Beiträge: 384
- Registriert: 31 Okt 2010, 21:45
Beitrag
von thkais » 29 Sep 2012, 05:45
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...
Gruß
Thomas