![]() |
gclib 2.4.0
Galil Communications Library
|
Axis-specific values, such as position or torque. More...
Functions | |
| bool | gclib_data_record_motor_off (gclib_data_record_handle h, char axis) |
| Get motor off status. | |
| bool | gclib_data_record_latch_armed (gclib_data_record_handle h, char axis) |
| Get latch armed. | |
| bool | gclib_data_record_final_deceleration (gclib_data_record_handle h, char axis) |
| Returns true when axis is in final deceleration. | |
| bool | gclib_data_record_stopping (gclib_data_record_handle h, char axis) |
| Returns true if axis is stopping. | |
| bool | gclib_data_record_slewing (gclib_data_record_handle h, char axis) |
| Returns true if axis is slewing. | |
| gclib_mode_of_motion_t | gclib_data_record_mode_of_motion (gclib_data_record_handle h, char axis) |
| Returns the mode of motion being profiled. | |
| bool | gclib_data_record_negative_direction_move (gclib_data_record_handle h, char axis) |
| Returns true if axis velocity is negative. | |
| bool | gclib_data_record_moving (gclib_data_record_handle h, char axis) |
| Returns true if motion is being profiled. | |
| int | gclib_data_record_home_phase (gclib_data_record_handle h, char axis) |
| Returns home phase when in GCLIB_HOME mode. | |
| bool | gclib_data_record_stepper_mode (gclib_data_record_handle h, char axis) |
| Returns true if axis is configured as a stepper motor. | |
| bool | gclib_data_record_home_input (gclib_data_record_handle h, char axis) |
| Returns the state of the home input. | |
| bool | gclib_data_record_reverse_limit (gclib_data_record_handle h, char axis) |
| Returns the state of the reverse limit. | |
| bool | gclib_data_record_forward_limit (gclib_data_record_handle h, char axis) |
| Returns the state of the forward limit. | |
| bool | gclib_data_record_latch_input (gclib_data_record_handle h, char axis) |
| Returns the state of the latch input. | |
| bool | gclib_data_record_latch_occurred (gclib_data_record_handle h, char axis) |
| Returns whether the latch was triggered. | |
| uint8_t | gclib_data_record_stop_code (gclib_data_record_handle h, char axis) |
| Returns a code indicating why the motor has stopped. See the SC command reference for details. | |
| int32_t | gclib_data_record_reference_position (gclib_data_record_handle h, char axis) |
| Returns the reference position. | |
| int32_t | gclib_data_record_position (gclib_data_record_handle h, char axis) |
| Returns the position. | |
| int32_t | gclib_data_record_position_error (gclib_data_record_handle h, char axis) |
| Returns the position error. | |
| int32_t | gclib_data_record_aux_position (gclib_data_record_handle h, char axis) |
| Returns the auxiliary position. | |
| int32_t | gclib_data_record_velocity (gclib_data_record_handle h, char axis) |
| Returns the velocity. | |
| double | gclib_data_record_torque (gclib_data_record_handle h, char axis) |
| Returns the torque. | |
| double | gclib_data_record_analog_input (gclib_data_record_handle h, char axis) |
| Returns the analog input. | |
| uint8_t | gclib_data_record_halls (gclib_data_record_handle h, char axis) |
| Returns the hall state. | |
| int32_t | gclib_data_record_variable (gclib_data_record_handle h, char axis) |
| Returns the value of a user variable for an axis. | |
| bool | gclib_data_record_hall_error (gclib_data_record_handle h, char axis) |
| Returns true if the amplifier for this axis has triggered a hall error. | |
| bool | gclib_data_record_peak_current (gclib_data_record_handle h, char axis) |
| Returns true if the amplifier for this axis has triggered a peak current error. | |
Axis-specific values, such as position or torque.
| bool gclib_data_record_motor_off | ( | gclib_data_record_handle | h, |
| char | axis ) |
Get motor off status.
| bool gclib_data_record_latch_armed | ( | gclib_data_record_handle | h, |
| char | axis ) |
Get latch armed.
| bool gclib_data_record_final_deceleration | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns true when axis is in final deceleration.
| bool gclib_data_record_stopping | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns true if axis is stopping.
| bool gclib_data_record_slewing | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns true if axis is slewing.
| gclib_mode_of_motion_t gclib_data_record_mode_of_motion | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the mode of motion being profiled.
| bool gclib_data_record_negative_direction_move | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns true if axis velocity is negative.
| bool gclib_data_record_moving | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns true if motion is being profiled.
| int gclib_data_record_home_phase | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns home phase when in GCLIB_HOME mode.
| bool gclib_data_record_stepper_mode | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns true if axis is configured as a stepper motor.
| bool gclib_data_record_home_input | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the state of the home input.
| bool gclib_data_record_reverse_limit | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the state of the reverse limit.
| bool gclib_data_record_forward_limit | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the state of the forward limit.
| bool gclib_data_record_latch_input | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the state of the latch input.
| bool gclib_data_record_latch_occurred | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns whether the latch was triggered.
| uint8_t gclib_data_record_stop_code | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns a code indicating why the motor has stopped. See the SC command reference for details.
| int32_t gclib_data_record_reference_position | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the reference position.
| int32_t gclib_data_record_position | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the position.
| int32_t gclib_data_record_position_error | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the position error.
| int32_t gclib_data_record_aux_position | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the auxiliary position.
| int32_t gclib_data_record_velocity | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the velocity.
| double gclib_data_record_torque | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the torque.
| double gclib_data_record_analog_input | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the analog input.
| uint8_t gclib_data_record_halls | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the hall state.
| int32_t gclib_data_record_variable | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns the value of a user variable for an axis.
| bool gclib_data_record_hall_error | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns true if the amplifier for this axis has triggered a hall error.
| bool gclib_data_record_peak_current | ( | gclib_data_record_handle | h, |
| char | axis ) |
Returns true if the amplifier for this axis has triggered a peak current error.