Files
maszyna/python_var_doc.md

18 lines
1.6 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
| nazwa | typ | opis |
|------------------------|-------|------------------------------------------------------------|
| direction | int | kiernek jazdy (-1: do tyłu, 0: żaden, 1: do przodu) |
| slipping_wheels | bool | poślizg |
| converter | bool | działanie przetwornicy |
| main_ctrl_actual_pos | int | numer pozycji nastawnika (wskaźnik RList) |
| scnd_ctrl_actual_pos | int | numer pozycji bocznika (wskaźnik MotorParam) |
| fuse | bool | wyłącznik szybki (bezpiecznik nadmiarowy) |
| converter_overload | bool | wyłącznik nadmiarowy przetwornicy i ogrzewania |
| voltage | float | napięcie w sieci |
| velocity | float | aktualna prędkość |
| im | float | prąd silnika |
| compress | bool | działanie sprężarki |
| hours | int | aktualny czas |
| minutes | int | aktualny czas |
| seconds | int | aktualny czas |
| velocity_desired | float | prędkosć zadana |