Μπαταρία ρομπότ V5#
Εισαγωγή#
Η μπαταρία ρομπότ V5 είναι μια μπαταρία ιόντων λιθίου σχεδιασμένη για να μεγιστοποιεί την απόδοση του κινητήρα.
Εάν αντιμετωπίζετε προβλήματα με την μπαταρία ρομπότ V5, μπορείτε να χρησιμοποιήσετε το V5 Battery Medic για να αξιολογήσετε την εύρυθμη λειτουργία και την κατάσταση της μπαταρίας ρομπότ V5. Μεταβείτε στην ενότητα Χρήση του V5 Battery Medic για έναν οδηγό σχετικά με τον τρόπο χρήσης του βοηθητικού προγράμματος υλικολογισμικού V5 για πρόσβαση στο V5 Battery Medic.
Παρακάτω είναι μια λίστα με τις διαθέσιμες μεθόδους:
voltage— Returns the battery voltage.current— Returns the battery current draw.capacity— Returns the remaining battery capacity.temperature– Returns the average temperature of the battery.
For information on constructing a Brain to gain access to the battery methods, see Brain.
δυναμικό#
Voltage is the electrical pressure supplied to the battery. voltage returns the voltage of the battery as a decimal (float), which can help you check whether the battery is charged enough for the robot to run reliably.
Usage:
brain.battery.voltage(units)
Παράμετροι |
Περιγραφή |
|---|---|
|
Optional. The unit to represent the voltage: |
ρεύμα#
Current is how much electrical flow the robot is using from the battery. current returns the electrical current drawn from the battery in amps as a decimal (float), which can help you see how hard the robot is working or whether motors may be under extra load, ranging from 0.0 to 20.0 Amps.
Usage:
brain.battery.current()
Παράμετροι |
Περιγραφή |
|---|---|
Αυτή η μέθοδος δεν έχει παραμέτρους. |
ικανότητα#
capacity returns the remaining battery level, as a percentage from 0% to 100%.
Usage:
brain.battery.capacity()
Παράμετροι |
Περιγραφή |
|---|---|
Αυτή η μέθοδος δεν έχει παραμέτρους. |
θερμοκρασία#
temperature returns the average temperature of the battery. The operating temperature range for the battery is approximately 20°C (68°F) to 70°C (158°F).
Usage:
brain.battery.temperature(units)
Παράμετροι |
Περιγραφή |
|---|---|
|
Optional. The temperature unit: |