RPSParser für RoboProSmart

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
nopez
Beiträge: 5
Registriert: 21 Okt 2018, 17:28

RPSParser für RoboProSmart

Beitrag von nopez » 24 Okt 2018, 15:31

Hi,
ich hab in Python3 eine Bibiothek programmiert, die die RoboProSmart xml Dateien parst + ausführt(mit custom handler).
Falls es euch intressiert:
https://github.com/nift4/rpsparser
Und falls es immernoch jemand intressiert:

Code: Alles auswählen

python3 test.py
im Repo :)

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

Re: RPSParser für RoboProSmart

Beitrag von vleeuwen » 28 Okt 2018, 14:39

Interesting but what is your objective with this parsing?

nopez
Beiträge: 5
Registriert: 21 Okt 2018, 17:28

Re: RPSParser für RoboProSmart

Beitrag von nopez » 29 Okt 2018, 07:50

vleeuwen hat geschrieben:Interesting but what is your objective with this parsing?
Run ROBOPro Smart programs with the TXT ;)

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

Re: RPSParser für RoboProSmart

Beitrag von vleeuwen » 29 Okt 2018, 17:19

Thanks for the information

Benutzeravatar
MasterOfGizmo
Beiträge: 2720
Registriert: 30 Nov 2014, 07:44

Re: RPSParser für RoboProSmart

Beitrag von MasterOfGizmo » 31 Okt 2018, 16:32

But RoboProSmart programs are supposed to be run on the PC/Smartphone. With your solution you'd have to copy the resulting programs somehow onto the TXT and you'd not have any graphic feedback while its running.

Alternally you could program the TXT to behave like the BT-Smart-Controller and then simply access it from the PC/Smartphone exactly like you'd access the BT-Smart-Controller. Technically this would work very similar to the FT BT remote control server https://github.com/ftCommunity/ft_bt_remote_server which behaves like the FT bluetooth remote receiver.
Arduino für fischertechnik: ftDuino http://ftduino.de, ftDuino32 http://ftduino.de/32

Antworten