libximc 3.0.3
stage_settings_t Struct Reference

Deprecated. More...

#include <ximc.h>

Data Fields

float LeadScrewPitch
 Lead screw pitch (mm).
char Units [9]
 Units for MaxSpeed and TravelRange fields of the structure (steps, degrees, mm, ...).
float MaxSpeed
 Maximum speed (Units/c).
float TravelRange
 Travel range (Units).
float SupplyVoltageMin
 Minimum supply voltage (V).
float SupplyVoltageMax
 Maximum supply voltage (V).
float MaxCurrentConsumption
 Maximum current consumption (A).
float HorizontalLoadCapacity
 Horizontal load capacity (kg).
float VerticalLoadCapacity
 Vertical load capacity (kg).

Detailed Description

Field Documentation

◆ HorizontalLoadCapacity

float HorizontalLoadCapacity

Horizontal load capacity (kg).

Data type: float.

◆ LeadScrewPitch

float LeadScrewPitch

Lead screw pitch (mm).

Data type: float.

◆ MaxCurrentConsumption

float MaxCurrentConsumption

Maximum current consumption (A).

Data type: float.

◆ MaxSpeed

float MaxSpeed

Maximum speed (Units/c).

Data type: float.

◆ SupplyVoltageMax

float SupplyVoltageMax

Maximum supply voltage (V).

Data type: float.

◆ SupplyVoltageMin

float SupplyVoltageMin

Minimum supply voltage (V).

Data type: float.

◆ TravelRange

float TravelRange

Travel range (Units).

Data type: float.

◆ Units

char Units[9]

Units for MaxSpeed and TravelRange fields of the structure (steps, degrees, mm, ...).

Max string length: 8 chars.

◆ VerticalLoadCapacity

float VerticalLoadCapacity

Vertical load capacity (kg).

Data type: float.