by i-Bot » Tue Aug 12, 2008 8:46 pm
by i-Bot
Tue Aug 12, 2008 8:46 pm
If I recall correctly the MOTOROFF for all groups works OK (G6, G8, G24), but for individual servos is broken in the compiler. MOTOROFF compiles to MOTOR for individual servos)
So you can MOTOROFF a group then turn back on the individual ones you want with MOTOR(or MOTOROFF if you feel obtuse !).
This will be also fixable by a POKE, but I am travelling, so do not have the memory locations. Remember also POKE is broken in the C3024 code for variables, so you must use constants.
If I recall correctly the MOTOROFF for all groups works OK (G6, G8, G24), but for individual servos is broken in the compiler. MOTOROFF compiles to MOTOR for individual servos)
So you can MOTOROFF a group then turn back on the individual ones you want with MOTOR(or MOTOROFF if you feel obtuse !).
This will be also fixable by a POKE, but I am travelling, so do not have the memory locations. Remember also POKE is broken in the C3024 code for variables, so you must use constants.