Wie viele Interfaces

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
patteki
Beiträge: 4
Registriert: 29 Nov 2010, 22:02

Wie viele Interfaces

Beitrag von patteki » 29 Nov 2010, 22:25

Guten Abend

Hab mal ne vlt. dumme Frage aber wie viele RoBoPro interfaces kann man per USB an einem Computer im online Modus ansteuern?

Und...

Kann man auch mehrere TX und Mehrere RoBoPro Interfaces gleichzeitig ansteuern?

Danke schon mal
Grußle PatteKi

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

Re: Wie viele Interfaces

Beitrag von vleeuwen » 30 Nov 2010, 11:48

With the RoboInterface family (RoboInt, Extension standalone, RoboConnection Box) there is no real limitation.
The USB sub ID can be program into the floash memory.
The capacity of the USB bus will be the bottle neck (is documented in the manual).
The FtLib can manage more than one connection (mix RF, USB, COM).
This Lib is re-entrant

At the other hand, the TX-C is a different story.
First of all, for the moment is only possible to have only one TX-C on the USB bus.
(all the TX-C knows the same USB identifier).
The actual FTMscLib is not re-entrant.
In theory it will be possible to connect more than one TX-C over BT (The TX-C BT identifiers are different) but you must make use of a tric to load for each connection a seperate library. (Every connection must has it FtMscLib).

Antworten