by Viking » Tue Aug 08, 2006 8:37 am
by Viking
Tue Aug 08, 2006 8:37 am
Hi All
First I have installed the gyros inside the RN like this
as you can see (I hope) I have removed the cover of one Gyro to enable it to fit inside the chest of the RN.
I have also added a thin plywood plate to support/glue the gyro in place on.
The code below is placed just before MAIN
GYROSET G6A, 2, 1, 0, 1, 0, 0
GYROSET G6D, 2, 1, 0, 1, 0, 0
GYRODIR G6A, 1, 1, 0, 1, 0, 0
GYRODIR G6D, 0, 1, 0, 1, 0, 0
GYROSENSE G6A, 150, 100, 0, 100, 0, 0
GYROSENSE G6D, 150, 100, 0, 100, 0, 0
The following SUBS will turn the gyro on/Off
GyroOff:
GYROSENSE G6A, 0, 0, 0, 0, 0, 0
GYROSENSE G6D, 0, 0, 0, 0, 0, 0
RETURN
GyroOn:
GYROSENSE G6A, 150, 100, 0, 100, 0, 0
GYROSENSE G6D, 150, 100, 0, 100, 0, 0
RETURN
The above codes is working fine but as I see it the RN will never be able to fully utilize the use of Gyros! It seems that he is too wobbly in his joins and perhaps the controller board is not fully developed to handle gyros?
I think it will be necessary to turn the gyro off before each move and then turn it back on after the move?
Any one has other thoughts about this?
Hi All
First I have installed the gyros inside the RN like this
as you can see (I hope) I have removed the cover of one Gyro to enable it to fit inside the chest of the RN.
I have also added a thin plywood plate to support/glue the gyro in place on.
The code below is placed just before MAIN
GYROSET G6A, 2, 1, 0, 1, 0, 0
GYROSET G6D, 2, 1, 0, 1, 0, 0
GYRODIR G6A, 1, 1, 0, 1, 0, 0
GYRODIR G6D, 0, 1, 0, 1, 0, 0
GYROSENSE G6A, 150, 100, 0, 100, 0, 0
GYROSENSE G6D, 150, 100, 0, 100, 0, 0
The following SUBS will turn the gyro on/Off
GyroOff:
GYROSENSE G6A, 0, 0, 0, 0, 0, 0
GYROSENSE G6D, 0, 0, 0, 0, 0, 0
RETURN
GyroOn:
GYROSENSE G6A, 150, 100, 0, 100, 0, 0
GYROSENSE G6D, 150, 100, 0, 100, 0, 0
RETURN
The above codes is working fine but as I see it the RN will never be able to fully utilize the use of Gyros! It seems that he is too wobbly in his joins and perhaps the controller board is not fully developed to handle gyros?
I think it will be necessary to turn the gyro off before each move and then turn it back on after the move?
Any one has other thoughts about this?