Enum ListJointsType
Type of information returned by InstructionListJoints and GetInstructionListJoints
public enum ListJointsTypeFields
Any = 0Same result as Position (fastest)
Position = 1Return the joints position. The returned columns are organized in the following way: [J1, J2, ..., Jn, ERROR, MM_STEP, DEG_STEP, MOVE_ID]
Speed = 2Include the speed information (also includes the time). The returned columns are organized in the following way: [J1, J2, ..., Jn, ERROR, MM_STEP, DEG_STEP, MOVE_ID, TIME, X_TCP, Y_TCP, Z_TCP, Speed_J1, Speed_J2, ..., Speed_Jn]
SpeedAndAcceleration = 3Return the speed and acceleration information (also includes the time). The returned columns are organized in the following way: [J1, J2, ..., Jn, ERROR, MM_STEP, DEG_STEP, MOVE_ID, TIME, X_TCP, Y_TCP, Z_TCP, Speed_J1, Speed_J2, ..., Speed_Jn, Accel_J1, Accel_J2, ..., Accel_Jn]
TimeBased = 4Make the result time-based so that the interval between joint values is provided at constant time steps
TimeBasedPosition = 5Make the result time-based so that the interval between joint values is provided at constant time steps. Speed and acceleration data is ignored.