Seite 1 von 1

Problem with Servo and TXT 4.0 Controller

Verfasst: 22 Nov 2024, 18:14
von mario
hallo

When I use in a Python program a servo (type 203659 or type 1322920) connected into the desired servo output (S1 or S2 or S3), I get in a running program a FEHLER:
or controller is unter der Adresse nicht errecichbar
or Laufende Processen auf den Controller werden gestoppt

What can be the reason ??
Firmwareversie 3.1.7


kind regards
Rien van Harmelen

Re: Problem with Servo and TXT 4.0 Controller

Verfasst: 24 Nov 2024, 15:21
von mario
I have "solved" the problem by changing the max/min values in set_position()

the MAX_POSITION = 500( in stead of 512) and MIN _POSITION = 10 ( instead of 0)