Das Open-Control-Projekt - Die Alternative zur C-Control-I


Das Forum zur C-Control-1
Welche C-Control-Varianten existieren?
Übersicht - Suchen - Neueste 50 Beiträge - Neuer Beitrag - Login - Registrieren
INFO - FAQ - CC2-Forum - CCPro-Forum 

 Re: RN-Motor an I2C-Bus Kategorie: C-Control I V1.2/2.0 (von Windt H.J. - 3.07.2005 17:31)
 Als Antwort auf Re: RN-Motor an I2C-Bus von Gaston - 3.07.2005 14:53
Hello again,
I'm glad to hear that the RN-MOTOR controller is now working!!
There is a problem with code 13:
The c-control I v1.1 and v2.0x will only handle 16 bit variables but the read out of  number of steps is a 32 bit variable ( 0 to 4294967295), this will not work on the c-control I system.
Also, the c-control I 16 bit variables are signed integers, this means that the variables are 0 to 32767 and -32768 to -1 and not 0 to 65535.

I have an idea how you can use the RN-MOTOR in a more controlled fashion, without the need for code 13, but I first need to know which version of the c-control you are using.

Load and run the program below and let me know what is displayed.
Greetings,
H.J. Windt

define version byte[64]
put 0
print version

> I have already the solution for code 11. It is very simple because the data output is via RS232 of the RN-Motor board only. But code 13 is a problem for me....
> Greetings
> Gaston
>

 Antwort schreiben

Bisherige Antworten:

Re: RN-Motor an I2C-Bus (von Gaston - 3.07.2005 18:19)
    Re: RN-Motor an I2C-Bus (von Windt H.J. - 4.07.2005 2:08)
        Re: RN-Motor an I2C-Bus (von Gaston - 4.07.2005 11:56)
            Re: RN-Motor an I2C-Bus (von Windt H.J. - 4.07.2005 13:28)
                Re: RN-Motor an I2C-Bus (von Gaston - 4.07.2005 13:59)
                    Re: RN-Motor an I2C-Bus (von Windt H.J. - 4.07.2005 14:39)
                       Re: RN-Motor an I2C-Bus (von Gaston - 4.07.2005 14:48)
                          Re: RN-Motor an I2C-Bus (von Windt H.J. - 4.07.2005 15:00)
                             Re: RN-Motor an I2C-Bus (von Gaston - 4.07.2005 15:12)
                                Re: RN-Motor an I2C-Bus (von Windt H.J. - 4.07.2005 18:24)
                                   Re: RN-Motor an I2C-Bus (von Gaston - 5.07.2005 10:59)
                                     Re: RN-Motor an I2C-Bus (von Windt H.J. - 5.07.2005 14:10)
                                       Re: RN-Motor an I2C-Bus (von Gaston - 5.07.2005 17:48)
                                         Re: RN-Motor an I2C-Bus (von Windt H.J. - 5.07.2005 19:00)
                                           Re: RN-Motor an I2C-Bus (von Gaston - 7.07.2005 16:00)