by Velocis » Wed Jul 25, 2012 11:00 am
by Velocis
Wed Jul 25, 2012 11:00 am
Thanks Pedro, a little more clarification.
The HSR-8498HB by this specs sheet
http://robosavvy.com/Builders/i-Bot/HSR8498HB%20Servo.pdf specifies that the servos can pull a decent amount of power : 1.35A - 1.7A so my concern is if I am moving all 18 servo's at once at max speed, we are talking up 30 AMPS ! That sort of current draw concerns me considering the size of the tracks on the Roboard, I am in the process of confirming this with the DMP tech guys and will post back
[EXTRACT FROM SPEC SHEET FOR HSR-8498HB SERVO]
The motor has a DC resistance of 4.4 ohms, which gives a maximum current draw of 1.35A at 6 Volts, or 1.7A at 7.4 Volts supply
Regarding PYTHON, Yes I have no problem installing python etc etc, I am just wondering how I use Python with the supplied roboard libraries, the python example given on the DMP site is for Windows, as it says in the README File
- Note that the wrapper is only for WinXP; if you need a Linux Phython
wrapper, you can modify the wrapper file "RoBoIO_Python.py" to adapt it
for Linux.
So my question is how is that part done, how do I adapt the RoBoIO_Python.py file to run in linux, at the top it refers to the RoBoIO object as such:
from ctypes import *
RoBoIO = WinDLL("RoBoIO.dll")
#common.h
Obviously this does not work for linux, I am only just getting into Python, hence not being sure of how it works.
Thanks Pedro, a little more clarification.
The HSR-8498HB by this specs sheet
http://robosavvy.com/Builders/i-Bot/HSR8498HB%20Servo.pdf specifies that the servos can pull a decent amount of power : 1.35A - 1.7A so my concern is if I am moving all 18 servo's at once at max speed, we are talking up 30 AMPS ! That sort of current draw concerns me considering the size of the tracks on the Roboard, I am in the process of confirming this with the DMP tech guys and will post back
[EXTRACT FROM SPEC SHEET FOR HSR-8498HB SERVO]
The motor has a DC resistance of 4.4 ohms, which gives a maximum current draw of 1.35A at 6 Volts, or 1.7A at 7.4 Volts supply
Regarding PYTHON, Yes I have no problem installing python etc etc, I am just wondering how I use Python with the supplied roboard libraries, the python example given on the DMP site is for Windows, as it says in the README File
- Note that the wrapper is only for WinXP; if you need a Linux Phython
wrapper, you can modify the wrapper file "RoBoIO_Python.py" to adapt it
for Linux.
So my question is how is that part done, how do I adapt the RoBoIO_Python.py file to run in linux, at the top it refers to the RoBoIO object as such:
from ctypes import *
RoBoIO = WinDLL("RoBoIO.dll")
#common.h
Obviously this does not work for linux, I am only just getting into Python, hence not being sure of how it works.