Difference between revisions of "MC-Basic:robot.MODELENABLE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ModelEnable = <on/off> |AVAILABILITY= |DESCRIPTION= In cases of closed-chain kinematics the initial joint position values (before homing) co…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

In cases of closed-chain kinematics the initial joint position values (before homing) could besuch that the direct kinematics (DK)transformation always returns error. This could lead to a situation that certain model parameters (e.g. Link[][] , etc.) can not be set  as the robot can not be attached because the attachment it self initiates DK calling and this again returns an asynchronouserror. This property helps switching off model computation of DK & IK.

Syntax

ModelEnable = <on/off>

Type

Integer

Range

0/1

Units

NA

Default

1

Scope

Configuration ,Task or Terminal

Limitations

.

Examples

Puma.ModelEnable = 0