MC-Basic:robot.WRISTFBK

From SoftMC-Wiki
Jump to: navigation, search
Language: English  • 中文(简体)‎

Returns the actual (current) robot configuration.

These two solutions represent tow solution of the robots inverse kinematics equations, or in other words the robot configurations. Usually they are called “FLIP” and “NOFLIP” robot configurations.  This flag indicates which of them is taken. Also, when this flag is different from the commanded one (wristcmd) no straight line motion can be made.

For example in PUMA robot kinematic model this flag is computed according to the sing of position of the second joint.

0 - Keep the current configuration or choose the closest joint-target.

1 - Joint-target is NOFLIP

2 - Joint-target is FLIP

Short form

<ROBOT>.wfbk

Syntax

?<ROBOT>.wristfbk

Availability

All versions

Type

Long

Range

0 - Auto

1 - Noflip

2 - Flip

Scope

Configuration, Task, Terminal

Limitations

Read Only, Modal Only

Examples

?PUMA.wristfbk

See Also